Navi Interview Experience for SDE-1 (On-Campus) Last Updated : 22 Nov, 2021 Comments Improve Suggest changes Like Article Like Report Navi came to our college for the profile of SDE-1. There were 3 rounds in total. Round 1(Coding and Aptitude Test): There were 45 questions on Maths and reasoning. There were 3 coding questions on DSA. Total time of this round was around 1.5-2 hrs. Coding questions were of medium level. There was 1 question based on graph, 1 question on recursion/DP and 1 question on String (https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome/). I solved all the three coding questions. Round 2(Technical Interview): More than 20 students were shortlisted for this round. The interviewer was quite clear and friendly. After a general introduction of each other, he asked me three questions on DSA. First was reverse individual words in a sentence and print the sentence keeping the order same(https://leetcode.com/problems/reverse-words-in-a-string-iii/). Second was buy and sell stock(https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/). Third questions was based on Graph.(https://leetcode.com/problems/redundant-connection/).After these he asked me some questions indexing,hashing,java vs kotlin(As I had android in my resume), Databases I have worked upon, etc. I was shortlisted for the next round. Round 3(Managerial Round): 20 minutes after the second round, I got a mail for the managerial round. Again the interviewer was quite friendly. After a general introduction, he asked me to desgin a Univeristy Student Record Register that holds data of all students. We had a long discussion on this. After this he asked me about my projects and what all technologies I have worked on Apart from Android. After Some questions on Android and APIs he wrapped up the interview. Verdict: Selected Tips: Practice DSA from leetcode or GfG.Go through your mentioned projects thorougly.Be ready for a low level system desgin question( Not in detail, but you should be able to give some overview). Comment More infoAdvertise with us Next Article Navi Interview Experience for SDE-1 (On-Campus) Anonymous Improve Article Tags : Interview Experiences Experiences On-Campus Navi Technologies Similar Reads OYO Interview Experience for SDE-1 (On-Campus) Online Round: The online assessment consists of 3 questions that have to be solved in 90 minutes: The question was based on Longest common subsequences. A number of ways a graph can be topologically sorted. Somewhat similar to this problem: https://www.geeksforgeeks.org/all-topological-sorts-of-a-di 1 min read OYO Interview Experience for SDE-1 (On-Campus) Oyo visited our campus for the SDE-1 profile and a total of 1652 students applied for it. Round 1 (Online test): The first round consisted of 10 MCQs that were based on DBMS, OS, and DSA (especially sorting and heap).It also had 2 Programming QuestionsCount of ways to travel a cyclic path in N steps 2 min read iPetronik Interview Experience for SDE 1 (On-Campus) iPetronik came to our campus in September 2022 for SDE 1 role. The process consisted of 3 rounds of online coding tests, technical, and HR interviews. Round 1: Coding Test: It was on 12 September 2022 hosted on HackerRank. There were two 2 questions To be solved in 90 minutes. Anti - Spiral Traversa 2 min read Microsoft Interview Experience for SDE-1 (On-Campus) CODING ROUND: There were 2 questions in this round and were given 1 hour to solve them. Difficulty level: Leetcode medium INTERVIEW EXPERIENCE: ROUND 1: I was asked 2 questions. Calculate pow(a,b) I started with the brute force technique. Then kept optimizing it, the interviewer was very friendly an 2 min read Maersk Interview Experience for SDE (On-Campus) 2021 First Round(Written): This was an MCQ round that comprises three sections. The total test duration was of 90 minutes. The test was done on the CoCubes platform. Section Topics No. of questions 1Quantitative Aptitude, English, Reasoning 302Questions from a different domain such as Machine Learning, J 2 min read Like