Exam Development-Lifecycle-and-Deployment-Architect Topic 1 Question 143 Discussion
Actual exam question for Salesforce's Development-Lifecycle-and-Deployment-Architect exam
Question #: 143
Topic #: 1
Question #: 143
Topic #: 1
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 2 answers
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 2 answers
Suggested Answer: A,D Vote an answer
Explanation
Two testing types that an architect should recommend to ensure users don't face platform slowdowns during peak business hours are: stress testing and performance testing. Stress testing is the process of testing the system under extreme load conditions, such as a large number of concurrent requests, to determine its breaking point and identify any potential bottlenecks or failures. Performance testing is the process of testing the system under normal or expected load conditions, such as the average number of requests per day, to measure its response time, throughput, and resource utilization. These testing types can help ensure that the web service can handle the expected volume and frequency of requests, and that it meets the performance and reliability requirements. Unit testing is not a testing type that an architect should recommend for this scenario, as it is the process of testing individual units of code, such as methods or classes, to verify their functionality and logic.
Load testing is also not a testing type that an architect should recommend for this scenario, as it is the process of testing the system under a specific load condition, such as a fixed number of requests, to evaluate its behavior and performance. See Testing RESTful Web Services for more details.
Two testing types that an architect should recommend to ensure users don't face platform slowdowns during peak business hours are: stress testing and performance testing. Stress testing is the process of testing the system under extreme load conditions, such as a large number of concurrent requests, to determine its breaking point and identify any potential bottlenecks or failures. Performance testing is the process of testing the system under normal or expected load conditions, such as the average number of requests per day, to measure its response time, throughput, and resource utilization. These testing types can help ensure that the web service can handle the expected volume and frequency of requests, and that it meets the performance and reliability requirements. Unit testing is not a testing type that an architect should recommend for this scenario, as it is the process of testing individual units of code, such as methods or classes, to verify their functionality and logic.
Load testing is also not a testing type that an architect should recommend for this scenario, as it is the process of testing the system under a specific load condition, such as a fixed number of requests, to evaluate its behavior and performance. See Testing RESTful Web Services for more details.
by taranvsingh14 at Sep 05, 2024, 11:23 PM
0
0
0
10
Comments
taranvsingh14
2024-09-05 23:23:11Upvoting 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.
Report Comment
Commenting
You can sign-up / login (it's free).