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 Software Developer Interview Questions, Process, and Tips

Updated 5 Sep 2023

Top Conduent Software Developer Interview Questions and Answers

Conduent Software Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

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 - Aptitude Test 

10 day,Numbers,Alebra

Round 3 - Technical 

(5 Questions)

  • Q1. Oop,C++.html,css,javascrept
  • Q2. What is order list
  • Ans. 

    An ordered collection of items, typically displayed in a numbered list.

    • Order list is used to display items in a specific sequence.

    • Items in an order list are typically numbered or marked with bullets.

    • Example:

      1. Item 1
      2. Item 2

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to add interactivity to websites, such as form validation or dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

    • Examples of JavaScript frameworks/libraries include React, Angular, and Vue.

  • Answered by AI
  • Q4. What is ===operator
  • Ans. 

    === operator is a strict equality operator in JavaScript that checks if two values are equal in both value and type.

    • === operator returns true if both operands are of the same type and have the same value

    • It does not perform type coercion, unlike the == operator

    • Example: 5 === '5' will return false because the operands are of different types

  • Answered by AI
  • Q5. What is the main features of oop
  • Ans. 

    Main features of OOP include encapsulation, inheritance, and polymorphism.

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

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Example: Encapsulation - a class 'Car' wi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

What was the coding test,what is the use of the testing in development.

Round 3 - Group Discussion 

How to the update project,how to the sales the projects

Round 4 - Assignment 

Software development and process

Interview Preparation Tips

Topics to prepare for Conduent Software Developer interview:
  • Data Science
  • Machine Learning
Interview preparation tips for other job seekers - this the best way to practice interview questions.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. The candidate should possess a strong knowledge of programming skills.
  • Q2. Sting manpulation
  • Q3. Object oriented programming
  • Q4. Exception handling
  • Q5. Looping statement
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Rabbit MQ?
  • Ans. 

    RabbitMQ is a message broker software that implements the Advanced Message Queuing Protocol (AMQP).

    • RabbitMQ allows different software systems to communicate by sending and receiving messages.

    • It can be used to decouple different parts of a system, making it more scalable and resilient.

    • RabbitMQ supports multiple messaging protocols, including AMQP, MQTT, and STOMP.

  • Answered by AI
  • Q2. What is LINQ in .net?
  • Ans. 

    LINQ (Language Integrated Query) is a feature in .NET that allows querying data from different data sources using a uniform syntax.

    • LINQ allows querying data from collections, databases, XML, and more.

    • It provides a set of standard query operators like Where, Select, OrderBy, etc.

    • LINQ queries are written in C# or VB.NET and are type-safe.

    • Example: var result = from num in numbers where num % 2 == 0 select num;

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Palindrome code
  • Q2. Delete all the distinct records
  • Ans. 

    To delete all distinct records, use a query to identify and remove duplicate entries.

    • Identify distinct records using a query

    • Delete duplicate entries from the database

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Java concepts - Oops, collection
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project Explain
  • Ans. 

    Project Explain is a question where you are asked to describe a project you have worked on in detail.

    • Provide an overview of the project including its purpose and goals

    • Explain the technologies used and your role in the project

    • Discuss any challenges faced and how they were overcome

    • Highlight the outcomes and impact of the project

  • Answered by AI

I was interviewed in May 2022.

Round 1 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 2 - Assignment 

A detail assignment is the temporary placement of a career employee in another established position that is vacant or from which the incumbent is absent.

Round 3 - Aptitude Test 

An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.

Round 4 - Technical 

(3 Questions)

  • Q1. Consider the tools and skills necessary for the role. Think about the basic requirements of the job. ...
  • Q2. Study helpful books and digital publications. .
  • Ans. For books about studying productively, I think you'd be hard-pressed to find better than Eat That Frog – For Students by Brian Tracy and Anna Leinberger, The Productivity Project and Hyperfocus by Chris Bailey, The Procrastination Equation by Dr Piers Steel and Deep Work by Cal Newport.
  • Answered Anonymously
  • Q3. Take the time you need
  • Ans. Said to mean that you can spend as much time as you need in doing something, or that you should slow down
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - tips for a successful job interview
1) Be punctual at your interview. It is mandatory to be on time at a job interview. ...
2) Do your research on the company. ...
3) Don't forget about nonverbal communication. ...
4) Be polite with everyone. ...
5) Be prepared for your interview.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

General discussion checks communications

Round 2 - Coding Test 

Basic logical program like palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - 6 months is must to serve and gain experience, and the experience letter is much valuable
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic of .net framework
Round 2 - Technical 

(2 Questions)

  • Q1. Asp net and related basics
  • Q2. What is filters in asp .net
  • Ans. 

    Filters in ASP.NET are used to intercept and modify HTTP requests and responses.

    • Filters are used to perform pre-processing and post-processing tasks in ASP.NET applications.

    • There are different types of filters in ASP.NET such as Authorization filters, Action filters, Result filters, and Exception filters.

    • Filters can be applied at the controller level or at the action method level.

    • Filters can be used to perform tasks li...

  • Answered by AI

Skills evaluated in this interview

Conduent Interview FAQs

How many rounds are there in Conduent Software Developer interview?
Conduent interview process usually has 3-4 rounds. The most common rounds in the Conduent interview process are Resume Shortlist, Coding Test and Group Discussion.
How to prepare for Conduent Software Developer 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 Software Development, .Net, ASP.Net, AWS and Agile.
What are the top questions asked in Conduent Software Developer interview?

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

  1. what is the main features of ...read more
  2. what is order l...read more
  3. what is javascr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Conduent interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Conduent Software Developer Salary
based on 114 salaries
₹3.2 L/yr - ₹11.4 L/yr
18% less than the average Software Developer Salary in India
View more details

Conduent Software Developer Reviews and Ratings

based on 16 reviews

3.0/5

Rating in categories

2.8

Skill development

3.8

Work-Life balance

2.2

Salary & Benefits

3.1

Job Security

3.5

Company culture

2.2

Promotions/Appraisal

2.9

Work Satisfaction

Explore 16 Reviews and Ratings
Transaction Processing Associate
964 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Associate
590 salaries
unlock blur

₹1.5 L/yr - ₹5.2 L/yr

Analyst
512 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Analyst
470 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
443 salaries
unlock blur

₹5.8 L/yr - ₹17.6 L/yr

Explore more salaries
Compare Conduent with

Wipro

3.7
Compare

Genpact

3.9
Compare

Tech Mahindra

3.6
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