QuestionQ458
Application Deployment and SecurityRefer to the exhibits.


An application was developed to handle multiple requests concurrently. After it was deployed, it was found to perform poorly under heavy load. To resolve the performance problems, the application must transition from a stateful architecture to a stateless architecture. Which change must be made to the application following the performance evaluation?
- A Increase the number of nodes.
- B Scale the application vertically.
- C Include a file in every application with the user credentials.
- D Set the expiration time of user data to one month.
Community Discussion