Upload Button Icon Add office photos

Filter interviews by

Narvar India Software Engineer2 Interview Questions and Answers

Updated 27 Dec 2024

Narvar India Software Engineer2 Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

LLD about Order Notification System

Round 2 - One-on-one 

(1 Question)

  • Q1. HLD of Zoomcar and discussing Tradeoff and some Behavioural Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with VP of Engineering general discussion

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Check Valid Anagrams
  • Ans. 

    Check if two strings are valid anagrams of each other

    • Create a character count map for each string

    • Compare the character count maps to check if they are equal

    • Return true if they are valid anagrams, false otherwise

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

(2 Questions)

  • Q1. Zig Zag Tree Traversal
  • Ans. 

    Zig Zag Tree Traversal is a method of traversing a binary tree in a zig-zag pattern.

    • Start traversal from the root node

    • Alternate between going left and right at each level

    • Use a stack or queue data structure for traversal

    • Example: For a binary tree with nodes 1, 2, 3, 4, 5, the zig-zag traversal would be 1, 3, 2, 4, 5

  • Answered by AI
  • Q2. Cloning a Singly Linked List with Random Pointers
  • Ans. 

    Cloning a singly linked list with random pointers involves creating a deep copy of the list while maintaining the random pointers.

    • Create a new node for each node in the original list and insert it next to the original node.

    • Update the random pointers of the new nodes to point to the corresponding new nodes.

    • Separate the original and cloned lists by adjusting the next pointers.

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

(2 Questions)

  • Q1. Generate the Permutations for the given String
  • Ans. 

    Generate permutations of a given string

    • Use recursion to generate all possible permutations

    • Swap characters in the string to create different permutations

    • Base case: when the string length is 1, return the string as a permutation

  • Answered by AI
  • Q2. Maximum in a Sliding Window
  • Ans. 

    Find the maximum value in a sliding window of a given size in an array.

    • Use a deque to store indices of elements in the current window

    • Keep the deque sorted in decreasing order of element values

    • Pop elements from the deque that are out of the current window

    • The front of the deque will always have the maximum element in the window

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Discussion about the Projects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to NODEJS , PHP, Past projects, Resume
  • Q2. Why Mongodb over Sql
  • Ans. 

    MongoDB is preferred over SQL for its flexibility, scalability, and ease of use in handling unstructured data.

    • MongoDB is a NoSQL database, making it easier to work with unstructured data compared to SQL.

    • MongoDB is schema-less, allowing for more flexibility in data modeling and changes.

    • MongoDB is horizontally scalable, making it easier to handle large amounts of data and high traffic loads.

    • MongoDB's document-based data ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ResMed Associate Software Engineer interview:
  • Nodejs
  • MongoDB
  • PHP
  • SQL
Interview preparation tips for other job seekers - They asked related to resume only.

I didn't got selected because I couldn't justify what was written on my resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Around 1 hour with 2 coding and few aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding linked lists
  • Q2. Data Structures
Round 3 - HR 

(2 Questions)

  • Q1. Given few situations
  • Q2. Asked about few other details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handling, spring boot
  • Q2. Oops concepts, java streams
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Narvar India Interview FAQs

How many rounds are there in Narvar India Software Engineer2 interview?
Narvar India interview process usually has 3 rounds. The most common rounds in the Narvar India interview process are One-on-one Round and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Narvar India interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 437 Interviews
Ecom Express Interview Questions
3.9
 • 189 Interviews
XpressBees Interview Questions
3.7
 • 150 Interviews
DTDC Express Interview Questions
3.8
 • 138 Interviews
GATI-KWE Interview Questions
4.0
 • 85 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
Fingent Interview Questions
4.4
 • 21 Interviews
View all
Narvar India Software Engineer2 Salary
based on 4 salaries
₹34 L/yr - ₹40 L/yr
88% more than the average Software Engineer2 Salary in India
View more details
Project Manager
10 salaries
unlock blur

₹21 L/yr - ₹28.5 L/yr

Technical Business Analyst
6 salaries
unlock blur

₹12 L/yr - ₹16.5 L/yr

Software Developer
5 salaries
unlock blur

₹9.5 L/yr - ₹35 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹39.8 L/yr - ₹45.5 L/yr

Explore more salaries
Compare Narvar India with

Delhivery

3.9
Compare

Ecom Express

3.9
Compare

XpressBees

3.7
Compare

Shadowfax Technologies

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview