Filter interviews by
I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed before Oct 2023. There were 2 interview rounds.
2 questions dsa medium
2 DSA questions were asked in OA.
I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed before Jul 2022. There were 3 interview rounds.
Shared 3 DSA questions which needed to be solved using vector, more specifically matrix and sets. One questions was related to finding nearest point, other one to sort a list. They wanted to know all the approaches and their TC / SC.
Calculate distance between 2 points and find the nearest point from a set of points.
Calculate distance using Euclidean distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)
Iterate through all points to find distances and keep track of the nearest point
Return the nearest point found
What people are saying about Amazon Development Centre India
I applied via Campus Placement and was interviewed before Dec 2022. There were 3 interview rounds.
The coding test contained two medium-level DSA-based questions followed by a Personality test.
A parking lot app to help users find available parking spots and pay for parking.
Include a map feature to show available parking spots in real-time
Allow users to reserve parking spots in advance
Integrate payment options for users to pay for parking
Provide notifications for parking expiration or availability of nearby spots
A parking lot app designed for blind people to easily navigate and find available parking spots.
Include voice-guided navigation to direct users to available parking spots
Use sensors to detect empty parking spaces and relay information to the app
Provide audio alerts for obstacles or other vehicles in the parking lot
Include a feature for users to easily locate their parked vehicle when returning
posted on 28 Oct 2023
I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023. There were 2 interview rounds.
It consists of aptitude and 2 easy coding questions
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
I was interviewed in Jan 2021.
Round duration - 60 minutes
Round difficulty - Medium
Your task is to find the sum list of two numbers represented by linked lists and return the head of the sum list.
The sum list should be a linked...
One way is to recursively add the two linked lists. Keep the nodes in the recursion stack and add the last nodes first and then second last and so on. Initially, find the size of both the linked lists. If both the linked lists are of the same size, add them using recursion. Else if their sizes differ, move the head pointer of the larger linked list forward K times, where K is the difference between th...
Given a singly linked list of integers, determine if the linked list is a palindrome.
A linked list is considered a palindrome if it reads the same forwar...
The idea is to store the list values in a stack and then compare the values in the list with the values in the stack.
Algorithm:
Round duration - 60 minutes
Round difficulty - Medium
You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal pl...
You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...
Approach:
Tip 1 : The most fundamental and important thing to prepare are Data Structures and Algorithms. Be very much clear on your basics and skills.
Tip 2 : Revise OOPS thoroughly.
Tip 3 : Practice DSA (minimum 200), aptitude and reasoning questions regularly.
Tip 1 : The resume should not be more than 1 page. Be brief and write only those skills, projects or achievements which you have completed yourselves and have thorough knowledge. Avoid unnecessary details like hobbies, parent's name, photo, etc.
Tip 2 : Add a link to your LinkedIn, GitHub, website etc.
posted on 10 Jan 2022
I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.
Replace blank space with %20 in string without using new string.
Loop through string and replace blank space with %20 in place.
Use two pointers, one for original string and one for modified string.
Use ASCII value of %20 to replace blank space in place.
I was interviewed in Sep 2020.
Round duration - 90 mintues
Round difficulty - Medium
Goes good no problem at all exam is between 10 to 11:30.
Rafiq loves to play with piles of dominoes, especially when they are of equal heights. His father gifted him 'N' piles of dominoes, each with a positive number of stacke...
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Round duration - 90 minutes
Round difficulty - Hard
Goes good no problem at all exam at same time between 10 to 11:30.
You are given two sorted integer arrays, ARR1
and ARR2
, with sizes M
and N
, respectively. Merge these arrays into ARR1
as a single sorted array. Assume ARR1
has a size equa...
Tip 1 : Do atleast 1 good projects
Tip 2 : Practice Atleast 300 Questions
Tip 3 : Should be able to explain your project
Tip 1 : Always be true with the resume
Tip 2 : Do not put false things on resume.
I applied via Unstop and was interviewed in Dec 2023. There were 2 interview rounds.
Use a two-pass approach to mark rows and columns with zeros based on existing zeros in the matrix.
Iterate through the matrix to mark rows and columns with zeros based on existing zeros
Use two arrays to keep track of which rows and columns need to be zeroed out
Perform a second pass to update the matrix based on the marked rows and columns
Similar to Round 1 but more hard questions
Some of the top questions asked at the Amazon Development Centre India Software Developer Intern interview -
based on 4 interviews
Interview experience
based on 8 reviews
Rating in categories
Customer Service Associate
2.9k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Transaction Risk Investigator
1.4k
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Customer Service Executive
885
salaries
| ₹1.2 L/yr - ₹5.8 L/yr |
Senior Associate
816
salaries
| ₹2.5 L/yr - ₹9.2 L/yr |
Quality Specialist
648
salaries
| ₹3 L/yr - ₹7.1 L/yr |
Microsoft Corporation
IBM
Oracle