Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Conduent Team. If you also belong to the team, you can get access from here

Conduent Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 2.6k Reviews

Filter interviews by

Conduent Test Engineer Interview Questions and Answers

Updated 10 Jun 2024

Conduent Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference sanity and smoke testing?
  • Ans. 

    Sanity testing is a narrow and deep testing to ensure that the most crucial functionalities work correctly, while smoke testing is a broad and shallow testing to check if the software build is stable enough for further testing.

    • Sanity testing focuses on specific areas of functionality, while smoke testing covers a wide range of functionalities.

    • Sanity testing is usually performed after a minor change in code, while smoke...

  • Answered by AI
  • Q2. What are the locators used to identify the web elements?
  • Ans. 

    Locators like ID, class name, XPath, CSS selector, etc. are used to identify web elements.

    • ID - unique identifier for an element

    • Class name - name of the class assigned to an element

    • XPath - path to the element in the XML structure of the page

    • CSS selector - selector based on CSS attributes of the element

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

(2 Questions)

  • Q1. Explain about roles n responsibilities in my current project.
  • Q2. Explain about the framework used in our projects.

Skills evaluated in this interview

Test Engineer Jobs at Conduent

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project explanation
Round 2 - Technical 

(1 Question)

  • Q1. Selenium theory questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good got to know more about technology
  • Q2. Introduction, project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for conducting data-driven testing using SoapUI?
  • Q2. What are the steps to debug errors in APIs and microservices?
Round 2 - HR 

(1 Question)

  • Q1. Can you describe your past company experience?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Agile methodology
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 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 tips
Round 2 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on typescript and playwright
  • Q2. Testing related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy but couldn't pick

Round 2 - Technical 

(2 Questions)

  • Q1. What is array in java
  • Ans. 

    An array in Java is a data structure that stores a fixed-size collection of elements of the same data type.

    • Arrays are used to store multiple values in a single variable.

    • Elements in an array can be accessed by their index position.

    • Arrays in Java are zero-based, meaning the first element is at index 0.

    • Example: String[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q2. Explain opps concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation detail...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the automation challenges you have faced?
  • Ans. 

    Some automation challenges I have faced include handling dynamic elements, synchronization issues, and maintaining test scripts.

    • Handling dynamic elements on the webpage that change frequently

    • Synchronization issues between test scripts and application response times

    • Maintaining test scripts as the application evolves and changes

    • Dealing with different environments and configurations for testing

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Agile methodology, bug life cycle
  • Q2. Test cases for login page
  • Ans. 

    Test cases for login page should cover various scenarios to ensure functionality and security.

    • Verify valid username and password combination successfully logs in

    • Verify error message is displayed for invalid username or password

    • Verify user is redirected to forgot password page when forgot password link is clicked

    • Verify user is able to login using social media login options

    • Verify user is logged out after clicking logout

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

Conduent Interview FAQs

How many rounds are there in Conduent Test Engineer interview?
Conduent interview process usually has 2 rounds. The most common rounds in the Conduent interview process are Technical and One-on-one Round.
How to prepare for Conduent Test 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 Conduent. The most common topics and skills that interviewers at Conduent expect are Test Cases, Testing, Interpersonal Skills, Automation and Test execution.
What are the top questions asked in Conduent Test Engineer interview?

Some of the top questions asked at the Conduent Test Engineer interview -

  1. What are the locators used to identify the web elemen...read more
  2. What is the difference sanity and smoke testi...read more

Tell us how to improve this page.

Conduent Test Engineer Salary
based on 115 salaries
₹3 L/yr - ₹9 L/yr
At par with the average Test Engineer Salary in India
View more details

Conduent Test Engineer Reviews and Ratings

based on 14 reviews

4.2/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.4

Salary

3.9

Job security

4.0

Company culture

3.2

Promotions

4.1

Work satisfaction

Explore 14 Reviews and Ratings
IT Testing Engineer I

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

IT Testing Engineer III

Bangalore / Bengaluru

0-5 Yrs

Not Disclosed

Explore more jobs
Transaction Processing Associate
977 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Analyst
650 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Associate
585 salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Senior Software Engineer
441 salaries
unlock blur

₹4.4 L/yr - ₹17.7 L/yr

Senior Analyst
439 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare Conduent with

Wipro

3.7
Compare

Genpact

3.9
Compare

Tech Mahindra

3.5
Compare

HCLTech

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