Amazon AWS

AWS Certified Solutions Architect – Professional

SAP-C02
Popular

The AWS Certified Solutions Architect – Professional (SAP-C02) exam validates advanced skills in designing distributed systems on AWS. It is ideal for experienced architects looking to demonstrate their expertise.

485 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 341–350 of 485

Q341

A company needs to minimize costs while ensuring low-latency access for its geographically diverse workforce. What is the best solution?

  • A Use a single large AWS region
  • B Implement Amazon CloudFront
  • C Deploy EC2 instances in multiple regions
  • D Utilize AWS Direct Connect
Explanation CloudFront provides low-latency content delivery globally; a single region may lead to latency issues, while multiple regions increase complexity and Direct Connect increases costs.
Q342

You are configuring a Multi-Region Active-Active database scenario. What data consistency risk do you face?

  • A Data will always be synchronized
  • B Potential for data mismatch
  • C Increased read performance
  • D No additional cost implications
Explanation In an Active-Active setup, concurrent updates can lead to data mismatches; the other options incorrectly assume consistent behavior or benefits.
Q343

Which service provides a managed Kubernetes environment?

  • A Amazon EKS
  • B Amazon ECS
  • C AWS Lambda
  • D AWS Fargate
Explanation Amazon EKS specifically manages and operates Kubernetes clusters, whereas ECS and Fargate are for container orchestration without Kubernetes, and Lambda is serverless computing.
Q344

A company needs ultra-low latency access to data. Which storage option should they choose?

  • A Amazon S3
  • B Amazon ElastiCache
  • C Amazon EBS
  • D Amazon Glacier
Explanation Amazon ElastiCache provides in-memory storage, resulting in ultra-low latency, while S3, EBS, and Glacier do not meet this need.
Q345

You are configuring a hybrid cloud storage solution. What will you need to do?

  • A Create an AWS Direct Connect
  • B Use AWS Snowball
  • C Set up AWS Lambda
  • D Implement S3 Transfer Acceleration
Explanation AWS Direct Connect establishes a private connection for a hybrid cloud solution, while Snowball is for data transfer, Lambda executes code without provisioning, and Transfer Acceleration speeds up transfers over the internet.
Q346

Which AWS service provides a fully managed Kubernetes container orchestration?

  • A Amazon EKS
  • B AWS Fargate
  • C AWS Batch
  • D Amazon EC2
Explanation Amazon EKS is specifically designed for Kubernetes, unlike the other options that serve different purposes.
Q347

A company needs to process large streams of data from IoT devices. What AWS service should they use?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon SQS
  • D AWS Step Functions
Explanation Amazon Kinesis is optimized for processing streams of data in real-time, unlike the other options.
Q348

You are configuring an Auto Scaling group with a minimum size of 2 and a maximum size of 5. What happens when the load decreases?

  • A Instances are terminated until 2 remain
  • B All instances are terminated
  • C 5 instances remain active
  • D No changes occur to instances
Explanation The Auto Scaling group will scale down to the minimum size configured, which is 2 instances.
Q349

Which AWS service helps you monitor application performance?

  • A CloudWatch
  • B Elastic Beanstalk
  • C S3
  • D Route 53
Explanation CloudWatch provides monitoring and observability; others do not focus on application performance.
Q350

A company needs to store an immutable backup. Which S3 storage class should they use?

  • A S3 Glacier
  • B S3 Standard
  • C S3 Intelligent-Tiering
  • D S3 Object Lock
Explanation S3 Object Lock prevents objects from being deleted; others do not ensure immutability.