Upload Button Icon Add office photos

Filter interviews by

Narvar India Senior Software Engineer Interview Questions, Process, and Tips

Updated 25 Aug 2024

Top Narvar India Senior Software Engineer Interview Questions and Answers

Narvar India Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

FInd 3 numbers in an array whose sum = k.

Round 2 - Technical 

(2 Questions)

  • Q1. Past projects I have worked on
  • Q2. Design a Elevator system
  • Ans. 

    Design an Elevator system for efficient vertical transportation

    • Consider the number of floors in the building

    • Implement a scheduling algorithm to optimize elevator movement

    • Include safety features such as emergency stop button

    • Allow for both manual and automatic operation

    • Consider peak hours and traffic flow in the building

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design questions related to the product
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

Skills evaluated in this interview

Narvar India Interview FAQs

How many rounds are there in Narvar India Senior Software Engineer interview?
Narvar India interview process usually has 2 rounds. The most common rounds in the Narvar India interview process are Technical and Coding Test.
How to prepare for Narvar India Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Narvar India. The most common topics and skills that interviewers at Narvar India expect are C#, Java, MySQL, Performance Tuning and Postgresql.
What are the top questions asked in Narvar India Senior Software Engineer interview?

Some of the top questions asked at the Narvar India Senior Software Engineer interview -

  1. What is arrow funct...read more
  2. Concept of Hoisting in Javascr...read more
  3. Implementation of carou...read more

Tell us how to improve this page.

Narvar India Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Narvar India Senior Software Engineer Salary
based on 5 salaries
₹39.8 L/yr - ₹45.5 L/yr
178% more than the average Senior Software Engineer Salary in India
View more details

Narvar India Senior Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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
Did you find this page helpful?
Yes No
write
Share an Interview