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

Filter interviews by

Ness Digital Engineering Qa Automation Testing Engineer Interview Questions and Answers

Updated 7 Dec 2024

Ness Digital Engineering Qa Automation Testing Engineer Interview Experiences

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Automation Questions
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Hacker rank test given

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

I applied via Naukri.com and was interviewed before May 2022. 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 - Coding Test 

Write unit tests on problem statement

Round 3 - Technical 

(5 Questions)

  • Q1. Questions based on OOPS concept
  • Q2. Write test cases on Lift
  • Ans. 

    Test cases for Lift

    • Test the functionality of the lift buttons

    • Test the lift's response time

    • Test the lift's emergency stop button

    • Test the lift's capacity limit

    • Test the lift's door opening and closing mechanism

  • Answered by AI
  • Q3. Brief about current automation project
  • Ans. 

    The current automation project is focused on testing a web application for an e-commerce platform.

    • The project involves automating the testing of various functionalities of the web application such as user registration, product search, add to cart, and checkout process.

    • We are using Selenium WebDriver with Java as the programming language for automation.

    • The project also includes creating and maintaining test scripts, exe...

  • Answered by AI
  • Q4. Annotations used in TestNG
  • Ans. 

    Annotations in TestNG are used to provide additional information about the test methods and classes.

    • Annotations are used to define the behavior of the test methods and classes

    • TestNG provides several built-in annotations such as @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations can also be used to group tests, set priority, enable/disable tests, ...

  • Answered by AI
  • Q5. Selenium qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in Java programming and testing concepts

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Ai interview questions on basic automation
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript, jQuery, css related questions
  • Q2. Api testing questions
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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Xpath n css selector
  • Q2. WAP to print alternate chars
  • Ans. 

    Print alternate characters from a given string

    • Iterate through the characters of the string

    • Print characters at even indices

  • Answered by AI
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 Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Java Coding Test dsa program and all that

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Qa Automation Testing Engineer interview?
Ness Digital Engineering interview process usually has 2 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical.
What are the top questions asked in Ness Digital Engineering Qa Automation Testing Engineer interview?

Some of the top questions asked at the Ness Digital Engineering Qa Automation Testing Engineer interview -

  1. Mid level questions on selen...read more
  2. Selenium, sql, python cod...read more
  3. SQL and python cod...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
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
221 salaries
unlock blur

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