SlideShare a Scribd company logo
1 of 5
Download to read offline
www.datacademy.ai
Knowledge world
AWS data storage Amazon S3, Amazon RDS
Here are some commonly asked AWS Certification interview questions regarding
the AWS data storage Amazon S3, Amazon RDS on AWS
1. What is Amazon S3 and what are its main features?
Amazon Simple Storage Service (S3) is an object-based cloud storage service that
offers unlimited capacity and high durability. It offers a number of features such as
high scalability, data availability, and secure data storage.
2. What are the different storage classes available in Amazon S3?
Amazon S3 offers four storage classes: S3 Standard, S3 Intelligent-Tiering, S3 One
Zone, and S3 Glacier. Each of these classes is designed for specific use cases, with
different levels of performance, availability, and durability.
3. How does Amazon S3 provide high durability and availability of data?
Amazon S3 provides high durability by automatically replicating data across
multiple availability zones within a region. This ensures that even if one data
center goes offline, your data is still available.
4. What is Amazon RDS and what are its main features?
Amazon Relational Database Service (RDS) is a managed relational database
service that provides automatic database management and supports popular
database engines such as Amazon Aurora, MySQL, Microsoft SQL Server, and more.
RDS offers features such as automatic backup and recovery, database scaling, and
multi-AZ deployment.
5. What are the different database engines supported by Amazon RDS?
Amazon RDS supports several database engines, including Amazon Aurora,
MySQL, Microsoft SQL Server, PostgreSQL, MariaDB, and Oracle.
6. How does Amazon RDS ensure high availability of databases?
Amazon RDS ensures high availability of databases by providing automatic
failover to a standby instance in the event of a primary instance failure. The
service also supports multi-AZ deployment, which allows you to run database
instances in multiple availability zones for added redundancy.
www.datacademy.ai
Knowledge world
7. What is Amazon DynamoDB and what are its main features?
Amazon DynamoDB is a managed NoSQL database service that provides fast and
predictable performance with seamless scalability. It offers features such as
automatic and on-demand backups, in-memory caching, and support for both
document and key-value data models.
8. What are the different data models supported by Amazon DynamoDB?
Amazon DynamoDB supports two data models: document and key-value. You can
use the document model to store complex data structures, and the key-value
model to store simple data structures.
9. What is Amazon Redshift and what are its main features?
Amazon Redshift is a fully managed data warehouse service that makes it easy to
analyze data using SQL and business intelligence tools. It offers features such as
fast querying performance, flexible data ingestion, and automatic data
compression.
10. What is Amazon EBS and what are its main features?
Amazon Elastic Block Store (EBS) is a persistent block-level storage service that is
designed to be used with Amazon EC2 instances. It offers features such as high I/O
performance, low latency, and support for both magnetic and solid-state storage.
11. What are the different types of EBS volumes available in Amazon Web
Services?
Amazon Web Services offers several types of EBS volumes, including magnetic
volumes, general purpose SSD volumes, provisioned IOPS SSD volumes, and
throughput optimized HDD volumes.
12. What is Amazon S3 Transfer Acceleration and how does it work?
Amazon S3 Transfer Acceleration is a feature that uses Amazon CloudFront’s
globally distributed edge locations to accelerate data transfers over the public
Internet to Amazon S3. It works by uploading data to a nearby CloudFront edge
location, which then transfers the data to S3 over an optimized network path.
13. What is Amazon S3 Select and how does it work?
Amazon S3 Select is a feature that allows you to retrieve only the data you need
from an S3 object, rather than retrieving the entire object. It works by filtering and
www.datacademy.ai
Knowledge world
transforming data in place, without having to retrieve the entire object and then
perform filtering and transformation.
14. What is Amazon S3 Inventory and what are its main features?
Amazon S3 Inventory is a feature that provides you with a report of the contents
of your S3 buckets, including the metadata and access control lists (ACLs) for each
object. You can use S3 Inventory to verify the integrity of your data, monitor data
changes, and simplify compliance reporting.
15. What is Amazon S3 Cross-Region Replication and how does it work?
Amazon S3 Cross-Region Replication is a feature that automatically replicates data
from one S3 bucket to another, in a different region. It works by continuously
monitoring the source bucket for changes, and then replicating the changes to the
destination bucket.
16. What is Amazon S3 Versioning and how does it work?
Amazon S3 Versioning is a feature that allows you to preserve, retrieve, and
restore multiple versions of an S3 object. It works by automatically storing
multiple versions of an object in the same bucket, allowing you to access previous
versions of an object at any time.
17. What is Amazon RDS Read Replicas and how does it work?
Amazon RDS Read Replicas is a feature that allows you to scale the read
performance of your database by creating a read-only copy of your database in
another region. It works by automatically replicating changes from the primary
database to the read replica, allowing you to offload read operations to the read
replica and improve the performance of your database.
18. What is Amazon RDS Multi-AZ and how does it work?
Amazon RDS Multi-AZ is a feature that provides high availability and failover
support for your database instances. It works by maintaining a standby instance in
a different availability zone, and automatically failing over to the standby instance
in the event of a primary instance failure.
19. What is Amazon RDS Backup and how does it work?
Amazon RDS Backup is a feature that allows you to easily backup your RDS
instances and restore them in case of a failure. It works by automatically creating
www.datacademy.ai
Knowledge world
and maintaining snapshots of your RDS instances, which can then be used to
restore your data in the event of a failure.
20. What is Amazon RDS Automated Patching and how does it work?
Amazon RDS Automated Patching is a feature that automates the process of
applying patches to your RDS instances. It works by automatically applying
security and maintenance patches to your RDS instances during your specified
maintenance window, without requiring any manual intervention.
21. What is Amazon RDS Monitoring and how does it work?
Amazon RDS Monitoring is a feature that provides real-time performance metrics
for your RDS instances. It works by collecting performance data from your RDS
instances and presenting it in a dashboard, allowing you to monitor the
performance of your database instances in real-time.
22. What is Amazon RDS Maintenance and how does it work?
Amazon RDS Maintenance is a feature that provides automated maintenance for
your RDS instances. It works by performing routine maintenance tasks, such as
software updates and backups, without requiring any manual intervention.
23. What is Amazon DynamoDB Global Tables and how does it work?
Amazon DynamoDB Global Tables is a feature that allows you to replicate your
DynamoDB tables across multiple regions, providing low-latency access to your
data for your users, no matter where they are located. It works by automatically
replicating data changes from your primary table to all of your replica tables,
ensuring that all tables are consistent and up-to-date.
24. What is Amazon DynamoDB On-Demand Backup and how does it work?
Amazon DynamoDB On-Demand Backup is a feature that allows you to create and
restore backups of your DynamoDB tables. It works by creating a backup of your
table at a specified time, which can then be restored in case of a failure.
25. What is Amazon DynamoDB Auto Scaling and how does it work?
Amazon DynamoDB Auto Scaling is a feature that automatically adjusts the
capacity of your DynamoDB tables in response to changing traffic patterns. It
works by monitoring your table’s usage and automatically scaling the read and
write capacity of your table to meet your application’s needs.
www.datacademy.ai
Knowledge world
26. What is Amazon DynamoDB Streams and how does it work?
Amazon DynamoDB Streams is a feature that allows you to capture and process
changes to your DynamoDB tables. It works by sending a stream of change events
to a separate stream, which can then be processed by other services, such as AWS
Lambda or Amazon Kinesis.
27. What is Amazon EBS and how does it work?
Amazon Elastic Block Store (EBS) is a block-level storage service for use with
Amazon EC2 instances. It works by providing raw block-level storage that can be
attached to an EC2 instance, allowing you to store data on the instance’s file
system.
28. What is Amazon Elastic File System (EFS) and how does it work?
Amazon Elastic File System (EFS) is a fully-managed, scalable, and highly available
file storage service for use with Amazon EC2 instances. It works by providing a
network file system that can be accessed by multiple EC2 instances, allowing you
to store and share files between instances.
29. What is Amazon Glacier and how does it work?
Amazon Glacier is an extremely low-cost, long-term storage service for data that is
infrequently accessed. It works by automatically archiving data to low-cost,
durable storage, allowing you to store large amounts of data for a very low cost.
30. What is Amazon S3 Transfer Acceleration and how does it work?
Amazon S3 Transfer Acceleration is a feature that allows you to upload large files
to S3 more quickly. It works by using Amazon CloudFront’s globally distributed
edge locations to accelerate uploads to S3, reducing the time it takes to upload
large files.

More Related Content

Similar to AWS data storage Amazon S3, Amazon RDS.pdf

AWS Webcast - Understanding database options
AWS Webcast - Understanding database optionsAWS Webcast - Understanding database options
AWS Webcast - Understanding database optionsAmazon Web Services
 
Aplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuariosAplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuariosAmazon Web Services
 
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...Datacademy.ai
 
Your First 10 million Users on the AWS Cloud
Your First 10 million Users on the AWS CloudYour First 10 million Users on the AWS Cloud
Your First 10 million Users on the AWS CloudAmazon Web Services
 
Journey Towards Scaling Your Application to Million Users
Journey Towards Scaling Your Application to Million UsersJourney Towards Scaling Your Application to Million Users
Journey Towards Scaling Your Application to Million UsersAdrian Hornsby
 
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017Amazon Web Services
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesAmazon Web Services
 
Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfAnanthReddy38
 
Building and Managing Scalable Applications on AWS: 1 to 500K users
Building and Managing Scalable Applications on AWS: 1 to 500K usersBuilding and Managing Scalable Applications on AWS: 1 to 500K users
Building and Managing Scalable Applications on AWS: 1 to 500K usersAmazon Web Services
 
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro Session
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro SessionAWS tutorial-Part59:AWS Cloud Database Products-2nd Intro Session
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro SessionSaM theCloudGuy
 
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017Amazon Web Services
 
Amazon Web Services: Lessons for Architecting Data in the Cloud
Amazon Web Services: Lessons for Architecting Data in the CloudAmazon Web Services: Lessons for Architecting Data in the Cloud
Amazon Web Services: Lessons for Architecting Data in the CloudSafe Software
 
Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Appsjineshvaria
 
getting started with amazon aurora
getting started with amazon auroragetting started with amazon aurora
getting started with amazon auroraAmazon Web Services
 
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...Understanding AWS Managed Database and Analytics Services | AWS Public Sector...
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...Amazon Web Services
 

Similar to AWS data storage Amazon S3, Amazon RDS.pdf (20)

Databases
DatabasesDatabases
Databases
 
AWS Webcast - Understanding database options
AWS Webcast - Understanding database optionsAWS Webcast - Understanding database options
AWS Webcast - Understanding database options
 
Aplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuariosAplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuarios
 
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...
Top 30+ Latest AWS Certification Interview Questions on AWS BI & Data Visuali...
 
Your First 10 million Users on the AWS Cloud
Your First 10 million Users on the AWS CloudYour First 10 million Users on the AWS Cloud
Your First 10 million Users on the AWS Cloud
 
Journey Towards Scaling Your Application to Million Users
Journey Towards Scaling Your Application to Million UsersJourney Towards Scaling Your Application to Million Users
Journey Towards Scaling Your Application to Million Users
 
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017
RDS and DynamoDB - Module 3 Part 2 - AWSome Day 2017
 
Aws
AwsAws
Aws
 
Aws coi7
Aws coi7Aws coi7
Aws coi7
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web Services
 
Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdf
 
Building and Managing Scalable Applications on AWS: 1 to 500K users
Building and Managing Scalable Applications on AWS: 1 to 500K usersBuilding and Managing Scalable Applications on AWS: 1 to 500K users
Building and Managing Scalable Applications on AWS: 1 to 500K users
 
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro Session
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro SessionAWS tutorial-Part59:AWS Cloud Database Products-2nd Intro Session
AWS tutorial-Part59:AWS Cloud Database Products-2nd Intro Session
 
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017
RDS Postgres and Aurora Postgres | AWS Public Sector Summit 2017
 
Amazon Web Services: Lessons for Architecting Data in the Cloud
Amazon Web Services: Lessons for Architecting Data in the CloudAmazon Web Services: Lessons for Architecting Data in the Cloud
Amazon Web Services: Lessons for Architecting Data in the Cloud
 
Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Apps
 
AWS Architecting In The Cloud
AWS Architecting In The CloudAWS Architecting In The Cloud
AWS Architecting In The Cloud
 
getting started with amazon aurora
getting started with amazon auroragetting started with amazon aurora
getting started with amazon aurora
 
Aws overview
Aws overviewAws overview
Aws overview
 
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...Understanding AWS Managed Database and Analytics Services | AWS Public Sector...
Understanding AWS Managed Database and Analytics Services | AWS Public Sector...
 

