Upload Button Icon Add office photos

Filter interviews by

FarMart Senior Software Engineer Interview Questions and Answers

Updated 2 Oct 2024

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code postorder traversal without using recursion.
  • Ans. 

    Iterative solution using a stack to perform postorder traversal.

    • Use a stack to simulate the recursive call stack.

    • Push nodes in the order of right, left, root.

    • Pop nodes from stack and add to result array.

    • Repeat until stack is empty.

  • Answered by AI
  • Q2. Leetcode Problem 1626 - Best team with no conflicts.
Round 2 - System Design 

(2 Questions)

  • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
  • Ans. 

    Design a messaging app like WhatsApp with one-to-one, group messaging, and read receipts functionalities.

    • Use a relational database to store user information, messages, and group memberships.

    • Create tables for users, messages, groups, and group memberships.

    • Include columns for message content, sender, receiver, timestamp, and read status.

    • Implement a feature to mark messages as read with read receipts.

    • Use indexes for effic

  • Answered by AI
  • Q2. Questions on dbms, cn and os.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3D DP, DP ON BST, Focus on highlevel dp and system design

I was interviewed in May 2022.

Round 1 - Assignment 

Round duration - 120 minutes
Round difficulty - Medium

Round 2 - Video Call 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

- Discussion on the first round's assignment
- Was asked about adding unit tests in the assignment
- Fundamental questions on the approach used for the assignment.

  • Q1. What are some things that could have been done better in the system design problem given in the first round?
  • Ans. 

    Some improvements in the system design problem could include better scalability planning, more efficient data storage solutions, and improved error handling.

    • Implementing a more robust caching mechanism to improve performance under heavy load.

    • Optimizing the database schema for better query performance and scalability.

    • Introducing load balancing and horizontal scaling to handle increased traffic.

    • Enhancing error handling t...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Round was with tech lead. Was briefly asked about the problem I solved in the first round. Then I was asked to solve 1 medium level DSA based question. Some discussion on culture fit was also done.

  • Q1. Given the frequency of traffic lights' states, can you determine if there will ever be an invalid state for the traffic signal, and what are the conditions that lead to an invalid state?
  • Ans. 

    Yes, an invalid state can occur if the traffic lights are in conflicting states simultaneously.

    • An invalid state occurs when multiple traffic lights are showing conflicting signals, such as both red and green at the same time.

    • This can happen due to a malfunction in the traffic light system or human error in programming the lights.

    • For example, if a traffic light is stuck showing both red and green signals, it would be co

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaBlinkit interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Web development, OOP, LLDTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Have clear web dev fundamentals
Tip 2 : Have at least 1 good non-trivial project
Tip 3 : Practice basic DSA questions.

Application resume tips for other job seekers

Tip 1 : For past experience (internship/full time), explain the impact you created instead of only mentioning what you did.
Tip 2 : Don't exceed 1 page.
Tip 3 : Get it cross-checked for mistakes through multiple sources.
Tip 4 : Only put in stuff that you are confident in being able to explain.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Differents between opc and ppc...???
  • Q2. What is the use of white cement...???
Round 2 - HR 

(2 Questions)

  • Q1. Previous company anual ctoc
  • Q2. What you expecting now
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in May 2022. There were 3 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 - Assignment 

What does the mean of assignment
What is share assignment
What is assignment example
What is called assignment
How to avoid option assignment
What is certificate of assignment
What is assignment in education
Type of assignment in banking

Round 3 - Aptitude Test 

What is the aptitude test
What is an example of aptitude test
What is aptitude test and it's type

Interview Preparation Tips

Interview preparation tips for other job seekers - About yourself
Up and stay positive
Apply even if you're not fully qualified

I applied via AmbitionBox and was interviewed in Nov 2021. There were 2 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 - Group Discussion 

Group discussion

Interview Preparation Tips

Topics to prepare for Reliance Retail Senior Engineer interview:
  • Technical Skills
Interview preparation tips for other job seekers - Interview team are very comfortable
So don't harmful
Manajment team are very comfortable
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

I like to choose topics java, c, python, html etc

Round 2 - Coding Test 

About java, python, c, c++, html and about coding language

Round 3 - Group Discussion 

Hoe to built skill discussion about problem and how solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresher here so i don't want to give any tips to any one

FarMart Interview FAQs

How many rounds are there in FarMart Senior Software Engineer interview?
FarMart interview process usually has 1 rounds. The most common rounds in the FarMart interview process are One-on-one Round.
How to prepare for FarMart Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FarMart. The most common topics and skills that interviewers at FarMart expect are AWS, Javascript, MongoDB, MySQL and Node.Js.

Tell us how to improve this page.

FarMart Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
DMart Interview Questions
3.9
 • 403 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
Heritage Foods Interview Questions
4.1
 • 82 Interviews
Future Retail Interview Questions
4.3
 • 53 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
View all

FarMart Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Procurement Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Procurement Associate
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Finance Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FarMart with

BigBasket

3.9
Compare

Blinkit

3.7
Compare

Reliance Retail

3.9
Compare

Spencer's Retail

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