Mr Robin is supporting a web application which processes 500 requests daily. Suddenly one night when Robin was in night shift he got a P1 ticket. Customer complaining that application is not accessible. Robin and his team started doing analysis and found that approximately 600 requests came in the night and his application was not capable for handling the load. What should team ensure from given and which type of testing needs to be performed.
Attachments:
Answers
Answered by
3
Answer:
Load balancing and Auto Scaling configurations
Explanation:
above two are correct
Answered by
0
The correct answer will be the team should ensure that a). Load Balancing, b). Setting Threshold limit on Performance, and c) Auto Scaling configurations are maintained and tested for avoiding such issues with handling load.
- The performance threshold is creating a minimum bar for achieving performance success for the web application. Setting a threshold limit would thus help the web application avoid such load-balancing issues.
- Auto Scaling is a type of service provided to each application that helps in administering the entire system. This also allows the system to automatically scale up the resource handling capacity.
- Load balancing could be defined as a process of distributing several network-related traffic. They are usually spread across several servers to ensure better loading and handling of information.
Hence, the answer will be the team should ensure that a). Load Balancing, b). Setting Threshold limit on Performance, and c) Auto Scaling configurations are maintained and tested for avoiding such issues with handling load.
#SPJ2
Similar questions