Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an external endpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items. What two testing types should an architect recommend to ensure users don’t face platform slowdowns during peak business hours? (Choose two.)
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: B. Load Testing
Community votes: A=1, B=2, D=1
A and B. D is redundant because includes A and B, the question indicates that 2 options have to be selected upvoted 1 times
Selected Answer: BD B and D. upvoted 2 times
Selected Answer: AB A. Stress Testing - This type of testing is used to understand the upper limits of capacity within the system. It allows you to measure the system's robustness and error handling under extremely heavy load conditions. It can help to identify the maximum load the system can handle, which can be very useful in preparing for peak load conditions. B. Load Testing - Load testing involves simulating real-world load on a software system to check how it handles high traffic or data processing. Given that Universal Containers is expecting to receive a high volume of orders each day, it will be important to understand how the system performs under this kind of load. upvoted 4 times APSankar 2 years, 1 month ago PErformace testing includes stress testing also. So B and D is right answer. Please do not confuse upvoted 2 times Pateyl 2 years ago Performace Testing contais all the 3. So, what should be the right answer? upvoted 1 times ... ...
PErformace testing includes stress testing also. So B and D is right answer. Please do not confuse upvoted 2 times Pateyl 2 years ago Performace Testing contais all the 3. So, what should be the right answer? upvoted 1 times ...
Performace Testing contais all the 3. So, what should be the right answer? upvoted 1 times