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 DOT NET Developer Interview Questions and Answers

Updated 8 Jan 2025

Conduent DOT NET Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What are oops in c sharp
  • Q2. Array coding questions basic

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed at conduent last year for Dot net developer and the interview was easy there were some basics questions from SQL and .NET Core

DOT NET Developer Jobs at Conduent

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between clustered and non clustered index
  • Ans. 

    Clustered index physically reorders the data in the table while non-clustered index creates a separate structure.

    • Clustered index determines the physical order of data in the table, while non-clustered index does not.

    • A table can have only one clustered index, but multiple non-clustered indexes.

    • Clustered index is faster for retrieval of data, while non-clustered index is faster for retrieval of specific rows.

    • Example: Clu...

  • Answered by AI
  • Q2. Palindrome
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All technology questions on topics mentioned in resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C# basics, Static Classes
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

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between clustered and non clustered index
  • Ans. 

    Clustered index physically reorders the data in the table while non-clustered index creates a separate structure.

    • Clustered index determines the physical order of data in the table, while non-clustered index does not.

    • A table can have only one clustered index, but multiple non-clustered indexes.

    • Clustered index is faster for retrieval of data, while non-clustered index is faster for retrieval of specific rows.

    • Example: Clu...

  • Answered by AI
  • Q2. Palindrome
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hash map implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

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

    • Collision handling is important in hash map implementation.

    • Common operations include adding, removing, and retrieving key-value pairs.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. About software development models

Skills evaluated in this interview

Conduent Interview FAQs

How many rounds are there in Conduent DOT NET Developer interview?
Conduent interview process usually has 1 rounds. The most common rounds in the Conduent interview process are Technical.
How to prepare for Conduent DOT NET 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 MVC, SQL, C#, .Net and ASP.Net.
What are the top questions asked in Conduent DOT NET Developer interview?

Some of the top questions asked at the Conduent DOT NET Developer interview -

  1. What are oops in c sh...read more
  2. Array coding questions ba...read more

Tell us how to improve this page.

Conduent DOT NET Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Conduent Together we are making a difference.
Conduent DOT NET Developer Salary
based on 7 salaries
₹3.5 L/yr - ₹8.5 L/yr
5% less than the average DOT NET Developer Salary in India
View more details

Conduent DOT NET Developer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.8

Salary

2.8

Job security

2.7

Company culture

2.3

Promotions

1.7

Work satisfaction

Explore 3 Reviews and Ratings
.NET Developer (Windows Services)

Bangalore / Bengaluru

6-9 Yrs

₹ 8.5-15 LPA

Explore more jobs
Transaction Processing Associate
989 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Associate
588 salaries
unlock blur

₹1.5 L/yr - ₹5.8 L/yr

Analyst
557 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Analyst
472 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Software Engineer
425 salaries
unlock blur

₹5.8 L/yr - ₹16 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