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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures and Algorithms, Design Patterns, OOPS, Authentication, API's
Tip
Tip

Tip 1 : Coding round was easy, just go though the top interview questions from Leetcode.
Tip 2 : There was 2 managerial round, so prepare your project well, what challenges you have faced and how did you overcome it. 

Application process
Where: Naukri
Eligibility: Atleast 2 years of experience
Resume Tip
Resume tip

Tip 1 : It should be easy to read
Tip 2 : Make sure your company and work mentioned properly.

Interview rounds

01
Round
Easy
Video Call
Duration30 minutes
Interview date25 Sep 2021
Coding problem2

1. Two Sum

Easy
10m average time
90% success
0/40
Asked in companies
MeeshoAdobeInfo Edge India (Naukri.com)

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Problem approach

It can be solved using map, in O(N) time.

Try solving now

2. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
AmazonIntuitOracle

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Problem approach

Can be solve in O(N) using stack.

Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date25 Sep 2021
Coding problem1

1. System Design Question

Problem was related to projects
how authentication and authorisation works.
Design Patterns.

03
Round
Easy
HR Round
Duration15 mins
Interview date25 Sep 2021
Coding problem1

1. HR Questions

It was general discussion about location and salary, and if I have any concerns.

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 | 4 problems
Interviewed by Lowe's India
0 views
2 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Lowe's India
1969 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3501 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes