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 QA Engineer Interview Questions, Process, and Tips

Updated 16 Sep 2021

Ness Digital Engineering QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Rima Paul

posted on 16 Sep 2021

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Opps concept,java programs
  • Q2. Inheritance, polymorphism
  • Q3. Class,accessspecifers
  • Q4. Prime number, reversea string
  • Q5. Vowels,string based programs

QA Engineer Interview Questions & Answers

TEKsystems user image Geethasrinivas Vanam

posted on 6 Dec 2024

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

(2 Questions)

  • Q1. Approach towards automation
  • Ans. 

    My approach towards automation in quality assurance involves identifying repetitive tasks, selecting appropriate tools, creating robust test scripts, and continuously monitoring and updating automated tests.

    • Identify repetitive manual test cases that can be automated to save time and effort

    • Select appropriate automation tools based on project requirements and team expertise (e.g. Selenium, Appium, JUnit)

    • Create robust and...

  • Answered by AI
  • Q2. Team building skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing, code reviews, or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects by making necessary code c...

  • Answered by AI
  • Q2. Different types of agile ceremonies
  • Ans. 

    Agile ceremonies include sprint planning, daily stand-ups, sprint review, and retrospective.

    • Sprint planning: Team plans work for upcoming sprint

    • Daily stand-ups: Daily meetings to discuss progress and plan for the day

    • Sprint review: Demo of completed work to stakeholders

    • Retrospective: Team reflects on sprint and identifies improvements

  • Answered by AI
  • Q3. Define SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines phases and activities from planning to deployment.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance

    • Each phase has specific goals, deliverables, and activities

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Xoriant user image Arpit Choubey

posted on 23 Feb 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Tricky question. Regarding java only

Round 2 - Coding Test 

Advance queation asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto mark with communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - Technical 

(3 Questions)

  • Q1. Authentication and authorization
  • Q2. Severity, priority, examples
  • Q3. Types of Testing
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures the software meets the user's requirements.

    • Regression t...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your personal interest
  • Q3. Your expected salary
  • Q4. Last drawn salary
  • Q5. Why did you select testing
  • Ans. 

    I selected testing because I enjoy finding bugs and ensuring quality in software products.

    • I have a keen eye for detail and enjoy problem-solving.

    • I like the challenge of breaking down complex systems to identify issues.

    • I believe in the importance of delivering high-quality products to users.

    • I have a passion for technology and ensuring that it functions as intended.

    • I enjoy working collaboratively with developers to impro

  • Answered by AI

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

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Most of the questions come from your resume what have mentioned.
  • Q2. Some questions from previous project technologies which you have used

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush your basics which you have worked previously, prepare some topics on which you have exposer

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

Tell us how to improve this page.

People are getting interviews through

based on 1 Ness Digital Engineering interview
Recruitment Consultant
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 QA Engineer Salary
based on 71 salaries
₹2.7 L/yr - ₹11 L/yr
5% more than 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.8

Skill development

3.4

Work-Life balance

3.0

Salary & Benefits

3.4

Job Security

3.2

Company culture

2.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 13 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