Skip to content
Related Articles
Open in App
Not now

Related Articles

Lowe’s Company Interview Experience

Improve Article
Save Article
  • Difficulty Level : Medium
  • Last Updated : 04 Nov, 2017
Improve Article
Save Article

Round 1: Online Test 15 MCQs+4Coding conducted in Hackerearth
15 MCQs consists of aptitude and c output questions. and 4 coding questions we need to solve atleast 1 to get into further rounds.they were easy questions like divisibility problem,and u have given an array like 22 4 6 8 22 and they will give k ,ie a repeated number, you need to replace that no by 1,and print the result ,output is 1 1 4 6 8.

Round 2 : Only one technical round
Asked the approach you used to solve the coding problem,and discussion on projects and asked one puzzle easier one,and told me to code like given an array consists of numbers as well as characters where you need to display numbers as the output.

If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!