Q91
Q91 Which AWS tool provides a central dashboard for managing compliance and security issues?
Trusted Advisor
CloudFormation
Control Tower
Organizations
Q92
Q92 What is the purpose of the StackSets feature in CloudFormation?
Manage multiple accounts
Create nested templates
Set IAM permissions
Encrypt data
Q93
Q93 Which AWS CLI command creates a CloudFormation stack?
aws cloudformation create-template
aws cloudformation create-stack
aws template new
aws cloudformation init-stack
Q94
Q94 How do you deploy a specific state configuration using AWS Systems Manager?
aws systems apply-config
aws ssm execute-state
aws ssm start-session
aws ssm apply-state
Q95
Q95 Which AWS CLI command deploys a new OpsWorks stack?
aws opsworks deploy
aws opsworks create-stack
aws stack init
aws opsworks stack-create
Q96
Q96 A CloudFormation stack fails to deploy due to missing permissions. What should you check?
IAM role permissions
Template syntax
Account limits
Region settings
Q97
Q97 AWS Systems Manager cannot execute a command on an instance. What could be the issue?
Incorrect instance type
Agent not installed
IAM role missing
Network ACL misconfiguration
Q98
Q98 OpsWorks fails to deploy an application due to a missing dependency. What should you do?
Update IAM permissions
Check deployment logs
Restart the instance
Create a new stack
Q99
Q99 What is the primary purpose of Elastic Load Balancing (ELB)?
Distribute incoming traffic
Store application logs
Encrypt data
Monitor server health
Q100
Q100 Which type of ELB supports WebSocket connections?
Classic Load Balancer
Application Load Balancer
Network Load Balancer
Global Accelerator
Q101
Q101 What is the primary purpose of Target Groups in ELB?
Store server metadata
Distribute traffic
Track client IPs
Monitor logs
Q102
Q102 What is the difference between a Network Load Balancer and an Application Load Balancer?
NLB is for Layer 7 traffic, ALB is for Layer 4
NLB is for Layer 4 traffic, ALB is for Layer 7
NLB encrypts traffic
ALB has higher latency
Q103
Q103 Which AWS CLI command creates an Auto Scaling group?
aws autoscaling init-group
aws autoscaling create-group
aws scaling add-group
aws elb scale-create
Q104
Q104 How do you register targets with a load balancer using the AWS CLI?
aws elb register-targets
aws elbv2 register-targets
aws elb attach-target
aws elb add-targets
Q105
Q105 How do you create a scaling policy for an Auto Scaling group using the AWS CLI?
aws autoscaling set-policy
aws autoscaling create-policy
aws elb create-policy
aws scaling new-policy
Q106
Q106 An ELB is not distributing traffic evenly. What is the most likely cause?
Target instance health
Load balancer type
Security group rules
Target group configuration
Q107
Q107 Auto Scaling is not launching new instances during high traffic. What could be the issue?
Incorrect scaling policy
IAM permissions missing
Invalid instance type
Network ACLs
Q108
Q108 What is the primary benefit of using AWS Lambda for serverless applications?
Manual scaling
Built-in storage
Infrastructure management
Automatic deployment
Q109
Q109 Which AWS service is best suited for building event-driven applications using message queues?
S3
SNS
SQS
EBS
Q110
Q110 What is the maximum execution time for an AWS Lambda function?
5 minutes
10 minutes
15 minutes
20 minutes
Q111
Q111 Which AWS service automatically triggers serverless functions based on HTTP requests?
CloudFront
API Gateway
CloudFormation
Route 53
Q112
Q112 How do you deploy a Lambda function using the AWS CLI?
aws lambda deploy-function
aws lambda create-function
aws deploy lambda
aws lambda set-function
Q113
Q113 Which AWS CLI command creates an event source mapping for a Lambda function?
aws lambda create-event-source
aws lambda map-source
aws lambda create-event-source-mapping
aws lambda set-source
Q114
Q114 How do you add an API Gateway trigger to a Lambda function using the AWS CLI?
aws api-gateway create-trigger
aws lambda add-trigger
aws api-gateway create-integration
aws lambda set-gateway
Q115
Q115 A Lambda function invoked via API Gateway returns a 502 error. What could be the issue?
Invalid IAM policy
Timeout setting
Malformed response format
Scaling issue
Q116
Q116 A Lambda function triggered by an SQS queue is not executing. What might be the cause?
SQS message visibility timeout
IAM role missing
Dead-letter queue misconfiguration
Event source mapping missing
Q117
Q117 What is the primary purpose of AWS CodePipeline?
Automating application deployment
Version control
Monitoring resource usage
Encrypting data
Q118
Q118 Which type of deployment is supported by CodeDeploy for Lambda functions?
Rolling
Blue/Green
Immutable
All-at-once
Q119
Q119 What is the function of deployment groups in CodeDeploy?
Store deployment scripts
Define deployment settings
Track user permissions
Monitor CI/CD pipelines
Q120
Q120 Which AWS service integrates with CodePipeline to store and version code repositories?
CodeBuild
CodeCommit
CloudFormation
CodeDeploy