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 301–310 of 485

Q301

Which service helps in real-time analytics of streaming data?

  • A Amazon Kinesis
  • B AWS Batch
  • C AWS Glue
  • D Amazon Aurora
Explanation Amazon Kinesis is specifically designed for processing real-time data streams, while others handle batch processing or databases.
Q302

A company needs to encrypt sensitive data at rest in S3. What should they use?

  • A S3 Bucket Versioning
  • B S3 Server-Side Encryption
  • C S3 Transfer Acceleration
  • D S3 Lifecycle Policies
Explanation S3 Server-Side Encryption specifically encrypts data at rest; others focus on versioning or data transfer.
Q303

You are configuring a VPC with subnets. What happens if a subnet is not associated with a route table?

  • A It allows all traffic.
  • B Traffic is denied by default.
  • C Subnet becomes public.
  • D Auto-associates with default route.
Explanation If a subnet is not associated with a route table, it will deny all traffic by default, while others suggest incorrect behaviors.
Q304

Which AWS service enables real-time log analysis?

  • A Amazon CloudWatch Logs
  • B AWS S3
  • C AWS Lambda
  • D AWS Snowflake
Explanation Amazon CloudWatch Logs provides real-time log analysis, while the others serve different purposes.
Q305

A company needs to ensure higher availability for its Amazon RDS instances. What should it implement?

  • A Read Replicas
  • B Multi-AZ deployments
  • C Provisioned IOPS
  • D Reserved Instances
Explanation Multi-AZ deployments provide high availability; others do not ensure this level of redundancy.
Q306

When configuring an AWS Lambda function, what happens if you set the timeout to 0 seconds?

  • A Function runs indefinitely
  • B Function will never execute
  • C Function immediately fails
  • D Function executes up to 1 second
Explanation Setting a 0-second timeout causes an immediate failure; the other options imply different execution behaviors.
Q307

Which service can automate the deployment of applications on AWS?

  • A AWS Elastic Beanstalk
  • B AWS CloudFormation
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS Elastic Beanstalk automates application deployment; CloudFormation is for infrastructure, Lambda is for computing, and EC2 is a compute resource.
Q308

A company needs to analyze data streams in real-time. Which AWS service is best suited for this?

  • A Amazon S3
  • B Amazon Kinesis
  • C AWS Batch
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data processing while S3 and RDS are for storage and Batch is for batch processing.
Q309

What happens when you configure an IAM policy with 'Deny' before 'Allow'?

  • A Automatic grant of all permissions
  • B Deny takes precedence over Allow
  • C Allow overrides Deny
  • D Policy is invalidated
Explanation In IAM policies, Deny will always take precedence over Allow no matter the order of the statements.
Q310

Which AWS service allows you to run serverless applications?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Batch
Explanation AWS Lambda is designed for serverless applications, while the others require provisioning instances.