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 Member Technical Staff Interview Questions, Process, and Tips

Updated 14 Jun 2024

Ness Digital Engineering Member Technical Staff Interview Experiences

1 interview found

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

I appeared for an interview before Jun 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. Convert strong to integer
  • Ans. 

    Use atoi() function in C to convert a string to an integer.

    • Use the atoi() function in C to convert a string to an integer.

    • Include the header file to use the atoi() function.

    • Example: int num = atoi("1234"); // num will be 1234

  • Answered by AI
  • Q2. Challenges faced in automation
  • Ans. 

    Challenges in automation include complexity of systems, lack of standardization, and difficulty in handling edge cases.

    • Complexity of systems can make it difficult to create robust automation scripts.

    • Lack of standardization across different tools and technologies can lead to compatibility issues.

    • Handling edge cases, such as unexpected user inputs or system failures, can be challenging to automate.

    • Continuous maintenance ...

  • Answered by AI
  • Q3. Stale element exception and how to handle it
  • Ans. 

    Stale element exception occurs when an element is no longer attached to the DOM. It can be handled by refreshing the page or waiting for the element to become available again.

    • Refresh the page before interacting with the element

    • Wait for the element to become available again using explicit or implicit waits

    • Handle the exception using try-catch block

  • Answered by AI
  • Q4. Get all options from a drop down
  • Ans. 

    Use JavaScript to get all options from a drop down menu

    • Use document.getElementById() to select the drop down element

    • Access the options property of the element to get all options

    • Loop through the options to extract the text values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Current condition is not good for this company if you look to stay for long

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. PHP and JS Oops concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager Round with technical questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation, company policies etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for oops concepts, Should have a good knowledge on your technology.

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Questions on Stream API, Exception handling, Java 8 features and some questions from collections
Round 2 - Technical 

(1 Question)

  • Q1. Small program to write and other questions on Spring, Spring Boot, Hibernate, JPA, jQuery and HTML & CSS.
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion on salary expectations and other general discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with great work culture. All leaders are supportive. Always motivate to learn new things.

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. A detailed explanation on yourself and how you got to know of the company.
  • Q2. Ambitions? Why are you looking to change organisations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well on Collections framework and proper communication skills. You'll crack the interviews. All the best to everyone reading this.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 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 

(1 Question)

  • Q1. It was went well they will ask some Basic quesadillas regarding the technologies that you have worked before.
Round 3 - Technical 

(1 Question)

  • Q1. It will be like another round in interview process they will dig your knowledge about technologies a bit more.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through projects and technologies once again when you are going to face an interview.

I appeared for an interview before Oct 2021.

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

(1 Question)

  • Q1. Assignment is given before hand and after that you'll have to pair with TW developer. While pairing, code smells/improvements are discussed
Round 3 - Technical 

(1 Question)

  • Q1. Questions related: to your last project to OOPS with system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your current project well and explain it in detailed manner.
Prepare for some system design questions and DS Algo

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.
Round 1 - Coding Test 

Live coding on my technology

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops, solid principles, mvc vs mvvm vs mvp
Round 3 - HR 

(1 Question)

  • Q1. About ur self and recent achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present what u know..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 - Coding Test 

DSA Questions, iOS Technical Questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic IOS Question
Round 4 - One-on-one 

(1 Question)

  • Q1. Leadership Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush-up basic of iOS Technical

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Member Technical Staff interview?
Ness Digital Engineering interview process usually has 1 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical.
What are the top questions asked in Ness Digital Engineering Member Technical Staff interview?

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

  1. Stale element exception and how to handle...read more
  2. Get all options from a drop d...read more
  3. Convert strong to inte...read more

Tell us how to improve this page.

Ness Digital Engineering Member Technical Staff Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 273 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
Brillio Interview Questions
3.4
 • 132 Interviews
View all

Fast track your campus placements

View all
Ness Digital Engineering Member Technical Staff Salary
based on 229 salaries
₹9 L/yr - ₹30.4 L/yr
50% more than the average Member Technical Staff Salary in India
View more details

Ness Digital Engineering Member Technical Staff Reviews and Ratings

based on 28 reviews

3.2/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.6

Salary

2.6

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 28 Reviews and Ratings
Senior Software Engineer
773 salaries
unlock blur

₹6.5 L/yr - ₹22.5 L/yr

Software Engineer
507 salaries
unlock blur

₹2.8 L/yr - ₹12.1 L/yr

Member Technical Staff
229 salaries
unlock blur

₹9 L/yr - ₹30.4 L/yr

Software Developer
219 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Softwaretest Engineer
180 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Ness Digital Engineering with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.6
Compare

HERE Technologies

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