Lowe's interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Lowe's
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
I came from a non-computer science background, so coding initially seemed like a distant concept to me. I wasn’t even familiar with basic computer tasks, such as shutting down the system or switching tabs. However, I pushed myself—learned the MERN stack, app development, and improved my problem-solving skills using free platforms—all while attending a tier-3 private college. I achieved all this within the first year of my college journey.
Application story
So, in the Kalium program, I applied to different companies, with Lowe's being my priority, and I cleared it on the first attempt.
Why selected/rejected for the role?
I have developed my soft skills alongside coding, learning how to speak fluent English, code in public, and collaborate effectively. I also focused on building projects and earned a Microsoft certification to add more value to my resume.
Preparation
Duration: 4 months
Topics: Data Structures, Pointers, OOP, Sorting Algorithms, and MERN Stack Projects
Tip
Tip

Tip 1: Complete at least 10 projects.

Tip 2: Solve at least 150 problem-solving questions.

Tip 3: Contribute to open-source projects.

Application process
Where: Other
Eligibility: I need to apply a minimum of 12 web development concepts in my capstone project, which is based on the MERN stack. Additionally, I need proficiency in two different programming languages, strong English-speaking skills, and professionalism, including attendance and class behavior. (Salary Package: 3 LPA)
Resume Tip
Resume tip

Tip 1: Create a portfolio to include in your resume.
Tip 2: Add verified certificates to your resume.

Interview rounds

01
Round
Hard
Online Coding Test
Duration60 minutes
Interview date12 Jul 2023
Coding problem1

It was a coding round in which we had to solve two DSA problems in 60 minutes. Both were real-world problem-type questions.

1. Candies

Moderate
10m average time
90% success
0/80
Asked in companies
Goldman SachsOYOMorgan Stanley

Prateek is a kindergarten teacher. He wants to give some candies to the children in his class. All the children stand in a line and each of them has a grade according to his or her performance in the class. Prateek wants to give at least one candy to each child. If two children are standing adjacent to each other, then the one with the higher rating must get more candies than the other. Prateek wants to minimize the total number of candies he must buy.

Given an array 'STUDENTS' of size 'N' that contains the grades for each student, your task is to find what is the minimum number of candies Prateek must buy so that he can distribute them among his students according to the criteria given above.

Example :

Given students' ratings : [5, 8, 1, 5, 9, 4]. 
He gives the students candy in the following minimal amounts : [1, 2, 1, 2, 3, 1]. He must buy a minimum of 10 candies.

Note :

1. If two students having the same grade are standing next to each other, they may receive the same number of candies.
2. Every student must get at least a candy.
Problem approach

While practicing problem solving I have solved similar problems, So it was not that tough for me.

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date15 Jul 2024
Coding problem2

It was essentially a technical round where I was asked questions related to my capstone project.

1. Sort Linked List

Moderate
20m average time
80% success
0/80
Asked in companies
OracleAmazonMakeMyTrip

You are given a linked list of 'N' nodes where nodes can contain values 0, 1, and 2 only. Your task is to sort the linked list.

Problem approach

I knew how to do merge sort so it was easy for me to solve this problem with that algorithm.

Try solving now

2. Level Order Traversal

Easy
15m average time
85% success
0/40
Asked in companies
FacebookMcAfeeOYO

You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.

For example:
For the given binary tree

Example

The level order traversal will be {1,2,3,4,5,6,7}.
Problem approach

I have practised the BST and all types of traversal it has, so it was not that tough for me .c

Find the height of the tree. Then for each level, run a recursive function by maintaining the current height. Whenever the level of a node matches, print that node.

Try solving now
03
Round
Medium
HR Round
Duration30 minutes
Interview date20 Jul 2024
Coding problem1

This interview was more related to my collaborative skills with others, about company fit etc.

1. HR Question

Have you faced any failure in your life and how do you deal with that?

Problem approach

Tip 1: I relate this question to my Sports career. 
Tip 2: I explained how to deal with it.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4898 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 9 problems
Interviewed by Lowe's
939 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3639 views
0 comments
0 upvotes
company logo
Full Stack Engineer
3 rounds | 7 problems
Interviewed by Lowe's
214 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes