AWS Architect Interview Questions and Answers

AWS Architect Interview Questions and Answers

Last updated on 21st Oct 2020, Blog, Interview Question

About author

Kernel ((Sr AWS Architect ) )

High level Domain Expert in TOP MNCs with 8+ Years of Experience. Also, Handled Around 20+ Projects and Shared his Knowledge by Writing these Blogs for us.

(5.0) | 13547 Ratings 2375

Cloud computing is gaining popularity among enterprises due to numerous advantages like flexibility, reduced costs, improved efficiencies, better disaster recovery, and many more. Cloud Computing providers make the migration happen and provide thick competition in the cloud computing world. AWS Solution Architect General Questions are key to crack the interview of Cloud computing.

1. What is auto-scaling?

Ans:

Auto-scaling is a feature of AWS which allows you to configure and automatically provision and spin-up new instances without the need for your intervention.

2. What are the different types of cloud services?

Ans:

Different types of cloud services are:

  • Software as a Service (SaaS)
  • Data as a Service (DaaS)
  • Platform as a Service (PaaS)
  • Infrastructure as a Service (IaaS)

3. What is Amazon S3?

Ans:

Amazon S3 (Simple Storage Service) is an object storage with a simple web service interface to store and retrieve any amount of data from anywhere on the web.

4. What is SimpleDB?

Ans:

It is a structured data store that supports indexing and data queries to both EC2 and S3.

5. What is an AMI?

Ans:

AMI (Amazon Machine Image) is a snapshot of the root filesystem.

6. What is the type of architecture, where half of the workload is on the public load while at the same time half of it is on the local storage?

Ans:

Hybrid cloud architecture.

7. Can I vertically scale an Amazon instance? How do you do it?

Ans:

Yes. Spinup a new larger instance than the one you are running, then pause that instance to detach the root EBS volume from this server and discard. After that, stop the live instance and detach its root volume. Note the unique device ID and attach that root volume to the new server, and start again. This way you will have scaled vertically.

8. How can you send a request to Amazon S3?

Ans:

You can send requests by using the REST API or the AWS SDK wrapper libraries that wrap the underlying Amazon S3 REST API.

Subscribe For Free Demo

Error: Contact form not found.

9. How many buckets can be created in AWS by default?

Ans:

By default, 100 buckets can be created.

10. Should encryption be used for S3?

Ans:

Encryption should be considered for sensitive data as S3 is a proprietary technology.

11. What are the various AMI design options?

Ans:

Fully Baked AMI, JeOS (just enough operating system) AMI, and Hybrid AMI.

12. What is Geo Restriction in CloudFront?

Ans:

Geo restriction, also known as geoblocking, is used to prevent users in specific geographic locations from accessing content that you’re distributing through a CloudFront web distribution.

13. Explain what is a T2 instance?

Ans:

T2 instances are designed to provide moderate baseline performance and the capability to burst to higher performance as required by workload.

14. What is AWS Lambda?

Ans:

AWS Lambda is a compute service that lets you run code in the AWS Cloud without provisioning or managing servers.

15. What is a Serverless application in AWS?

Ans:

The AWS Serverless Application Model (AWS SAM) extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application.

16. What is the use of Amazon ElastiCache?

Ans:

Amazon ElastiCache is a web service that makes it easy to deploy, operate, and scale an in-memory data store or cache in the cloud.

17. Explain how the buffer is used in Amazon web services?

Ans:

The buffer is used to make the system more robust to manage traffic or load by synchronizing different components.

18. Differentiate between stopping and terminating an instance

Ans:

When an instance is stopped, the instance performs a normal shutdown and then transitions to a stopped state.

When an instance is terminated, the instance performs a normal shutdown, then the attached Amazon EBS volumes are deleted unless the volume’s deleteOnTermination attribute is set to false.

19. Is it possible to change the private IP addresses of an EC2 while it is running/stopped in a VPC?

Ans:

The primary private IP address cannot be changed. Secondary private addresses can be unassigned, assigned or moved between interfaces or instances at any point.

20. Give one instance where you would prefer Provisioned IOPS over Standard RDS storage?

Ans:

When you have batch-oriented workloads.

21. What is AWS?

Ans:

It is the acronym for Amazon Web Service. It is a comprehensive, evolving cloud-computing platform of Amazon. It is also known as Infrastructure as a Service (IaaS).

22. What is the boot time for an instance store backed instance?

