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 21–30 of 485

Q21

What happens when you enable S3 Object Lock in compliance mode?

  • A Objects cannot be deleted or overwritten
  • B Users can delete objects after 30 days
  • C Only objects in versioning can be locked
  • D Lock duration can be shortened
Explanation In compliance mode, once locked, objects cannot be deleted or modified until the retention period expires.
Q22

Which service provides a managed Kubernetes solution?

  • A Amazon EKS
  • B Amazon ECS
  • C AWS Lambda
  • D AWS Fargate
Explanation Amazon EKS specifically manages Kubernetes clusters, while others support container orchestration differently.
Q23

A company needs low-latency access to dynamically changing data. Which AWS solution is most suitable?

  • A Amazon S3
  • B Amazon DynamoDB
  • C Amazon Redshift
  • D Amazon RDS
Explanation Amazon DynamoDB is designed for low-latency and rapid access to data, unlike the other options.
Q24

You are configuring a VPC peering connection. Which of the following is TRUE?

  • A Can connect VPCs in different regions.
  • B Network traffic is automatically route-optimized.
  • C CIDR blocks must be unique across VPCs.
  • D Supports transitive routing.
Explanation CIDR blocks must be unique; choices A and D are false because VPC peering doesn't support them directly.
Q25

A company needs high availability for a web application. Which service should they use?

  • A Elastic Load Balancer
  • B Amazon S3
  • C AWS Lambda
  • D Amazon CloudFront
Explanation Elastic Load Balancer distributes traffic for availability; others don't provide load balancing.
Q26

You are configuring a VPC. What happens when a security group rule is modified?

  • A Immediately applies to instances
  • B Requires instance restart
  • C Retains previous rules
  • D Changes flow logs only
Explanation Security group changes take effect immediately; others are inaccurate interpretations.
Q27

Which AWS service provides a managed NoSQL database solution?

  • A Amazon RDS
  • B Amazon DynamoDB
  • C Amazon Aurora
  • D Amazon Redshift
Explanation Amazon DynamoDB is specifically for NoSQL; others are SQL-based services.
Q28

Which AWS service provides a managed database and automatically handles backups?

  • A Amazon RDS
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation Amazon RDS automates backups and maintenance, unlike EC2 and S3.
Q29

A company needs real-time processing of streaming data with low latency. Which service should they use?

  • A AWS Batch
  • B Amazon Kinesis
  • C Amazon SQS
  • D AWS Data Pipeline
Explanation Amazon Kinesis is built for real-time streaming, unlike the others.
Q30

You are configuring Auto Scaling for your EC2 instances, but your instances are using an Elastic IP address. What happens when an instance is terminated?

  • A Elastic IP is retained.
  • B Elastic IP is released.
  • C Instance automatically restarts.
  • D Auto Scaling fails.
Explanation Elastic IP addresses are retained unless explicitly released.