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 191–200 of 485

Q191

A company needs to ensure low-latency access to data across multiple regions. Which service should they use?

  • A Amazon S3 with Transfer Acceleration
  • B Amazon CloudFront
  • C Amazon Glacier
  • D Amazon EFS with Global File System
Explanation Amazon CloudFront is a CDN that provides low-latency data access, whereas others do not specialize in this use case.
Q192

You are configuring VPC peering between two VPCs. What happens if they have overlapping CIDR blocks?

  • A Peering connection will succeed.
  • B Both VPCs can access each other's resources.
  • C Peering connection fails due to conflict.
  • D Overlap is resolved automatically.
Explanation CIDR block overlap causes the VPC peering connection to fail, while the other options are inaccurate outcomes.
Q193

Which service provides a managed way to run containers?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon S3
  • D Elastic Beanstalk
Explanation Amazon ECS is specifically designed for container orchestration, while the others serve different purposes.
Q194

A company needs a highly available database for critical applications. Which AWS service should they choose?

  • A Amazon RDS with Multi-AZ
  • B Amazon S3
  • C AWS IAM
  • D Amazon DynamoDB (Single Region)
Explanation Amazon RDS with Multi-AZ ensures high availability, unlike the other options.
Q195

What happens when enabling AWS Config for a resource?

  • A Increases resource performance
  • B Allows real-time data processing
  • C Tracks resource configuration changes
  • D Automatically secures resources
Explanation AWS Config tracks and records configuration changes, while others do not relate to its function.
Q196

Which service allows you to manage multiple AWS accounts centrally?

  • A AWS Organizations
  • B AWS Single Sign-On
  • C AWS Management Console
  • D AWS IAM
Explanation AWS Organizations enables the centralized management of multiple accounts, while the others do not provide account grouping functionality.
Q197

A company requires a highly available database setup. What configuration would best meet this requirement?

  • A Single RDS in a single AZ
  • B RDS with Multi-AZ deployment
  • C DynamoDB with Global Tables
  • D An S3 bucket with Versioning
Explanation RDS with Multi-AZ automatically replicates data and ensures higher availability, unlike the other options.
Q198

You are configuring a Lambda function triggered by an S3 event. What happens if that S3 object arrives but the Lambda function timeout is exceeded?

  • A The object is deleted.
  • B The event is retried later.
  • C The event is ignored.
  • D A failed message is logged.
Explanation When the Lambda timeout is exceeded, the event can be retried if the function is configured with a dead-letter queue or event retry policy.
Q199

You are configuring a VPC with two subnets. What must you ensure to allow public access to resources in one subnet?

  • A Subnet has an Internet Gateway attached
  • B Use Alibaba Cloud instead
  • C Include a private IP addressing
  • D Enable VPC Flow Logs only
Explanation An Internet Gateway is necessary for public access; the other options do not facilitate public connectivity.
Q200

A company needs real-time data analytics with minimal latency. Which AWS service is most appropriate?

  • A Amazon S3
  • B Amazon Redshift
  • C Amazon Kinesis
  • D AWS Batch
Explanation Amazon Kinesis is designed for real-time data processing; the other services are not optimized for low-latency analytics.