Ans:

The boot time for an Amazon Instance Store -Backed AMI is less than 5 minutes.

23. Will you use encryption for S3?

Ans:

Yes I will, as it is a proprietary technology. It’s always a good idea to consider encryption for sensitive data on S3.

24. What is Identity Access Management and how is it used?

Ans:

It is a web service, which is used to securely control access to AWS services. Identity Access Management allows you to manage users, security credentials, and resource permissions.

25. Explain the advantages of AWS’s Disaster Recovery (DR) solution.

Ans:

 Following are the advantages of AWS’s Disaster Recovery (DR) solution:

  • AWS offers a cost-effective backup, storage, and DR solution, helping the companies to reduce their capital expenses
  • Fast setup time and greater productivity gains
  • AWS helps companies to scale up even during seasonal fluctuations
  • It seamlessly replicates on-premises data to the cloud
  • Ensures fast retrieval of files

26. How do you send requests to Amazon S3?

Ans:

We can achieve this by using the REST API or the AWS SDK wrapper libraries. These elements wrap the underlying Amazon S3 REST API.

27. What is DynamoDB?

Ans:

DynamoDB is a fully managed proprietary NoSQL database service, supporting key-value and document data structures. It can be used when a fast and flexible NoSQL database with a flexible data model and reliable performance is required.

28. What is Redshift?

Ans:

Redshift is a petabyte size data warehouse service by Amazon. It is easy, cost-effective, and scalable, and can be fully configured to analyze your entire data with the existing business intelligence tools.

29. Which data centers are deployed for cloud computing?

Ans:

There are two data centers in cloud computing, one is Containerized Data centers, and another is Low-Density Data Centers.

30. Which AWS services will you use to collect and process e-commerce data for near real-time analysis?

Ans:

Following are the AWS services will be used to collect and process e-commerce data for near real-time analysis:

  1. 1. Amazon DynamoDB
  2. 2. Amazon ElastiCache
  3. 3. Amazon Elastic MapReduce
  4. 4. Amazon Redshift

31. What is SQS?

Ans:

Simple Queue Service (SQS) is a distributed message queuing service that acts as a mediator for two controllers. It is a pay-per-use web service.

32. What are the popular DevOps tools?

Ans:

 The popular DevOps tools are –

  1. 1. Chef, Puppet, Ansible, and SaltStack – Deployment and Configuration Management Tools
  2. 2. Docker – Containerization Tool
  3. 3. Git – Version Control System Tool
  4. 4. Jenkins – Continuous Integration Tool
  5. 5. Nagios – Continuous Monitoring Tool
  6. 6. Selenium – Continuous Testing Tool

33. What is Hybrid cloud architecture?

Ans:

It is a type of architecture where the workload is divided into two halves among which one is on public load and the other is on the local storage. It is a mix of on-premises, private cloud and third-party, and public cloud services between two platforms.

Course Curriculum

Enhance Your Career with AWS Architect Training from Certified Experts

  • Instructor-led Sessions
  • Real-life Case Studies
  • Assignments
Explore Curriculum

34. What Is Configuration Management?

Ans:

Configuration management is used to manage the configuration of systems and the services that they provide entirely through code. This is a repetitive and consistent process that is achieved through –

  • Intuitive command-line interface
  • Lightweight and easily readable domain-specific language (DSL)
  • Comprehensive REST-based API

35. What are the features of Amazon cloud search?

Ans:

Amazon cloud search features:

  1. 1. AutoComplete advice
  2. 2. Boolean Searches
  3. 3. Entire text search
  4. 4. Faceting term boosting
  5. 5. Highlighting
  6. 6. Prefix Searches
  7. 7. Range searches

36.  How do you access the data on EBS in AWS?

Ans:

Data cannot be accessible on EBS directly by a graphical interface in AWS. This process includes assigning the EBS volume to an EC2 instance. Here, when the volume is connected to any of the instances either it can be Windows or Unix, you can write or read on it. First, you can take a screenshot from the volumes with data and build unique volumes with the help of screenshots. Here, each EBS volume can be attached to only a single instance.

37. If you hold half of the workload on the public cloud whereas different half is on local storage, in such case what type of architecture can be used?

Ans:

In such cases, the hybrid cloud architecture can be used.

38. Mention the possible connection issues you encounter when connecting to an EC2 instance?

Ans:

Following are the possible connection issues you encounter when connecting to an EC2 instance:

  • Server refused key
  • Connection timed out
  • Host key not found, permission denied.
  • Unprotected private key file
  • No supported authentication method available

39. What are lifecycle hooks in AWS autoscaling?

Ans:

Lifecycle hooks can be added in the autoscaling group. It enables you to perform custom actions by pausing instances where the autoscaling group terminates and launches them. Every auto-scaling group consists of multiple lifecycle hooks.

40. What is a Hypervisor?

Ans:

A Hypervisor is a type of software used to create and run virtual machines. It integrates physical hardware resources into a platform which are distributed virtually to each user. Hypervisor includes Oracle Virtual Box, Oracle VM for x86, VMware Fusion, VMware Workstation, and Solaris Zones.

41. Explain the use of Route Table?

Ans:

Route Table is used to control the network traffic where each subnetwork of VPC is associated with a route table. Route table consists of a large number of information, whereas connecting multiple subnetworks to a route table is also feasible.

42. What is the use of Connection Draining?

Ans:

Connection Draining is a process used to support load balancer.  It keeps tracking all of the instances if any instance fails connection draining drag all the traffic from that specific failed instance and re-route the traffic to the active instances.

43. Explain the role of AWS CloudTrail?

Ans:

AWS CloudTrail is a service designed for monitoring and auditing actions of API calls. With AWS CloudTrail, the user can monitor and retain account activity connected with actions covering the AWS infrastructure.peed

44. Explain the use of Amazon Transfer Acceleration Service?

Ans:

Amazon Transfer Acceleration Service is used to boost your data transfer with the help of advanced network paths. It also transfers files fast and secures between your client and an S3 bucket.

45. How to update AMI tools at the Boot-Time on Linux?

Ans:

To update  AMI tools at the Boot-Time on Linux:

  • # Update to Amazon EC2 AMI tools
  • echo ” + Updating EC2 AMI tools”
  • yum update -y aws-amitools-ec2
  • echo ” + Updated EC2 AMI tools”

46. How does Encryption is done in S3?

Ans:

Encryption is done in S3 by using:

  1. 1. In Transit: SSL/TLS
  2. 2. At Rest
  3. 3. Server-Side in Encryption
  4. 4. S3 Managed Keys – SSE-S3
  5. 5. AWS Key Management Service, Managed of Keys – SSE-KMS
  6. 6. Server-Side Encryption with Customer Provided Keys – SSE-C
  7. 7. Client-Side Encryptions

47. Explain Amazon Route 53?

Ans:

Amazon Route 53 is defined as a scalable and highly available Domain Name System (DNS). It is created for the benefit of developers and companies to route end users to internet applications by translating names which is the most reliable and cost-effective process.

48. What are the pricing models for EC2 instances?

Ans:

Following are the different pricing model for EC2 instances:

  • Dedicated
  • Reserved
  • On-demand
  • Scheduled
  • Spot

49. What are the parameters for S3 pricing?

Ans:

 Following are the parameters for S3 pricing:

  1. 1. Transfer acceleration
  2. 2. Number of requests you make
  3. 3. Storage management
  4. 4. Data transfer
  5. 5. Storage used

50. What are the best security practices for Amazon EC2?

Ans:

Below are the steps to follow for secure Amazon EC2 best practices:

  • Using AWS identity and access management to manage access to the AWS resource.
  • Exclude access by initializing trusted host or network to access ports on our instance.
  • Evaluate the rules in your security groups.
  • Stop passport login, for instance, opened from your AMI

51. How do you add a current instance to a new Autoscaling group?

Ans:

Follow the steps to know how you can add an existing instance to a new auto-scaling group:

  1. 1. Launch EC2 console
  2. 2. Under instances select your instance
  3. 3. Choose the action, instance setting and attach to the auto-scaling group
  4. 4. Select a new auto-scaling group
  5. 5. Comply with this group to the instance
  6. 6. If needed edit the instance
  7. 7. In the end, you can add the instance to a new auto-scaling group successfully.

52. Name the different types of instances?

Ans:

 Following are the different types of instances:

  • Memory-optimized
  • Accelerated computing
  • Computer-optimized
  • General-purpose
  • Storage optimize

53. Mention the different layers of cloud architecture?

Ans:

Following are the different types of layers in cloud architecture:

  1. 1. Node controller
  2. 2. Cloud controller
  3. 3. Cluster controller
  4. 4. Storage controller

54. What are the edge locations?

Ans:

An edge location is defined as the place where the content is used to be cached. If a user finds to access some content, then the given content will be searched in the edge location. If it is not available, then the content will be accessible from the origin location, and a copy will be stored.

AWS Architect Sample Resumes! Download & Edit, Get Noticed by Top Employers! Download

55. What are NAT gateways?

Ans:

NAT(Network Address Translation) used to enable instances in a private subnet that helps to connect to the internet but avoid the internet from starting a connection with those instances.

56. Name the database types in RDS?

Ans:

Following are the types of databases in RDS:

  • MYSQL server
  • Postgresql
  • SQL server
  • Aurora
  • Oracle
  • MariaDB

57. What are EBS Volumes?

Ans:

Elastic Block Store(EBS) is a block-level storage device, wherein each block acts as a separate hard drive. These volumes are used with EC2 instances, and each EBS volume can be attached to only one EC2 instance.

58. Name the types of backups in the RDS database?

Ans:

Following are two types of backups in the RDS database:

  1. 1. Automated backups
  2. 2. Manual backups 

59. Mention the benefits of auto-scaling?

Ans:

 Following are some of the benefits of auto-scaling:

  1. 1. Better availability
  2. 2. Better fault tolerance
  3. 3. Better cost management

60. How can Amazon SQS be used?

Ans:

 Amazon SQS (Simple Queue Service) is a message passing mechanism used to make a connection between different connectors that are connected with each other. It is also used as an interlink between multiple components of Amazon.

61. Name some examples of the DB engine that is used in AWS RDS?

Ans:

Below are the few examples of DB engine that is used in AWS RDS:

  • MS-SQL DB
  • MYSQL DB
  • Maria DB
  • Oracle DB
  • Postgre DB

62. Is it possible to minimize an EBS volume?

Ans:

 No, it is not possible to minimize volume, we can only increase it.

63. Is there any possible way to restore the deleted S3 bucket?

Ans:

We can only restore it when versioning is enabled.

64. Name the types of AMI provided by AWS?

Ans:

Following are two types of AMI provided by AWS:

  1. 1. Instance Store backed
  2. 2. EBS Backed

65. Describe the key components of AWS?

Ans:

The key components of AWS are:

  1. 1. Simple Storage Device or (S3): It is the most widely used AWS service and also a storage device.
  2. 2. Route 53: It is called a DNS Web Service.
  3. 3. Simple E-mail Service: It is used for sending an e-mail via regular SMTP or by using the RESTFUL API call.
  4. 4. Identity and Access Management: Its purpose is to provide identity management and enhanced security for a user’s AWS account.
  5. 5. Elastic Compute Cloud (EC2): The purpose of EC2 is to provide on-demand computing resources for hosting applications. It is convenient for unpredictable workloads.
  6. 6. Elastic Block Store (EBS): It offers determined storage volumes that connect to EC2 to allow you to endure data past the lifespan of a single Amazon EC2 instance.
  7. 7. Cloud Watch: It allows administrators to view and collect the key to monitoring AWS resources. Also, it can be used to set a notification alarm in case of trouble.

66. Explain S3?

Ans:

S3 is the abbreviation for Simple Storage Service. S3 interface is used to store and retrieve numerous amount of data, at any time, and also from anywhere on the web. The payment model for S3 is known as “pay as you go.”

67. What is Amazon Machine Image?

Ans:

Amazon Machine Image is AMI. AMI is a template providing the information (an application server, an operating system, and applications) required for launching an instance. That instance is a copy of the AMI which is running as a virtual server in the cloud. The instances from different AMIs are launched as per requirement.

68. Describe the relationship between an instance and AMI?

Ans:

You can launch multiple types of instances from a single AMI. An instance type defines the host computer hardware which is used for your instance. Different computer and memory capabilities are provided by each instance type. Once an instance is launched, it resembles a traditional host, which is used for interaction as done with any computer.

69. What does an AMI include?

Ans:

An AMI consists of the following things:

  • A template that is used as the base volume for the instance.
  • A block device mapping to determine the volumes to attach to the instance when it is launched.
  • Startup permissions decide which AWS accounts can leverage the AMI to start instances.

70. What do you mean by key-pairs in AWS?

Ans:

The secured login information used for virtual machines is called as Key Pairs. For connecting to the instances, key-pairs containing a public-key and private-key are used.

Are you looking training with Right Jobs?

Contact Us

Popular Courses