Technology Flashcards

1
Q

What do edge locations do?

A

Cache data to improve response times

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

Which services are the 6 relational database services?

A

Aurora
MariaDB
MySQL
Oracle
PostgreSQL
RDS

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

Which EC2 pricing option should be used for short-term, irregular workloads that should not be interrupted?

A

On-Demand

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

Where can you track the name of the user making changes in your account?

A

CloudTrail

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

What is the recommended storage option for running databases on an instance?

A

EBS

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

Where can you run containerised applications without managing servers or clusters?

A
  • ECS (Elastic Container Service)
  • Fargate (Serverless)
  • EKS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Route 53 and what does it do?

A

A Domain Name System service.

  • Registers domain names.
  • Performs health checks on AWS resources.
  • Allows DNS query resolution across the entire hybrid cloud.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which services connect on-prem to AWS to build hybrid environments?

A
  • Site-to-Site VPN
  • Direct Connect
  • Storage gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is CloudFront?

A

A content delivery network providing global distribution of content with low latency due to use of edge locations and caching

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

What is Global Accelerator?

A

Sends traffic through the AWS global infrastructure, improving availability and latency of single-Region applications by rerouting.

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

Which migration service allows you to migrate databases to or within AWS over the internet?

A

AWS DMS
(Database Migration Service)

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

Which EC2 instance tenancy models allow you to bring your own licenses?

A

Dedicated instances and dedicated hosts

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

Which service allows resources in your VPC to access the internet?

A

Internet Gateway

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

Which networking and content delivery service makes content globally available with low latency?

A

CloudFront

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

What is Redshift?

A

An analytics service

A scalable data warehousing solution for exabyte scale data.

Improves speed and efficiency when querying (SQL).

It organises data for high performance based on user-specified distribution schemes.

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

Which service is best for storing data from monthly analyses on large amounts of sales activity, allows ranking the performance of different areas of the business, and allows use of visualisation tools to generate graphical representations of the data.

A

Redshift provides the best solution for performing queries based on a predefined set of dimensions

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

By default, are subnets within a VPC able to communicate with each other?

A

Yes

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

If a customer has bandwidth constraints and needs to transport exabyte-scale datasets from on-prem into AWS in a cost-effective and secure manner, what solution would they use?

A

Snowmobile. Multi-petabyte or exabyte-scale data

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

What does the Snow Family of services do?

A

Allows you to transfer large amounts of on-prem data to AWS using a physical device.

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

Which service can set a number range of EC2 instances to handle the load for your application?

A

AWS Auto Scaling has the ability to create new resources

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

How should you connect an on-prem database to an app running on EC2 instance in the AWS cloud quickly, privately, and securely?

A

Direct Connect - private, dedicated physical network connection from on-prem data centre to AWS.

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

What are some issues with using a VPN for connecting on-prem to the cloud?

A

Uses public internet, so can be unpredictable.
Data is encrypted but there can still be security concerns

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

Which service can migrate large amounts of data at a petabyte scale to AWS?

A

Snowball

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

What are some limitations of DMS?

A

(Database Migration Service)

