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 121–130 of 485

Q121

Which AWS service provides managed serverless compute?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D Amazon RDS
Explanation AWS Lambda allows executables without servers, unlike EC2 which hosts servers, S3 stores data, and RDS manages databases.
Q122

A company needs to share application configurations securely across multiple environments. Which AWS service can they use?

  • A AWS Config
  • B AWS Secrets Manager
  • C Amazon S3
  • D Amazon CloudFront
Explanation AWS Secrets Manager is specifically designed for managing secrets securely, while Config and CloudFront serve different purposes and S3 is for storage.
Q123

What happens when you stop an Amazon EC2 instance?

  • A Data is lost from EBS volumes
  • B Instance charges continue
  • C EBS volumes remain intact
  • D Instance IP is static
Explanation EBS volumes remain intact when stopped, but data loss occurs only if not saved, charges stop unless using parking, and IP can be dynamic.
Q124

Which service provides event-driven compute functionality?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D Amazon S3
Explanation AWS Lambda executes code in response to events, while others are not event-driven compute services.
Q125

A company needs to ensure that their data is encrypted at rest and in transit in S3. What must they implement?

  • A Default bucket policy
  • B IAM roles only
  • C SSE and HTTPS
  • D Enhanced monitoring
Explanation SSE provides encryption at rest, while HTTPS ensures encryption in transit; the others address different aspects.
Q126

You are configuring Amazon VPC Peering. What happens if you try to peer two VPCs in different regions?

  • A Peering succeeds without issues
  • B Peering cannot be established
  • C Traffic is automatically routed to the Internet
  • D Peering is established but no traffic flows
Explanation VPC Peering only allows connections in the same region, while the other options misrepresent the capability and behavior.
Q127

Which service provides event-driven compute functionality?

  • A AWS Lambda
  • B EC2
  • C RDS
  • D S3
Explanation AWS Lambda allows code execution in response to events, while the others serve different primary functions.
Q128

A company needs a scalable NoSQL database. Which AWS service should they choose?

  • A Amazon RDS
  • B Amazon DynamoDB
  • C Amazon Redshift
  • D Amazon Aurora
Explanation Amazon DynamoDB is a fully managed NoSQL database, while the others are relational databases or data warehouses.
Q129

When configuring a VPC, what is the purpose of an Internet Gateway?

  • A Connect VPC to Direct Connect
  • B Allow internet access to resources
  • C Encrypt VPC traffic
  • D Automatically backup VPC resources
Explanation An Internet Gateway allows resources in a VPC to connect to the internet, which is not the function of the other options.
Q130

Which AWS service helps manage event-driven architectures?

  • A AWS Step Functions
  • B AWS Lambda
  • C Amazon Kinesis
  • D Amazon SNS
Explanation AWS Lambda is designed for running code in response to events, while others support different use cases.