UDEMY AWS Certified Solutions Architect Associate Practice Test 5 Flashcards

1
Q

What is the limit of scope of VPC endpoints?

Ex., Global, Regional, AZ.

A

VPC endpoints are region-specific only and do not support inter-region communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is used to deliver HPC and enhanced networking for Windows Servers?

A

Elastic Network Adapter (ENA).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What HPC feature is needed for OS-bypass capabilities?
Is it compatible with windows?

A

Elastic Fabric Adapter (EFA). NOT windows compatible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you create your DNS zone apex to point to a load balancer?

A

Create an A record aliased to the load balancer DNS name.

ex., an alias record for tutorialsdojo.com that routes traffic to www.tutorialsdojo.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the failover behavior for running a single Aurora DB instance?

A

Aurora will attempt to create a new DB Instance in the same Availability Zone as the original instance and is done on a best-effort basis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is multiple API calls across different data sources considered poor design?

A

This can degrade application performance and user experience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the best solution for easy retrieval of data from multiple sources with just a single call?

A

AppSync pipeline resolvers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is AppSync?

A

AWS AppSync is a managed service that makes it easy to build scalable APIs that connect applications to data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is AWS Batch?

A

AWS Batch is a powerful tool for developers, scientists, and engineers who need to run a large number of batch and ML computing jobs

Key words - CONCURRENT, PARALLEL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Whats the best way to troubleshoot application performance or traffic patterns on your app running on an AWS service (ex., ECS Anywhere service)?

A

Amazon CloudWatch Application Insights can be used to analyze traffic patterns and simplify troubleshooting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Should you read every little detail in AWS questions or skim over assuming that AWS is not trying to trick you??

A

YES READ EVERY DETAIL IN A QUESTION AWS IS TRYNG TO TRICK YOU!!!!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Are you going to pass this certification and move on to a different job and continue to earn more $$ and do more and better things?

A

100%.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is SQS visibility timeout?

A

The visibility timeout is a period of time during which SQS prevents other consuming components from receiving and processing a message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the default visibility timeout?

A

30 seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the best way to block or allow http/s traffic from specific countries?

A

Create a Web ACL rule in AWS WAF to block the specified country

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

of messages in an SQS queue is growing due to I/O intensive processes on the compute. This is causing missed SLAs. How can you improve your EC2 performance and therefore improve SQS messages processed?

A

Use an ASG with target tracking based on the “ApproximateAgeOfOldestMessage” metric.

EC2s scale in/out based on SQS queue lengths

17
Q

How do you make sure CloudTrail event logs are encrypted?

A

By default, CloudTrail event log files are encrypted using Amazon S3 server-side encryption (SSE).

18
Q

Can passwords or secrets be stored in CloudHSM?

A

you only store keys in CloudHSM and not passwords.

19
Q

Can S3 manage receiving over 2000 PUT requests and 3500 GET requests per second at peak hour?

A

Amazon S3 will automatically manage performance at this scale.

20
Q

What is the API performance for S3?

A

at least 3,500 PUTS per second and 5,500 GETs per second

21
Q

What AWS service is best for OLAP apps ?

A

Redshift

22
Q

What kinds of applications are best for Redshift warehouse?

A

O
L
A
P

Applications🤪

23
Q

What AWS managed service is associated with GraphQL?
(When you hear GraphQL what service should you look for on a test question?)

A

AWS AppSync.

AWS AppSync is a serverless GraphQL and Pub/Sub API service that simplifies building modern web and mobile applications

24
Q

Is AWS Elastic Beanstalk a serverless solution?

A

No, beanstalk is NOT serverless. It uses EC2s.

25
Q

Is GW VPC endpoint CHEAPER than using a NAT gw?

A

GW VPC is cheaper than NAT gw.

26
Q
A