AWS Developer

20+ AWS Developer Interview Questions and Answers

Updated 26 Nov 2024

Popular Companies

search-icon

Q1. What are usecase of slave and master

Ans.

Slaves and masters are used in distributed systems for load balancing and fault tolerance.

  • In a distributed system, the master node controls and coordinates the work of the slave nodes.

  • Slaves perform tasks assigned by the master and report back their results.

  • Masters can be used for load balancing, where they distribute tasks evenly among slaves.

  • Masters can also be used for fault tolerance, where they can detect when a slave node fails and reassign its tasks to other slaves.

  • Exa...read more

Q2. What is difference between Historical Metrics and real time metrics?

Ans.

Historical metrics are data collected over a period of time, while real-time metrics are collected and displayed instantly.

  • Historical metrics are used for trend analysis and long-term planning.

  • Real-time metrics are used for immediate monitoring and decision-making.

  • Examples: Historical metrics could include monthly sales data, while real-time metrics could include website traffic in the last hour.

AWS Developer Interview Questions and Answers for Freshers

illustration image

Q3. What is vpc and scerious

Ans.

VPC stands for Virtual Private Cloud, a virtual network dedicated to an AWS account. SCERIOUS is not a recognized term in AWS.

  • VPC is used to create isolated virtual networks within AWS

  • It allows users to define their own IP address range, subnets, and route tables

  • VPC provides control over network traffic, security, and connectivity options

Q4. what are the cloud computing models

Ans.

Cloud computing models include SaaS, PaaS, and IaaS.

  • Software as a Service (SaaS) - applications hosted on cloud and accessed via web browser (e.g. Gmail)

  • Platform as a Service (PaaS) - platform and tools provided to develop, test, and deploy applications (e.g. AWS Elastic Beanstalk)

  • Infrastructure as a Service (IaaS) - virtualized computing resources like servers, storage, and networking (e.g. AWS EC2)

Are these interview questions helpful?

Q5. How to use AWS lambada for deployment.?

Ans.

AWS Lambda can be used for deployment by creating a deployment package and uploading it to Lambda.

  • Create a deployment package containing your code and dependencies

  • Upload the package to Lambda using the AWS CLI or AWS Management Console

  • Configure the Lambda function with the necessary settings and permissions

  • Test the function to ensure it is working as expected

Q6. what are this aws

Ans.

AWS (Amazon Web Services) is a cloud computing platform that offers a wide range of services for businesses and individuals.

  • Provides services such as computing power, storage, databases, machine learning, and more

  • Allows users to scale resources up or down based on demand

  • Offers a pay-as-you-go pricing model

  • Popular services include EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), and RDS (Relational Database Service)

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. Question to find the 2nd highest salary using window function

Ans.

Use window function to find 2nd highest salary in SQL

  • Use the ROW_NUMBER() function to assign a unique row number to each row based on the salary in descending order

  • Filter the results where the row number is 2 to get the 2nd highest salary

Q8. who was first used on aws

Ans.

The first service used on AWS was Amazon Elastic Compute Cloud (EC2).

  • Amazon EC2 was launched in 2006 as one of the first services offered by AWS.

  • It allows users to rent virtual servers on which to run their own applications.

  • EC2 provides scalable computing capacity in the cloud.

  • Many other AWS services, such as S3 and RDS, rely on EC2 instances for their functionality.

AWS Developer Jobs

Python AWS Developer 4-6 years
CGI Information Systems and Management Consultants
4.0
Hyderabad / Secunderabad
.Net + AWS Developer 7-12 years
Cognizant
3.8
Hyderabad / Secunderabad
AWS Developer-1 6-10 years
DXC Technology
3.7
Noida

Q9. Different between bound and unbound

Ans.

Bound refers to a variable that is assigned to a specific value, while unbound refers to a variable that has not yet been assigned a value.

  • Bound variables have a specific value assigned to them, while unbound variables do not.

  • Bound variables are used in programming to store and manipulate data, while unbound variables are used to represent unknown values.

  • Examples of bound variables include constants and variables that have been initialized with a value, while examples of unbo...read more

Q10. how to connect to a share point database

Ans.

To connect to a SharePoint database, you can use SharePoint's REST API or Microsoft Graph API.

  • Use SharePoint's REST API to interact with SharePoint data through standard HTTP requests.

  • Authenticate using OAuth tokens to access SharePoint resources securely.

  • Utilize Microsoft Graph API for a unified endpoint to access data across Microsoft services.

  • Ensure proper permissions are set up for the application accessing the SharePoint database.

