Upload Button Icon Add office photos
Engaged Employer

i

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

Ness Digital Engineering Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ness Digital Engineering Reactjs Developer Interview Questions and Answers

Updated 8 Feb 2024

Ness Digital Engineering Reactjs Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Optimization of applciation
  • Ans. 

    Optimization of application involves improving performance and efficiency.

    • Identify and eliminate unnecessary re-renders by using React.memo or shouldComponentUpdate.

    • Use code splitting and lazy loading to reduce initial load time.

    • Optimize network requests by using caching and reducing unnecessary data transfers.

    • Minimize the use of expensive operations like deep object comparisons or complex calculations in render method...

  • Answered by AI
  • Q2. Time Complexity
Round 2 - One-on-one 

(2 Questions)

  • Q1. Other technology then React
  • Q2. Rate my self on a scale of 5 for other technologies
  • Ans. 

    I rate myself a 4 out of 5 in other technologies.

    • Proficient in HTML/CSS

    • Strong knowledge of JavaScript

    • Familiar with Node.js and Express.js

    • Experience with SQL and NoSQL databases

    • Basic understanding of Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush your basics

Skills evaluated in this interview

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 Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic react interview question like lifecycle methods and about hooks
  • Q2. Javascript interview questions like hoisting, closures, function currying and es6 features.
  • Q3. Function to flatten and sort an array
Round 2 - Behavioral 

(3 Questions)

  • Q1. Basic scrum related questions
  • Q2. Challenges faced
  • Q3. Function to find the occurrences of the word in a string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Javascript
  • Q2. Basics of React

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared basics of All the front technology like JavaScript, Typescript, HTML and CSS
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

They asked hacker rank test

Round 2 - Technical 

(2 Questions)

  • Q1. Routing concept
  • Q2. React js coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - deep knowledge need in react js
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic React related questions

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic reactjs Questions with some javascript coding snippets

I applied via Referral and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was one on one round, primarily based on ReactJS, interviewer asked questions like HOC, Redux, context API etc, at the end interviewer gave me one logical question and wanted me to share the screen writ...
Round 2 - Technical 

(1 Question)

  • Q1. This is also one 2 one round, primarily focused was JavaScript, interviewer asked many things about javascript, you should strong enough in core concepts of javascript. At last interviewer want me to write...
Round 3 - Behavioral 

(1 Question)

  • Q1. You can consider this as a Last round, primarily focused was scrum. Interviewer asked few questions to check my attitude towards teams.
Round 4 - HR 

(1 Question)

  • Q1. This was telephonic round, where HR offer me a position in a company.

Interview Preparation Tips

Topics to prepare for Xebia Reactjs Developer interview:
  • Javascript
  • Reactjs
  • Scrum
  • Data Structures
Interview preparation tips for other job seekers - # You can check "interview bit" website for javascript and react js.

# atleast once in a week solve programing question based on DS & Algo.

# good scrum knowledge will be a plus point.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Reactjs Developer interview?
Ness Digital Engineering interview process usually has 2 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical and One-on-one Round.
How to prepare for Ness Digital Engineering Reactjs Developer 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 Ness Digital Engineering. The most common topics and skills that interviewers at Ness Digital Engineering expect are Flux, Javascript and Redux.
What are the top questions asked in Ness Digital Engineering Reactjs Developer interview?

Some of the top questions asked at the Ness Digital Engineering Reactjs Developer interview -

  1. Rate my self on a scale of 5 for other technolog...read more
  2. Optimization of applciat...read more
  3. Other technology then Re...read more

Tell us how to improve this page.

Ness Digital Engineering Reactjs Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Senior Software Engineer
769 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Software Engineer
508 salaries
unlock blur

₹2.8 L/yr - ₹12.3 L/yr

Member Technical Staff
229 salaries
unlock blur

₹9 L/yr - ₹30.4 L/yr

Software Developer
221 salaries
unlock blur

₹2.5 L/yr - ₹11.8 L/yr

Senior QA Engineer
211 salaries
unlock blur

₹5.9 L/yr - ₹20.4 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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