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

Clear (1)

Ness Digital Engineering QA Engineer Interview Questions, Process, and Tips

Updated 16 Sep 2021

Ness Digital Engineering QA Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Brief Introduction
  • Q2. What is the Page Object Model
  • Ans. 

    Page Object Model is a design pattern used in test automation to create an object repository for web UI elements.

    • It helps in reducing code duplication and improves code maintainability.

    • Each web page is represented as a separate class and the web elements on the page are defined as variables in the class.

    • The methods in the class perform actions on the web elements.

    • It separates the test logic from the page-specific logic...

  • Answered by AI
  • Q3. What is main function in Java
  • Ans. 

    Main function in Java is the entry point of any Java program.

    • Main function is declared as public static void main(String[] args)

    • It is the starting point of execution for any Java program

    • All the code inside main function is executed sequentially

    • Example: public static void main(String[] args) { System.out.println("Hello World!"); }

  • Answered by AI
  • Q4. Write program for reverse string
  • Ans. 

    Program to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q5. Write selenium automation code for login yatra.com and add to cart
  • Ans. 

    Selenium code to login and add to cart on yatra.com

    • Launch the yatra.com website

    • Enter login credentials and click on login button

    • Search for desired product and add to cart

    • Verify the product is added to cart

  • Answered by AI
  • Q6. What is xpath . type of xpath
  • Ans. 

    XPath is a language used to navigate and select elements in an XML or HTML document.

    • XPath stands for XML Path Language

    • It uses path expressions to select nodes or sets of nodes in an XML or HTML document

    • There are two types of XPath: Absolute and Relative

    • Absolute XPath starts from the root node and selects the nodes based on the complete path

    • Relative XPath starts from the current node and selects the nodes based on the p

  • Answered by AI
  • Q7. Polymorphism. type of polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. There are two types: compile-time and runtime.

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Polymorphism allows for code reusability and flexibility in object-oriented programming.

    • Example of compile-time polymorphism: function ov...

  • Answered by AI
  • Q8. What is Interface. What are the interface in selenium
  • Ans. 

    An interface is a contract between two entities defining the communication between them. In Selenium, interfaces are used to define the behavior of web elements.

    • An interface defines a set of methods that a class implementing it must implement

    • In Selenium, the WebElement interface is used to interact with web elements on a page

    • Other interfaces in Selenium include WebDriver, TakesScreenshot, and JavascriptExecutor

    • Interfac

  • Answered by AI
  • Q9. Api testing you know or not
  • Ans. 

    Yes, I am familiar with API testing.

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

    • It includes verifying the response data, status codes, headers, and error handling.

    • Tools like Postman, SoapUI, or cURL can be used for API testing.

    • Examples of API testing include testing RESTful APIs, web services, and microservices.

    • Test cases can be created to validate input/output, authen

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have answered all the questions right.
Interview( Sourabh) was absent minded during whole interview process.
he did not even look my programming.
he did not listen me properly.
he responded after several times calling him over the zoom interview
After he completed his questions .he told me to ask questions if any when I started he just left the call.
Means what type of behavior is this??
I need job so I got the call from there end. I am available for interview that's not mean I have " Faltu times". I got several calls for interview and need to prepare also.
We are job seeker that's not mean we don't have respect. We are giving interviews that's not mean you have the right to insult anyone like this .I have more than 7 years of experience.

I will not recommend Ness further.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 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 Resume tips
Round 2 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Recently worked project and QA related questions
Round 2 - Technical 

(1 Question)

  • Q1. About sprint planning and scenario based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic java coding questions
  • Q2. Prepare selenium appium automations questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic java coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Real time test cases
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in string
  • Ans. 

    Remove duplicates in a string array

    • Iterate through the array and use a Set to store unique strings

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Remove spaces in string
  • Ans. 

    Remove spaces in a string

    • Use string.replace() method with regex to replace spaces with empty string

    • Alternatively, loop through each character in the string and build a new string without spaces

    • Consider trimming the string first to remove leading and trailing spaces

  • Answered by AI
  • Q3. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software to find bugs or issues.

    • It ensures that the software meets the specified requirements.

    • Types of testing include functional, performance, security, and regression testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

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

(1 Question)

  • Q1. Strings remove duplicate and count
  • Ans. 

    Remove duplicate strings in an array and count occurrences of each string.

    • Iterate through the array and use a Set to remove duplicates.

    • Use a HashMap to count occurrences of each string.

    • Return the unique strings and their counts.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussed about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is rest assured
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful, maintainable tests for RESTful APIs.

    • It simplifies the process of sending HTTP requests and validating responses.

    • Rest Assured can be integrated with popular testing frameworks like JUnit and TestNG.

    • It supports various authentication methods, request and r...

  • Answered by AI
  • Q2. What is json file
  • Ans. 

    JSON file is a lightweight data interchange format used to store and transmit data in a structured way.

    • JSON stands for JavaScript Object Notation.

    • It is easy for humans to read and write, and easy for machines to parse and generate.

    • JSON is language-independent and is commonly used in web development for APIs.

    • Example: {"name": "John Doe", "age": 30, "city": "New York"}

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Ness Digital Engineering Interview FAQs

What are the top questions asked in Ness Digital Engineering QA Engineer interview?

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

  1. Write selenium automation code for login yatra.com and add to c...read more
  2. What is Interface. What are the interface in selen...read more
  3. What is main function in J...read more

Recently Viewed

SALARIES

Health Prime Services (India)

SALARIES

Health Prime Services (India)

INTERVIEWS

Omullane Management Solutions

No Interviews

LIST OF COMPANIES

Health Prime Services (India)

Overview

INTERVIEWS

Eduzell Technologies & Solutions

No Interviews

INTERVIEWS

Cimpress

No Interviews

SALARIES

Ness Digital Engineering

INTERVIEWS

Teradata

No Interviews

INTERVIEWS

Ness Digital Engineering

No Interviews

DESIGNATION

Tell us how to improve this page.

Fast track your campus placements

View all
Ness Digital Engineering QA Engineer Salary
based on 73 salaries
₹3 L/yr - ₹9.6 L/yr
At par with the average QA Engineer Salary in India
View more details

Ness Digital Engineering QA Engineer Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.0

Salary

3.4

Job security

3.2

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 13 Reviews and Ratings
Senior Software Engineer
768 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
508 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
229 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
202 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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