Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Navi Technologies Team. If you also belong to the team, you can get access from here

Navi Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Navi Technologies SDE (Software Development Engineer) Interview Questions and Answers

Updated 23 Sep 2022

Navi Technologies SDE (Software Development Engineer) Interview Experiences

2 interviews found

I applied via Job Fair and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was an MCQ Round and the questions were a mixture of CS fundamentals topics.
Round 2 - Coding Test 

This round contained 2 coding questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. This was a one on one coding round where I was asked 3 questions that were of Easy to Medium level of LeetCode.
Round 4 - HR 

(1 Question)

  • Q1. HR round was more of a technical interview round where I was asked about my android projects and some core android topics since both me and my interviewer were Android Developers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising on Leetcode and also since in my case Development played a major role in my selection so I would suggest whatever projects you are making on whatever platform do clear it's basic in and out.

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Design Twitter
  • Ans. 

    Design Twitter - a social media platform for microblogging and sharing thoughts in real-time.

    • Users can create profiles and follow other users

    • Users can post tweets (limited to 280 characters)

    • Tweets can include hashtags and mentions

    • Users can like, retweet, and reply to tweets

    • Twitter can use algorithms to curate content for users

    • Twitter can also offer advertising options for businesses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the first online coding roung prepare maths for it

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

Interview questions from similar companies

I was interviewed in Jul 2016.

Interview Questionnaire 

4 Questions

  • Q1. One with the group I'm going to work with
  • Q2. One with the project lead
  • Q3. One with the CTO
  • Q4. One with the Head, HR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resumes were shortlisted and based on that 100 students got to the next round

Round: Test
Experience: 3 programming questions were given
Tips: Prepare algorithms and data structures well
Duration: 1 hour 30 minutes
Total Questions: 3

Skills: Data Strrutures, Algorithmic Approach To Problem Solving, Knowledge About Database Managements Systems, Operating Systems, Computer Networking, Inter Person Communication Skills
College Name: NIT Durgapur

Interview Preparation Tips

General Tips: Be prepared to answer questions like why flipkart? , why shouldn't I hire you? , why did you choose cs?, which is your proudest moment.
Choose wisely the questions you attempt.
Skill Tips: Solve the course lab questions on your own. Pick a site that suits you and practice there. Read about the company before you go for interviews. If the interviewer asks you to ask a question use that opportunity to learn more about the company. AmbitionBox helps in getting familiar with the type of questions that the company asks.
Skills:
College Name: NIT Surathkal

I was interviewed in Dec 2016.

Interview Questionnaire 

4 Questions

  • Q1. Maximum sum rectangle in a 2D matrix (-----/)
  • Ans. 

    Find the maximum sum of a rectangle in a 2D matrix.

    • Use Kadane's algorithm to find the maximum sum subarray in each row.

    • Iterate over all possible combinations of rows and find the maximum sum rectangle.

    • Keep track of the maximum sum and the coordinates of the rectangle.

  • Answered by AI
  • Q2. Implement 3 stacks using one array(with space and time complexity optimised)
  • Ans. 

    Implement 3 stacks using one array with optimized space and time complexity.

    • Divide the array into three equal parts to represent each stack.

    • Keep track of the top index of each stack separately.

    • When pushing an element, increment the top index of the respective stack and store the element.

    • When popping an element, retrieve the element from the top index of the respective stack and decrement the top index.

    • Handle stack over

  • Answered by AI
  • Q3. Sort array of 0,1,2 in O(n):time complexity and O(1): space complexity
  • Ans. 

    Dutch National Flag algorithm can be used to sort an array of 0, 1, and 2 in O(n) time complexity and O(1) space complexity.

    • Initialize three pointers: low, mid, and high.

    • Iterate through the array and swap elements based on their values.

    • Increment low and mid pointers when encountering 0.

    • Increment mid pointer when encountering 1.

    • Decrement high pointer when encountering 2.

  • Answered by AI
  • Q4. Questions related to database, multi-threading,design patterns

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 1

Skills: Data Strutures, Algorithmic Approach To Problem Solving
College Name: IIT Roorkee

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Given a string a="aabbfaffb"; & b="ab", write a code to replace given string and print "faffb"
  • Ans. 

    Replace substring in a given string and print the remaining string

    • Use string.replace() method to replace the substring

    • Print the remaining string using string slicing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went mostly on one question and I explained my thought and implemented. After the interview, there is no feedback i received from the hr.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

1 hour round, DSA questions on stacks and hash maps

Round 3 - Coding Test 

1 hr round, DSA Q's and Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with Data structures like hashmap, trees, linked list, arrays and SQL.
Round 1 - Coding Test 

It was a 60 min coding test, with 2 dsa questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Round 2 was a code pair round. Whith question around DP, Trees and heaps.
Round 3 - LLD 

(1 Question)

  • Q1. They as me the LLD of library management system, with afuntional code

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSA and LLD. The questions were from Trees, DP and heaps.

I was interviewed in May 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Design Test 

(1 Question)

  • Q1. Design Instagram hld
  • Ans. 

    Design Instagram's high-level architecture.

    • Use a microservices architecture to handle different functionalities like user authentication, image storage, and feed generation.

    • Use a NoSQL database like MongoDB to store user data and images.

    • Use a content delivery network (CDN) to serve images and videos to users quickly.

    • Implement a caching layer to improve performance and reduce database load.

    • Use a message broker like Rabb...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Design Instagram, high level system design
  • Ans. 

    Design Instagram, a photo and video sharing social media platform.

    • Use a scalable architecture with load balancing and caching.

    • Store media files in a distributed file system like Amazon S3.

    • Use a relational database for storing user data and metadata.

    • Implement a content delivery network (CDN) for faster content delivery.

    • Use machine learning algorithms for personalized content recommendations.

    • Implement security measures l...

  • Answered by AI
  • Q2. Graph related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the edtech company they are sinking ship

Skills evaluated in this interview

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar
Contribute & help others!
anonymous
You can choose to be anonymous

Navi Technologies Interview FAQs

How many rounds are there in Navi Technologies SDE (Software Development Engineer) interview?
Navi Technologies interview process usually has 4 rounds. The most common rounds in the Navi Technologies interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Navi Technologies SDE (Software Development Engineer) interview?

Some of the top questions asked at the Navi Technologies SDE (Software Development Engineer) interview -

  1. Design Twit...read more
  2. HR round was more of a technical interview round where I was asked about my and...read more
  3. This was a one on one coding round where I was asked 3 questions that were of E...read more

Recently Viewed

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

Booz Allen Hamilton

No Interviews

INTERVIEWS

Hexaware Technologies

No Interviews

INTERVIEWS

Alvarez & Marsal

10 top interview questions

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

JGC Corporation

No Interviews

INTERVIEWS

Alvarez & Marsal

No Interviews

INTERVIEWS

ITI

No Interviews

INTERVIEWS

Arthur D. Little

No Interviews

INTERVIEWS

Navi Technologies

No Interviews

Tell us how to improve this page.

Navi Technologies SDE (Software Development Engineer) Salary
based on 7 salaries
₹20 L/yr - ₹63 L/yr
36% more than the average SDE (Software Development Engineer) Salary in India
View more details
Associate Manager
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Collections Executive
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Navi Technologies with

Paytm

3.3
Compare

Flipkart

4.0
Compare

Ola Cabs

3.4
Compare

Swiggy

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview