CONDUENT.PVT LTD interview experience Real time questions & tips from candidates to crack your interview

Software Developer

CONDUENT.PVT LTD
upvote
share-icon
3 rounds | 9 Coding problems

Interview preparation journey

expand-icon
Journey
I chose to start my journey in computer science. I completed my BCA from Jaipur after I completed my MCA from IIIM. I prepared all the basic concepts of Data structure, DBMS, SQL, Java, HTML, CSS, Javascript, etc. I selected one of the MNC companies of Jaipur from campus.
Application story
I uploaded my resume on the naukri.com portal and got calls from various companies after that. I gave interviews with top MNC companies. For Conduent, there are a total of 4 rounds of interviews. Three rounds are technical interviews, and the last one is HR.
Why selected/rejected for the role?
I was on a call with the client, and my electricity was gone, and the call was disconnected. So, I could not complete my last round, which was the client round. So, make sure you have proper electricity and a Wi-Fi connection.
Preparation
Duration: 1.5 months
Topics: Asp.Net Framework, .Net Core Framework, Entity Framework Core, MVC, C#, JQuery
Tip
Tip

Tip 1: You must mention the project in the resume and have knowledge about the project mentioned in the resume.
Tip 2: Must prepare for at least one programming language. For me, I worked on C#.

Application process
Where: Naukri
Eligibility: Must have First Division on your degree
Resume Tip
Resume tip

Tip 1 : You must have worked on live project.
Tip 2 : You must be aware about what you written in resume.

Interview rounds

01
Round
Easy
Video Call
Duration45 minutes
Interview date8 Aug 2022
Coding problem3

My interview was conducted around 2 pm IST. There was a video call interview, and 2 interviewers were there for taking my interview. The interviewer was friendly in nature.

1. Reverse The Array

Easy
15m average time
85% success
0/40
Asked in companies
GartnerInfo Edge India (Naukri.com)HCL Technologies

Given an array/list 'ARR' of integers and a position ‘M’. You have to reverse the array after that position.

Example:

We have an array ARR = {1, 2, 3, 4, 5, 6} and M = 3 , considering 0 
based indexing so the subarray {5, 6} will be reversed and our 
output array will be {1, 2, 3, 4, 6, 5}.
Try solving now

2. SQL Questions

Write a SQL query to get second highest salary from table? (Practice)

3. Compress the String

Moderate
25m average time
60% success
0/80
Asked in companies
MathworksHSBCPayPal

Ninja has been given a program to do basic string compression. For a character that is consecutively repeated more than once, he needs to replace the consecutive duplicate occurrences with the count of repetitions.

Example:

If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".

The string is compressed only when the repeated character count is more than 1.

Note :

The consecutive count of every character in the input string is less than or equal to 9.
Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date17 Aug 2022
Coding problem3

My interview was conducted around 2 PM IST. It was a video call interview, and two interviewers were there to take my interview. The interviewers were friendly in nature.

1. Count Even Or Odd

Hard
30m average time
60% success
0/120
Asked in companies
UberOlaExpedia Group

Tanmay and Rohit are best buddies. One day Tanmay gives Rohit a problem to test his intelligence and skills. He gives him an array of N natural numbers and asks him to solve the following queries:-

Query 0 :

0 x y

This operation modifies the element present at index x to y.

Query 1 :

1 x y 

This operation counts the number of even numbers in range x to y inclusive.

Query 2 :

2 x y 

This operation counts the number of odd numbers in range x to y inclusive.

Try solving now

2. Technical Question

Suppose you are assigned a new project from scratch. What kind of principles will you follow?

Problem approach

I use the repository pattern. I use Unit Of Work for transaction management. I use SOLID principles. I use Entity Framework Core for connecting with the database.

3. Reverse Stack Using Recursion

Easy
21m average time
80% success
0/40
Asked in companies
MicrosoftIBMRazorpay

Reverse a given stack of 'N' integers using recursion. You are required to make changes in the input parameter itself.


Note: You are not allowed to use any extra space other than the internal stack space used due to recursion.


Example:
Input: [1,2,3,4,5] 
Output: [5,4,3,2,1]

add image

Try solving now
03
Round
Medium
Video Call
Duration45 minutes
Interview date18 Aug 2022
Coding problem3

My interview was conducted around 7 pm IST.
There was a video call interview and 2 interviewers were there to take my interview.
The interviewers were friendly in nature.

This was a client round and it was a mock interview.

1. DBMS Question

What are triggers? (Learn)

2. Technical Question

What challenges did you face during development?

Problem approach

Tip 1: I was implemented azure time trigger function in my Asp.net core project and that time I don't have been much knowledge about azure.
Tip 2: So solving this problem I go through Microsoft official website and learnt from there and implemented in my project.

3. DBMS Question

Type of joins in SQL and why we use it? (Learn)

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Application Support Engineer
3 rounds | 10 problems
Interviewed by CONDUENT.PVT LTD
1405 views
0 comments
0 upvotes
QA Engineer
4 rounds | 5 problems
Interviewed by CONDUENT.PVT LTD
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3501 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
4029 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2912 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1270 views
0 comments
0 upvotes