Hystrix Interview Question-Answer

Q.1 What is the fallback method used for Hystrix command        A. HystrixCommand.fallback()        B. HystrixCommand.callFallback()        C. HystrixCommand.getFallback()        D. None of the options Ans : HystrixCommand.getFallback() Q.2 Which of the following is a correct Hystrix Command object creation?        A. HystrixCmd command = new …

Hystrix Interview Question-Answer Read More »