i
Flipkart
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
To find if two linked lists intersect, traverse both lists and compare their tail nodes.
Traverse both linked lists and find their lengths
If the lengths are different, move the longer list's head pointer to the difference in length
Now traverse both lists and compare their nodes until a common node is found
If no common node is found, the lists do not intersect
Program to find the angle between the hands of a clock given the time.
Calculate the angle of the hour hand from 12 o'clock position
Calculate the angle of the minute hand from 12 o'clock position
Calculate the absolute difference between the two angles
If the difference is greater than 180 degrees, subtract it from 360 degrees
Return the absolute value of the difference as the angle between the hands
To check if a string is a palindrome, compare the first and last characters, then move towards the center.
Remove all non-alphanumeric characters and convert to lowercase
Use two pointers, one starting from the beginning and the other from the end
Compare the characters at both pointers, move towards the center until they meet
If all characters match, the string is a palindrome
JOINS are used to combine rows from two or more tables based on a related column between them.
JOINS are used to retrieve data from multiple tables in a single query
There are different types of JOINS - INNER, LEFT, RIGHT, FULL OUTER
JOINS are based on a related column between the tables
Syntax: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
What people are saying about Flipkart
Combine 4 elements of a sorted array of size 7 and a sorted array of 3 elements to make a sorted array.
Insert the 3 elements of the smaller array into the larger array
Sort the larger array using any sorting algorithm
Calculate the frequency of each grade from a student table and sort it in descending order.
Use SQL query: SELECT grade, COUNT(*) as frequency FROM students GROUP BY grade ORDER BY frequency DESC.
Example table: | Name | Grade | |-------|-------| | Alice | A | | Bob | B | | Carol | A |
Resulting output: | Grade | Frequency | |-------|-----------| | A | 2 | | B | 1 |
Program to find the angle between the hands of a clock given the time.
Calculate the angle of the hour hand from 12 o'clock position
Calculate the angle of the minute hand from 12 o'clock position
Calculate the absolute difference between the two angles
If the difference is greater than 180 degrees, subtract it from 360 degrees
Return the absolute value of the difference as the angle between the hands
To find if two linked lists intersect, traverse both lists and compare their tail nodes.
Traverse both linked lists and find their lengths
If the lengths are different, move the longer list's head pointer to the difference in length
Now traverse both lists and compare their nodes until a common node is found
If no common node is found, the lists do not intersect
JOINS are used to combine rows from two or more tables based on a related column between them.
JOINS are used to retrieve data from multiple tables in a single query
There are different types of JOINS - INNER, LEFT, RIGHT, FULL OUTER
JOINS are based on a related column between the tables
Syntax: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
Calculate the frequency of each grade from a student table and sort it in descending order.
Use SQL query: SELECT grade, COUNT(*) as frequency FROM students GROUP BY grade ORDER BY frequency DESC.
Example table: | Name | Grade | |-------|-------| | Alice | A | | Bob | B | | Carol | A |
Resulting output: | Grade | Frequency | |-------|-----------| | A | 2 | | B | 1 |
Combine 4 elements of a sorted array of size 7 and a sorted array of 3 elements to make a sorted array.
Insert the 3 elements of the smaller array into the larger array
Sort the larger array using any sorting algorithm
To check if a string is a palindrome, compare the first and last characters, then move towards the center.
Remove all non-alphanumeric characters and convert to lowercase
Use two pointers, one starting from the beginning and the other from the end
Compare the characters at both pointers, move towards the center until they meet
If all characters match, the string is a palindrome
Reverse every 3 nodes in a singly linked list using recursion.
Create a recursive method that takes the head of the linked list as input.
If the head is null or there are less than 3 nodes remaining, return the head.
Reverse the first 3 nodes by swapping their pointers.
Recursively call the method on the next 3 nodes and update the pointers accordingly.
Return the new head of the reversed linked list.
1. Time management 2. Public speaking 3. Learning new technologies
Struggling with time management, often missing deadlines
Nervous when speaking in front of large groups
Finding it challenging to keep up with the latest technologies in the field
I am currently working with Java and Selenium for test automation.
Using Java programming language for writing test scripts
Using Selenium WebDriver for automating web applications
Integrating with CI/CD tools like Jenkins for continuous testing
Working with frameworks like TestNG for test management
Using tools like Maven for project management
Create a stack using 2 given queues.
Push elements into one queue until it is full.
When the first queue is full, push new elements into the second queue.
To pop an element, remove all elements from the non-empty queue except the last one.
Switch the non-empty queue to the other one when it becomes empty.
Test cases for a web page with a browse button and an image holder.
Verify that the browse button is displayed on the page.
Check that the image holder is empty before any image is uploaded.
Test uploading a valid image file and ensure it appears in the image holder.
Attempt to upload an invalid file type (e.g., .txt) and verify an error message is shown.
Ensure that the image holder can display various image formats (e.g.,...
Testing Google Analytics involves validating data accuracy, user interface, performance, and integration with other tools.
Verify data accuracy by comparing reported metrics with raw data from the source.
Test user interface for usability and accessibility, ensuring all elements are intuitive.
Conduct performance testing to ensure the application can handle high traffic without degradation.
Check integration with other too...
A test framework should have features like test case management, test data management, reporting, and integration with CI/CD tools.
Test case management: Ability to create, organize, and execute test cases.
Test data management: Ability to manage test data and generate test data sets.
Reporting: Ability to generate detailed test reports with metrics and logs.
Integration with CI/CD tools: Ability to integrate with tools li...
To check if each page of Amazon.com has its logo, we can use automated testing with Selenium WebDriver.
Use Selenium WebDriver to navigate to each page of Amazon.com
Locate the logo element on each page using its XPath or CSS selector
Verify that the logo element is displayed on each page
When entering a URL and hitting enter, the browser performs DNS lookup, establishes a TCP connection, sends an HTTP request, receives the response, and renders the page.
Browser performs DNS lookup to resolve the domain name to an IP address
Browser establishes a TCP connection with the server
Browser sends an HTTP request to the server
Server processes the request and sends back an HTTP response
Browser receives the respon...
What people are saying about Flipkart
I applied via Campus Placement and was interviewed before Jun 2023. There were 4 interview rounds.
1 easy coding question and 1 medium coding questions and 20 Multiple choice questions were there
MY aptitude round was on naukrii.com , which I cleared.
I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.
Find the first and last occurrence of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the index of the first and last occurrence of the element.
I applied via Recruitment Consultant and was interviewed before Apr 2020. There was 1 interview round.
I will generate daily revenue for the company by implementing effective sales strategies and motivating my team to achieve their targets.
Developing a sales plan and setting achievable targets
Identifying potential customers and reaching out to them through various channels
Providing excellent customer service to retain existing customers and generate referrals
Motivating and training team members to improve their sales sk...
I approach tough times with resilience, strategic planning, and team collaboration to navigate sales pressure effectively.
Maintain a positive mindset: I remind my team that challenges are opportunities for growth. For example, during a sales slump, I encouraged brainstorming sessions to identify new strategies.
Set clear goals: I break down larger targets into manageable milestones, making it easier for the team to stay...
Some of the top questions asked at the Flipkart Sdet interview -
Senior Executive
2.5k
salaries
| ₹2 L/yr - ₹9.1 L/yr |
Operations Executive
1.9k
salaries
| ₹1.2 L/yr - ₹7 L/yr |
Assistant Manager
1.8k
salaries
| ₹6 L/yr - ₹22.4 L/yr |
Team Lead
1.6k
salaries
| ₹1.2 L/yr - ₹10.1 L/yr |
Executive
1.4k
salaries
| ₹1.2 L/yr - ₹7 L/yr |
Amazon
Myntra
Snapdeal
Meesho