• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs

Flipkart PSDS Round Interview Questions for SDE Software Engineer – 2022

Want to Share your Interview Experience?/108/0
Placement Interview

In this guide, I’m sharing my experience and interview questions asked in the Flipkart PSDS round.

Usually, Flipkart conducts 4-5 rounds of the interviews including the data structure and programming round, system design (LLD- low-level design, HLD- high-level design) round, and managerial and HR round.

I have attended this Flipkart interview for the role of SDE-3 software engineer, 2022. This opportunity was for Bangalore, India location.

Flipkart PSDS round Interview Questions

This interview was conducted on the Google meet with online video conferencing. It was scheduled for an hour.

It started with my introduction. He describes the role and responsibilities of the job opening position.

After that, he shared the Google document and started with the data structure and coding questions.


Coding Test Question 1: Find the first unique element in a stream of characters at any given point.

Input:  a b c d a b c
Output: a a a a b c d
Solution

Hint: There are multiple solutions to this problem using different algorithms and different data structures. The optimal solution you can get with the hash table and linked list.


Coding Test Question 2: Implement a basic excel.

Cells: A1, B5 etc
Values: numeric (1, 5 etc) or binary formula -,/,=,* ( A1 + B1 etc)
Operations: Add or edit any cell

updateSheet(E,3,"15") → 15
updateSheet(C,3, "100+20") —> 120
updateSheet(D,2, "E3+5") —-> 20

Hint: We discussed the different approaches to solve this problem. The best solution to this problem is to solve it with the directed acyclic graph.


He also asked questions about DFS and BFS graph traversing algorithms.

Important Interview Tips for Flipkart Coding Test

Here are some of the important tips you should follow if you are attending the Flipkart PSDS round interview.

  • You don’t need to write syntactically correct code. Pseudo code is fine. If the time permits, you can write the code.
  • First of all, get the solution. Discuss it with the interviewer. Find if there is an optimal solution. Discuss time and space complexity.
  • Your solution should be optimal in terms of time and space complexity.

At the end of the interview, he asked me if I have any questions. I asked him a couple of questions regarding the project and company culture.


Editors’ Note: These Flipkart PSDS round and SDE software engineer interview questions and answers are shared by the candidate Navneet Singh. We wish her all the best!

Python Interview Questions eBook

Flipkartinterview
Want to Share your Interview Experience?
This interview questions and experience are shared by one of the readers like you. You can share your interview experience as well. If you want to help new job aspirants to get their dream job, kindly share your experience on CSEstack Portal, by filling this simple form. It will be published on our portal. Thank You!

Your name can also be listed here. Got a tip? Submit it here to become an CSEstack author.

Leave a Reply Cancel reply

100+ Company’s Interview Questions



You can share your interview experience.

Job Preparation Stack

03 Types of IT Engineers in Demand

05 Programming Skills for Jobs

05 Programming for High Paying Jobs

11 Software Developer Skills for Jobs

07 Tips for Standard CV Format

05 Guidelines for Writing Best SoP

13 Aptitude Preparation Tips

07 Steps for Effective Job Search

07 HR Interview Questions

57 Coding Interview Questions

57 Python Interview Questions

Summer Internships 2022

Why Internship?

Apply Internships in IIT, NIT, IIIT

Programming Tutorials

C/C++ Programming

Python Programming

Java Programming

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard