Upload Button Icon Add office photos

Filter interviews by

Naviga Senior Developer Interview Questions and Answers

Updated 25 Oct 2024

Naviga Senior Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Joins - scenario based question
  • Q2. Difference between clustered and non-clustered indexes?
  • Ans. 

    Clustered indexes physically order the data rows in the table while non-clustered indexes do not.

    • Clustered indexes determine the physical order of data rows in a table.

    • Non-clustered indexes store a separate structure that contains the index key values and pointers to the actual data rows.

    • Tables can only have one clustered index but multiple non-clustered indexes.

    • Clustered indexes are faster for retrieval of data but sl...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java related and programming questions

Round 2 - Technical 

(3 Questions)

  • Q1. Java basic questions
  • Q2. Springboot and Database question
  • Q3. Problem Solving subsequence longest
  • Ans. 

    Find the longest subsequence in an array of strings

    • Iterate through the array of strings and compare each string with the next one to find the longest common subsequence

    • Use dynamic programming to efficiently find the longest common subsequence

    • Example: ['abc', 'abg', 'bdf', 'aeg', 'acefg'] - The longest subsequence is 'aeg'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Senior Developer interview:
  • Java
  • SPringboot
  • SQL
Interview preparation tips for other job seekers - having the understanding of things work gets better response than just questions.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Solve code snippets
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Don't remember so I have no
  • Q2. I can't remember it
Round 2 - Technical 

(2 Questions)

  • Q1. I don't know the res
  • Q2. I can't remember it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. C++ this pointer
  • Q2. Python gil library questions asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is async javascript
  • Ans. 

    Async JavaScript allows for non-blocking code execution, improving performance by handling multiple tasks simultaneously.

    • Async JavaScript uses callbacks, promises, and async/await to handle asynchronous operations.

    • It allows for tasks like fetching data from a server or updating the UI without blocking the main thread.

    • Example: Using setTimeout to simulate async behavior in JavaScript.

  • Answered by AI
  • Q2. Do you know wordpress
  • Ans. 

    Yes, I am familiar with WordPress and have experience in developing websites using it.

    • I have worked on creating custom themes and plugins for WordPress.

    • I am proficient in using WordPress CMS to manage content and customize websites.

    • I have experience in optimizing WordPress websites for performance and SEO.

    • I am familiar with popular WordPress plugins like Yoast SEO, WooCommerce, and Contact Form 7.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What's Lazy loading
  • Ans. 

    Lazy loading is a technique used in software development to defer the loading of resources until they are actually needed.

    • Lazy loading improves performance by only loading resources when necessary

    • It is commonly used in web development to load images or data as the user scrolls down a page

    • Lazy loading can also be used in programming languages to load classes or modules on-demand

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What's Authentication and authorisation in nodejs
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization determines what resources a user can access.

    • Authentication is the process of verifying the identity of a user.

    • Authorization determines what resources a user can access.

    • In Node.js, authentication and authorization can be implemented using various libraries and techniques such as Passport.js, JSON Web Tokens (JWT), and role-based acces...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • Answered by AI
Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. About yourself,project,and basic java concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know all the skills u mentioned in resume

I applied via Campus Placement and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 20 questions from HTML and CSS which were basic and moderate in difficulty level.
  • Q2. 10 Questions from JavaScript which were basically from implementation point of view, means that, if we want a certain functionality in our website than what JS code will be required. Questions in JS sectio...

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say prepare JavaScript more than HTML and CSS. Because they will ask more tough questions from JS.

Naviga Interview FAQs

How many rounds are there in Naviga Senior Developer interview?
Naviga interview process usually has 1 rounds. The most common rounds in the Naviga interview process are One-on-one Round.
What are the top questions asked in Naviga Senior Developer interview?

Some of the top questions asked at the Naviga Senior Developer interview -

  1. Difference between clustered and non-clustered index...read more
  2. Joins - scenario based quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Naviga interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
12 salaries
unlock blur

₹7.2 L/yr - ₹12.2 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹9.5 L/yr - ₹17.3 L/yr

Senior Leader Engineer
7 salaries
unlock blur

₹25 L/yr - ₹30.5 L/yr

Business Analyst
6 salaries
unlock blur

₹3.8 L/yr - ₹15.6 L/yr

Product Manager
5 salaries
unlock blur

₹23 L/yr - ₹29.7 L/yr

Explore more salaries
Compare Naviga with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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