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 1–10 of 485

Q1

Which service supports automated backups for RDS instances?

  • A Amazon RDS
  • B Amazon S3
  • C AWS Batch
  • D AWS Lambda
Explanation Amazon RDS provides automated backup features for database instances, unlike the others which serve different purposes.
Q2

A company wants to intermittently access infrequently used data stored in Glacier. Which feature should they use?

  • A Glacier Deep Archive
  • B S3 Standard Storage
  • C S3 Glacier Instant Retrieval
  • D S3 One Zone-IA
Explanation S3 Glacier Instant Retrieval allows for quick access to infrequently used data, unlike the other storage solutions that do not facilitate this.
Q3

You are configuring a VPC peering connection. What happens if CIDR ranges overlap?

  • A Peering can be established
  • B VPC becomes unreachable
  • C It is not allowed
  • D Route tables are merged
Explanation VPC peering cannot be established if CIDR ranges overlap, whereas the other options do not accurately represent the restriction.
Q4

Which service should be used for serverless computing?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Batch
Explanation AWS Lambda is the service designed for serverless computing, while the others require server management.
Q5

A company needs to track costs per project across multiple accounts. What should be implemented?

  • A AWS Config rules
  • B AWS Organizations
  • C Cost Allocation Tags
  • D CloudTrail logging
Explanation Cost Allocation Tags allow detailed tracking of costs per project, unlike the other options.
Q6

You are configuring an EBS volume. What happens if you set the volume type to 'io1'?

  • A Standard performance with no IOPS
  • B Can provision IOPS up to 64,000
  • C Only used with encryption
  • D Reduced durability during write operations
Explanation 'io1' allows you to provision high IOPS, unlike the other options.
Q7

Which service allows you to run containerized applications without managing servers?

  • A AWS Fargate
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon S3
Explanation AWS Fargate runs containers without server management; EC2 requires server management, Lambda is for serverless executions, and S3 is for storage.
Q8

A company needs to access highly durable object storage with lifecycle management. Which AWS service should they choose?

  • A Amazon RDS
  • B Amazon S3
  • C Amazon EBS
  • D AWS Lambda
Explanation Amazon S3 provides durable object storage with lifecycle policies; RDS is for relational databases, EBS is for block storage, and Lambda is for serverless functions.
Q9

You are configuring AWS IAM permissions for a developer team. What should you do to restrict access while allowing necessary operations?

  • A Use AdministratorAccess role
  • B Attach policies for specific actions
  • C Grant full permissions temporarily
  • D Disable MFA for ease
Explanation Attaching policies for specific actions restricts access properly; AdministratorAccess is overly permissive, while full permissions and disabling MFA compromise security.
Q10

A company needs a solution to manage multiple AWS accounts securely. Which service should they use?

  • A AWS Organizations
  • B IAM Roles
  • C AWS Lambda
  • D Amazon VPC
Explanation AWS Organizations allows for managed multi-account setups; IAM Roles provide permissions management but not account consolidation.