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

Lowe's

4.1
based on 795 Reviews
Video summary
Filter interviews by
Fresher
Experienced
Clear (1)

Lowe's Interview Questions and Answers for Freshers

Updated 19 Oct 2024
Popular Designations

Q1. 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 whenever yo...

read more
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

Add your answer
right arrow

Q2. Sort the array in one loop

Ans.

Use quicksort algorithm to sort array in one loop

  • Use quicksort algorithm to partition array and sort elements

  • Choose a pivot element and rearrange elements around pivot in one loop

  • Repeat process for subarrays until entire array is sorted

Add your answer
right arrow

Q3. Remove the Kth Node from the End of a Linked List

You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked Li...read more

Ans.

Remove the Kth node from the end of a singly linked list given the position 'K'.

  • Traverse the list to find the length 'N' of the linked list.

  • Calculate the position of the node to be removed from the beginning as 'N - K + 1'.

  • Traverse the list again and remove the node at the calculated position.

Add your answer
right arrow

Q4. House Robber Problem Statement

Consider Mr. X, a professional robber who is planning to rob houses along a street. These houses are arranged in a circle, which means the first house is a neighbor to the last. E...read more

Ans.

House Robber problem where adjacent houses have connected security system, find maximum money Mr. X can rob without triggering security.

  • Use dynamic programming to keep track of maximum money robbed at each house.

  • At each house, decide whether to rob the current house or skip it based on maximum money robbed so far.

  • Handle the circular nature of houses by considering two cases: robbing the first house and not robbing the first house.

  • Examples: For {2, 3, 2}, output is 3; for {1, ...read more

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

Q5. Graphs and shortest distance calculation in graphs

Ans.

Graphs are used to represent relationships between objects. Shortest distance calculation is important in finding the most efficient path between two points.

  • Graphs consist of nodes and edges that connect them.

  • Shortest distance calculation can be done using algorithms like Dijkstra's algorithm or Bellman-Ford algorithm.

  • Applications of graphs and shortest distance calculation include GPS navigation, network routing, and social network analysis.

Add your answer
right arrow

Q6. Course scheduling problem

Ans.

Course scheduling problem involves assigning courses to students and professors based on availability and preferences.

  • The problem involves matching courses with students and professors based on their availability and preferences.

  • Constraints such as class size, room availability, and time slots must be taken into account.

  • Optimization techniques such as linear programming and genetic algorithms can be used to solve the problem.

  • Examples include scheduling classes for a universit...read more

Add your answer
right arrow

Q7. Scope in c++

Ans.

Scope in C++ refers to the region of the program where a variable can be accessed.

  • Variables declared inside a function have local scope and can only be accessed within that function.

  • Variables declared outside of any function have global scope and can be accessed throughout the program.

  • Variables declared within a block have block scope and can only be accessed within that block.

  • C++ also supports namespace scope, which allows variables to be grouped together under a common name...read more

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 for Freshers

based on 8 interviews
Interview experience
4.4
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Deloitte Logo
3.8
 • 1.7k Interview Questions
DXC Technology Logo
3.7
 • 424 Interview Questions
WNS Logo
3.4
 • 283 Interview Questions
Bajaj Finserv Logo
4.0
 • 242 Interview Questions
PolicyBazaar Logo
3.6
 • 186 Interview Questions
Tata Communications Logo
4.0
 • 144 Interview Questions
View all
Recently Viewed
INTERVIEWS
Dell
Fresher
20 top interview questions
INTERVIEWS
FLSmidth
No Interviews
INTERVIEWS
Dell
No Interviews
SALARIES
DE Shaw
INTERVIEWS
DE Shaw
No Interviews
INTERVIEWS
DE Shaw
No Interviews
JOBS
BP Incorporate International
No Jobs
INTERVIEWS
DE Shaw
No Interviews
DESIGNATION
INTERVIEWS
Dell
No Interviews
Top Lowe's Interview Questions And Answers
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