Add office photos
Lowe's logo
Employer?
Claim Account for FREE

Lowe's

4.1
based on 795 Reviews
Video summary
Filter interviews by
Associate Software Engineer
Clear (1)

Lowe's Associate Software Engineer Interview Questions and Answers

Updated 5 Feb 2024

Q1. 1 If frequently insertion and deletion happen which data structure you choose and why?

Ans.

I would choose a linked list as it allows for efficient insertion and deletion operations.

  • Linked lists have constant time complexity for insertion and deletion operations

  • Arrays have a linear time complexity for these operations

  • Examples of linked list applications include implementing stacks and queues

  • Arrays are better suited for random access and searching

Add your answer
right arrow

Q2. 2. How you connect Kafka to spring boot project 3. How Microservices Communicate with eachother 4. How HashMap internally work and how you resolve the collision 5. Reverse a Stack 6. Best time to buy a stock

Ans.

Technical interview questions on Kafka, Microservices, HashMap, Stack and Stock

  • To connect Kafka to Spring Boot project, add Kafka dependencies in pom.xml and configure Kafka properties in application.properties

  • Microservices communicate with each other through REST APIs or message brokers like Kafka or RabbitMQ

  • HashMap internally uses an array of buckets to store key-value pairs. Collision is resolved by chaining or open addressing

  • To reverse a stack, use an auxiliary stack to p...read more

Add your answer
right arrow

Q3. Target element index in Rotated sorted array

Ans.

Finding index of target element in a rotated sorted array.

  • Use binary search to find the pivot point where the array is rotated.

  • Determine which half of the array the target element lies in.

  • Perform binary search on the appropriate half to find the target element index.

Add your answer
right arrow

Q4. Longest substring with no repeated characters

Ans.

Find the longest substring in a given string with no repeated characters.

  • Use a sliding window approach to keep track of the current substring.

  • Use a hash set to keep track of the characters in the current substring.

  • If a repeated character is found, move the start of the window to the next character after the first occurrence of the repeated character.

  • Update the maximum length of the substring as the window slides through the string.

Add your answer
right arrow
Discover Lowe's interview dos and don'ts from real experiences

Q5. Reverse words in a string

Ans.

Reverse the order of words in a given string.

  • Split the string into an array of words using space as a delimiter.

  • Reverse the array of words.

  • Join the array of words back into a string using space as a separator.

Add your answer
right arrow

Q6. Open for relocation

Ans.

Yes, I am open for relocation.

  • I am willing to relocate for the right opportunity

  • I am open to exploring new places and cultures

  • I understand that relocation may be necessary for career growth

Add your answer
right arrow

More about working at Lowe's

Back
Awards Leaf
AmbitionBox Logo
#3 Best Retail Company - 2022
Awards Leaf
HQ - Mooresville, UnitedStates
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Lowe's Associate Software Engineer

based on 5 interviews
4 Interview rounds
Coding Test Round - 1
Coding Test Round - 2
HR Round - 1
HR Round - 2
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Recently Viewed
INTERVIEWS
DE Shaw
No Interviews
JOBS
Dot Workplace Solutions
No Jobs
JOBS
Honeywell International India
No Jobs
INTERVIEWS
Dell
No Interviews
JOBS
Lowe's
No Jobs
INTERVIEWS
DE Shaw
No Interviews
INTERVIEWS
Lowe's
Fresher
5.6k top interview questions
INTERVIEWS
Dell
Fresher
20 top interview questions
INTERVIEWS
FLSmidth
No Interviews
INTERVIEWS
Dell
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter