it was an on campus opportunity that we got. The first was Online assesment round consisting 3 questions leetcode easy to medium level 18 people were shortlisted out of 250-300 people
Interview questions [1]
Question 1
i went for the online assesment held on campus and the DSA questions asked were regarding dp,arrays 1.maximum sum of non adjacent elements(dp): difficulty converting list to array
2.affected by virus(dfs based) like island problem: difficulty in making list of list into 2d matrix
3.robber 2 caves given maximizing the no. of coins taken without getting caught
4.square sum the occurences of letters in given string and remove some occurences according to given number and make this sum as min as possible: difficulty in map get values for char,integer typr map and do operations on it also difficulty in traverse through characters in string and implement charAt method
The first round was an online assessment consisting of 5 DSA questions. I was able to solve 3 completely and the 4th one partially, which helped me get shortlisted for the next round.
The second round was an online interview, where I was asked questions from OOPs, OS, and DBMS, such as:
1. What are classes?
2. What is a database, and why is DBMS used?
3. What is paging in OS?
4. What are threads?
5. What are the four pillars of OOPs?
6. What is the difference between inheritance and abstraction?
Additionally, I was given a DSA problem to solve: Decode String (LeetCode)
Interview questions [1]
Question 1
I was given a DSA problem to solve
Decode String (LeetCode)
I applied through other source. The process took 2 weeks. I interviewed at Intuit (Bengaluru)
Interview
2 rounds both technical, array and linkedin list questions , along with cs fundamentals. The first interview had only 1 interviewer. 2nd had 3 (one of which was a shadow interviewer)
Interview questions [1]
Question 1
Array and linkedlist leetcode style problems and cs fundamentals
The process took 5 days. I interviewed at Intuit in Oct 2024
Interview
First round was a DSA round with 4 dsa standard questions
2 stage interview process, which asks coding questions and technical stuff
Technical Round followed by HR round where they asked questions much more general
Interview questions [1]
Question 1
questions on C++, DBMS, Binary Search Tree, Sieve of Erathnus