Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Associate Software Engineer Interview Questions and Answers

Updated 19 Jun 2024

Amazon Development Centre India Associate Software Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

It was quite easy, all the questions were from leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - They just want fake personality people. So be as fake as you can 😂🙏

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude Question on various standard topics .

Round 3 - Technical 

(2 Questions)

  • Q1. Application of stack in real life.
  • Ans. 

    Stacks are used in real life for managing undo operations in text editors, backtracking in maze solving, and managing function calls in programming.

    • Undo operations in text editors - allows users to go back to previous states of a document

    • Backtracking in maze solving - helps in keeping track of visited paths and backtracking when necessary

    • Managing function calls in programming - helps in keeping track of function calls

  • Answered by AI
  • Q2. Difference between i++ and ++i through implementation.
  • Ans. 

    i++ and ++i are both increment operators in C++ but have different behaviors.

    • i++ is a post-increment operator which increments the value of i after using it in an expression.

    • ++i is a pre-increment operator which increments the value of i before using it in an expression.

    • Example: int i = 5; int a = i++; // a = 5, i = 6; int b = ++i; // b = 7, i = 7;

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About your intro and family background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead of focusing on theoretical concepts entire focus must be on conceptual preparation.

Skills evaluated in this interview

I was interviewed in Mar 2022.

Round 1 - Group Discussion 

AI

Round 2 - Coding Test 

C#

Interview Preparation Tips

Topics to prepare for Info Edge Associate Software Engineer interview:
  • Class and object
  • Construction
  • Access modifier
  • Polymorphism
  • Inheritance
Interview preparation tips for other job seekers - I am a fresher student. Thank a lot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Prime number, Convert given number into hours format with a challengeToken to validate and return the string

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs Inheritance
  • Q2. OOPS Polymorphism
Round 3 - Technical 

(2 Questions)

  • Q1. Sum of n using recursion
  • Ans. 

    Recursively calculate the sum of n numbers

    • Define a base case for when n is 0 or 1

    • Recursively call the function with n-1 and add n to the result

    • Return the result

  • Answered by AI
  • Q2. Practical application of dsa in projects
  • Ans. 

    Data Structures and Algorithms (DSA) are used in projects for efficient data storage, retrieval, and manipulation.

    • Optimizing search and sorting algorithms for faster performance

    • Implementing data structures like arrays, linked lists, trees, and graphs for organizing data

    • Using DSA to solve complex problems like pathfinding, data compression, and cryptography

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was a simple coding test.

Round 2 - Coding Test 

There was a small coding problem involving oops concepts..

Round 3 - Technical 

(1 Question)

  • Q1. There was a simple System Design problem specifically URLShortener
Round 4 - Technical 

(1 Question)

  • Q1. There was discussion about previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - The Talent Acquisition team of Lenskart doesn't exactly show much professionalism and pretty much ghost you after an interview. Also they are a hard bargain. The interviewers however were pretty respectful and accommodating.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It consists of aptitude and 2 easy coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about your project
  • Ans. 

    Developed a web application for managing inventory

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a RESTful API using Node.js and Express.js for the backend

    • Utilized a PostgreSQL database for storing inventory data

    • Implemented authentication and authorization using JSON Web Tokens (JWT)

    • Implemented features like adding, updating, and deleting inventory items

  • Answered by AI
  • Q2. Some basic SQL question

Interview Preparation Tips

Topics to prepare for PolicyBazaar Software Developer Intern interview:
  • DSA
  • SQL
  • Web Development
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell us about yourself? What you bring tp the table
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic testing mcq questions

Round 3 - Technical 

(2 Questions)

  • Q1. First round of interview technical interview
  • Q2. Api, sql, debugging
Round 4 - Technical 

(1 Question)

  • Q1. Second round is also technical
Round 5 - HR 

(1 Question)

  • Q1. About company and salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for manual testing concept very clearly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

General leet code questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Simple ds algo and knowledge of nodejs

Round 3 - HR 

(2 Questions)

  • Q1. Simple question about your previous job
  • Q2. Previous salary and previous work exp

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of ds algo and node js along with react and nextjs

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India Associate Software Engineer interview?
Amazon Development Centre India interview process usually has 1 rounds. The most common rounds in the Amazon Development Centre India interview process are Coding Test.

Tell us how to improve this page.

Amazon Development Centre India Associate Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
21% less than the average Associate Software Engineer Salary in India
View more details
Customer Service Associate
2.9k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Customer Service Executive
886 salaries
unlock blur

₹1.2 L/yr - ₹5.8 L/yr

Senior Associate
816 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Quality Specialist
648 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Microsoft Corporation

4.0
Compare

Google

4.4
Compare

IBM

4.0
Compare

Oracle

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview