The interview process was smooth and well organized. The interviewer was friendly, gave me enough time to think before answering, and encouraged me throughout the discussion. The questions mainly focused on problemsolving, data structures, and my project experience. Overall, it was a comfortable and positive interview experience.
Interview questions [1]
Question 1
Explain binary trees, BSTs, and their traversal methods with examples.
A hackerrank Online assessment round followed by 1st Round (Technical) and a 2nd technical Round and post which there is a HR round.
This is an automated, timed screening round designed to filter the applicant pool.Format: 2 to 3 coding problems completed in 60 to 90 minutes.Focus: Data structures, algorithms, and computational efficiency.Key Topics: Arrays, strings, dynamic programming, and Big O time complexity.
Your first live interaction with an engineer, focusing on data structures and foundational knowledge.
A higher-level interview, usually conducted by a senior engineer or engineering manager.Format: 60 minutes focusing on architectural thinking or complex problem-solving.
Interview questions [1]
Question 1
Given an array of integers nums and an integer target, return the indices of the two numbers such that they add up to the target. You may assume that each input would have exactly one solution, and you cannot use the same element twice. Can you solve this with a time complexity better than (O(n^2))?
I applied through university. I interviewed at Lowe's India (Bengaluru) in Jan 2026
Interview
Online test followed by a technical round followed by HR round. The online assessment was 2 coding questions that has to be completed within an hour. Technical round will be on DSA and your projects on your resume.
Interview questions [1]
Question 1
2 sorted arrays, merge them, sort them and remove duplicate