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
3.4

based on 570 Reviews

Filter interviews by

Ness Digital Engineering Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Ness Digital Engineering Interview Questions and Answers

View all 49 questions

Ness Digital Engineering Interview Experiences

Popular Designations

62 interviews found

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

(2 Questions)

  • Q1. SCENARIO BASED QUESTIONS
  • Q2. QUESTIONS ABOUT MVC

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are difeerent types of cds vies?
  • Ans. 

    Different types of CDs views include hierarchical, network, relational, object-oriented, and multidimensional views.

    • Hierarchical view organizes data in a tree-like structure with parent-child relationships.

    • Network view allows for multiple parent-child relationships between records.

    • Relational view represents data in tables with rows and columns.

    • Object-oriented view treats data as objects with attributes and methods.

    • Mult...

  • Answered by AI
  • Q2. Annotations in cds vies
  • Ans. 

    Annotations in CDS views are used to provide additional information about the data model, such as defining associations, specifying constraints, and adding documentation.

    • Annotations are used to enhance the metadata of CDS views

    • Annotations can be used to define associations between entities

    • Annotations can specify constraints on the data model

    • Annotations can also be used to add documentation to the CDS view

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Java, SQL , Logical Thinking, Puzzle

Round 2 - Coding Test 

Reverse of String without reverse method

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

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. REST API params and annotations
  • Q2. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings

    • Convert the array of strings to an array of integers

    • Sort the array in descending order

    • Return the second element in the sorted array

  • Answered by AI
Round 2 - Coding Test 

Codility Test and hackerrank question were asked by the client

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java technical

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Ness Digital Engineering interview questions for popular designations

 Senior Software Engineer

 (12)

 Software Developer

 (5)

 Software Engineer

 (3)

 Assistant Manager

 (2)

 Intern

 (2)

 Automation Test Engineer

 (1)

 Civil Site Engineer

 (1)

 Data Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Collection, sql inner join query, == operator and equals()method coding
  • Q2. In angular they asked observable and promises, how to add get() path in service file, how share the data between components with some codingquestions

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked normal question not very difficult in both java and angular and I almost given all questions answer and even they sail interview was nice but after one day I called to hr and she gave me the feedback like not positive, very worst experience really.

Java Full Stack Developer Interview Questions asked at other Companies

Q1. 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 a List of list of string of integers ... read more
View answer (1)

Get interview-ready with Top Ness Digital Engineering Interview Questions

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 Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium-level coding test in Java and Selenium

Round 2 - Technical 

(1 Question)

  • Q1. What is the difference between final, finally, and finalized?
  • Ans. 

    final, finally, and finalized are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value or to prevent a variable from being modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, regardless of whether an exception is thrown or not.

    • finalized is a method in Java's Object class used for garbage collection, called before an object is destr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in all basics

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Jobs at Ness Digital Engineering

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Array questions string logical questions asked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Assignment 

React Crud operations

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company!!

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Java basics, collection framework
Round 3 - Technical 

(1 Question)

  • Q1. Spring boot and microservices
Round 4 - HR 

(1 Question)

  • Q1. CTC, ECTC,Location

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic technical question specific to tech stack
Round 3 - Technical 

(1 Question)

  • Q1. Advance technical questions related to tech stack
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering interview?
Ness Digital Engineering interview process usually has 2-3 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical, Resume Shortlist and HR.
How to prepare for Ness Digital Engineering 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 Agile, Java, SQL, Javascript and AWS.
What are the top questions asked in Ness Digital Engineering interview?

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

  1. How to execute feature file in parallel in BDD Cucumber Framew...read more
  2. What are package.json consists of and what are dependencies and dev dependenc...read more
  3. How do you create ROLE BASED SECURITY through SS...read more
How long is the Ness Digital Engineering interview process?

The duration of Ness Digital Engineering interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ness Digital Engineering Interview Process

based on 25 interviews in last 1 year

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all

Fast track your campus placements

View all

Ness Digital Engineering Reviews and Ratings

based on 570 reviews

3.4/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.3

Salary

2.8

Job security

3.3

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 570 Reviews and Ratings
Java Full Stack Developer

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Performance Test Engineer || Immediate joiners || Ness

Hyderabad / Secunderabad,

Pune

4-5 Yrs

₹ 5-15 LPA

C#dotnet Automation Test Engineer || Immediate || Ness

Hyderabad / Secunderabad,

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
776 salaries
unlock blur

₹6 L/yr - ₹22.5 L/yr

Software Engineer
515 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Member Technical Staff
238 salaries
unlock blur

₹8.8 L/yr - ₹30.4 L/yr

Software Developer
221 salaries
unlock blur

₹2.5 L/yr - ₹11.8 L/yr

Senior QA Engineer
207 salaries
unlock blur

₹5.9 L/yr - ₹21.6 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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