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 61–70 of 485

Q61

Which AWS service is best for serverless computing?

  • A AWS Lambda
  • B EC2
  • C Elastic Beanstalk
  • D RDS
Explanation AWS Lambda enables serverless execution, while others require more management.
Q62

A company uses Amazon S3 for storing images. How can they automatically transition older images to lower-cost storage?

  • A Use S3 Event Notifications
  • B Implement Lifecycle Policies
  • C Use S3 Transfer Acceleration
  • D Enable Cross-Region Replication
Explanation Lifecycle Policies automate transitions in S3 storage classes.
Q63

You are configuring Amazon RDS read replicas. What happens to the master database during a heavy read load?

  • A It receives all read traffic.
  • B It becomes read-only automatically.
  • C It scales horizontally without downtime.
  • D Only writes increase latency.
Explanation The master still handles all reads despite replicas.
Q64

A company needs to automatically scale their applications based on demand. Which AWS service should they use?

  • A AWS Auto Scaling
  • B AWS CloudFormation
  • C AWS Router
  • D AWS CloudWatch
Explanation AWS Auto Scaling automatically adjusts capacities based on demand; CloudFormation is for resource deployment, Router is not a service, and CloudWatch is for monitoring, not scaling.
Q65

What happens when you exceed your AWS Service limits?

  • A Requests will be blocked
  • B Billing stops immediately
  • C All services will terminate
  • D You will receive a notification
Explanation Exceeding AWS Service limits results in blocked requests; billing continues, no services are terminated, and notifications may not always be immediate.
Q66

You are configuring an Amazon IAM role for a Lambda function. Which of the following actions must you ensure?

  • A Grant permissions with inline policies
  • B Attach a role to copy data
  • C Role can only access S3
  • D Trust policy allows Lambda service
Explanation The trust policy must allow the Lambda service to assume the role; inline policies are optional, roles don’t copy data, and permissions extend beyond just S3.
Q67

Which service can be used to automatically archive data in S3 after a specified period?

  • A S3 Lifecycle Policies
  • B AWS Backup
  • C Amazon Glacier
  • D AWS Config
Explanation S3 Lifecycle Policies define automatic actions for objects; others do not specifically manage S3 object lifecycle.
Q68

A company needs to securely connect its on-premises data center with AWS using a private connection. Which solution is best?

  • A AWS Direct Connect
  • B AWS VPN
  • C AWS Transit Gateway
  • D AWS Endpoint
Explanation AWS Direct Connect provides a dedicated private connection, whereas others utilize public internet connections.
Q69

What happens when a Lambda function exceeds its memory limit?

  • A Function fails with error
  • B Code automatically retries
  • C Execution pauses but continues
  • D No impact on execution
Explanation Exceeding memory results in function failure; others suggest incorrect behaviors for Lambda limits.
Q70

Which service provides serverless automation for event-driven applications?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Batch
Explanation AWS Lambda allows for serverless automation through event-driven execution, while the others require server management or batch processing.