Upload Button Icon Add office photos

Lowe's

Compare button icon Compare button icon Compare

Filter interviews by

Lowe's Senior Software Engineer Interview Questions and Answers for Experienced

Updated 2 Dec 2024

Lowe's Senior Software Engineer Interview Experiences for Experienced

3 interviews found

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Its a normal questions which usually service based company asked
  • Q2. Overall it is good
Round 2 - Case Study 

Ask you to implement any solution like caching using LRU or LFU

Round 3 - Assignment 

Its a manager round where they discuss about u=your past experiences and also they tell you about the project

Round 4 - HR 

(2 Questions)

  • Q1. I think they gave you only based on your previous offer.
  • Q2. Negotiate well with them . Don't accept just for the sake of an offer because further they will not change it until/ unless it is filling position.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 5 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Kotlin & Java + DSA
  • Q2. Resume related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Java and Kotlin + DSA
Round 4 - Behavioral 

(1 Question)

  • Q1. General discussion
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your counter offer.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.People in the team were good I had a good interview experience. Very basic level questions.
2.Microservices must be there in your resume .Even if you are top notch in coding you will not be selected if you have not worked on micro services.
3.Bad experience when it comes to the compensation they pay very very less not even try to match the compensation just simply reject if you have a nice counter offer.
4.Advice : When the candidate is good be flexible in your budget .A good candidate will definitely go ahead and do great work for the team.Or at least try to match the counter offer.
5.Process is really really slow and you might end up losing a potential candidate .
6.Lowes Hires a person who has less salary expectations rather than the person who does the best they are OK with mediocrity.
7.Please don't think this is a product based and join .Lowes has people with service based organization mindset.

Senior Software Engineer Jobs at Lowe's

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS/Algo question leetcode medium
  • Q2. Working code with edge cases.
  • Ans. 

    Working code with edge cases is code that has been tested with extreme inputs to ensure it functions correctly.

    • Edge cases are inputs that are unlikely to occur but can cause unexpected behavior if not handled properly.

    • Examples of edge cases include empty inputs, null values, and inputs at the limits of the data type's range.

    • Working code with edge cases should be thoroughly tested to ensure it functions correctly in all

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic with your knowledge.
Core basic should be strong.
Should be ready for tricky questions.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

The assessment consisted of an online round lasting one hour, during which there were 33 questions, all of which were challenging, including the multiple-choice questions. The questions were divided into six subsections: 1. Data Structures and Algorithms (DSA) - with a problem related to dynamic programming or recursion; 2. Java; 3. Java 8; 4. Spring; 5. Spring Boot; 6. Microservices.

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

(2 Questions)

  • Q1. What is ReactQuery?
  • Ans. 

    ReactQuery is a library for managing server state in React applications.

    • Provides hooks for fetching, caching, and updating data from APIs

    • Automatically handles caching, background refetching, and stale data management

    • Improves performance by reducing unnecessary network requests

  • Answered by AI
  • Q2. Have you used useMemo, useCallback
  • Ans. 

    Yes, I have used useMemo and useCallback in React applications.

    • Used useMemo to memoize expensive calculations and prevent unnecessary re-renders.

    • Used useCallback to memoize functions and prevent unnecessary re-creations.

    • Example: const memoizedValue = useMemo(() => calculateValue(a, b), [a, b]);

    • Example: const memoizedFunction = useCallback(() => { doSomething(a, b); }, [a, b]);

  • Answered by AI

Skills evaluated in this interview

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

Tree & linkedlist questions

Round 2 - Technical 

(1 Question)

  • Q1. About tech stack interview questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Closures, Projecr structure in react Why use redux What frameworks are available
Round 2 - Technical 

(1 Question)

  • Q1. Web performance Currying LLD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 6 interview rounds.

Round 1 - Coding Test 

Simple link to solve problems mostly from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa quesions on stack
  • Q2. Dsa question on linkedlist
Round 3 - Coding Test 

Test on java mostly covered multithreading

Round 4 - Technical 

(1 Question)

  • Q1. Design round asked to design a cache
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round mostly dependent on experiences
Round 6 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - it an easy process to crack interview in walmart just need to work on medium level dsa , and skilled in existing technology
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement infinite scroll
  • Ans. 

    Implementing infinite scroll for a web application

    • Use a front-end framework like React or Angular to handle the scrolling functionality

    • Fetch additional data from the server as the user scrolls down the page

    • Update the UI with the new data without reloading the entire page

  • Answered by AI
  • Q2. Intersection observer API

Skills evaluated in this interview

Lowe's Interview FAQs

How many rounds are there in Lowe's Senior Software Engineer interview for experienced candidates?
Lowe's interview process for experienced candidates usually has 4-5 rounds. The most common rounds in the Lowe's interview process for experienced candidates are One-on-one Round, HR and Behavioral.
How to prepare for Lowe's Senior Software Engineer interview for experienced candidates?
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 Lowe's. The most common topics and skills that interviewers at Lowe's expect are Javascript, SDLC, Java, Computer science and Spring Boot.
What are the top questions asked in Lowe's Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Lowe's Senior Software Engineer interview for experienced candidates -

  1. Sprint groom, Maximum story points in sprint, what is the role of scrum master,...read more
  2. Negotiate well with them . Don't accept just for the sake of an offer because f...read more
  3. Its a normal questions which usually service based company as...read more
How long is the Lowe's Senior Software Engineer interview process?

The duration of Lowe's Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Lowe's Senior Software Engineer Interview Process for Experienced

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Walmart Interview Questions
3.7
 • 388 Interviews
Landmark Group Interview Questions
4.0
 • 151 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Target Interview Questions
4.2
 • 114 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
Decathlon Interview Questions
3.8
 • 106 Interviews
V2 Retail Interview Questions
3.4
 • 58 Interviews
View all
Lowe's Senior Software Engineer Salary
based on 1.1k salaries
₹12 L/yr - ₹39.7 L/yr
78% more than the average Senior Software Engineer Salary in India
View more details

Lowe's Senior Software Engineer Reviews and Ratings

based on 95 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.8

Salary

4.3

Job security

4.3

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 95 Reviews and Ratings
Senior Software Engineer_Java_Springboot

Bangalore / Bengaluru

4-8 Yrs

₹ 14.7-35 LPA

Explore more jobs
Software Engineer
1.1k salaries
unlock blur

₹8 L/yr - ₹30.4 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹12 L/yr - ₹39.7 L/yr

Senior Analyst
291 salaries
unlock blur

₹7.5 L/yr - ₹25.1 L/yr

Analyst
261 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Lead Software Engineer
173 salaries
unlock blur

₹18 L/yr - ₹60 L/yr

Explore more salaries
Compare Lowe's with

Reliance Retail

3.9
Compare

Walmart

3.7
Compare

Landmark Group

4.0
Compare

Reliance Trends

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