Top 50 AWS Interview Questions and Answers (2024)
Top 50 AWS Interview Questions and Answers (2024)
Download
answers for fresher as well as
experienced candidates to get their dream
motherduck.com
Free PDF Download: AWS Interview Questions
AWS stands for Amazon Web Service; it is a collection of remote computing services
also known as a cloud computing platform. This new realm of cloud computing is also
known as IaaS or Infrastructure as a Service.
S3 stands for Simple Storage Service. You can use the S3 interface to store and retrieve
any amount of data, at any time and from anywhere on the web. For S3, the payment
model is “pay as you go.”
4) What is AMI?
AMI stands for Amazon Machine Image. It’s a template that provides the information (an
operating system, an application server, and applications) required to launch an instance,
which is a copy of the AMI running as a virtual server in the cloud. You can launch
instances from as many different AMIs as you need.
EXPLORE MORE
Top 10 Behavioral
Interview Questions and
Answers
04:00
02:11
Top 5 Powerpoint
Interview Questions and
From a single AMI, you can launch multiple types of instances. An instance type defines
the hardware of the host computer used for your instance. Each instance type provides
different computer and memory capabilities. Once you launch an instance, it looks like a
traditional host, and we can interact with it as we would with any computer.
AWS Interview Questions
Amazon S3 is a REST service, and you can send a request by using the REST API or the
AWS SDK wrapper libraries that wrap the underlying Amazon S3 REST API.
EC2 S3
It is a cloud web service used for hosting It is a data storage system where any
your application amount of data can be stored
It is like a huge computer machine which
can run either Linux or Windows and can It has a REST interface and uses secure
handle applications like PHP, Python, HMAC-SHA1 authentication keys
Apache, or any databases
9) How many buckets can you create in AWS by default?
By default, you can create up to 100 buckets in each of your AWS accounts.
Yes, you can vertically scale on the Amazon instance. For that
Spin up a new larger instance than the one you are currently running
Pause that instance and detach the root webs volume from the server and discard
Then stop your live instance and detach its root volume
Note the unique device ID and attach that root volume to your new server
And start it again
T2 instances are designed to provide moderate baseline performance and the capability
to burst to higher performance as required by the workload.
With private and public subnets in VPC, database servers should ideally launch into
private subnets.
13) Mention what the security best practices for Amazon EC2 are?
For secure Amazon EC2 best practices, follow the following steps
Use AWS identity and access management to control access to your AWS resources
Restrict access by allowing only trusted hosts or networks to access ports on your
instance
Review the rules in your security groups regularly
Only open up permissions that you require
Disable password-based login, for example, launched from your AMI
14) Explain how the buffer is used in Amazon web services?
The buffer is used to make the system more robust to manage traffic or load by
synchronizing different components. Usually, components receive and process the
requests in an unbalanced way. With the help of a buffer, the components will be
balanced and will work at the same speed to provide faster services.
The possible connection errors one might encounter while connecting instances are
Key-pairs are secure login information for your virtual machines. To connect to the
instances, you can use key-pairs which contain a public-key and private-key.
General purpose
Computer Optimized
Memory Optimized
Storage Optimized
Accelerated Computing
18) Is the property of broadcast or multicast supported by Amazon
VPC?
No, currently Amazon VPI does not provide support for broadcast or multicast.
Roles are used to provide permissions to entities which you can trust within your AWS
account. Roles are very similar to users. However, with roles, you do not require to create
any username and password to work with the resources.
Edge location is the area where the contents will be cached. So, when a user is trying to
access any content, the content will automatically be searched in the edge location.
23) What is VPC?
VPC stands for Virtual Private Cloud. It allows you to customize your networking
configuration. It is a network which is logically isolated from another network in the
cloud. It allows you to have your IP address range, internet gateways, subnet, and
security groups.
Snowball is a data transport option. It used source appliances to a large amount of data
into and out of AWS. With the help of snowball, you can transfer a massive amount of
data from one place to another. It helps you to reduce networking costs.
Redshift is a big data warehouse product. It is a fast and powerful, fully managed data
warehouse service in the cloud.
Simple Queue Service is also known as SQS. It is distributed queuing service which acts
as a mediator for two controllers.
31) DNS and Load Balancer service comes under which type of
cloud service?
DNS and Load Balancer and DNS services come under IAAS-storage cloud service.
CloudTrail is a specially designed tool for logging and tracking API calls. It helps to audit
all S3 bucket accesses.
Amazon Elasticcache is a web service which makes it easy to deploy, scale and store
data in the cloud.
Lambda is an Amazon compute service which allows you to run code in the AWS Cloud
without managing servers.
38) Name the AWS service that exists only to redundantly cache
data and images?
AWS Edge locations are services that redundantly cache data and images.
EMR is a survived cluster stage which helps you to interpret the working of data
structures before the intimation. Apache Hadoop and Apache Spark on the Amazon Web
Services help you to investigate a large amount of data. You can prepare data for the
analytics goals and marketing intellect workloads using Apache Hive and using other
relevant open-source designs.
41) What is the boot time taken for the instance stored backed
AMI?
The boot time for an Amazon instance store-backend AMI is less than 5 minutes.
Yes, the Internet gateway is needed to use VPC (virtual private cloud peering)
connections.
We can’t be able to connect EBS volume to multiple instances. However, you can
connect various EBS Volumes to a single instance.
You should select provisioned IOPS storage over standard RDS storage if you want to
perform batch-related workloads.
Boolean searches
Prefix Searches
Range searches
Entire text search
AutoComplete advice
Lifecycle hooks are used for autoscaling to put an additional wait time to a scale in or
scale out event.
Cloud controller
Cluster controller
Storage Controller
Node Controller
Amazon S3 standard
Amazon S3 standard-infrequent Access
Amazon S3 Reduced Redundancy Storage
Amazon Glacier
53) Name some of the DB engines which can be used in AWS RDS
1. MS-SQL DB
2. MariaDB
3. MYSQL DB
4. OracleDB
5. PostgreDB