Upload Button Icon Add office photos
Engaged Employer

i

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

Navaratan Technologies Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 8 Reviews

Filter interviews by

Navaratan Technologies Mern Stack Developer Interview Questions and Answers

Updated 9 Feb 2025

Navaratan Technologies Mern Stack Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I appeared for two technical rounds at Navaratan Technologies. Both rounds consisted of medium-level Data Structures and Algorithms (DSA) questions, focusing on problem-solving and coding skills. Additiona...
Round 2 - Behavioral 

(1 Question)

  • Q1. After clearing the HR round, I had an interview with the CEO. During this round, I was asked about the challenges I’ve faced during development, followed by some technical and situational questions. Despit...

Interview Preparation Tips

Interview preparation tips for other job seekers - Before accepting an offer letter, take the time to connect with existing employees to understand the company’s work culture. Their insights can give you a clearer picture of the work environment, management style, and team dynamics.

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. WHat is usememo use effect
  • Ans. 

    useMemo and useEffect are hooks in React used for optimizing performance and managing side effects respectively.

    • useMemo is used to memoize the result of a function and cache it for future use.

    • useEffect is used to perform side effects like fetching data, subscribing to events, or updating the DOM.

    • useMemo is used when you want to optimize expensive calculations or avoid unnecessary re-rendering.

    • useEffect is used when you...

  • Answered by AI
  • Q2. How node handels concurrency
  • Ans. 

    Node.js uses an event-driven, non-blocking I/O model to handle concurrency.

    • Node.js uses an event loop to handle multiple requests concurrently.

    • It employs a single-threaded event loop that can handle thousands of concurrent connections.

    • Node.js uses non-blocking I/O operations, allowing it to efficiently handle multiple requests without blocking the execution of other code.

    • It utilizes callbacks and event emitters to hand...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Context api, js related qstns, simple programming qstn,
  • Q2. Remove duplicates without using set.
  • Ans. 

    Remove duplicates from array of strings without using set.

    • Iterate through the array and compare each element with all other elements to find duplicates.

    • Create a new array and add elements only if they are not already present in the new array.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics of react hooks, node js concepts.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are microservices according to you?
  • Ans. 

    Microservices are a software development technique where an application is divided into smaller, independent services that communicate with each other through APIs.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice can be developed, deployed, and scaled independently.

    • Microservices communicate with each other through APIs, typically using lightweight protocols like ...

  • Answered by AI
  • Q2. Explain Microservices Architecture used in your project
  • Ans. 

    Microservices architecture is a design approach where a single application is composed of small, independent services that communicate with each other.

    • Each microservice is responsible for a specific business function or capability

    • Microservices communicate with each other through APIs

    • Each microservice can be developed, deployed, and scaled independently

    • Microservices architecture promotes flexibility, scalability, and re

  • Answered by AI
  • Q3. How are 4-5 microservices connected in rest api's? which technique you are using?
  • Ans. 

    Microservices are connected in REST APIs using communication protocols like HTTP, messaging queues, and service discovery.

    • Microservices communicate with each other using HTTP requests and responses.

    • Messaging queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.

    • Service discovery tools like Eureka or Consul help in locating and connecting to different microservices.

    • API Gateway ca...

  • Answered by AI
  • Q4. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given ...
  • Ans. 

    Creating immutable class of orders, sorting orders, finding average of lists of integers.

    • Create an immutable class Orders with private final fields and no setter methods.

    • Override equals() and hashCode() methods to ensure uniqueness of objects.

    • Use Collections.unmodifiableSet() to create a set of orders and Collections.sort() to sort them.

    • Iterate through the List of List of String of integers, convert to integers, and ca

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Spring Cloud and how you are using in microservices?
  • Ans. 

    Spring Cloud is a set of tools and frameworks for building cloud-native applications in Java.

    • Spring Cloud provides tools for service discovery, load balancing, configuration management, and more in microservices architecture.

    • It includes projects like Eureka for service discovery, Ribbon for client-side load balancing, and Config Server for externalized configuration.

    • Spring Cloud integrates with Spring Boot to simplify ...

  • Answered by AI
  • Q2. Explain your deployment build config?
  • Ans. 

    Deployment build config includes settings for deploying the application.

    • Use tools like Maven or Gradle to manage dependencies and build the project

    • Specify deployment environment configurations in a separate file (e.g. application.properties)

    • Define build scripts for tasks like compiling, packaging, and deploying the application

    • Leverage CI/CD pipelines for automated builds and deployments

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Explain your project?
  • Q2. Your expectations from the company
Round 4 - Coding Test 

Given a project, you need to create logic for a service using helpers and finally give a aggregate of the final converted price .

Given few java 8 programming functions, you need to convert them to respective java 11 functions

Interview Preparation Tips

Topics to prepare for CGI Group Java Full Stack Developer interview:
  • Microservices
  • java11
  • Angular
  • kafka
Interview preparation tips for other job seekers - After all the time that has got invested, they told me i cleared everything with passing colors and they said in manegrial/Hr that they will share an offer. I waited and tried to reach out to them over mail and phone. Then i got to know that i got ghosted and our time means nothing to them. Just few un-professional people wasting others time.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Duplicate value in a array
  • Ans. 

    Finding duplicate values in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return the duplicate values found

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. Generators In Javascript
  • Ans. 

    Generators in JavaScript are functions that can be paused and resumed, allowing for asynchronous programming.

    • Generators are defined using function* syntax.

    • They use the yield keyword to pause execution and return a value.

    • Generators can be iterated over using a for...of loop.

    • They are commonly used for asynchronous operations and managing state.

  • Answered by AI
  • Q2. Flatten a array without using inbuild functions
  • Ans. 

    Flatten an array without using inbuilt functions

    • Create a recursive function to iterate through the array elements

    • Check if each element is an array, if so, call the function recursively

    • Concatenate the elements into a new array

  • Answered by AI

Skills evaluated in this interview

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

Easy online test with basic coding questions and one coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome code
  • Q2. Oops concept and database questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hibernate internal working
  • Q2. Group BY in DBMS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain architecture of project
  • Ans. 

    The project architecture follows a microservices design pattern with separate front-end and back-end components.

    • Utilizes microservices architecture for scalability and flexibility

    • Separate front-end and back-end components for modularity

    • May include technologies like Docker for containerization and Kubernetes for orchestration

  • Answered by AI
  • Q2. Async and await difference
  • Ans. 

    Async and await are keywords in JavaScript used for handling asynchronous operations.

    • Async is used to define a function as asynchronous, allowing it to use the await keyword.

    • Await is used to pause the execution of an async function until a Promise is settled.

    • Async functions always return a Promise, which resolves with the value returned by the function.

    • Using async/await makes asynchronous code easier to read and write

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Programming language, c, html, css, javascript, php, angular,

Interview Preparation Tips

Topics to prepare for ITC Infotech Full Stack Developer interview:
  • full stack web develaper
Interview preparation tips for other job seekers - full stock webdevelapre

Navaratan Technologies Interview FAQs

How many rounds are there in Navaratan Technologies Mern Stack Developer interview?
Navaratan Technologies interview process usually has 2 rounds. The most common rounds in the Navaratan Technologies interview process are Technical and Behavioral.

Tell us how to improve this page.

Navaratan Technologies Mern Stack Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
Publicis Sapient Interview Questions
3.5
 • 610 Interviews
GlobalLogic Interview Questions
3.6
 • 581 Interviews
UST Interview Questions
3.8
 • 508 Interviews
CGI Group Interview Questions
4.0
 • 485 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
View all
Senior Software Engineer
11 salaries
unlock blur

₹6.6 L/yr - ₹8.9 L/yr

Lead Engineer
7 salaries
unlock blur

₹10 L/yr - ₹20.1 L/yr

Software Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹6.4 L/yr - ₹7.3 L/yr

Lead Software Engineer
4 salaries
unlock blur

₹15 L/yr - ₹29 L/yr

Explore more salaries
Compare Navaratan Technologies with

Cognizant

3.8
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

3.6
Compare

Virtusa Consulting Services

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