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 371–380 of 485

Q371

A company needs to optimize its AWS costs primarily for infrequently accessed data. Which storage class should they choose?

  • A S3 Standard
  • B S3 Intelligent-Tiering
  • C S3 Glacier
  • D S3 One Zone-IA
Explanation S3 One Zone-IA is cost-effective for infrequent access, unlike Glacier which is designed for archival storage with longer retrieval times.
Q372

You are configuring an Auto Scaling group. What occurs if the desired capacity is set to zero?

  • A Instances will be terminated immediately.
  • B No changes will be made.
  • C Scaling to maximum capacity.
  • D Instances will run until stopped.
Explanation Setting desired capacity to zero results in immediate termination of instances, unlike the other options that suggest different outcomes.
Q373

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B EC2
  • C ECS
  • D Elastic Beanstalk
Explanation AWS Lambda executes code without server management, while EC2 requires provisioning, and ECS/Elastic Beanstalk manage containers or applications, respectively.
Q374

A company needs a fully managed NoSQL database with automatic scaling. Which AWS service should they choose?

  • A DynamoDB
  • B RDS
  • C Redshift
  • D Aurora
Explanation DynamoDB is the only fully managed NoSQL solution; RDS and Aurora are SQL databases while Redshift is for data warehousing.
Q375

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

  • A Peering succeeds but with routing issues
  • B Peering is accepted
  • C Peering is rejected
  • D Peering duplicates routes
Explanation VPC peering is rejected if the CIDR blocks overlap, as this creates address space conflicts.
Q376

Which AWS service provides automated security assessment of applications?

  • A AWS Inspector
  • B AWS Shield
  • C AWS Macie
  • D AWS WAF
Explanation AWS Inspector scans applications for vulnerabilities, whereas the others focus on DDoS protection or data classification.
Q377

A company needs to migrate a large volume of data from on-premises to AWS without significant bandwidth. What should they use?

  • A AWS DataSync
  • B AWS Snowball
  • C AWS Direct Connect
  • D AWS Transfer Family
Explanation AWS Snowball is optimized for large data transfers offline, while the others focus on ongoing transfers or smaller data sets.
Q378

You are configuring an Application Load Balancer. What happens when you enable sticky sessions?

  • A Requests from the same IP go to the same instance.
  • B Users are redirected to static pages.
  • C Session data is stored in S3.
  • D Session stickiness is disabled.
Explanation Sticky sessions route requests from the same client to the same target, while the other options describe unrelated behaviors.
Q379

Which service provides a managed Kubernetes environment?

  • A Amazon EKS
  • B AWS Lambda
  • C Amazon EC2
  • D AWS Batch
Explanation Amazon EKS is specifically designed for Kubernetes management, while others serve different purposes.
Q380

A company needs to manage access to S3 buckets for multiple developers. What should they use?

  • A AWS IAM Policies
  • B S3 Bucket Encryption
  • C AWS CloudTrail
  • D Amazon CloudWatch
Explanation AWS IAM Policies provide fine-grained control of access for S3 buckets, unlike the other options.