Intuit Interview Experience | Set 6 Last Updated : 14 Aug, 2024 Summarize Comments Improve Suggest changes Share Like Article Like Report Experience - 1.8years Round-1:(Technical-1:10 min) 1. Introduce yourself. 2. Deep discussion on the current project which I'm working on.(project high level architecture, questions on design, frameworks used etc.,) 3. Write a clean code to find the median of incoming stream of integers(I started with brute force approach and with a little help from the interviewer I could come up with the optimized solution,discussion on complexities) 4. Find the top 'k' repeating elements in a given file. 5. Basic questions on java. 6. What do you know about spring frame work? 7. Questions on Hadoop,hive,sqoop etc., Round-2(Technical-2hrs) 1. Introduce yourself. 2. Deep discussion on the projects that I have worked on.(High level design, Technologies used etc.,) 3. What are the object oriented features present in java? 4. What is polymorphism? 5. Difference between run time and compile time polymorphism with example. 6. What are the different types of exceptions that you have faced till now? 7. Difference between array out of bounds and array out of index exception? 8. Exceptions hierarchy. 9. Difference between checked and unchecked exceptions with example? 10. What are the different collection which you have used till date? 11. Collection hierarchy. 12. Difference between arraylist and list? 13. Difference between set and map? Which of them can contain null values? 14. Equals and hashcode with example? 15. Write a clean program which takes input as "entuet" and converts it to "Intuit". She was basically checking if I know how to code in java. 16. Write a program which takes input as a file containing few sentences and outputs in descending manner the list of repeated keywords. 17. Questions on map-red in Hadoop with an example 18. few SQL queries. 19. MVC design Pattern with example. 20. How to send the username and password of a database securely when you use sqoop? 21. Difference between equals and hash code? When to override etc? 22. What is single ton design pattern? 23. Give me a real life example of where we use Singleton pattern? 24. How hash table works internally? 25. Why do u want to leave your current company? 26. Why do you want to join Intuit? 27. Do you have any questions for me? Though I couldn't make it after this round ..it was super duper exhausting interview experience. It was a back to back interview and I was scribbling on the board these 3hrs. Thank you geeksforgeeks. All Practice Problems for Intuit ! Related Practice ProblemsFind median in a stream Comment More infoAdvertise with us Next Article OLA Interview Experience | Set 6 (For SDE-1) Anonymous Improve Article Tags : Interview Experiences Intuit Practice Tags : Intuit Similar Reads MphRx Interview Experience | Set 2 Round-1(Telephonic) 1. What are immutable classes? 2. How to make any class immutable? 3. How will you find the intersection of two lists/arrays in most optimized way?(I have given the solution to do it in O(n) time) 4. What is the difference between binary search and elastic search? 5. Project disc 2 min read PayPal Interview Experience SE 2 I got the opportunity to attend the interview through one of my closest friends' referral for a vacant position in his team. Round 1(1 hour): This was a DS and Algorithms round conducted by one of the SDE3s. Remove nth duplicate element from the given linked list. Eg: 1 -> 2 -> 3 -> 1 -> 2 min read OLA Interview Experience | Set 6 (For SDE-1) Last month i was interviewed by Ola for SDE 1 post. Here is my experience. Round 1 a. Inorder predecessor and successor for a given key in BST - b. String matching where one string contains wildcard characters Round 2 a. A Boolean Matrix Question b. Print Left View of a Binary Tree c. Find the numbe 1 min read Valuelabs Interview Experience Round 1: First Round is an Online test, with 4 sections. First section is Verbal questions, Second section is Aptitude and Logical, Third section is pseudo code round(concentrate on c++ and java), Fourth section is simple coding round(Mainly concentrate on patterns and arrays) All sections were easy 2 min read Amazon Interview Experience | Set 263 (For SDET) Itâs an on campus recruitment. The interview process started on October, 2015. Round 1: It had 25 MCQ questions from core subjects of CS including Operating systems, Database, Networks, Data structures and algorithms, Fundamentals of programming. Apart from that there was 2 programming questions too 1 min read Flipkart Interview Experience | Set 21 I was interviewed at Flipkart. Following was my interview experience. Initially there was one telephonic screening round. then I was called at their bangalore office. Telephonic round: Given an unsorted array find an entry in array where arr[i]= i; modified it to if array is sorted. find median of a 2 min read Like