More from Datacademy.ai

Characteristics of Big Data Understanding the Five V.pdf
Characteristics of Big Data  Understanding the Five V.pdfCharacteristics of Big Data  Understanding the Five V.pdf
Characteristics of Big Data Understanding the Five V.pdfDatacademy.ai
 
Learn Polymorphism in Python with Examples.pdf
Learn Polymorphism in Python with Examples.pdfLearn Polymorphism in Python with Examples.pdf
Learn Polymorphism in Python with Examples.pdfDatacademy.ai
 
Why Monitoring and Logging are Important in DevOps.pdf
Why Monitoring and Logging are Important in DevOps.pdfWhy Monitoring and Logging are Important in DevOps.pdf
Why Monitoring and Logging are Important in DevOps.pdfDatacademy.ai
 
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...Datacademy.ai
 
Top 50 Ansible Interview Questions And Answers in 2023.pdf
Top 50 Ansible Interview Questions And Answers in 2023.pdfTop 50 Ansible Interview Questions And Answers in 2023.pdf
Top 50 Ansible Interview Questions And Answers in 2023.pdfDatacademy.ai
 
Interview Questions on AWS Elastic Compute Cloud (EC2).pdf
Interview Questions on AWS Elastic Compute Cloud (EC2).pdfInterview Questions on AWS Elastic Compute Cloud (EC2).pdf
Interview Questions on AWS Elastic Compute Cloud (EC2).pdfDatacademy.ai
 
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdfDatacademy.ai
 
Top 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdfTop 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdfDatacademy.ai
 
Top 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfTop 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfDatacademy.ai
 
AWS DevOps: Introduction to DevOps on AWS
  AWS DevOps: Introduction to DevOps on AWS  AWS DevOps: Introduction to DevOps on AWS
AWS DevOps: Introduction to DevOps on AWSDatacademy.ai
 
Data Engineering.pdf
Data Engineering.pdfData Engineering.pdf
Data Engineering.pdfDatacademy.ai
 
Top 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfTop 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfDatacademy.ai
 
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdfDatacademy.ai
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfDatacademy.ai
 
Top Most Python Interview Questions.pdf
Top Most Python Interview Questions.pdfTop Most Python Interview Questions.pdf
Top Most Python Interview Questions.pdfDatacademy.ai
 

More from Datacademy.ai (15)

Characteristics of Big Data Understanding the Five V.pdf
Characteristics of Big Data  Understanding the Five V.pdfCharacteristics of Big Data  Understanding the Five V.pdf
Characteristics of Big Data Understanding the Five V.pdf
 
Learn Polymorphism in Python with Examples.pdf
Learn Polymorphism in Python with Examples.pdfLearn Polymorphism in Python with Examples.pdf
Learn Polymorphism in Python with Examples.pdf
 
Why Monitoring and Logging are Important in DevOps.pdf
Why Monitoring and Logging are Important in DevOps.pdfWhy Monitoring and Logging are Important in DevOps.pdf
Why Monitoring and Logging are Important in DevOps.pdf
 
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...
Top 30+ Latest AWS Certification Interview Questions on AWS BI and data visua...
 
Top 50 Ansible Interview Questions And Answers in 2023.pdf
Top 50 Ansible Interview Questions And Answers in 2023.pdfTop 50 Ansible Interview Questions And Answers in 2023.pdf
Top 50 Ansible Interview Questions And Answers in 2023.pdf
 
Interview Questions on AWS Elastic Compute Cloud (EC2).pdf
Interview Questions on AWS Elastic Compute Cloud (EC2).pdfInterview Questions on AWS Elastic Compute Cloud (EC2).pdf
Interview Questions on AWS Elastic Compute Cloud (EC2).pdf
 
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
 
Top 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdfTop 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdf
 
Top 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfTop 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdf
 
AWS DevOps: Introduction to DevOps on AWS
  AWS DevOps: Introduction to DevOps on AWS  AWS DevOps: Introduction to DevOps on AWS
AWS DevOps: Introduction to DevOps on AWS
 
Data Engineering.pdf
Data Engineering.pdfData Engineering.pdf
Data Engineering.pdf
 
Top 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfTop 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdf
 
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
50 Extraordinary AWS CloudWatch Interview Questions & Answers.pdf
 
Top 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdfTop 60+ Data Warehouse Interview Questions and Answers.pdf
Top 60+ Data Warehouse Interview Questions and Answers.pdf
 
Top Most Python Interview Questions.pdf
Top Most Python Interview Questions.pdfTop Most Python Interview Questions.pdf
Top Most Python Interview Questions.pdf
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 

AWS data storage Amazon S3, Amazon RDS.pdf

  • 1. www.datacademy.ai Knowledge world AWS data storage Amazon S3, Amazon RDS Here are some commonly asked AWS Certification interview questions regarding the AWS data storage Amazon S3, Amazon RDS on AWS 1. What is Amazon S3 and what are its main features? Amazon Simple Storage Service (S3) is an object-based cloud storage service that offers unlimited capacity and high durability. It offers a number of features such as high scalability, data availability, and secure data storage. 2. What are the different storage classes available in Amazon S3? Amazon S3 offers four storage classes: S3 Standard, S3 Intelligent-Tiering, S3 One Zone, and S3 Glacier. Each of these classes is designed for specific use cases, with different levels of performance, availability, and durability. 3. How does Amazon S3 provide high durability and availability of data? Amazon S3 provides high durability by automatically replicating data across multiple availability zones within a region. This ensures that even if one data center goes offline, your data is still available. 4. What is Amazon RDS and what are its main features? Amazon Relational Database Service (RDS) is a managed relational database service that provides automatic database management and supports popular database engines such as Amazon Aurora, MySQL, Microsoft SQL Server, and more. RDS offers features such as automatic backup and recovery, database scaling, and multi-AZ deployment. 5. What are the different database engines supported by Amazon RDS? Amazon RDS supports several database engines, including Amazon Aurora, MySQL, Microsoft SQL Server, PostgreSQL, MariaDB, and Oracle. 6. How does Amazon RDS ensure high availability of databases? Amazon RDS ensures high availability of databases by providing automatic failover to a standby instance in the event of a primary instance failure. The service also supports multi-AZ deployment, which allows you to run database instances in multiple availability zones for added redundancy.
  • 2. www.datacademy.ai Knowledge world 7. What is Amazon DynamoDB and what are its main features? Amazon DynamoDB is a managed NoSQL database service that provides fast and predictable performance with seamless scalability. It offers features such as automatic and on-demand backups, in-memory caching, and support for both document and key-value data models. 8. What are the different data models supported by Amazon DynamoDB? Amazon DynamoDB supports two data models: document and key-value. You can use the document model to store complex data structures, and the key-value model to store simple data structures. 9. What is Amazon Redshift and what are its main features? Amazon Redshift is a fully managed data warehouse service that makes it easy to analyze data using SQL and business intelligence tools. It offers features such as fast querying performance, flexible data ingestion, and automatic data compression. 10. What is Amazon EBS and what are its main features? Amazon Elastic Block Store (EBS) is a persistent block-level storage service that is designed to be used with Amazon EC2 instances. It offers features such as high I/O performance, low latency, and support for both magnetic and solid-state storage. 11. What are the different types of EBS volumes available in Amazon Web Services? Amazon Web Services offers several types of EBS volumes, including magnetic volumes, general purpose SSD volumes, provisioned IOPS SSD volumes, and throughput optimized HDD volumes. 12. What is Amazon S3 Transfer Acceleration and how does it work? Amazon S3 Transfer Acceleration is a feature that uses Amazon CloudFront’s globally distributed edge locations to accelerate data transfers over the public Internet to Amazon S3. It works by uploading data to a nearby CloudFront edge location, which then transfers the data to S3 over an optimized network path. 13. What is Amazon S3 Select and how does it work? Amazon S3 Select is a feature that allows you to retrieve only the data you need from an S3 object, rather than retrieving the entire object. It works by filtering and
  • 3. www.datacademy.ai Knowledge world transforming data in place, without having to retrieve the entire object and then perform filtering and transformation. 14. What is Amazon S3 Inventory and what are its main features? Amazon S3 Inventory is a feature that provides you with a report of the contents of your S3 buckets, including the metadata and access control lists (ACLs) for each object. You can use S3 Inventory to verify the integrity of your data, monitor data changes, and simplify compliance reporting. 15. What is Amazon S3 Cross-Region Replication and how does it work? Amazon S3 Cross-Region Replication is a feature that automatically replicates data from one S3 bucket to another, in a different region. It works by continuously monitoring the source bucket for changes, and then replicating the changes to the destination bucket. 16. What is Amazon S3 Versioning and how does it work? Amazon S3 Versioning is a feature that allows you to preserve, retrieve, and restore multiple versions of an S3 object. It works by automatically storing multiple versions of an object in the same bucket, allowing you to access previous versions of an object at any time. 17. What is Amazon RDS Read Replicas and how does it work? Amazon RDS Read Replicas is a feature that allows you to scale the read performance of your database by creating a read-only copy of your database in another region. It works by automatically replicating changes from the primary database to the read replica, allowing you to offload read operations to the read replica and improve the performance of your database. 18. What is Amazon RDS Multi-AZ and how does it work? Amazon RDS Multi-AZ is a feature that provides high availability and failover support for your database instances. It works by maintaining a standby instance in a different availability zone, and automatically failing over to the standby instance in the event of a primary instance failure. 19. What is Amazon RDS Backup and how does it work? Amazon RDS Backup is a feature that allows you to easily backup your RDS instances and restore them in case of a failure. It works by automatically creating
  • 4. www.datacademy.ai Knowledge world and maintaining snapshots of your RDS instances, which can then be used to restore your data in the event of a failure. 20. What is Amazon RDS Automated Patching and how does it work? Amazon RDS Automated Patching is a feature that automates the process of applying patches to your RDS instances. It works by automatically applying security and maintenance patches to your RDS instances during your specified maintenance window, without requiring any manual intervention. 21. What is Amazon RDS Monitoring and how does it work? Amazon RDS Monitoring is a feature that provides real-time performance metrics for your RDS instances. It works by collecting performance data from your RDS instances and presenting it in a dashboard, allowing you to monitor the performance of your database instances in real-time. 22. What is Amazon RDS Maintenance and how does it work? Amazon RDS Maintenance is a feature that provides automated maintenance for your RDS instances. It works by performing routine maintenance tasks, such as software updates and backups, without requiring any manual intervention. 23. What is Amazon DynamoDB Global Tables and how does it work? Amazon DynamoDB Global Tables is a feature that allows you to replicate your DynamoDB tables across multiple regions, providing low-latency access to your data for your users, no matter where they are located. It works by automatically replicating data changes from your primary table to all of your replica tables, ensuring that all tables are consistent and up-to-date. 24. What is Amazon DynamoDB On-Demand Backup and how does it work? Amazon DynamoDB On-Demand Backup is a feature that allows you to create and restore backups of your DynamoDB tables. It works by creating a backup of your table at a specified time, which can then be restored in case of a failure. 25. What is Amazon DynamoDB Auto Scaling and how does it work? Amazon DynamoDB Auto Scaling is a feature that automatically adjusts the capacity of your DynamoDB tables in response to changing traffic patterns. It works by monitoring your table’s usage and automatically scaling the read and write capacity of your table to meet your application’s needs.
  • 5. www.datacademy.ai Knowledge world 26. What is Amazon DynamoDB Streams and how does it work? Amazon DynamoDB Streams is a feature that allows you to capture and process changes to your DynamoDB tables. It works by sending a stream of change events to a separate stream, which can then be processed by other services, such as AWS Lambda or Amazon Kinesis. 27. What is Amazon EBS and how does it work? Amazon Elastic Block Store (EBS) is a block-level storage service for use with Amazon EC2 instances. It works by providing raw block-level storage that can be attached to an EC2 instance, allowing you to store data on the instance’s file system. 28. What is Amazon Elastic File System (EFS) and how does it work? Amazon Elastic File System (EFS) is a fully-managed, scalable, and highly available file storage service for use with Amazon EC2 instances. It works by providing a network file system that can be accessed by multiple EC2 instances, allowing you to store and share files between instances. 29. What is Amazon Glacier and how does it work? Amazon Glacier is an extremely low-cost, long-term storage service for data that is infrequently accessed. It works by automatically archiving data to low-cost, durable storage, allowing you to store large amounts of data for a very low cost. 30. What is Amazon S3 Transfer Acceleration and how does it work? Amazon S3 Transfer Acceleration is a feature that allows you to upload large files to S3 more quickly. It works by using Amazon CloudFront’s globally distributed edge locations to accelerate uploads to S3, reducing the time it takes to upload large files.