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

Clear (1)

Conduent Software Engineer Interview Questions and Answers

Updated 2 Jun 2024

Conduent Software Engineer Interview Experiences

5 interviews found

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

(2 Questions)

  • Q1. What is oop? What is inheritance? What is cooling?
  • Ans. 

    OOP is a programming paradigm that uses objects to represent and manipulate data. Inheritance is a mechanism for creating new classes based on existing ones. Cooling is not a relevant term in software engineering.

    • OOP stands for Object-Oriented Programming

    • In OOP, objects are instances of classes that encapsulate data and behavior

    • Inheritance allows a new class to be based on an existing class, inheriting its properties a...

  • Answered by AI
  • Q2. Good. Bbbbbbbb Goodjjjjjhjjjjjjj Goodyuhjhhhhh

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a god company to work with conduent.................

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical questing related to my stream
Round 2 - Technical 

(1 Question)

  • Q1. Technical project related questing.
Round 3 - HR 

(1 Question)

  • Q1. Background and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was nice. it took a week to get offer.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is html, css
  • Ans. 

    HTML and CSS are markup languages used for creating and styling web pages.

    • HTML stands for HyperText Markup Language and is used for creating the structure of a web page.

    • CSS stands for Cascading Style Sheets and is used for styling the elements on a web page.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS is used to control the layout, colors, fonts, and other visual aspects of a web p...

  • Answered by AI
  • Q2. Coding language

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core language and logical basic oops questions you have to learn
  • Q2. 1. Tell me about your self, 2. How many years of experience you have in which is your core language? 3. Explain me oops concepts? 4. Focus on inheritance & abstraction questions? 5. Give some logical codin...

Interview Preparation Tips

Topics to prepare for Conduent Software Engineer interview:
  • Core Java
  • Spring
  • Spring Boot
  • Maven
  • JUnit
  • Jira
  • Azuredevops
  • OOPS
  • Microservices
Interview preparation tips for other job seekers - Be confident not over confident ,
They have so many projects directly they are put you in some projects then provide KT and you have to start work.

Conduent interview questions for designations

 Senior Software Engineer

 (1)

 Senior Software Engineer Testing

 (1)

 Senior Software Test Engineer

 (1)

 Software Developer

 (2)

 Software Developer fresher

 (1)

 Test Engineer

 (1)

 Application Support Engineer

 (1)

 Senior Test Engineer

 (1)

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java questions,hibernate,spring

Interview Preparation Tips

Interview preparation tips for other job seekers - First interview was the technical interview where core java questions were asked.
Second was the managerial interview where project and other things like sql java jsp were asked.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Conduent Interview FAQs

How many rounds are there in Conduent Software Engineer interview?
Conduent interview process usually has 1-2 rounds. The most common rounds in the Conduent interview process are Technical, One-on-one Round and HR.
How to prepare for Conduent Software 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 ASP.Net, Analytics, Animation, Automation and B.Tech.
What are the top questions asked in Conduent Software Engineer interview?

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

  1. What is oop? What is inheritance? What is cooli...read more
  2. What is html, ...read more
  3. Core language and logical basic oops questions you have to le...read more

Recently Viewed

INTERVIEWS

Conduent

No Interviews

INTERVIEWS

Conduent

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

Internshala

10 top interview questions

INTERVIEWS

Internshala

No Interviews

INTERVIEWS

RMSI

No Interviews

SALARIES

Internshala

INTERVIEWS

Intercontinental Exchange

No Interviews

LIST OF COMPANIES

Internshala

Locations

Tell us how to improve this page.

Conduent Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Join Conduent Together we are making a difference.
Conduent Software Engineer Salary
based on 389 salaries
₹2.7 L/yr - ₹9.4 L/yr
27% less than the average Software Engineer Salary in India
View more details

Conduent Software Engineer Reviews and Ratings

based on 42 reviews

3.5/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

2.7

Salary

4.0

Job security

3.5

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 42 Reviews and Ratings
Transaction Processing Associate
988 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
588 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
560 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
472 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
425 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Conduent with

Wipro

3.7
Compare

Genpact

3.8
Compare

Tech Mahindra

3.5
Compare

HCLTech

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