Here are the list of most frequently asked AWS Interview Questions and Answers in technical interviews. These AWS questions and answers are suitable for both fresher’s and experienced professionals at any level. The questions are for intermediate to somewhat advanced AWS professionals, but even if you are just a beginner or fresher you should be able to understand the answers and explanations here we give. These AWS Interview Questions and Answers will guide you to clear.
Cloud computing offers plenty of opportunities and you can start your successful business as an AWS architect with a successful job interview. If you find AWS Architectural Interviews, some of the answers to the following questions are answered from the AWS Interviews.
AWS Interview Questions and Answers for beginners and experts. List of frequently asked AWS Interview Questions with answers by Innovitt Global. We hope these AWS interview questions and answers are useful and will help you to get the best job in the networking industry. This AWS interview questions and answers are prepared by AWS Professionals based on MNC Companies expectation. Stay tune we will update New AWS Interview questions with Answers Frequently.
Besant Technologies supports the students by providing AWS interview questions and answers for the job placements and job purposes. AWS is the leading important course in the present situation because more job openings and the high salary pay for this Amazon Web Services and more related jobs. We provide the AWS online training also for all students around the world through the online medium. These are top AWS interview questions and answers, prepared by our institute experienced trainers.
Here are the list of most frequently asked Amazon Web Services Interview Questions and Answers in technical interviews. These questions and answers are suitable for both freshers and experienced professionals at any level. The questions are for intermediate to somewhat advanced AWS professionals, but even if you are just a beginner or fresher you should be able to understand the answers and explanations here we give.
Ans: Subnet, Internet Gateway, NAT Gateway, HW VPN Connection, Virtual Private Gateway, Customer Gateway, Router, Peering Connection, VPC Endpoint for S3, Egress-only Internet Gateway.
Ans: Security Groups can be used to protect your EC2 instances in a VPC. We can configure both INBOUND and OUTBOUND traffic in a Security Group which enables secured access to your EC2 instances. Security Group automatically denies any unauthorized access to your EC2 instances.
Ans: Initially you are limited to launch 20 EC2 Instances at one time. Maximum VPC size is 65,536 instances.
Ans: Not possible. Peering Connection are available only between VPC in the same region.
Ans: Yes, Possible. Provided the owner of other VPCs accepts your connection.
Ans: Internet Gateway, Virtual Private Gateway, NAT, EndPoints, Peering Connections.
Ans: Yes, Possible. Provided an Internet Gateway is configured in such a way that traffic bounded for EC2 instances running in other VPCs.
Ans: It is possible using Amazon VPC Flow-Logs feature.
Ans: A Security Group defines which traffic is allowed TO or FROM EC2 instance. Whereas ACL, controls at the SUBNET level, scrutinize the traffic TO or FROM a Subnet.
Ans: Using either a Public IP or an Elastic IP.
Ans: PAAS (Platform As A Service), IAAS (Infrastructure As A Service), SAAS (Software As A Service)
Ans: Creating duplicate instances during heavy business hours. Scale-IN and Scale-OUT are two different statues of Scaling. Scale-IN: Reducing the instances. Scale-OUT: Increasing the instances by duplicating.
Ans: AMI is defined as Amazon Machine Image. Basically it’s a template comprising software configuration part. For example, Operating System, DB Server, Application Server, etc.,
Ans: When you STOP an instance it is a normal shutdown. The corresponding EBS volume attached to that instance remains attached and you can restart the instance later. When you TERMINATE an instance it gets deleted and you cannot restart that instance again later. And any EBS volume attached with that instance also deleted.
Ans: Not advisable. Because the purpose of having standby RDS instance is to avoid an infrastructure failure. So you have to keep your standby RDS service in a different Availability Zone, which may have different infrastructure.
Ans: RDS is meant for structured data only. DynamoDB is meant for unstructured data which is a NoSQL service. Redshift is a data warehouse product used for data analysis.
Ans: Lifecycle Hooks are used in Auto Scaling. Lifecycle hooks enable you to perform custom actions by pausing instances as an Auto Scaling group launches or terminates them. Each Auto Scaling group can have multiple lifecycle hooks.
Ans: S3 stands for Simple Storage Service, with a simple web service interface to store and retrieve any amount of data from anywhere on the web.
Ans: Lambda is an event-driven platform. It is a compute service that runs code in response to events and automatically manages the compute resources required by that code.
Ans: By default 100 buckets can be created in a region.
Ans: Amazon CloudFront is a service that speeds up transfer of your static and dynamic web content such as HTML files, IMAGE files., etc., CloudFront delivers your particulars thru worldwide data centers named Edge Locations.
Ans: S3, a Simple Storage Service from Amazon. You can move your files TO and FROM S3. Its like a FTP storage. You can keep your SNAPSHOTS in S3. You can also ENCRYPT your sensitive data in S3.
Ans: Amazon has hosted EC2 in various locations around the world. These locations are called REGIONS. For example in Asia, Mumbai is one region and Singapore is another region. Each region is composed of isolated locations which are known as AVAILABLE ZONES. Region is independent. But the Available Zones are linked thru low-latency links.
Ans: Classic LB and Application LB. ALB is the Content Based Routing.
Ans: Yes. A developer can create an AMI and share it with other developers for their use. A shared AMI is packed with the components you need and you can customize the same as per your needs. As you are not an owner of a shared AMI there is a risk always involved.
Ans: A Hypervisor is a kind of software that enables Virtualization. It combines physical hardware resources into a platform which is delivered virtually to one or more users. XEN is the Hypervisor for EC2.
Ans: You use Key Pair to login to your Instance in a secured way. You can create a key pair using EC2 console. When your instances are spread across regions you need to create key pair in each region.
Ans: ClassicLink allows instances in EC2 classic platform to communicate with instances in VPC using Private IP address. EC2 classic platform instances cannot not be linked to more than one VPC at a time.
Ans: Yes. You can always modify route rules to specify which subnets are routed to the Internet gateway, the virtual private gateway, or other instances.
Ans: 5 VPC Elastic IP addresses per AWS account per region
Ans: NO, you cannot. It is not supported. However you can ping EC2 instances within a VPC, provided your firewall, Security Groups and network ACLs allows such traffic.
Ans: Using Amazon VPC Flow Logs feature.
Ans: Yes.
Ans: After selecting your AMI Template and Instance Type, in the third step while configuring the instance you must select the SUBNET in which you wish to launch your instance. It will be launched in the AZ associated with that SUBNET.
Ans: NO. Normally an IG is HORIZONTALLY SCALLED, Redundant and Highly Available. It is not having nay Bandwidth constraints usually.
Ans: When you launch your instances in a Default VPC in a Region, you would be getting the benefit of advanced Network Functionalities. You can also make use of Security Groups, multiple IP addresses, and multiple Network interfaces.
Ans: You can use, provided if it is located in the same region where your VPC is presented.
Ans: The PEERING CONNECTION available in the other side would also get terminated. There will no more traffic flow.
Ans: NO. Its possible between VPCs in the same region.
Ans: Yes. Only when that owner accepts your peering connection request.
Ans: When a DB instance is deleted, RDS retains the user-created DB snapshot along with all other manually created DB snapshots. Also automated backups are deleted and only manually created DB Snapshots are retained.
Ans: The Public IP is associated with the instance until it is stopped or terminated Only. A Public IP is not static. Every time your instance is stopped or terminated the associated Public IP gets vanished and a new Public IP gets assigned with that instance. To over come this issue a public IP can be replaced by an Elastic IP address, which stays with the instance as long as the user doesn’t manually detach it. Similarly when if you are hosting multiple websites on your EC2 server, in that case you may require more than one Elastic IP address.
Ans: Websites hosted on your EC2 instances can load their static contents directly from S3. It provides highly scalable, reliable, fast, inexpensive data storage infrastructure.
Ans: Yes, you can very well do this by establishing a VPN connection between your company’s network and Amazon VPC.
Ans: A Private IP is STATIC. And it is attached with an instance throughout is lifetime and cannot be changed.
Ans: When a network has more number of HOSTS, managing these hosts can be tedious under a single large network. Therefore we divide this large network into easily manageable sub-networks (subnets) so that managing hosts under each subnet becomes easier.
Ans: Route Table is used to route the network pockets. Generally one route table would be available in each subnet. Route table can have any no. of records or information, hence attaching multiple subnets to a route table is also possible.
Ans: Standby server cannot be used in parallel with primary server unless your Primary instance goes down.
Ans: Connection Draining is a service under Elastic Load Balancing. It keeps monitoring the healthiness of the instances. If any instance fails Connection Draining pulls all the traffic from that particular failed instance and re-route the traffic to other healthy instances.
Ans: CloudTrail is designed for logging and tracking API calls. Also used to audit all S3 bucket accesses.
Ans: ATA service speeds up your data transfer with the use of optimized network paths. Also, speed up your CDN up to 300% compared to normal data transfer speed
Jeff Bezos
Lisa Su
Denise Morrison
Ans: Jeff Bezos
2002
2006
2008
Ans: 2006
2002
2006
2008
Ans: 2006
A. True
B. False
Ans: B. False
Ans: True
Ans: False
Create multiple Admin accounts
Generate a new security key each time you log in
Create IAM users
Ans: Create IAM users
A.True
B. False
Ans: A.True
A.True
B. False
Ans: A. True
A.Increasing and decreasing capacity as needed
B.Monitoring services on multiple devices
C. Operating on Mac, Windows and Linux
D. Paying only for running virtual machines
E. Stretching applications across virtual machines
Ans: A. Increasing and decreasing capacity as needed & D. Paying only for running virtual machines
A. True
B. False
Ans: A. True
A. AWS Region
B. Core Count
C. User Location
Ans: B. Core Count
A. On-demand
B. RI
C. Spot instance
Ans: A. On-demand
A. Data will be replicate to different AZs
B. You can spin up and spin down VMs
C. Automatically VMs will be add and remove
Ans: B. You can spin up and spin down VMs
A. True
B. False
Ans: A. True
A. AWS Region
B. Core Count
C. User Location
Ans: B. Core Count
A. On-demand
B. RI
C. Spot instance
Ans: A. On-demand
A. Data will be replicate to different AZs
B. You can spin up and spin down VMs
C. Automatically VMs will be add and remove
Ans: B. You can spin up and spin down VMs
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
True
False
Ans: True
A. True
B. False
A. EC2 is not selected
B. Correct region is not selected
C. AWS marketplace is not selected
Ans: B. Correct region is not selected
A. Security Concerns
B. Additional fees
C. Data Loss
Ans: B. Additional fees
A. AWS Availability Zones
B. AWS Edge Locations
C. AWS Regions
Ans: B. AWS Edge Locations
A. True
B. False
Ans: B. False
A. True
B. False
Ans: B. False
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: B. False
A. True
B. False
Ans: A. True
A. On-demand
B. RI
C. Spot instance
Ans: A. On-demand
A. On-demand
B. RI
C. Depends on Application or Website
Ans: C. Depends on Application or Website
A. On-demand
B. RI
C. Spot instance
Ans: On-demand
A. True
B. False
Ans: A. True
A. True
B. False
Ans: B.False
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: B. False
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: A. True
A. True
B. False
Ans: B. False
A. True
B. False
Ans: A. True
A. Database Indexing
B. File searching
C. Secure Hosting
D. Storage Scaling
Ans: C. Secure Hosting & D. Storage Scaling
Issue
I’m not sure whether to store the data associated with my Amazon EC2 instance in instance store or in an attached Amazon Elastic Block Store (Amazon EBS) volume. Which option is best for me?
Resolution
Some Amazon EC2 instance types come with a form of directly attached, block-device storage known as the instance store. The instance store is ideal for temporary storage, because the data stored in instance store volumes is not persistent through instance stops, terminations, or hardware failures. You can find more detailed information about the instance store at Amazon EC2 Instance Store.
For data you want to retain longer-term, or if you need to encrypt the data, we recommend using EBS volumes instead. EBS volumes preserve their data through instance stops and terminations, can be easily backed up with EBS snapshots, can be removed from instances and reattached to another, and support full-volume encryption. For more detailed information about EBS volumes, see Features of Amazon EBS.
A. True
B. False
A. True
B. False
A. True
B. False
A. True
B. False
True
False
A. True
B. False
A. True
B. False
True
False
A. True
B. False
A. True
B. False