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

Filter interviews by

Conduent IT Testing Engineer 1 Interview Questions and Answers

Updated 24 Dec 2023

Conduent IT Testing Engineer 1 Interview Experiences

2 interviews found

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Manual testing, ISTQB questions

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC, Test techniques design, agile model, defect life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - market yourself, pump yourself up, and stay positive.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Was went well, questions asked about manual testing and SQL

Round 2 - Technical 

(1 Question)

  • Q1. Agille model, SDLC, STLC, defect life cycle, DDL, drop and truncate, DML

IT Testing Engineer 1 Interview Questions Asked at Other Companies

asked in Infosys
Q1. Give example where you have used oops in your Automation Framewor ... read more
asked in Infosys
Q2. What is difference between Scenario and Scenario Outline
asked in Infosys
Q3. How to handle dropdown using selenium
asked in Infosys
Q4. Explain your framework
asked in Infosys
Q5. Reverse string java program

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic knowledge about the topics in the resume

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

Round 1 - Coding Test 

Coding test

Round 2 - Technical 

(1 Question)

  • Q1. Technical round was asked technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be strong in the programming language you know

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. That place how I am work
  • Q2. What is software engineer
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Designs and develops software applications

    • Uses programming languages and tools to write code

    • Tests and debugs software to ensure it functions properly

    • Collaborates with other engineers and stakeholders to ensure software meets requirements

    • Continuously learns and adapts to new technologies and industry trends

  • Answered by AI
  • Q3. What is technical science
  • Ans. 

    Technical science is the application of scientific principles and methods to solve practical problems in technology.

    • It involves the use of scientific knowledge to design, develop, and improve technology.

    • Examples include computer science, electrical engineering, and mechanical engineering.

    • Technical science is interdisciplinary, drawing on knowledge from physics, chemistry, and mathematics.

    • It is essential for innovation ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but I stayed test it lasted for about one hour 10 minutes this interview wanted to test both me knowledge and wanted to test both my knowledge and communication skill most of the question asked Tu Meri related to mine bi touch circular computer science related topics a started a lost of basic related to my projects

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

Interview Questionnaire 

1 Question

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.

    • Objects encapsulate data and behavior

    • Classes define the blueprint for objects

    • Inheritance allows for code reuse and polymorphism

    • Examples include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to concepts and try to use basic approach

I applied via Newspaper Ad and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Group discussion,aptitude test

Round 2 - Aptitude Test 

Aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - i am b.akhila iam studying in degree final year

Interview Questionnaire 

1 Question

  • Q1. To develop a product catalogue in core Java using Maven.

I applied via Referral and was interviewed in Apr 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Name
  • Q2. Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 126 minutes
Round difficulty - Hard

This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.

  • Q1. 

    Maximum Path Sum in a Matrix

    Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...

  • Ans. 

    Find the maximum sum path in a matrix from top row to bottom row by moving down or diagonally.

    • Use dynamic programming to keep track of maximum sum at each cell.

    • At each cell, consider the maximum sum from the cell above, left diagonal, and right diagonal.

    • Add the current cell value to the maximum of the three possibilities.

    • Repeat this process for all cells in the matrix to find the maximum sum path.

  • Answered by AI
  • Q2. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix to find elements with value 1

    • Store the row and column indices of these elements

    • Update the entire row and column for each element found to be 1

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge, return -1 if no merging occurs.

    • Traverse both lists to find the lengths and the last nodes

    • Align the starting points of the lists by adjusting the pointers

    • Traverse both lists simultaneously until a common node is found

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in DelhiEligibility criteriaNo criteriaQuess Corp interview preparation:Topics to prepare for the interview - Data structures knowledge, OOPs, Pointers, Dynamic programming and Recursion, Graphs, Hashmaps and Priority Queues, Operating system, DBMS, Networking, Arrays, Strings, Stacks, Trees, Pointers, OS Kernel, Deadlock, Virtual Memory, Memory Management, Paging, Segmentation, Puzzles and aptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview. 
Tip 2 : Try to give maximum time on basics of a topic 
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Conduent Interview FAQs

How many rounds are there in Conduent IT Testing Engineer 1 interview?
Conduent interview process usually has 2-3 rounds. The most common rounds in the Conduent interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Conduent IT Testing Engineer 1 interview?

Some of the top questions asked at the Conduent IT Testing Engineer 1 interview -

  1. Agille model, SDLC, STLC, defect life cycle, DDL, drop and truncate, ...read more
  2. SDLC, STLC, Test techniques design, agile model, defect life cy...read more

Tell us how to improve this page.

Conduent IT Testing Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Conduent Together we are making a difference.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 962 Interviews
iEnergizer Interview Questions
4.6
 • 656 Interviews
Omega Healthcare Interview Questions
3.7
 • 455 Interviews
Quess Interview Questions
3.8
 • 426 Interviews
R1 RCM Interview Questions
3.9
 • 286 Interviews
IKS Health Interview Questions
3.6
 • 235 Interviews
View all
Conduent IT Testing Engineer 1 Salary
based on 115 salaries
₹3 L/yr - ₹6 L/yr
7% more than the average IT Testing Engineer 1 Salary in India
View more details

Conduent IT Testing Engineer 1 Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

2.2

Skill development

4.5

Work-life balance

2.4

Salary

4.3

Job security

3.8

Company culture

2.1

Promotions

2.6

Work satisfaction

Explore 10 Reviews and Ratings
Transaction Processing Associate
1k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Analyst
605 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Associate
563 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Senior Software Engineer
422 salaries
unlock blur

₹4.4 L/yr - ₹17.4 L/yr

Senior Analyst
410 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Conduent with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.6
Compare

WNS

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