Teyematics AWS Solutions Architect Associate Knowledge Check
AWS Solutions Architect Associate Quiz
Test your knowledge and skills in AWS Solutions Architecture with our comprehensive quiz designed for aspiring and current professionals. This quiz contains 40 diverse questions covering key topics including IAM, S3, EC2, RDS, and much more.
Challenge yourself and enhance your understanding of AWS services:
- 40 engaging questions
- A mix of theoretical and practical scenarios
- Ideal for certification preparation and self-assessment
What is an additional way to secure the AWS accounts of both the root account and IAM users?
Implement MFA for all accounts
Configure AWS console so that you can only login to it from a specific IP address
Ensure you can only log in to AWS Console from your internal IP address CIDR
Store access key id and secret access key in your root user accessible S3 bucket
Which of the following is not a component of IAM?
Users
Roles
Organization Unit
Groups
In what language are IAM policy documents written?
Java
Python
Node.js
JSON
What is the default level of access a newly created IAM User is granted?
Read and Write permission to specific services only
Read-Only access to specific AWS resources
No Access to any AWS resources
Administrative access to specific AWS resources
A new employee has just started work, and it is your job to give her administrator access to the AWS console. You have given her a user name, an access key ID, a secret access key, and you have generated a password for her. She is now able to log in to the AWS console, but she is unable to interact with any AWS services. What should you do next?
Setup MFA for her account
Grant Admin permission by adding her to Admin Group
Tell her to sign out and sign back in again
Ensure she is logging in from a recognized or corporate IP address
You run a meme creation website where users can create memes and then download them for use on their own sites. The original images are stored in S3 and each meme's metadata in DynamoDB. You need to decide upon a low-cost storage option for the memes, themselves. If a meme object is unavailable or lost, a Lambda function will automatically recreate it using the original file from S3 and the metadata from DynamoDB. Which storage solution should you use to store the non-critical, easily reproducible memes in the most cost-effective way?
S3-IA
S3 Standard
S3 Glacier
S3 - One Zone IA
You work for a health insurance company that amasses a large number of patients' health records. Each record will be used once when assessing a customer, and will then need to be securely stored for a period of 7 years. In some rare cases, you may need to retrieve this data within 24 hours of a claim being lodged. Given these requirements, which type of AWS storage would deliver the least expensive solution?
S3 - One Zone IA
S3 Glacier
S3 -IA
S3 Multipurpose
The difference between S3 and EBS is that EBS is object-based whereas S3 is block-based.
True
False
Which of these best describes AWS Storage Gateway?
It allows direct internet connection to AWS Storage services
Allows you to import/export large scale data into AWS without internet connection
A physical or virtual appliance that can be used to cache S3 locally at a customer's site
None of the above
When creating a new security group, all inbound traffic is allowed by default.
True
False
I can change the permissions of a role, even if that role is already assigned to an existing EC2 instance, and these changes will take effect immediately.
True
False
To retrieve instance metadata or user data you will need to use the following IP Address:
You can't see this using an IP address.
Http://254.169.254.169
Http://169.254.169.254
Check EC2 Instance description on the management console
You can attach an EBS volume to more than one EC2 instance at the same time
True
False
You can RDP or SSH into an RDS instance to see what is going on with the operating system.
True
False
Which of these is AWS's NoSQL product
RDS
AURORA
DynamoDB
MongoDB
If you want to run a database on an EC2 instance, which of the following storage options would AWS recommend?
EBS
RDS
S3
Add Load Balancer to your EC2
How many copies of my data does RDS – Aurora store by default?
4
3
2
6
Amazon's ElastiCache uses which two engines?
Redis and Memory
Redis and Caching
Redis and Memcached
None of the above
Which of the following Route 53 policies allow you to a) route data to a second resource if the first is unhealthy, and b) route data to resources that have better performance?
Geoproximity routing and Simple routing
Failover and best performance routing
Geolocation and Latency-based routing
Failover and Latency-based routing
Route 53 is Amazon's DNS Service.
True
False
You have created a new subdomain for your popular website, and you need this subdomain to point to an Elastic Load Balancer using Route53. Which DNS record set should you create?
A
CNAME
MX
AAAA
Your company hosts 10 web servers all serving the same web content in AWS. They want Route 53 to serve traffic to random web servers. Which routing policy will meet this requirement, and provide the best resiliency?
Weighted Routing
Simple Routing
Latency Routing
Multivalue Routing
A single Security Group can be attached to multiple Instances
True
False
You manage a high-performance site that collects scientific data using a bespoke protocol over TCP port 1414. The data comes in at high speed and is distributed to an autoscaling group of EC2 compute services spread over three AZs. Which type of AWS load balancer would best meet this requirement?
Elastic Load Balancers (ELB)
Application Load Balancers (ALB)
Network Load Balancers (NLB)
None of the above
In discussions about cloud services the words 'availability', 'durability', 'reliability' and 'resiliency' are often used. Which term is used to refer to the likelihood that you can access a resource or service when you need it?
Durability
Reliability
Availability
Resiliency
You need to use an object-based storage solution to store your critical, non-replaceable data in a cost-effective way. This data will be frequently updated and will need some form of version control enabled on it. Which S3 storage solution should you use?
S3-IA
S3 Standard
S3 One Zone IA
S3 Glacier
What is the difference between SNS and SQS?
SQS sends messages to topics while SNS publishes
SQS and SNS work together
SNS is a notification service and SQS is a queue system for asynchronously manages tasks
SQS has subscription and SNS has customers that polls for messages
What application service allows you to decouple your infrastructure using messaged based queues?
SNS
SES
SWF
SQS
By default, EC2 instances pull SQS messages from a standard SQS queue on a FIFO (first in first out) basis.
True
False
You have created a simple serverless website using S3, Lambda, API Gateway and DynamoDB. Your website will process the contact details of your customers, predict an expected delivery date of their order and store their order in DynamoDB. You test the website before deploying it into production and you notice that although the page executes, and the lambda fun ction is triggered, it is unable to write to DynamoDB. What could be the cause of this issue?
Lambda function and DynamoDB are in different region
Check your Lambda runtime to make sure its Python
Your Lambda fun ction does not have required permission to write to DynamoDB
Check DynamoDB Security Group
Which of the following are valid Route 53 routing policies? [Select 3]
Latency
Multi-target answer
Weighted
Complex
Regional
Simple
In which of the following is CloudFront content cached?
In the Region
Specified Availability Zone and Region
Inside CloudFront console
Edge Location
Which is of the following DBs is highly available with up to 5 Read Replicas capability?
Aurora
RDS
MySQL
ElastiCache
You can host dynamic website in S3
True
False
Which of the following AWS services can be used to query logs stored in S3?
RDS
Storage Gateway
Athena
SQLectron
All of the following AWS services are serverless except?
Athena
SNS
SQS
RDS
In AWS Kinesis Data Streams, Producers sends messages directly to a Shard
True
False
Which of these Services helps with data encryption?
S3
IAM
KMS
EBS
Which of these services makes web application development faster?
CloudFormation
EC2
Elastic Beanstalk
Lambda
In order to provide permission for an EC2 Instance, you just have to attach a policy directly to the EC2 Instance
True
False
{"name":"Teyematics AWS Solutions Architect Associate Knowledge Check", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge and skills in AWS Solutions Architecture with our comprehensive quiz designed for aspiring and current professionals. This quiz contains 40 diverse questions covering key topics including IAM, S3, EC2, RDS, and much more.Challenge yourself and enhance your understanding of AWS services:40 engaging questionsA mix of theoretical and practical scenariosIdeal for certification preparation and self-assessment","img":"https:/images/course3.png"}