Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Flipkart Team. If you also belong to the team, you can get access from here

Flipkart Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Software Development Engineer 3 Interview Questions and Answers

Updated 5 Jun 2024

Flipkart Software Development Engineer 3 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

DS algo, cant remember questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. They were looking for a person with expertise in maven, so initial questions were targeted towards maven and dependencies.
  • Q2. Find the equilibrium number was asked for DSA
  • Q3. Implement a singleton patter
  • Q4. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I was told that this round was different as they were looking for someone with expertise. Interviewer suggested that java questions are more relevant and that's why was more oriented towards that.
I'd say be prepared for anything, DSA rounds can become discussion and design rounds at any point, so having some knowledge about all aspects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find lowest common ancestor in tree

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

A small app was to be built using recycler view and consuming a given api.

Round 2 - Technical 

(2 Questions)

  • Q1. Activity lifycycle
  • Q2. Jetpack compose
Round 3 - HR 

(2 Questions)

  • Q1. Why are you leaving the current org ?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth.

    • Interested in working with new technologies and tools.

    • Seeking a more collaborative and innovative work environment.

    • Want to expand my skill set and knowledge in a different industry.

    • Current organization lacks career advancement opportunities.

  • Answered by AI
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be clear with android concepts, they ask very simple but tricky questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical and qunatative

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are Microservices
  • Ans. 

    Microservices are a software architecture pattern where applications are built as a collection of small, loosely coupled services.

    • Microservices are independent and autonomous services that communicate with each other through APIs.

    • Each microservice is responsible for a specific business capability and can be developed, deployed, and scaled independently.

    • Microservices promote flexibility, scalability, and resilience in s...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are SOAP APIs
  • Ans. 

    SOAP APIs are a protocol for exchanging structured information in web services using XML-based messages.

    • SOAP stands for Simple Object Access Protocol

    • It is a messaging protocol that allows programs running on different operating systems to communicate with each other

    • SOAP APIs use XML to format the data being sent

    • They are commonly used in enterprise-level applications for integrating different systems

    • SOAP APIs provide a

  • Answered by AI
  • Q2. What are Rest APIs?
  • Ans. 

    REST APIs are a set of rules and protocols that allow different software applications to communicate and interact with each other over the internet.

    • REST stands for Representational State Transfer

    • REST APIs use HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • REST APIs are stateless, meaning each request from a client to a server contains all the necessary information

    • REST APIs typically return d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. Sure! My name ----- and i am software engineer with experience of x years.I have a strong background in web technologies.Throughout my career, I have worked on various projects, Including Ecommerce .I am passionate about problem solving and finding efficient solutions through coding. I enjoy working in collaborative environment where i can learn from my team members and contribute my skill i have learnt so far to crea...
  • Answered Anonymously
Round 3 - Technical 

(3 Questions)

  • Q1. How would you handle cookies and cache in a PHP application?
  • Ans. 

    Cookies and cache in a PHP application can be handled by setting and retrieving cookies, using caching mechanisms like memcached or Redis, and implementing cache control headers.

    • Set cookies using setcookie() function in PHP

    • Retrieve cookies using $_COOKIE superglobal

    • Use caching mechanisms like memcached or Redis to store frequently accessed data

    • Implement cache control headers to control caching behavior in the applicati

  • Answered by AI
  • Q2. Can you explain what redis is and how it can be used in a web application?
  • Ans. 

    Redis is an open-source, in-memory data structure store used as a database, cache, and message broker.

    • Redis is often used for caching data to improve performance in web applications.

    • It can also be used as a database to store key-value pairs for fast retrieval.

    • Redis can be used as a message broker for real-time applications by implementing pub/sub messaging.

    • Examples: Storing session data, caching frequently accessed dat

  • Answered by AI
  • Q3. Can you explain how an AI recommendation system works?
  • Ans. 

    AI recommendation systems use algorithms to analyze user data and provide personalized suggestions.

    • AI recommendation systems collect and analyze user data such as browsing history, preferences, and interactions.

    • They use machine learning algorithms to identify patterns and similarities between users and items.

    • Based on this analysis, the system generates personalized recommendations for users, such as movies, products, o...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do you approach working in a collaboration team environment , and can you provide an example of a sucessful team collaboration?
  • Ans. I believe in fostering a positve and inclusive team environment.Through constant collabroration , regular feedback ansd a shared sense of ownership , we can sucessfuly deliver the feature within the given timeline.We practiced agile methodologies ,such as daily standups , sprint planning and retrospectives.This allow us to maintain a clear understanding of individual tasks and adapt our approaches as needed.
  • Answered Anonymously
  • Q2. Formal Introduction and company related information?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay persistent ,stay adaptable and never stop learning .Be who you are?

