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 261–270 of 485

Q261

You are configuring a CI/CD pipeline in AWS CodePipeline. What occurs if one stage fails?

  • A All stages succeed silently
  • B The pipeline stops executing further stages
  • C The pipeline retries the failed stage indefinitely
  • D A notification is sent only for successes
Explanation When a stage fails, CodePipeline stops execution of subsequent stages to secure overall integrity.
Q262

Which service provides a managed Kubernetes environment?

  • A Amazon EKS
  • B Amazon EC2
  • C Amazon ECS
  • D AWS Lambda
Explanation Amazon EKS is specifically designed for Kubernetes.
Q263

A company needs to ensure its data in S3 is encrypted. What should they enable?

  • A Object Lock
  • B S3 Versioning
  • C S3 Default Encryption
  • D S3 Transfer Acceleration
Explanation S3 Default Encryption automatically encrypts all objects.
Q264

You are configuring an Auto Scaling group. What happens when the minimum size is reached?

  • A More instances will be launched.
  • B Scaling is paused until lowered.
  • C No further scaling actions occur.
  • D Instances are terminated randomly.
Explanation Once the minimum size is reached, scaling actions cease.
Q265

Which service allows for automatic scaling of resources based on load?

  • A AWS Auto Scaling
  • B AWS Lambda
  • C Amazon RDS
  • D Amazon VPC
Explanation AWS Auto Scaling automatically adjusts resources based on demand, while others do not provide this feature.
Q266

A company needs to ensure data is securely encrypted at rest. Which AWS service provides this functionality?

  • A Amazon SQS
  • B Amazon Glue
  • C Amazon S3
  • D Amazon CloudFront
Explanation Amazon S3 offers encryption options for data at rest, unlike the other options listed.
Q267

You are configuring a CloudFormation stack with AWS Lambda. What happens when the Lambda function is deployed using a template that references an IAM role?

  • A Function runs without permissions.
  • B Role permissions are ignored.
  • C Function assumes specified role.
  • D Function fails to deploy.
Explanation The Lambda function will assume the specified IAM role to execute properly, ensuring it has the needed permissions.
Q268

Which service automates code deployments across multiple environments?

  • A AWS CodeDeploy
  • B AWS Lambda
  • C AWS CloudFormation
  • D AWS CodePipeline
Explanation AWS CodeDeploy automates application deployments, while others serve different purposes.
Q269

A company needs to store user-generated content with high durability and availability. Which option is best?

  • A Amazon S3
  • B Amazon EFS
  • C Amazon EBS
  • D AWS Snowball
Explanation Amazon S3 provides high durability and availability for storage needs.
Q270

You are configuring a VPC with a public and private subnet. What happens to an EC2 instance in the private subnet if it requires internet access?

  • A Access via public IP
  • B Access via NAT Gateway
  • C Direct internet access allows
  • D No internet access possible
Explanation A NAT Gateway allows private subnets to access the internet without direct public IPs.