PracticeCF

SAP-C02 Question Bank · Latest 50 Questions Free Preview (Page 1/5)

Questions 1–10 of the latest 50 SAP-C02 questions (5 pages total), with answers and explanations, no login required. Practice all 1519 questions online.

Question 1 · No. 1473 · Single choice

A media company has a 30-T8 repository of digital news videos. These videos are stored on tape in an on-premises tape library and referenced by a Media Asset Management (MAM) system. The company wants to enrich the metadata for these videos in an automated fashion and put them into a searchable catalog by using a MAM feature. The company must be able to search based on information in the video, such as objects, scenery items, or people’s faces. A catalog is available that contains faces of people who have appeared in the videos that include an image of each person. The company would like to migrate these videos to AWS. The company has a high-speed AWS Direct Connect connection with AWS and would like to move the MAM solution video content directly from its current file system. How can these requirements be met by using the LEAST amount of ongoing management overhead and causing MINIMAL disruption to the existing system?

Answer: B

Question 2 · No. 1474 · Single choice

A company plans to migrate many VMs from an on-premises environment to AWS. The company requires an initial assessment of the on-premises environment before the migration, a visualization of the dependencies between applications that run on the VMs, and a report that provides an assessment of the on-premises environment. To get this information, the company has initiated a Migration Evaluator assessment request. The company has the ability to install collector software in its on-premises environment without any constraints Which solution will provide the company with the required information with the LEAST operational overhead?

Answer: A

Question 3 · No. 1475 · Multiple choice

A company is collecting data from a large set of IoT devices. The data is stored in an Amazon S3 data lake. Data scientists perform analytics on Amazon EC2 instances that run in two public subnets in a VPC in a separate AWS account. The data scientists need access to the data lake from the EC2 instances. The EC2 instances already have an assigned role with permissions to access Amazon S3. According to company policies, only authorized networks are allowed to have access to the IoT data. Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

Answer: A, E

Explanation: To meet the requirements while adhering to company policies, the solutions architect should implement a combination that ensures secure access to the S3 data lake from the EC2 instances in the data scientists' VPC. A) Creating a gateway VPC endpoint for Amazon S3 in the data scientists’ VPC allows secure and private communication between the VPC and S3 without traversing the internet. This aligns with the need for only authorized networks to have access. E) Adding an S3 bucket policy with a condition that allows the s3:GetObject action when the value for the s3:DataAccessPointArn condition key is a valid access point ARN further secures access by restricting actions on the bucket based on defined access points, which can be associated with the authorized network (in this case, through the VPC endpoint). B, C, and D are not chosen because: - B is redundant if E is implemented since the S3 access point's security would be handled by the bucket policy. - C updating the EC2 instance role is unnecessary if the VPC endpoint and bucket policy are correctly configured to enforce access rules. - D updating the VPC route table to route S3 traffic to an S3 access point is not a standard practice; routing is typically towards the VPC endpoint, not directly to an access point.
Question 4 · No. 1476 · Single choice

A company wants to migrate its website to AWS. The website uses containers that are deployed in an on-premises, self-managed Kubernetes cluster. All data for the website is stored in an on-premises PostgreSQL database. The company has decided to migrate the on-premises Kubernetes cluster to an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster will use EKS managed node groups with a static number of nodes. The company will also migrate the on-premises database to an Amazon RDS for PostgreSQL database. A solutions architect needs to estimate the total cost of ownership (TCO) for this workload before the migration. Which solution will provide the required TCO information?

Answer: A

Explanation: Migration Evaluator is the most direct and comprehensive solution for estimating the Total Cost of Ownership (TCO) in this scenario. It is specifically designed to help organizations assess their existing workloads and estimate costs when migrating to AWS services, including Amazon EKS and Amazon RDS. By running the Migration Evaluator Collector, importing data, configuring a scenario, and generating a Quick Insights report, the solutions architect can obtain a detailed TCO analysis that covers both the Kubernetes migration and the database migration.
Question 5 · No. 1477 · Multiple choice

A company needs to migrate its on-premises database fleet to Amazon RDS. The company is currently using a mixture of Microsoft SQL Server, MySQL, and Oracle databases. Some of the databases have custom schemas and stored procedures. Which combination of steps should the company take for the migration? (Choose two.)

Answer: C, D

Explanation: For migrating a mixed fleet of databases including Microsoft SQL Server, MySQL, and Oracle with custom schemas and stored procedures to Amazon RDS, the company should use the AWS Schema Conversion Tool (AWS SCT) to analyze the source databases and identify necessary changes (option C). This tool is specifically designed to help convert database schema and can handle the diversity of database engines mentioned. Additionally, they should employ the AWS Database Migration Service (AWS DMS) to migrate the actual data from the source databases to Amazon RDS (option D), as it supports various database engines and can handle the data transfer process efficiently while ensuring minimal downtime.
Question 6 · No. 1478 · Multiple choice

A company is migrating its blog platform to AWS. The company's on-premises servers connect to AWS through an AWS Site-to-Site VPN connection. The blog content is updated several times a day by multiple authors and is served from a file share on a network-attached storage (NAS) server. The company needs to migrate the blog platform without delaying the content updates. The company has deployed Amazon EC2 instances across multiple Availability Zones to run the blog platform behind an Application Load Balancer. The company also needs to move 200 TB of archival data from its on-premises servers to Amazon S3 as soon as possible. Which combination of stops will meet these requirements? (Choose two.)

Answer: C, D

Explanation: Option C is chosen because Amazon EFS (Elastic File System) can act as a shared file system, allowing on-premises servers and EC2 instances to access the same blog content seamlessly, which meets the requirement of migrating the blog platform without delaying content updates. Option D, AWS Snowball Edge Storage Optimized, is suitable for quickly and securely transferring large amounts of archival data (200 TB in this case) to Amazon S3, fulfilling the company's need to move its archival data promptly.
Question 7 · No. 1479 · Single choice

A company needs to use an AWS Transfer Family SFTP-enabled server with an Amazon S3 bucket to receive updates from a third-party data supplier. The data is encrypted with Pretty Good Privacy (PGP) encryption. The company needs a solution that will automatically decrypt the data after the company receives the data. A solutions architect will use a Transfer Family managed workflow. The company has created an IAM service role by using an IAM policy that allows access to AWS Secrets Manager and the S3 bucket. The role’s trust relationship allows the transfer amazonaws.com service to assume the role. What should the solutions architect do next to complete the solution for automatic decryption?

Answer: C

Explanation: To automatically decrypt the data received via the AWS Transfer Family SFTP server, the solutions architect needs to use the PGP private key, not the public key, for decryption. The private key should be securely stored in AWS Secrets Manager. A nominal step in the Transfer Family managed workflow is appropriate for handling the decryption process as part of the standard workflow, rather than an exception handler which typically deals with unexpected errors or conditions. Therefore, configuring PGP decryption parameters in this nominal step and associating the workflow with the Transfer Family server is the correct approach.
Question 8 · No. 1480 · Single choice

A company needs to optimize the cost of an AWS environment that contains multiple accounts in an organization in AWS Organizations. The company conducted cost optimization activities 3 years ago and purchased Amazon EC2 Standard Reserved Instances that recently expired. The company needs EC2 instances for 3 more years. Additionally, the company has deployed a new serverless workload. Which strategy will provide the company with the MOST cost savings?

Answer: A

Question 9 · No. 1481 · Single choice

A company hosts a data-processing application on Amazon EC2 instances. The application polls an Amazon Elastic File System (Amazon EFS) file system for newly uploaded files. When a new file is detected, the application extracts data from the file and runs logic to select a Docker container image to process the file. The application starts the appropriate container image and passes the file location as a parameter. The data processing that the container performs can take up to 2 hours. When the processing is complete, the code that runs inside the container writes the file back to Amazon EFS and exits. The company needs to refactor the application to eliminate the EC2 instances that are running the containers. Which solution will meet these requirements?

Answer: C

Explanation: Option C is the best solution because it refactors the application to eliminate EC2 instances by using AWS Fargate tasks for processing, which aligns with the company's requirements. It also extracts the container selection logic into an AWS Lambda function, further decoupling components and leveraging serverless architecture. Migrating file storage to Amazon S3 and using S3 event notifications to trigger the Lambda function streamlines the process and takes advantage of S3's durability and scalability features.
Question 10 · No. 1482 · Single choice

A company migrated to AWS and uses AWS Business Support. The company wants to monitor the cost-effectiveness of Amazon EC2 instances across AWS accounts. The EC2 instances have tags for department, business unit, and environment. Development EC2 instances have high cost but low utilization. The company needs to detect and stop any underutilized development EC2 instances. Instances are underutilized if they had 10% or less average daily CPU utilization and 5 MB or less network I/O for at least 4 of the past 14 days. Which solution will meet these requirements with the LEAST operational overhead?

Answer: C

12345 Next