Open In App

Navis Interview Experience for Associate Software Engineer | On-Campus 2021

Role: Associate Software Engineer

Eligibility: Above 7.0 CGPA, CSE/IT students. 



No of Rounds  – 5 

1 Coding round, 2 Technical rounds, 1 Managerial round, and an HR round



Coding Round (08.10.2021): 1 Hour (In Hackerrank) 

10 Aptitude (Mostly from IndiaBix) 

10 Tech MCQ’s (DSA, OOPS)

1 coding question https://www.geeksforgeeks.org/count-distinct-pairs-with-given-sum/amp/

They Shortlisted 14 candidates

Technical Round 1 (12.10.2021): 1 Hour




public Solution
{
    public static void main(String[] args)
    {
        int x = 5;
        while (x < 10)
            System.out.println(x);
        x++;
    }
}

Input: “this is a car and this is my new car”
Output: this→ 2, is→ 2, a→ 1, car→ 2, and→ 1, my→ 1, new→ 1

At last, they asked “any questions to us?”

Technical Round 2: 1 Hour

Started with “introduce yourself!!” Two coding questions were given. We have to code in hackerrank’s code pair platform

Question 1: https://www.geeksforgeeks.org/tiling-problem/amp/

Question 2: https://www.geeksforgeeks.org/print-all-pairs-with-given-sum/amp/

At last, they asked “any questions for us”

Managerial Round (45 min): Started with “introduce yourself!!”

And finally “any questions for me?”

HR Round (30 min):

And finally “any questions for me?” 

Tip – Gather information about the company as much as possible from social media to stand out in an HR Round

Results were out the next week… They took two candidates including me!!!

Verdict: Selected


Article Tags :