Q11. what are the cloud providers

Ans.

Cloud providers are companies that offer cloud computing services, allowing users to access and store data and applications on remote servers.

  • Amazon Web Services (AWS)

  • Microsoft Azure

  • Google Cloud Platform

  • IBM Cloud

  • Oracle Cloud

Q12. Project Experience and end to end architecture

Ans.

I have experience working on projects with end-to-end architecture, including design, development, testing, and deployment.

  • Designed and implemented scalable AWS architectures using services like EC2, S3, Lambda, API Gateway, etc.

  • Developed applications using AWS SDKs and integrated with other AWS services.

  • Performed testing and debugging of applications on AWS infrastructure.

  • Deployed applications on AWS using CI/CD pipelines like AWS CodePipeline or Jenkins.

  • Monitored and optimi...read more

Q13. Explain Aws and brefi

Ans.

AWS is a cloud computing platform that provides a wide range of services for building and deploying applications.

  • AWS offers services such as compute, storage, databases, and more

  • It allows users to easily scale their applications and pay only for what they use

  • Brefi is a serverless PHP runtime for AWS Lambda

Q14. S3 name unique or nonuniqe

Ans.

S3 bucket names are globally unique.

  • S3 bucket names must be unique across all AWS accounts.

  • Bucket names can contain lowercase letters, numbers, and hyphens.

  • Bucket names cannot contain underscores, uppercase letters, or periods.

  • Example of a valid bucket name: my-bucket-123

  • Example of an invalid bucket name: My_Bucket

Q15. How to monitor EC2 instance?

Ans.

EC2 instances can be monitored using CloudWatch, third-party tools, or custom scripts.

  • Use CloudWatch to monitor EC2 instance metrics such as CPU utilization, network traffic, and disk usage.

  • Third-party tools like Datadog, New Relic, and Nagios can also be used for monitoring.

  • Custom scripts can be written using AWS SDKs or APIs to monitor specific aspects of the EC2 instance.

  • Set up alarms in CloudWatch to receive notifications when certain thresholds are exceeded.

Q16. Write a code of Anagram of two numbers

Ans.

Code to check if two numbers are anagrams

  • Convert both numbers to strings

  • Sort the characters in both strings

  • Compare the sorted strings, if they are equal then the numbers are anagrams

Q17. Difference between step function and lambda

Ans.

Step Functions are used to coordinate multiple AWS services in a visual workflow, while Lambda functions are used to execute code in response to events.

  • Step Functions allow you to create complex workflows by chaining together multiple AWS services, while Lambda functions are used to execute code in response to events.

  • Step Functions provide a visual representation of the workflow, making it easier to track and manage, while Lambda functions are individual pieces of code that c...read more

Q18. Cost Optimization on Snowflake

Ans.

Cost optimization on Snowflake involves utilizing features like virtual warehouses, auto-suspend, and resource monitoring.

  • Utilize virtual warehouses efficiently based on workload requirements

  • Enable auto-suspend to automatically pause warehouses when not in use

  • Monitor resource usage and adjust configurations accordingly

Q19. Expected CTC at Scatterpie

Ans.

Expected CTC at Scatterpie

  • Research industry standards for AWS Developer roles at Scatterpie

  • Consider your experience, skills, and qualifications

  • Factor in location, company size, and benefits package

  • Negotiate based on market trends and personal value

Q20. Give an use case to solve

Ans.

Develop a system to track and manage inventory for a retail store.

  • Utilize AWS DynamoDB to store inventory data

  • Implement AWS Lambda functions for real-time updates

  • Use AWS API Gateway for managing API endpoints

  • Leverage AWS S3 for storing product images

Q21. Limitation ofAWS service

Ans.

One limitation of AWS services is the potential for unexpected costs due to usage-based pricing.

  • Usage-based pricing can lead to higher costs than anticipated if resources are not properly managed

  • It can be challenging to accurately predict costs, especially for dynamic workloads

  • Lack of visibility into usage patterns can result in cost overruns

  • Some services may have complex pricing structures that are difficult to understand

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10k Interviews
3.8
 • 5.4k Interviews
3.8
 • 4.7k Interviews
3.6
 • 3.7k Interviews
3.6
 • 3.6k Interviews
3.7
 • 438 Interviews
3.4
 • 2 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

AWS Developer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter