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
Q

Which service streams data in real time for a dashboard application?

A

AWS Kinesis

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

What is OpsWorks?

A

Allows you to use Chef or Puppet to automate the configuration of servers and deploy code

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

What is Application Discovery Service?

A

Gathers information about on-prem environment.
Considered a migration tool

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

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?

A

S3 One Zone-Infrequent Access

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

Which service allows you to keep a log of AWS Management Console actions and API calls?

A

AWS CloudTrail

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

What is CloudWatch?

A

A collection of services that help you monitor and observe your cloud resources.

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

Does CloudFront bring additional analytics to customer journeys on your e-commerce website?

A

No

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

What are the benefits of CloudFront to your e-commerce website?

A

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)

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

Which content fields does CloudTrail track when a user accesses the AWS Management Console?

A

Region and username

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

Which can be specified as a CloudFront origin?

A

S3 bucket, elastic load balancer, valid domain name

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

Which type of Elastic Load Balancer is recommended for flexible application management and supports HTTP and HTTPS/2 traffic?

A

Application Load Balancer.

Provides advanced request routing targeted at delivery of modern application architectures.

36
Q

Which languages can be used to author CloudFormation templates?

A

JSON and YAML

37
Q

Which AWS managed database service is compatible with MySQL?

A

Aurora

38
Q

What are EC2 Spot instance types good for?

A

Applications that can randomly be interrupted

39
Q

What are On-Demand instance types good for?

A

Applications that have unpredictable workloads that can’t be interrupted

40
Q

Which service should be used to quickly launch a WordPress website with a low, predictable monthly fee?

A

Lightsail

41
Q

What should be used for an application requiring a managed NoSQL database?

A

DynamoDB

42
Q

Which AWS service can help 2 software systems communicate and ensure messages are not lost between them?

A

SQS

43
Q

What is the difference between SQS and SNS?

A

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
Q

If queries to a database are taking a long time, what can be implemented to store common queries and improve performance?

A

ElastiCache

45
Q

What does ElastiCache do?

A

Helps alleviate database load for data accessed often.

Caches common queries

46
Q

Which service can be used to trace user requests from end to end through an application developed, built, and deployed using AWS Developer Tools?

A

AWS X-Ray

47
Q

What does AWS X-Ray do?

A

Provides an end-to-end view of requests as they travel through your application.

Shows a map of your application’s underlying components.

48
Q

What type of service is Elastic Block Store?

A

A storage service

49
Q

What type of service is Elastic Beanstalk?

A

A compute service (PaaS)

50
Q

What does Elastic Beanstalk do?

A

Assists with deploying web apps and web services to AWS without worrying about the infrastructure

Monitors application health via a health dashboard

51
Q

What does Elastic Load Balancing do?

A

Monitors the health of EC2 instances and routes the traffic to only instances in a healthy state.

52
Q

What does Lambda do?

A

Allows you to run code without provisioning or managing servers.

Pay only for compute time you consume.

53
Q

What does CloudFormation do?

A

Allows you to use programming languages/text files to model and provision resources.

Automated and secure.

54
Q

What is the cheapest way to store data for up to 10 years that can be retrieved within 12 hours?

A

Glacier Deep Archive

55
Q

Which service is a fully managed data warehouse solution?

A

Redshift

56
Q

What is the best and most efficient way to implement a hybrid model that moves backups of on-prem data to the cloud?

A

Storage Gateway

57
Q

What is the fastest and cheapest storage option for key-value pairs of users and their high scores?

A

DynamoDB

58
Q

Describe DynamoDB

A

A fully managed NoSQL key-value and document database.

Scales automatically to massive workloads with fast performance.

59
Q

How does a company ensure business continuity and no impact from capacity restraints in a given Region?

A

On-demand capacity reservation

Standard Reserved Instance (RI) with a capacity reservation

Convertible Reserved Instance (RI) with a capacity reservation

60
Q

What is an On-Demand Capacity Reservation?

A

Reserves compute capacity for your EC2 instances for any duration

61
Q

What is a Standard Reserved Instance?

A

A reservation of resources and capacity for either 1 or 3 years

62
Q

What is a capacity reservation?

A

Offers assurance that the customer will be given preference if there is ever a capacity constraint within a Region

63
Q

Which database types are compatible with Amazon Aurora?

A

MySQL and PostgreSQL

64
Q

ElastiCache is an example of what type of AWS service?

A

Database.

65
Q

What is ElastiCache

A

An in-memory cache service used to improve database performance.

66
Q

Which of these provides fully managed storage for objects?

EBS
S3
RDS
EC2

A

S3

67
Q

Which of the following is not a database service?

EBS
Neptune
Redshift
Aurora

A

EBS

68
Q

What is EBS?

A

A storage service providing virtual hard disks (volumes) in the cloud.

It is block-based storage

69
Q

What is Elastic MapReduce?

A

The industry-leading cloud big data solution for petabyte-scale data processing, interactive analytics, and machine learning

70
Q

Which of the following are part of the AWS storage services category? What are the others?

S3
EFS
Redshift
Storage Gateway
RDS

A

S3
EFS
Storage Gateway

The others are database services

71
Q

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.

A

It can deliver up to five times the throughput of MySQL.
It is an RDS database engine developed by Amazon.

72
Q

How long after account activity does CloudTrail deliver log files?

A

Within 15 minutes

73
Q

Are log files encrypted?

A

Yes - using S3 server-side encryption

74
Q

How many Regions can a CloudTrail apply to?

A

Either one or all Regions

75
Q

Is CloudTrail manually or automatically enabled when you create an AWS account?

A

Automatically

76
Q

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

A

AWS Security Hub
AWS Secrets Manager
AWS KMS

77
Q

What type of service is AWS Control Tower?

A

Management and Governance services

78
Q

What does AWS Security Hub do?

A

Provides a comprehensive view of:
* your security state within AWS
* your compliance with security standards and best practices

79
Q

What does AWS Control Tower do?

A

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
Q

What does Kinesis Data Firehose do?

A

Captures, transforms, and loads data continuously into data stores

81
Q

What does Kinesis Data Streams do?

A

Captures and stores streaming video and data

82
Q

Give 4 use cases of Amazon Kinesis Data Firehose

A

Real-time analytics
Data lake feeding
Log data management
IoT data integration

83
Q

What does Kinesis do?

A

Collects, processes, and analyses streaming data in real time

84
Q

What are 4 use cases of DataSync??

A

Migration
Replication to low cost storage
Archiving
Hybrid/multi-cloud workflows

85
Q

What type of data does DataSync support?

A

NFS, SMB, or object stores

On-prem, another cloud provider, or AWS storage

86
Q

What does DataSync do?

A

Securely transfers TB of data to S3, EFS, FSx

87
Q

What are 3 use cases of EMR?

A

Find patterns in genomic data
Identify preferences in click-stream data
Analyse application log data