Open In App

Flipkart Interview Experience

Last Updated : 05 Oct, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Telephonic 1:

  1. Given string s and string t find whether all permutation of t is present as a substring in s.
  2. Find the kth node from last in a single linked list.

Face to Face Round 1:

  1. Deep discussion about automation framework and project.

Face to Face Round 2:

  1. Discussion about a testing framework.
  2. Find if one table is a replica of another table in SQL.
  3. Discussion about Cookies, access code, HTTP status code.

Face to Face Round 3:

  1. Discussion about the project.
  2. How will test a feature assuming you can’t have production data in QA.
  3. What is the shorting of the above?

Face to Face Round 4:

  1. Given a login page come up with all possible test cases from the login API point of view and UI point of view.
  2. Given two strings find whether two are an anagram of each other or not. Write clean and runnable java code covering all possible test cases.

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads