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 567 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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python coding
  • Q2. Selenium, sql, python coding
Round 2 - Technical 

(2 Questions)

  • Q1. Mid level questions on selenium
  • Q2. SQL and python coding

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium screen shot program
  • Ans. 

    Selenium screen shot program captures screenshots during test execution.

    • Use Selenium WebDriver to capture screenshots in automated tests

    • Use getScreenshotAs() method to take screenshots

    • Save screenshots in a specified location for later analysis

  • Answered by AI
  • Q2. String reverse program
  • Ans. 

    A program to reverse an array of strings

    • Iterate through the array of strings and reverse each string individually

    • Use a temporary variable to swap characters at the beginning and end of each string

    • Return the reversed array of strings

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. API testing advantage disadvantage
  • Ans. 

    API testing allows for thorough testing of backend functionality but can be complex and time-consuming.

    • Advantage: Allows for thorough testing of backend functionality

    • Advantage: Can be automated for efficiency

    • Disadvantage: Complex and time-consuming to set up and maintain

    • Disadvantage: Requires knowledge of programming languages and APIs

    • Disadvantage: Limited ability to test user interface

  • Answered by AI
  • Q2. How to declare API parameter
  • Ans. 

    API parameters are declared in the request URL or body to pass data to the API endpoint.

    • Declare API parameters in the URL by adding them after the endpoint with a '?' and separating them with '&'

    • Declare API parameters in the request body for POST requests by sending key-value pairs in JSON format

    • Example: /api/users?id=123&name=John for URL parameters, {"id": 123, "name": "John"} for request body

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce and family background
  • Q2. Salary discussion

Skills evaluated in this interview

QA Test Engineer Interview Questions asked at other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Drive frame work Cucumber related question... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image jani pasha

posted on 11 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Third highest salary
  • Ans. 

    I am unable to provide the third highest salary in my previous organization.

    • I am not at liberty to disclose specific salary information from my previous organization.

    • Unfortunately, I do not have access to that data.

    • I am unable to provide details on individual salaries from my previous organization.

  • Answered by AI
  • Q2. Question related to lead and lag

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define O2C process
  • Ans. 

    O2C process stands for Order to Cash process, which involves all the steps from receiving an order to receiving payment.

    • O2C process starts with receiving an order from a customer.

    • It involves order processing, invoicing, and fulfillment of the order.

    • The final step is receiving payment from the customer.

    • It is a crucial process for businesses to ensure timely delivery and payment.

    • Example: An e-commerce company following O

  • Answered by AI
  • Q2. Explain Client engagement
  • Ans. 

    Client engagement involves building and maintaining relationships with clients to understand their needs and provide solutions.

    • Regular communication with clients to gather requirements and provide updates

    • Ensuring client satisfaction by delivering high-quality products and services

    • Seeking feedback from clients to improve processes and products

    • Building trust and rapport with clients to foster long-term relationships

  • Answered by AI

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Define your role on day to day basis
  • Q2. Tell the process flow flow for resources management
  • Ans. 

    The process flow for resource management involves identifying needs, allocating resources, monitoring usage, and optimizing efficiency.

    • Identify resource needs based on project requirements

    • Allocate resources based on availability and skill set

    • Monitor resource usage to ensure optimal utilization

    • Optimize resource efficiency through regular evaluation and adjustments

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Scenario based questions
  • Q2. Tell us about a situation where you faced ambiguity while doing your role
  • Q3. What were your kpi

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was scenario based

Resource Manager Interview Questions asked at other Companies

Q1. Tell the process flow flow for resources management
View answer (1)

Get interview-ready with Top Ness Digital Engineering Interview Questions

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Character frequency counting using different methods.
  • Ans. 

    Character frequency counting can be done using methods like hashmap, array, or sorting.

    • Use hashmap to store characters as keys and their frequencies as values.

    • Use an array to store frequencies of each character based on their ASCII values.

    • Sort the input string and count consecutive characters to find frequencies.

  • Answered by AI
  • Q2. Questions related to .NET, SQL, C#.
Round 2 - One-on-one 

(3 Questions)

  • Q1. More Questions related to .NET, SQL, and C#
  • Q2. Scenario based front end and backend questions.
  • Q3. SDLC based questions.

Interview Preparation Tips

Topics to prepare for Ness Digital Engineering Software Engineer interview:
  • Angular
  • ASP.Net
  • C#
  • SQL Server

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Ness Digital Engineering

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Product Demo on Installaion Packages
  • Q2. InstallShield and InstallAnywhere

Product Support Engineer Interview Questions asked at other Companies

Q1. What is DSP (Demand Side Platform) and SSP ( Sell side platform?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They are asked me about spring
Round 2 - Technical 

(1 Question)

  • Q1. Spring and hibernate related questions?
Round 3 - HR 

(1 Question)

  • Q1. Expectations, culture , problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - focus more on core concepts of technology and understand your existing project. learn about real-time problems

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
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

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. OOPS concept basic c#
  • Q2. .NEt middleware
  • Q3. How async improves performance?
  • Ans. 

    Async improves performance by allowing non-blocking execution of tasks.

    • Async programming allows multiple tasks to run concurrently, improving overall system throughput.

    • By avoiding blocking operations, such as waiting for I/O or network requests, other tasks can continue execution.

    • Async programming can utilize resources more efficiently by reducing idle time.

    • It enables better responsiveness in user interfaces by not blo...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is server less architecture ? What is Partition Key in cosmos ? How to connect cosmos db?
  • Ans. 

    Serverless architecture is a cloud computing model where the cloud provider manages the infrastructure and automatically scales resources.

    • Serverless architecture eliminates the need for managing servers and infrastructure

    • It allows developers to focus on writing code and deploying applications

    • Resources are provisioned and scaled automatically based on demand

    • Examples of serverless services include AWS Lambda, Azure Funct

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

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. Write selenium automation code for login yatra.com and add to c...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

People are getting interviews through

based on 41 Ness Digital Engineering interviews
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
WalkIn
51%
15%
10%
5%
5%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
CitiusTech Interview Questions
3.4
 • 262 Interviews
View all

Fast track your campus placements

View all

Ness Digital Engineering Reviews and Ratings

based on 567 reviews

3.4/5

Rating in categories

3.4

Skill development

3.5

Work-Life balance

3.3

Salary & Benefits

2.8

Job Security

3.3

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 567 Reviews and Ratings
.Net Full Stack Developer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Sap MM Consultant

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
787 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
512 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
228 salaries
unlock blur

₹2.5 L/yr - ₹11.7 L/yr

Senior QA Engineer
220 salaries
unlock blur

₹5.9 L/yr - ₹23 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

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