Flipkart Interview | Set 14 (For SDET-1) Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report The first online round was an online test from HackerEarth. It had 3 programming questions, out of which we had to program any two. The questions were: To reverse the words in a given string I don't remember this question properly but was something similar to this ? Finding all the factors of a given number and finding if the oand algorithmsf the factorial and the number were same.The first PI round was taken by a team member and he asked many questions regarding my final year project. He was also asking different flows and testing involved in them. He asked me some SQL queries too. He also asked me a question like if you are given a sorted array of size 7 but only 4 elements in it and a sorted array of 3 elements. How would to combine the elements into the first array in such a way that array is sorted. Article Link: https://www.geeksforgeeks.org/dsa/nearly-sorted-algorithm/Practice Link: https://www.geeksforgeeks.org/problems/nearly-sorted-1587115620/1One more question which i remember: How do you find if a string is a palindrome or not? They rejected few candidates in the first interview. In The second PI, I was given two scenarios to write test cases(apart from UI testing). One was the flipkart coupon textbox from checkout page and the other was the gmail application. He also asked me sql query to remove all duplicates from a table having multiple duplicates. The third PI round was taken by team leader. Question Program to find the angle between the hands of a clock. Input- the time. Expected output- Angle in degrees Article Link: https://www.geeksforgeeks.org/dsa/calculate-angle-hour-hand-minute-hand/Practice Link: https://www.geeksforgeeks.org/problems/angle-between-hour-and-minute-hand0545/1How do you find if given two linked lists intersect or not Explain basic concept of JOINS in sql If in a given table, consisting of student name and grade, Output a table containing each grade and its frequency in descending order. That's all for now. If i can remember more questions, then I will definitely write to you. All Practice Problems for Flipkart ! Comment More infoAdvertise with us Anonymous Improve Article Tags : Interview Experiences Experiences Flipkart Practice Tags : Flipkart Similar Reads Flipkart Interview | Set 15 (For SDE-II) 1st round (machine coding) You are given a catalog of books, which have following attributes. Name Author Publisher Publish year Category Price Count (sold) Implement following APIs on top of this catalog addBookToCatalog(Book) searchBook(by partial book name/author) getMostSoldBooks(by author name/ 2 min read Flipkart Interview Experience | Set 19 (For SDET) Telephonic 1:- Given string s and string t find whether all permutation of t is present as a substring in s. Find kth node from last in single linked list F2F 1:- Deep discussion about automation framework and project. F2F 2:- Discussion about testing framework Find the middle of linked list Find th 1 min read Flipkart Interview Experience | Set 27 (For SDE) Telephonic Round: It was an exploratory discussion with the hiring manager. More about the current work and behavioral questions. Machine Coding Round: Design and build tic tac toe game. The code should be up and running. It should be scalable to multi-users and nXn grid. Discussion of Machine Codin 1 min read Flipkart Interview Experience | Set 17 (For SDE II) I was interviewed for SDE - II position @ Flipkart. Below is my experience. Round 1 : Telephonic Round (around 90 minutes) He started with his and my introduction, the products I have worked on, the challenges I have faced during its development ( basic questions). Then he asked me 2 questions. Find 3 min read Flipkart Interview Experience | Set 28 (For SDE2) Round1: Machine coding and discussion based on that. Was asked to design and code snake and ladder game. Then questions where asked on how it can be extended. Round 2: puzzles and data structures Question 1: you are given a 1d array. The values represent the height of wall from floor. We are suppose 1 min read Flipkart Interview | Set 13 Hi, I was interviewed at Flipkart few days back. I was contacted by one of their head hunters. The process was as follows : 2 Telephonic interview 1 Machine Coding Round 1 Problem Solving Round 1 Hiring Manager Round Last 3 rounds were at their office. Telephonic-1 : He asked about my previous proje 2 min read Like