SAP-C02 Exam Question 271

A company has an application that runs as a ReplicaSet of multiple pods in an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster has nodes in multiple Availability Zones. The application generates many small files that must be accessible across all running instances of the application. The company needs to back up the files and retain the backups for 1 year.
Which solution will meet these requirements while providing the FASTEST storage performance?
  • SAP-C02 Exam Question 272

    A company plans to migrate a legacy on-premises application to AWS. The application is a Java web application that runs on Apache Tomcat with a PostgreSQL database.
    The company does not have access to the source code but can deploy the application Java Archive (JAR) files. The application has increased traffic at the end of each month.
    Which solution will meet these requirements with the LEAST operational overhead?
  • SAP-C02 Exam Question 273

    A company hosts a blog post application on AWS using Amazon API Gateway, Amazon DynamoDB, and AWS Lambd a. The application currently does not use API keys to authorize requests. The API model is as follows:
    GET/posts/[postid] to get post details
    GET/users[userid] to get user details
    GET/comments/[commentid] to get comments details
    The company has noticed users are actively discussing topics in the comments section, and the company wants to increase user engagement by marking the comments appears in real time.
    Which design should be used to reduce comment latency and improve user experience?