Doesn’t support very large migrations.
All the data must be contained within a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Which service streams data in real time for a dashboard application?
AWS Kinesis
26
What is OpsWorks?
Allows you to use Chef or Puppet to automate the configuration of servers and deploy code
27
What is Application Discovery Service?
Gathers information about on-prem environment. Considered a migration tool
28
Which S3 storage class should be used when an extra level of protection by geographic redundancy is not needed but rapid access to data is needed. The lowest cost with rapid access?
S3 One Zone-Infrequent Access
29
Which service allows you to keep a log of AWS Management Console actions and API calls?
AWS CloudTrail
30
What is CloudWatch?
A collection of services that help you monitor and observe your cloud resources.
31
Does CloudFront bring additional analytics to customer journeys on your e-commerce website?
No
32
What are the benefits of CloudFront to your e-commerce website?
Lower latency for customers (by caching static and dynamic content around the world) Increased application availability (by using origin failover) Protection against network and application layer attacks (via WAF and AWS Shield)
33
Which content fields does CloudTrail track when a user accesses the AWS Management Console?
Region and username
34
Which can be specified as a CloudFront origin?
S3 bucket, elastic load balancer, valid domain name
35
Which type of Elastic Load Balancer is recommended for flexible application management and supports HTTP and HTTPS/2 traffic?
Application Load Balancer. Provides advanced request routing targeted at delivery of modern application architectures.
36
Which languages can be used to author CloudFormation templates?
JSON and YAML
37
Which AWS managed database service is compatible with MySQL?
Aurora
38
What are EC2 Spot instance types good for?
Applications that can randomly be interrupted
39
What are On-Demand instance types good for?
Applications that have unpredictable workloads that can't be interrupted
40
Which service should be used to quickly launch a WordPress website with a low, predictable monthly fee?
Lightsail
41
What should be used for an application requiring a managed NoSQL database?
DynamoDB
42
Which AWS service can help 2 software systems communicate and ensure messages are not lost between them?
SQS
43
What is the difference between SQS and SNS?
SQS is a message queue service. SNS is not a queuing system. SQS is used by distributed applications to exchange messages through a polling model. SNS allows apps to send time-critical messages (emails/texts) to multiple subscribers through a push mechanism. SQS can be used to decouple sending and receiving components. SQS provides extremely high message durability - messages not lost if software systems fail. SNS may lose your messages if software systems fail.
44
If queries to a database are taking a long time, what can be implemented to store common queries and improve performance?
ElastiCache
45
What does ElastiCache do?
Helps alleviate database load for data accessed often. Caches common queries
46
Which service can be used to trace user requests from end to end through an application developed, built, and deployed using AWS Developer Tools?
AWS X-Ray
47
What does AWS X-Ray do?
Provides an end-to-end view of requests as they travel through your application. Shows a map of your application's underlying components.
48
What type of service is Elastic Block Store?
A storage service
49
What type of service is Elastic Beanstalk?
A compute service (PaaS)
50
What does Elastic Beanstalk do?
Assists with deploying web apps and web services to AWS without worrying about the infrastructure Monitors application health via a health dashboard
51
What does Elastic Load Balancing do?
Monitors the health of EC2 instances and routes the traffic to only instances in a healthy state.
52
What does Lambda do?
Allows you to run code without provisioning or managing servers. Pay only for compute time you consume.
53
What does CloudFormation do?
Allows you to use programming languages/text files to model and provision resources. Automated and secure.
54
What is the cheapest way to store data for up to 10 years that can be retrieved within 12 hours?
Glacier Deep Archive
55
Which service is a fully managed data warehouse solution?
Redshift
56
What is the best and most efficient way to implement a hybrid model that moves backups of on-prem data to the cloud?
Storage Gateway
57
What is the fastest and cheapest storage option for key-value pairs of users and their high scores?
DynamoDB
58
Describe DynamoDB
A fully managed NoSQL key-value and document database. Scales automatically to massive workloads with fast performance.
59
How does a company ensure business continuity and no impact from capacity restraints in a given Region?
On-demand capacity reservation Standard Reserved Instance (RI) with a capacity reservation Convertible Reserved Instance (RI) with a capacity reservation
60
What is an On-Demand Capacity Reservation?
Reserves compute capacity for your EC2 instances for any duration
61
What is a Standard Reserved Instance?
A reservation of resources and capacity for either 1 or 3 years
62
What is a capacity reservation?
Offers assurance that the customer will be given preference if there is ever a capacity constraint within a Region
63
Which database types are compatible with Amazon Aurora?
MySQL and PostgreSQL
64
ElastiCache is an example of what type of AWS service?
Database.
65
What is ElastiCache
An in-memory cache service used to improve database performance.
66
Which of these provides fully managed storage for objects? EBS S3 RDS EC2
S3
67
Which of the following is not a database service? EBS Neptune Redshift Aurora
EBS
68
What is EBS?
A storage service providing virtual hard disks (volumes) in the cloud. It is block-based storage
69
What is Elastic MapReduce?
The industry-leading cloud big data solution for petabyte-scale data processing, interactive analytics, and machine learning
70
Which of the following are part of the AWS storage services category? What are the others? S3 EFS Redshift Storage Gateway RDS
S3 EFS Storage Gateway The others are database services
71
Which of the following statements are true of Amazon Aurora? It can deliver up to five times the throughput of MySQL. It is compatible with Oracle. It is compatible with MariaDB. It is an RDS database engine developed by Amazon.
It can deliver up to five times the throughput of MySQL. It is an RDS database engine developed by Amazon.
72
How long after account activity does CloudTrail deliver log files?
Within 15 minutes
73
Are log files encrypted?
Yes - using S3 server-side encryption
74
How many Regions can a CloudTrail apply to?
Either one or all Regions
75
Is CloudTrail manually or automatically enabled when you create an AWS account?
Automatically
76
Which of the following are AWS Security, Identity, and Compliance services? AWS Security Hub AWS Secrets Manager AWS Trusted Advisor AWS Key Management Service AWS Control Tower
AWS Security Hub AWS Secrets Manager AWS KMS
77
What type of service is AWS Control Tower?
Management and Governance services
78
What does AWS Security Hub do?
Provides a comprehensive view of: * your security state within AWS * your compliance with security standards and best practices
79
What does AWS Control Tower do?
Provides a single location to: * set up new well-architected multi-account environment * govern AWS workloads with rules for security, operations, and internal compliance
80
What does Kinesis Data Firehose do?
Captures, transforms, and loads data continuously into data stores
81
What does Kinesis Data Streams do?
Captures and stores streaming video and data
82
Give 4 use cases of Amazon Kinesis Data Firehose
Real-time analytics Data lake feeding Log data management IoT data integration
83
What does Kinesis do?
Collects, processes, and analyses streaming data in real time
84
What are 4 use cases of DataSync??
Migration Replication to low cost storage Archiving Hybrid/multi-cloud workflows
85
What type of data does DataSync support?
NFS, SMB, or object stores On-prem, another cloud provider, or AWS storage
86
What does DataSync do?
Securely transfers TB of data to S3, EFS, FSx
87
What are 3 use cases of EMR?
Find patterns in genomic data Identify preferences in click-stream data Analyse application log data