Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Development Lifecycle and Deployment Architect All Questions

View all questions & answers for the Certified Development Lifecycle and Deployment Architect exam

Exam Certified Development Lifecycle and Deployment Architect topic 1 question 19 discussion

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.)

  • A. Stress Testing
  • B. Load Testing
  • C. Unit Testing
  • D. Performance Testing
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
tobitron11
1 year, 4 months ago
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
11 months ago
PErformace testing includes stress testing also. So B and D is right answer. Please do not confuse
upvoted 2 times
Pateyl
10 months, 2 weeks ago
Performace Testing contais all the 3. So, what should be the right answer?
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...