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 111–120 of 485

Q111

What happens when you enable versioning on an S3 bucket?

  • A Only the latest version is retained
  • B All previous versions are deleted
  • C Multiple versions of objects are saved
  • D Versioning cannot be disabled
Explanation Enabling versioning allows multiple versions of an object, while the other options misrepresent S3 bucket behavior.
Q112

Which service can automatically scale based on application load?

  • A AWS Lambda
  • B Amazon EC2 Auto Scaling
  • C AWS CloudFormation
  • D Amazon RDS
Explanation Amazon EC2 Auto Scaling adjusts instance count based on load; Lambda is event-driven only, CloudFormation provisions resources, and RDS does not auto-scale automatically without additional configuration.
Q113

A company needs to invoke an AWS Lambda function upon a new object upload to S3. Which service should be configured?

  • A AWS CloudTrail
  • B Amazon S3 Event Notifications
  • C AWS Config
  • D AWS Step Functions
Explanation Amazon S3 Event Notifications can trigger Lambda on uploads; CloudTrail logs actions, AWS Config monitors resources, and Step Functions orchestrates workflows rather than triggering on events directly.
Q114

You are configuring an S3 bucket to be publicly accessible to read objects. What will happen if you enable public access settings?

  • A Bucket policy will automatically allow all access
  • B Objects are accessible regardless of ACLs
  • C Public access settings override IAM policies
  • D Access denied if block public access is active
Explanation Enabling block public access settings will deny all public access regardless of bucket policies or ACLs; options A, B, and C misinterpret how public access settings function in conjunction with IAM and bucket policies.
Q115

Which service helps manage AWS resources programmatically?

  • A AWS CloudFormation
  • B AWS CodeDeploy
  • C AWS Config
  • D AWS Lambda
Explanation AWS CloudFormation manages resources as code, while the others have different functionalities.
Q116

A company needs to restrict S3 bucket access based on VPC. What should they use?

  • A S3 Bucket Policies
  • B IAM Roles
  • C S3 VPC Endpoint Policies
  • D CloudTrail
Explanation S3 VPC Endpoint Policies specifically restrict access from specific VPCs, unlike the other options.
Q117

What happens when you modify an Auto Scaling group's desired capacity?

  • A Instances are immediately terminated.
  • B New instances are launched or terminated.
  • C The ASG enters a paused state.
  • D No effect if in maintenance mode.
Explanation Adjusting the desired capacity prompts the ASG to launch or terminate instances to meet the new capacity.
Q118

Which service allows you to automate EC2 instance management?

  • A AWS Systems Manager
  • B AWS CloudFormation
  • C AWS CodeDeploy
  • D AWS Lambda
Explanation AWS Systems Manager provides features to automate instance management, unlike the other services which focus on different use cases.
Q119

A company needs to store massive unstructured data efficiently. Which service is best?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon EFS
  • D Amazon DynamoDB
Explanation Amazon S3 is designed for scalable object storage, while the others target structured or file storage needs.
Q120

What happens when you modify a CloudFormation stack to change a resource's property?

  • A The stack is deleted and recreated
  • B CloudFormation updates that resource
  • C No changes occur to existing resources
  • D All resources are rolled back
Explanation CloudFormation performs updates as specified in the stack template, whereas the other options are incorrect interpretations of its behavior.