i
Amazon
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
An array in Python is a data structure that stores a collection of elements of the same data type.
Arrays in Python can be created using the 'array' module or using list comprehension.
Elements in an array are accessed using their index, starting from 0.
Example: arr = [1, 2, 3, 4, 5]
Example: import array; arr = array.array('i', [1, 2, 3, 4, 5])
An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.
An algorithm is a set of instructions that are followed to solve a problem.
It is a sequence of well-defined steps that lead to the desired outcome.
Algorithms can be represented using flowcharts, pseudocode, or programming languages.
Examples of algorithms include sorting algorithms like bubble sort and searching algorithms like b...
Bitwise operators are used to perform operations on individual bits of binary numbers.
Bitwise AND (&) - Sets a bit to 1 only if both bits are 1
Bitwise OR (|) - Sets a bit to 1 if either bit is 1
Bitwise XOR (^) - Sets a bit to 1 if the bits are different
Bitwise NOT (~) - Flips the bits
Bitwise left shift (<<) - Shifts the bits to the left by a certain number of positions
Bitwise right shift (>>) - Shifts the bits to ...
Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.
It emphasizes code readability and uses indentation for block delimiters.
Python supports multiple programming paradigms, including procedural, object-oriented, and function...
What people are saying about Amazon
HTML & CSS are the building blocks of web development, used to create and style web pages.
HTML stands for HyperText Markup Language and is used to create the structure of a web page.
CSS stands for Cascading Style Sheets and is used to style the elements created with HTML.
HTML uses tags like <div>, <p>, <h1> to define the content and structure of a webpage.
CSS uses properties like color, font-...
My favorite dish is lasagna, with layers of pasta, meat, cheese, and tomato sauce baked to perfection.
Lasagna is a classic Italian dish made with layers of pasta, meat (such as ground beef or sausage), cheese (like mozzarella and ricotta), and tomato sauce.
It is typically baked in the oven until the cheese is melted and bubbly.
Some variations of lasagna include vegetarian options with layers of vegetables or seafo...
Python, html &css programming
Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.
It emphasizes code readability and uses indentation for block delimiters.
Python supports multiple programming paradigms, including procedural, object-oriented, and functional pr...
HTML & CSS are the building blocks of web development, used to create and style web pages.
HTML stands for HyperText Markup Language and is used to create the structure of a web page.
CSS stands for Cascading Style Sheets and is used to style the elements created with HTML.
HTML uses tags like <div>, <p>, <h1> to define the content and structure of a webpage.
CSS uses properties like color, font-size,...
Bitwise operators are used to perform operations on individual bits of binary numbers.
Bitwise AND (&) - Sets a bit to 1 only if both bits are 1
Bitwise OR (|) - Sets a bit to 1 if either bit is 1
Bitwise XOR (^) - Sets a bit to 1 if the bits are different
Bitwise NOT (~) - Flips the bits
Bitwise left shift (<<) - Shifts the bits to the left by a certain number of positions
Bitwise right shift (>>) - Shifts the bits to the r...
An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.
An algorithm is a set of instructions that are followed to solve a problem.
It is a sequence of well-defined steps that lead to the desired outcome.
Algorithms can be represented using flowcharts, pseudocode, or programming languages.
Examples of algorithms include sorting algorithms like bubble sort and searching algorithms like binary...
An array in Python is a data structure that stores a collection of elements of the same data type.
Arrays in Python can be created using the 'array' module or using list comprehension.
Elements in an array are accessed using their index, starting from 0.
Example: arr = [1, 2, 3, 4, 5]
Example: import array; arr = array.array('i', [1, 2, 3, 4, 5])
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I am from a small town in the Midwest called Springfield.
I grew up in a close-knit community surrounded by farmland.
The town has a population of around 10,000 people.
Springfield is known for its annual county fair and historic downtown area.
My favorite dish is lasagna, with layers of pasta, meat, cheese, and tomato sauce baked to perfection.
Lasagna is a classic Italian dish made with layers of pasta, meat (such as ground beef or sausage), cheese (like mozzarella and ricotta), and tomato sauce.
It is typically baked in the oven until the cheese is melted and bubbly.
Some variations of lasagna include vegetarian options with layers of vegetables or seafood in...
My memorable day was when I graduated from college with honors.
Graduating with honors after years of hard work
Celebrating with family and friends
Feeling proud of my accomplishments
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.
1st round for assessment 30 questions become gramer and basic questions
2nd round versant test for chek your prononciation skill English language related questions, story creator, voice test you should have laptop or desktop with wifi connection or proper data and headset must for voice testing, they watching you and review at the end of test so don't use other colum in your laptop
Waiting for this round
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
Implement an iterator to flatten 2D vector
Use Dijkstra's algorithm to find the shortest path to get all keys
Implement Dijkstra's algorithm to find the shortest path in a graph
Consider the keys as nodes in the graph and the paths between keys as edges
Keep track of the keys collected and update the shortest path accordingly
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
Emails to the host and guests.
I have the necessary skills, experience, and passion for the role.
I have relevant experience in the industry
I possess the required skills and qualifications
I am passionate about the work and eager to contribute
I have a track record of success in similar roles
Seeking new challenges and growth opportunities in a different environment.
Desire for new challenges and learning experiences
Opportunity for career advancement
Seeking a better work-life balance
Interest in exploring different industries or sectors
I appeared for an interview in Apr 2025, where I was asked the following questions.
Find the top k most frequently occurring items in an array of strings.
Use a hash map to count occurrences of each item. Example: ['apple', 'banana', 'apple'] -> {'apple': 2, 'banana': 1}.
Sort the items based on their counts. Example: [('apple', 2), ('banana', 1)] sorted by count.
Select the top k items from the sorted list. Example: If k=1, return ['apple'].
A flipping coins game where players guess the outcome of coin flips to win points.
Players take turns guessing 'Heads' or 'Tails' for each coin flip.
Each correct guess earns the player a point.
The game continues for a set number of rounds or until a player reaches a target score.
Example: If a player guesses 'Heads' and the coin lands on 'Heads', they score a point.
At the end of the game, the player with the most points ...
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Got a leetcode easy question
based on 9 interview experiences
Difficulty level
Duration
based on 21 reviews
Rating in categories
Customer Service Associate
4.1k
salaries
| ₹0.6 L/yr - ₹7.8 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹2 L/yr - ₹6.3 L/yr |
Associate
3k
salaries
| ₹0.8 L/yr - ₹7 L/yr |
Senior Associate
2.6k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Software Developer
2.3k
salaries
| ₹24.6 L/yr - ₹49.3 L/yr |
Flipkart
TCS
Netflix