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 Senior QA Engineer Interview Questions and Answers

Updated 1 Mar 2022

Ness Digital Engineering Senior QA Engineer Interview Experiences

1 interview found

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Tosca related questions Ex: API,UI level. Moderate level questions. 2. Agile approach
Round 2 - Technical 

(1 Question)

  • Q1. Tosca technical questions Moderate to difficult level Client interview.
Round 3 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared. They will ask Tosca and testing related questions so depth.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank test based on python and selenium along with a python programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and where do you use it in your automation project
  • Ans. 

    OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes

    • Encapsulation: Hiding the internal implementation details of a class

    • Polymorphism: Ability to use a single interface for different data types or objects

    • Abstraction: Showing only necessary details and hiding unnecessary details

  • Answered by AI
  • Q2. What is synchronisation and how do we handle it
  • Ans. 

    Synchronization is the coordination of multiple processes to ensure they work together effectively.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • We can handle synchronization using techniques like locks, semaphores, and monitors.

    • For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.

    • Another example is u...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding question find the frequency of characters
  • Ans. 

    Find the frequency of characters in an array of strings.

    • Iterate through each string in the array

    • For each character in the string, increment its count in a hashmap

    • Return the hashmap with character frequencies

  • Answered by AI
  • Q2. Robot framework and pytest differences
  • Ans. 

    Robot framework is keyword-driven, while pytest is a full-featured testing framework.

    • Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.

    • Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

It was basic coding with python

Round 2 - Technical 

(1 Question)

  • Q1. Basic testing questions and concepts
Round 3 - HR 

(2 Questions)

  • Q1. Basic testing questions and concept
  • Q2. Oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic testing concepts
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario-based question they asked
  • Q2. Topic based on JD

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through an interview that lasted around 1.5 hours. After waiting for a week, I followed up several times and was informed that the position was on hold. However, after further inquiries, I was abruptly told that I am not suitable for the role. This process felt unprofessional and lacked transparency. Clear communication and timely feedback are essential in the hiring process, and this experience left a negative impression of how the company manages interviews.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Intro and testing types
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Various questions on automation, api and selenium
  • Q2. Select statement , sorting an array , status codes
Round 3 - One-on-one 

(2 Questions)

  • Q1. With client where they asked about api and java questions
  • Q2. Status codes , rest and soap difference, scenerio based test cases
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. Basic rest API related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on basic concepts

I was interviewed in May 2021.

Interview Questionnaire 

1 Question

  • Q1. As per the job description

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more than a hour technical round...interactive one
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction with roles and responsibility, framework
  • Q2. Java, Selenium, Testng, Maven, jenkins, restassured
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, Framework, Project
  • Q2. Java programs, TestNg, Maven, agile
Round 3 - Technical 

(1 Question)

  • Q1. Framework and Project

Interview Preparation Tips

Topics to prepare for Slk Software Services Automation Test Engineer interview:
  • Nothing don't appear in intervie
Interview preparation tips for other job seekers - The process took more than 2 weeks. I was informed by HR that you are selected over call, but A week later with update received. I called HR, she informed me that someone else has joined. Furthermore, I will not recommend anyone to appear for interviews. Worst experience ever.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is API testing
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs.

    • API testing involves testing the communication between different software systems using APIs.

    • It focuses on verifying the functionality, performance, reliability, and security of APIs.

    • API testing can be done at different levels such as unit testing, integration testing, and end-to-end testing.

    • Tools like Postman, SoapUI, and JMeter a...

  • Answered by AI
  • Q2. What is BDD framework
  • Ans. 

    BDD framework stands for Behavior Driven Development framework, which focuses on the behavior of the system from the end user's perspective.

    • BDD framework uses natural language to describe the behavior of the system

    • It helps in collaboration between developers, testers, and business stakeholders

    • Popular BDD frameworks include Cucumber, SpecFlow, and JBehave

  • Answered by AI

Skills evaluated in this interview

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Senior QA Engineer interview?
Ness Digital Engineering interview process usually has 3 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical and HR.
How to prepare for Ness Digital Engineering Senior QA Engineer 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 Maven, SQL, Selenium, Automation and Automation Testing.
What are the top questions asked in Ness Digital Engineering Senior QA Engineer interview?

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

  1. 1. Tosca related questions Ex: API,UI level. Moderate level questions. 2. Agile...read more
  2. Tosca technical questions Moderate to difficult level Client intervi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Ness Digital Engineering interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Ness Digital Engineering Senior QA Engineer Salary
based on 220 salaries
₹5.9 L/yr - ₹23 L/yr
12% more than the average Senior QA Engineer Salary in India
View more details

Ness Digital Engineering Senior QA Engineer Reviews and Ratings

based on 21 reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-Life balance

3.2

Salary & Benefits

3.0

Job Security

3.7

Company culture

3.0

Promotions/Appraisal

3.2

Work Satisfaction

Explore 21 Reviews and Ratings
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