i
Amazon
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.
Sql and basic ML , statistics questions
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
I have over 8 years of experience in financial analysis, project management, and team leadership.
Managed a team of analysts to successfully implement cost-saving initiatives
Led cross-functional projects resulting in increased efficiency and profitability
Performed in-depth financial analysis to support strategic decision-making
Collaborated with senior management to develop and execute business plans
My product handling experience has been excellent, with a focus on efficiency and accuracy.
Implemented efficient product handling processes to streamline operations
Ensured accurate inventory management and tracking
Trained team members on proper product handling techniques
Utilized technology to improve product handling efficiency, such as barcode scanning systems
The customer feedback on my work was overwhelmingly positive, highlighting my attention to detail and excellent communication skills.
Received positive feedback on attention to detail
Received positive feedback on communication skills
Customers expressed satisfaction with the overall experience
I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.
They given 2 program to to 1-2 hour
I appeared for an interview in Aug 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions on C#, Design patterns, OOPS etc.
A base class is a class that is used as a starting point for creating other classes. It can be inherited by other classes.
Base class provides common attributes and methods that can be inherited by other classes
Derived classes can extend or override the functionality of the base class
Example: Animal can be a base class with attributes like name and methods like eat, sleep
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Used to restrict the instantiation of a class to one object
Commonly used in logging, caching, thread pools, database connections
Implemented by creating a static instance of the class and a private constructor to prevent external instantiation
Access modifiers in C# control the visibility and accessibility of classes, methods, and other members.
Public - accessible from any other class or assembly
Private - accessible only within the same class
Protected - accessible within the same class or derived classes
Internal - accessible within the same assembly
Protected Internal - accessible within the same assembly or derived classes
The default access modifier in C# is 'private'.
Default access modifier is applied if no access modifier is specified for a class member
It restricts the access to the member within the same class
Example: private int myVariable = 10;
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I appeared for an interview before Jul 2023.
45 min round. Similar to Leetcode medium level question.
45 min coding round, 2 question asked
Design a system for proximity service
Utilize geolocation data to track user locations
Implement algorithms to calculate proximity between users
Use real-time updates to notify users of nearby contacts
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
Components of a service include functionality, reliability, availability, and performance.
Functionality: The service should perform the intended tasks and meet the requirements.
Reliability: The service should consistently deliver the expected results.
Availability: The service should be accessible and operational when needed.
Performance: The service should perform efficiently and meet performance expectations.
The lifecycle of a web API refers to the stages it goes through from development to retirement.
The lifecycle typically includes stages like planning, development, testing, deployment, and retirement.
During planning, the requirements and design of the API are defined.
Development involves writing the code and implementing the functionality.
Testing ensures the API works as expected and meets the requirements.
Deployment in...
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Singleton is a design pattern that restricts the instantiation of a class to one object and provides a global point of access.
Singleton ensures that only one instance of a class is created and provides a way to access it globally.
It is thread-safe because the instance is created only once and accessed through a synchronized method or block.
Singleton can be implemented using different approaches such as eager initializa...
Object class is the base class of all classes in C#.
Object class provides basic functionalities like ToString(), GetHashCode(), and Equals() to all classes.
All classes in C# implicitly inherit from Object class.
Object class is defined in System namespace.
Example: class MyClass : Object { }
Access modifiers in C# control the visibility and accessibility of class members.
Public: accessible from anywhere
Private: accessible only within the class
Protected: accessible within the class and derived classes
Internal: accessible within the same assembly
Protected Internal: accessible within the same assembly and derived classes
Example: public int age; private string name;
Example: protected void DoSomething(); intern
Default access modifiers are public, protected, and private.
Public: accessible from anywhere
Protected: accessible within the class and its subclasses
Private: accessible only within the class
I applied via Job Fair and was interviewed before Dec 2023. There was 1 interview round.
I applied via Company Website and was interviewed before Dec 2021. There were 2 interview rounds.
Group discussion can also provide feedback to instructors on participant comprehension.
Implement boolean canConstruct(String targetString, String[] dict) which returns true if we can construct the targetString by concatenating the words given in the dictionary
Implement a key value store for storing and retrieving data efficiently.
Use a hash table or a balanced tree data structure to store key-value pairs.
Implement functions for inserting, updating, deleting, and retrieving key-value pairs.
Consider implementing features like transactions, concurrency control, and data persistence.
Example: Implement a simple key value store using a hash table in Python.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Customer Service Associate
4.2k
salaries
| ₹0.6 L/yr - ₹6.8 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹2 L/yr - ₹6.1 L/yr |
Associate
2.9k
salaries
| ₹0.8 L/yr - ₹7 L/yr |
Senior Associate
2.5k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Program Manager
2.2k
salaries
| ₹9 L/yr - ₹36.7 L/yr |
Flipkart
TCS
Netflix