Walmart Labs Senior SE Interview Experience Last Updated : 17 Aug, 2019 Comments Improve Suggest changes Like Article Like Report I was directly called to onsite interview. Round 1, Pen paper coding: This was coding round where they have provided list of 5 questions ad you have write code for any 3 questions in 1 hour time. Question were related to Linked List, BFS, Graphs and Arrays and the difficulty was moderate. Round 2: Q1. Given a rational number in form a/b rational numbers, you have to print the number in its decimal format. If its recurring decimal you have to print the recurring part within parenthesis. Eg 1, For 10/3 output should be 3.(3) Eg 2, For 10/8 output should be 1.25 Q2. Given a list of file in a project where compilation of some files is dependent on other files. You have to print order of compiling all the files in project. Soln: Topological Sort Round 3: This was mostly related to work which I did in my current org. After this discussion we moved to 2 PS/DS questions. Q1. Given an array of integers, find 2 indexes i and j in array such that a[i] + a[j] + (j-i) is maximum. Q2. Clone binary with random pointers. https://www.geeksforgeeks.org/clone-binary-tree-random-pointers/ Round 4: Design logging framework like log4j. Problem was mainly focused how you would use observer pattern as there can be multiple appenders for a log line. Round 5: We mainly discussed about my current work and tech stack used. Then the interviewer asked me to design URL shortening system. Round 6: Design fraud detection system for bank. It should be realtime and fault tolerant. After few days I received positive feedback from HR. Overall my experience with Walmart was very good. Comment More infoAdvertise with us Next Article Walmart Labs Senior SE Interview Experience Anonymous Improve Article Tags : Interview Experiences Experiences Walmart Practice Tags : Walmart Similar Reads Walmart labs Interview Experience Round 1 Coding and MCQ: This round was conducted in Hacker earth. There were 25 MCQS and 1 coding question. The MCQ contains both technical and Aptitude. Coding question: All possible fake palindrome sub-strings (Fake palindrome: whether a string has any possibilities of palindrome) Input: ABAB = 3 min read Scholar SAP Labs Interview Experience Sap Labs visited my campus in July 2023 under Scholar Program. They had four rounds - 1 Coding + 2 Technical Interview + 1 HR round The coding round was normal 1 easy and 1 medium question. My first question was to Reverse the array and find the number of characters that didn't change their position 2 min read Walmart Labs Interview Experience (on-campus) Students of all the branches were eligible for walmart labs & the gpa criteria was 7. Round 1:Round 1 comprised of an online coding round comprising of 3 questions on hackerrank platform with different marks . 1)The first one was an indirect question to find out HCF. The other two questions were 3 min read Walmart Labs On-Campus Interview Experience | SDE-2 Round 1: First Round consisted of few aptitudes, question on CN, DBMS, OS and one coding question. Coding question was probably to find the smallest sub string with maximum unique characters. https://www.geeksforgeeks.org/length-smallest-sub-string-consisting-maximum-distinct-characters/ Round 2: Se 2 min read Walmart Labs Interview Experience | Set 3 (On-Campus) Walmart Labs Interview Experience - On campus 1st round (Online Test) It was an online test of 90 minutes and was conducted on Hackerearth. It consisted of 10-12 MCQâs and 3 coding questions. MCQâs consisted of general aptitude questions, questions related to networking, programming, C input/output 3 min read Like