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 361–370 of 485

Q361

Which service allows for serverless event-driven architectures?

  • A AWS Lambda
  • B EC2 Instances
  • C RDS Database
  • D S3 Storage
Explanation AWS Lambda enables serverless computing, unlike the others which require infrastructure management.
Q362

A company needs to restrict access to S3 buckets based on specific tags. Which feature should they use?

  • A S3 Bucket Policies
  • B IAM Policies
  • C S3 Access Points
  • D Resource-based Policies
Explanation S3 Access Points allow for policies based on tags, unlike other options that don't provide this specific feature.
Q363

What happens when you delete a CloudFormation stack?

  • A All resources are deleted immediately
  • B Resources are retained by default
  • C Stack retains outputs for later
  • D Only some resources are deleted
Explanation By default, all resources created by the stack are deleted when the stack is deleted, unless deletion policies are applied.
Q364

Which service provides automated infrastructure provisioning?

  • A AWS CloudFormation
  • B AWS Lambda
  • C AWS EC2
  • D Amazon S3
Explanation AWS CloudFormation enables automated and repeatable provisioning, while others handle different functions.
Q365

A company needs to ensure low latency for users globally. Which AWS service should they use?

  • A Amazon CloudFront
  • B Amazon RDS
  • C AWS Direct Connect
  • D AWS VPC
Explanation Amazon CloudFront is a CDN that reduces latency, unlike the other options that serve different purposes.
Q366

You are configuring a multi-account AWS Organization. What happens to your IAM policies?

  • A They apply solely to the master account.
  • B They apply to all member accounts.
  • C They are ignored in member accounts.
  • D Policies must be replicated per account.
Explanation IAM policies from the organization can apply to all member accounts, whereas the other options misrepresent IAM functionality.
Q367

Which service is best for real-time stream processing?

  • A Amazon Kinesis
  • B AWS Glue
  • C Amazon RDS
  • D Amazon S3
Explanation Amazon Kinesis is designed for real-time data; the others are for batch processing or storage.
Q368

A company needs high availability for its applications across multiple regions. Which strategy should it adopt?

  • A Single Availability Zone deployment
  • B Multi-Region replication
  • C On-Premises failover
  • D EC2 Auto Scaling only
Explanation Multi-Region replication provides high availability; single zone limits redundancy, while the other options focus less on multi-region setups.
Q369

What happens when you delete an AWS CloudFormation stack?

  • A Resources are retained by default
  • B All resources are deleted
  • C Stack is archived for recovery
  • D IAM roles are deleted only
Explanation Deleting a CloudFormation stack removes all associated resources unless specified otherwise; other options misrepresent stack behavior.
Q370

Which AWS service provides a fully managed relational database?

  • A Amazon RDS
  • B Amazon S3
  • C AWS Lambda
  • D Amazon DynamoDB
Explanation Amazon RDS is specifically designed for managed relational databases, while others serve different purposes.