Skills evaluated in this interview

I was interviewed in Dec 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was easy for me because this round only has Basic Math, OS, Programming and English Grammar questions.
There were also two easy coding problems.

  • Q1. 

    Prime Numbers within a Range

    Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.

    Input:

    Integer N

    Output:

    Prime numbers printed on separate lines

    Example:

    Input...
  • Ans. 

    Step 1 : Run a for loop from 2 to N
    Step 2 : check each number if it is prime or not
    Step 3 : if prime then print

  • Answered Anonymously
  • Q2. 

    Form a Triangle Problem Statement

    You are given an array of integers ARR with a length of N. Your task is to determine whether it's possible to construct at least one non-degenerate triangle using the val...

  • Ans. 

    Step 1 : We will Iterate through the array and pivot each element as the first side of the triangle. Let’s say we are at ‘I’ th index, So we will pivot ‘I’th index as our first side of the triangle.

     

    Step 2 : And for the second side of the triangle, we will start exploring from the next index of ‘I’ and pivot each element from (I+1) till the end as the second side of the triangle. Let’s say we are at the ‘J’th inde...

  • Answered Anonymously
Round 2 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

This was interview round where one indiamart senior lead engineer was interviewer. Initially I was nervous but interviewer was very gentle so I was very comfortable at the middle of interview. Interview was based on my resume and some basic problem solving questions.

  • Q1. 

    Remove Character from String Task

    Given a string str and a character X, your task is to create a function that removes all occurrences of X from the given string.

    If the character X is not found in the s...

  • Ans. 
    string remove_duplicate(string str) 
    {
       	int v[256];
       	for (int i = 0; i < 256; i++) {
    		v[i] = 0;
    	}
    	string ans = "";
    	for (int i = 0; i < str.length(); i++) {
    		int asc = int(str[i]);
    		if (v[asc] == 0) {
    			ans.push_back(str[i]);
    			v[asc] = 1;
    		}
    	}
    	return ans;
    }
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from NATIONAL INSTITUTE OF TECHONOLGY, Hamirpur. I applied for the job as Software Engineer in NoidaEligibility criteriaAbove 6 CGPAIndiaMart interview preparation:Topics to prepare for the interview - Data structures, Algorithms, OOPS , Operating systems, DBMS, SQL , NoSQL, Backend Development conceptsTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Practice At least 100 easy and 200 medium DS & Algorithms based questions.
Tip 2 : Make 2 to 3 good projects based on any technology you like and show them on your portfolio website or resume.
Tip 3 : Contribute to open source projects. At least make a pull request if you are able to solve the bug.

Application resume tips for other job seekers

Tip 1 : Your resume must be simple and easy to read.
Tip 2 : You should add all your experiences which you have achieved in your career.
Tip 3 : Only add 2 top projects which you like.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Coding , decoding, numerical

Round 3 - HR 

(1 Question)

  • Q1. Asking Salary structure
Round 4 - Technical 

(1 Question)

  • Q1. Java and oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Self introduction, interview questions , coding

Flipkart Interview FAQs

How many rounds are there in Flipkart Software Development Engineer 3 interview?
Flipkart interview process usually has 1 rounds. The most common rounds in the Flipkart interview process are Coding Test.

Tell us how to improve this page.

Flipkart Software Development Engineer 3 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
Zomato Interview Questions
3.8
 • 321 Interviews
Info Edge Interview Questions
3.9
 • 319 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Naukri Interview Questions
4.0
 • 185 Interviews
Uber Interview Questions
4.2
 • 164 Interviews
View all
Flipkart Software Development Engineer 3 Salary
based on 32 salaries
₹38 L/yr - ₹85 L/yr
38% more than the average Software Development Engineer 3 Salary in India
View more details

Flipkart Software Development Engineer 3 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Executive
2.7k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Team Lead
1.8k salaries
unlock blur

₹1.2 L/yr - ₹9.9 L/yr

Assistant Manager
1.5k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Executive
1.3k salaries
unlock blur

₹1.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Flipkart with

Amazon

4.1
Compare

Myntra

4.0
Compare

Snapdeal

3.8
Compare

Meesho

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview