Lowe's
UST Interview Questions and Answers
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 moreCreate 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
Q2. Sort the array in one loop
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
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
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
Q5. Graphs and shortest distance calculation in graphs
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.
Q6. Course scheduling problem
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
Q7. Scope in c++
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
More about working at Lowe's
Interview Process at UST
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month