Filter interviews by
I was interviewed in Dec 2024.
I was interviewed in Dec 2024.
I was interviewed in Aug 2024.
Explanation of useState, useEffect, useMemo, and useCallback hooks in React functional components.
useState is used to manage state in functional components
useEffect is used for handling side effects like data fetching, subscriptions, etc.
useMemo is used for performance optimization by memoizing expensive calculations
useCallback is used for memoizing functions to prevent unnecessary re-renders
These hooks enhance functio...
Setting up Redux store, connecting components, managing actions and reducers, and using middleware like Redux Thunk or Redux Saga for handling asynchronous actions.
Setting up a Redux store involves creating a store with createStore() function from Redux, combining reducers with combineReducers(), and applying middleware like Redux Thunk or Redux Saga.
Connecting components to the Redux store can be done using the connec...
To add and manipulate elements in arrays using JavaScript, you can use array methods like splice() and slice().
Use the splice() method to insert elements into an array at a specific index. For example, arr.splice(index, 0, 'watermelon') will insert 'watermelon' at the specified index without removing any elements.
To manipulate elements in an array, you can use methods like splice() to remove elements or slice() to extr...
Math.floor() is a method in JavaScript that rounds a number down to the nearest integer.
Math.floor() returns the largest integer less than or equal to a given number.
It is commonly used to convert a floating-point number to an integer.
Example: Math.floor(3.9) returns 3.
Mocking components in Jest for testing with props and named exports
Use jest.mock() to mock components and their exports
For handling props, use jest.fn() to create mock functions and pass them as props to the component being tested
For named exports, use jest.mock() with a second argument to specify the module's exports
I applied via Indeed and was interviewed in Oct 2024. There were 2 interview rounds.
A test that rated your ability to work retail and handel customers.
I have a flexible availability and can adjust my schedule as needed.
I am available to work weekdays, weekends, and evenings.
I can easily switch shifts with advance notice.
I am open to working overtime if required.
I am willing to accommodate any scheduling needs of the company.
I have 5 years of experience in marketing and sales roles at a tech company.
Worked on developing marketing strategies to increase brand awareness
Managed social media accounts and created engaging content
Collaborated with sales team to generate leads and close deals
I have experience in de-escalating situations with unhappy customers by actively listening, empathizing, and finding solutions.
Active listening to understand the customer's concerns
Empathizing with the customer's emotions
Finding solutions to address the customer's issues
Remaining calm and professional throughout the interaction
Offering alternatives or compensation when appropriate
Walmart interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
Catalog Analyst role involves managing product data, ensuring accuracy and consistency in catalogs.
Responsible for creating, updating, and maintaining product catalogs
Ensuring accuracy and consistency of product data
Analyzing catalog performance and making recommendations for improvements
Collaborating with cross-functional teams such as marketing, sales, and product development
Knowledge of data management systems and t
Five useful Excel shortcuts for efficient data analysis.
Ctrl + C: Copy selected cells
Ctrl + V: Paste copied cells
Ctrl + Z: Undo previous action
Ctrl + Shift + Arrow Key: Select entire data range in a direction
Ctrl + Home: Move to cell A1
Pivot table for summarizing data, vlookup for finding values in a table, hlookup for horizontal lookup, xlookup for advanced lookup.
Pivot table is used to summarize and analyze large datasets.
VLOOKUP is used to find a value in a table by row.
HLOOKUP is used to find a value in a table by column.
XLOOKUP is a more advanced version of VLOOKUP and HLOOKUP, allowing for more flexibility in searching for data.
Example: Use piv...
Get interview-ready with Top Walmart Interview Questions
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.
Use two threads to print even and odd numbers in sequence
Create two threads, one for printing even numbers and one for printing odd numbers
Use synchronization mechanisms like mutex or semaphore to ensure numbers are printed in sequence
Start both threads simultaneously and let them print numbers alternately
Detecting cycle in a linked list and discussing behavioral aspects
Explain how to use Floyd's Tortoise and Hare algorithm to detect a cycle in a linked list
Discuss the importance of understanding memory management in linked lists to prevent cycles
Explain the impact of cycles in linked lists on time complexity and space complexity of algorithms
I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.
1.Sum numbers in linked list
2. Maximum sum subarray
Implement a hashmap data structure in code.
Use an array to store key-value pairs
Implement a hash function to map keys to indices in the array
Handle collisions using techniques like chaining or open addressing
Design a platform similar to LinkedIn for professional networking.
Create user profiles with work experience, education, skills, and endorsements.
Allow users to connect with others, join groups, and follow companies.
Include features like job postings, messaging, news feed, and recommendations.
Implement algorithms for personalized content and job suggestions.
Ensure data privacy and security measures are in place.
I applied via Walk-in and was interviewed in Sep 2024. There were 3 interview rounds.
SQL, python, PySpark basic to mid level questions.
I was interviewed in Aug 2024.
Implement a linked list with methods to find the second largest and second smallest elements.
Create a linked list class with methods to insert elements, find second largest, and find second smallest.
Traverse the linked list to find the largest and smallest elements, then find the second largest and second smallest.
Handle edge cases such as empty list or lists with less than 2 elements.
Consider using a priority queue to...
Find the character with the highest frequency in a given string.
Iterate through the string and count the frequency of each character using a hashmap.
Track the character with the highest frequency as you iterate.
Return the character with the highest frequency at the end.
Find and print the longest common subsequence in an array of strings
Use dynamic programming to find the longest common subsequence
Iterate through the array of strings to find common characters
Print the longest common subsequence found
Solid design principles are fundamental guidelines for designing software that is maintainable, scalable, and efficient.
Follow the SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion)
Use design patterns like Factory, Singleton, Observer, etc. to solve common design problems
Keep code modular, reusable, and easy to understand
Separate concerns and avoid ti
Top trending discussions
Interview experience
based on 2.4k reviews
Rating in categories
Software Engineer III
1.8k
salaries
| ₹14 L/yr - ₹47 L/yr |
Senior Software Engineer
1.2k
salaries
| ₹22.3 L/yr - ₹70 L/yr |
Software Engineer
770
salaries
| ₹12 L/yr - ₹40 L/yr |
Software Development Engineer 3
249
salaries
| ₹15.6 L/yr - ₹46 L/yr |
Assistant Team Leader
236
salaries
| ₹1.3 L/yr - ₹5 L/yr |
Amazon
Flipkart
Microsoft Corporation