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

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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ness Digital Engineering?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Ans. 

    I am drawn to Incedo for its innovative approach and growth opportunities, aligning with my career aspirations in technology consulting.

    • Incedo's commitment to innovation resonates with my passion for technology and problem-solving.

    • I admire Incedo's collaborative culture, which I experienced in my previous role at XYZ Corp, where teamwork led to a successful project launch.

    • My future plan includes advancing my skills in ...

  • Answered by AI
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

Member Technical Staff Interview Questions Asked at Other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
asked in Salesforce
Q2. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
Q3. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q4. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more

Associate Interview Questions & Answers

Incedo user image Abhishek Pandey

posted on 22 Nov 2021

I applied via Walk-in and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. A few terms related to mutual fund industry were asked.
  • Q2. What do you understand by market capitalisation?
  • Ans. Total number of shares outstanding multiplied by the price of one share.
  • Answered by Abhishek Pandey

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, confident and honest.

I appeared for an interview before Oct 2021.

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 - 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 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 Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my previous company experience, And what is investment bank, what is capital and money market, and also mutual and their types.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be for experience candidate as much as possible you can mention your experience and explore more knowledge about investment bank.

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Closure,array destructuring,arrow function,rest parameter,bind,call and apply. Lazy loading, react context,usecallback,lifecycle method using hooks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. Questions based on HTML5,CSS3,Vanila JS,ES6,React JS.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What it is JAVA ?
  • Ans. 

    JAVA is a high-level programming language known for its portability, security, and versatility.

    • JAVA is an object-oriented language, allowing for modular and reusable code.

    • It is platform-independent, meaning it can run on any device with a JAVA Virtual Machine (JVM).

    • JAVA is used for developing a wide range of applications, from web and mobile apps to enterprise systems.

    • It has a strong community support and a vast ecosys...

  • Answered by AI
  • Q2. OOPS concepts in JAVA
  • Ans. 

    OOPS concepts in JAVA are fundamental principles of object-oriented programming like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Polymorphism: Ability of an object to take on many forms. Example: Method overloading and overriding.

    • Encapsulation: Wrapping data (variables) and methods (function...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you choose THBS?
  • Ans. 

    I chose THBS because of its reputation for innovative solutions and strong focus on employee growth.

    • THBS has a reputation for providing innovative solutions in the industry

    • The company has a strong focus on employee growth and development

    • I was impressed by the company's client portfolio and successful projects

    • THBS offers a collaborative work environment which aligns with my values

  • Answered by AI
  • Q2. Salary Expectation?

Skills evaluated in this interview

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

I appeared for an interview before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Polymorphism abstraction encapsulation inheritance
  • Q2. Oops concept and basic java questions
Round 2 - HR 

(1 Question)

  • Q1. Basic team management

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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 286 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
Iris Software Interview Questions
4.0
 • 174 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
View all
Ness Digital Engineering Member Technical Staff Salary
based on 212 salaries
₹9.5 L/yr - ₹27.3 L/yr
38% 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
766 salaries
unlock blur

₹7.2 L/yr - ₹24 L/yr

Software Engineer
520 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Software Developer
219 salaries
unlock blur

₹2.2 L/yr - ₹10.9 L/yr

Senior QA Engineer
214 salaries
unlock blur

₹5.9 L/yr - ₹22 L/yr

Member Technical Staff
212 salaries
unlock blur

₹9.5 L/yr - ₹27.2 L/yr

Explore more salaries
Compare Ness Digital Engineering with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview