Upload Button Icon Add office photos
Engaged Employer

i

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

DMart 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

DMart Software Engineer Interview Questions and Answers

Updated 30 Jan 2024

DMart Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Lowe's user image Abhishek Agrawal

posted on 20 Aug 2024

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

I applied via Referral and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React js questions like Dom manipulation, useCallback and useMemo these kind of questions
  • Q2. Create some dynamic buttons with a json data and whenever you click on that you need to maintain active and inactive states and also you need to show the content of the button based on the json data whenev...
  • Ans. 

    Create dynamic buttons with JSON data, maintain active/inactive states, and show content on click

    • Create buttons dynamically using JSON data

    • Toggle between active and inactive states on click

    • Display button content based on JSON data on click

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More advanced react based questions like test cases handling and redux state management techniques
  • Q2. Prop drilling concepts
Round 3 - Behavioral 

(1 Question)

  • Q1. More about your projects you have worked on and also front end technical basic questions
Round 4 - HR 

(2 Questions)

  • Q1. Why Lowe's only
  • Ans. 

    Lowe's is a leading home improvement retailer with a strong focus on technology and innovation.

    • Lowe's has a strong reputation for investing in technology and innovation within the home improvement industry.

    • I am impressed by Lowe's commitment to digital transformation and their use of cutting-edge tools and technologies.

    • I believe Lowe's offers a challenging and rewarding environment for software engineers to grow and de...

  • Answered by AI
  • Q2. What are your expectations here nd all
  • Ans. 

    I expect a challenging work environment, opportunities for growth, and a supportive team.

    • Challenging work that allows me to utilize my skills and learn new technologies

    • Opportunities for career advancement and professional development

    • A supportive team that fosters collaboration and growth

    • Clear communication and expectations from management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well and have a good core understanding of reactjs and css and javascript you can crack it.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Graphs and arrays tricky questions

Round 2 - Technical 

(1 Question)

  • Q1. Reverse a linked list two sum indexin no sql vs sql access specifiers
  • Ans. 

    The question is about reversing a linked list.

    • Iterative approach: Use three pointers to reverse the links between nodes.

    • Recursive approach: Recursively reverse the rest of the list and then fix the links.

    • Example: Given a linked list 1 -> 2 -> 3 -> 4, the reversed list will be 4 -> 3 -> 2 -> 1.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Leadership qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perect in the basics
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

I applied via Job Portal and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Problem solving - Understanding of data structure & algorithm
Round 2 - One-on-one 

(1 Question)

  • Q1. System design = Low level design round
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round - Team fitment, current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS & Algo. Prepare well with system design concepts

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared what have u mentioned in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There was a aptitude test with coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic Puzzles were asked

Software Engineer Interview Questions & Answers

Lowe's user image Asish Kumar Mahapatra

posted on 17 Jul 2024

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

(1 Question)

  • Q1. Java tricky question related to collections
Round 2 - Technical 

(1 Question)

  • Q1. HLD discussion related to current project
Round 1 - Coding Test 

Array and Linkedlist related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts, DBMS, questions related to personal projects
  • Q2. The ones i remember- Dbms: What is normalization? Different forms of normalization. Some joins related questions. Oops: access modifiers, abstract classes
  • Ans. 

    Questions on DBMS and OOPs concepts

    • Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Different forms of normalization include 1NF, 2NF, 3NF, BCNF, and 4NF.

    • Join is used to combine rows from two or more tables based on a related column between them.

    • Access modifiers in OOPs are public, private, protected, and default.

    • Abstract classes are classes that cannot be instantiated a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Oops should be clear

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

The coding test was on hackerearth with 2 coding questions and Java based output questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. 3 DSA questions on DP, binary search

DMart Interview FAQs

How many rounds are there in DMart Software Engineer interview?
DMart interview process usually has 1 rounds. The most common rounds in the DMart interview process are Technical.
What are the top questions asked in DMart Software Engineer interview?

Some of the top questions asked at the DMart Software Engineer interview -

  1. Linked List Intersection Po...read more
  2. Stream and Java 8 Questi...read more
  3. Basic Spring B...read more

Tell us how to improve this page.

DMart Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
DMart Software Engineer Salary
based on 17 salaries
₹3 L/yr - ₹10 L/yr
29% less than the average Software Engineer Salary in India
View more details

DMart Software Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.0

Salary

4.5

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Department Manager
1.1k salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Cashier
745 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Assistant Manager
524 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Assistant Store Manager
482 salaries
unlock blur

₹4.5 L/yr - ₹11.5 L/yr

Purchase Officer
410 salaries
unlock blur

₹1.1 L/yr - ₹5.2 L/yr

Explore more salaries
Compare DMart with

Reliance Retail

3.9
Compare

Future Retail

4.3
Compare

Trent

4.0
Compare

Aditya Birla Fashion and Retail

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