PracticeCF

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

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

Question 41 · No. 1513 · Single choice

An online retail company is migrating its legacy on-premises .NET application to AWS. The application runs on load-balanced frontend web servers, load-balanced application servers, and a Microsoft SQL Server database. The company wants to use AWS managed services where possible and does not want to rewrite the application. A solutions architect needs to implement a solution to resolve scaling issues and minimize licensing costs as the application scales. Which solution will meet these requirements MOST cost-effectively?

Answer: A

Explanation: Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer for the web tier and for the application tier is the most cost-effective solution. Using Amazon Aurora PostgreSQL with Babelfish turned on to replatform the SQL Server database can resolve the scaling issues and minimize licensing costs as the application scales and does not require rewriting of the application.
Question 42 · No. 1514 · Single choice

A company is implementing a serverless architecture by using AWS Lambda functions that need to access a Microsoft SQL Server DB instance on Amazon RDS. The company has separate environments for development and production, including a clone of the database system. The company's developers are allowed to access the credentials for the development database. However, the credentials for the production database must be encrypted with a key that only members of the IT security team's IAM user group can access. This key must be rotated on a regular basis. What should a solutions architect do in the production environment to meet these requirements?

Answer: D

Question 43 · No. 1515 · Single choice

A company is planning a one-time migration of an on-premises MySQL database to Amazon Aurora MySQL in the us-east-1 Region. The company's current internet connection has limited bandwidth. The on-premises MySQL database is 60 TB in size. The company estimates that it will take a month to transfer the data to AWS over the current internet connection. The company needs a migration solution that will migrate the database more quickly. Which solution will migrate the database in the LEAST amount of time?

Answer: C

Explanation: AWS Snowball Edge device is designed for large-scale, one-time data migrations which will expedite the migration process in this case. This is because the device is shipped with the data directly to the AWS data center which bypasses the need for a internet connection, which is currently a bottleneck for the company.
Question 44 · No. 1516 · Single choice

A company has hundreds of AWS accounts. The company uses an organization in AWS Organizations to manage all the accounts. The company has turned on all features. A finance team has allocated a daily budget for AWS costs. The finance team must receive an email notification if the organization's AWS costs exceed 80% of the allocated budget. A solutions architect needs to implement a solution to track the costs and deliver the notifications. Which solution will meet these requirements?

Answer: A

Explanation: The solution involves creating a budget in AWS Budgets with a daily period. Cost alerts are set up for 80% of the budget. AWS Budgets and Amazon SNS are used for tracking costs and delivering notifications when the costs exceed 80% of the budget
Question 45 · No. 1517 · Single choice

A company is developing a new on-demand video application that is based on microservices. The application will have 5 million users at launch and will have 30 million users after 6 months. The company has deployed the application on Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. The company developed the application by using ECS services that use the HTTPS protocol. A solutions architect needs to implement updates to the application by using blue/green deployments. The solution must distribute traffic to each ECS service through a load balancer. The application must automatically adjust the number of tasks in response to an Amazon CloudWatch alarm. Which solution will meet these requirements?

Answer: D

Explanation: This option meets all of the requirements specified. ECS services are being configured to use the blue/green deployment type and an Application Load Balancer to distribute traffic efficiently. Furthermore, it implements Service Auto Scaling for each ECS service which is crucial to automatically adjust the number of tasks in response to an Amazon CloudWatch alarm which is exactly what the problem statement is asking for.
Question 46 · No. 1518 · Single choice

A company uses an Amazon Aurora PostgreSQL DB cluster for applications in a single AWS Region. The company's database team must monitor all data activity on all the databases. Which solution will achieve this goal?

Answer: C

Explanation: Starting a database activity stream on the Aurora DB cluster will directly capture the activity stream and push to Amazon Kinesis data stream, which can be further configured to deliver the data to Amazon S3 for further analysis. This approach ensures that all data activities are captured and analyzed correctly.
Question 47 · No. 1519 · Single choice

A company runs an application in an on-premises data center. The application gives users the ability to upload media files. The files persist in a file server. The web application has many users. The application server is overutilized, which causes data uploads to fail occasionally. The company frequently adds new storage to the file server. The company wants to resolve these challenges by migrating the application to AWS. Users from across the United States and Canada access the application. Only authenticated users should have the ability to access the application to upload files. The company will consider a solution that refactors the application, and the company needs to accelerate application development. Which solution will meet these requirements with the LEAST operational overhead?

Answer: D

Question 48 · No. 1520 · Multiple choice

A solutions architect has implemented a SAML 2.0 federated identity solution with their company's on-premises identity provider (IdP) to authenticate users' access to the AWS environment. When the solutions architect tests authentication through the federated identity web portal, access to the AWS environment is granted. However, when test users attempt to authenticate through the federated identity web portal, they are not able to access the AWS environment. Which items should the solutions architect check to ensure identity federation is properly configured? (Choose three.)

Answer: B, C, E

Explanation: B is correct because the IAM roles must have the SAML provider set as the principal for successful federation. C is also valid as the web portal needs to call the AssumeRoleWithSAML API with the appropriate ARNs and assertion from IdP for successful authentication. E is correct because for successful federated identity access, the company's IdP must be able to map users or groups to IAM roles with appropriate permissions.
Question 49 · No. 1521 · Single choice

A company runs an IoT application in the AWS Cloud. The company has millions of sensors that collect data from houses in the United States. The sensors use the MQTT protocol to connect and send data to a custom MQTT broker. The MQTT broker stores the data on a single Amazon EC2 instance. The sensors connect to the broker through the domain named iot.example.com. The company uses Amazon Route 53 as its DNS service. The company stores the data in Amazon DynamoDB. On several occasions, the amount of data has overloaded the MQTT broker and has resulted in lost sensor data. The company must improve the reliability of the solution. Which solution will meet these requirements?

Answer: B

Explanation: The best solution here is B because it replaces the custom MQTT broker with AWS IoT Core. AWS IoT Core can handle huge amounts of sensor data in real time from multiple devices. With AWS IoT Core, the company doesn't have to worry about the MQTT broker becoming overloaded and losing data. Route 53 can route the traffic to AWS IoT Core Data-ATS endpoint effectively.
Question 50 · No. 1522 · Multiple choice

A company wants to run a custom network analysis software package to inspect traffic as traffic leaves and enters a VPC. The company has deployed the solution by using AWS CloudFormation on three Amazon EC2 instances in an Auto Scaling group. All network routing has been established to direct traffic to the EC2 instances. Whenever the analysis software stops working, the Auto Scaling group replaces an instance. The network routes are not updated when the instance replacement occurs. Which combination of steps will resolve this issue? (Choose three.)

Answer: B, D, E

Prev 12345