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

QA Engineer

CONDUENT.PVT LTD
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I took admission in tier 2 college for B.Tech in Computer Science. Firstly I planned that I will start learning DSA from the first year but I could not. So, I started DSA from the fourth semester and along with DSA, I also learned development because that is what I wanted to be. By the end of Third year, I was confident in both DSA and development but even then I keep on revising the concepts.
Application story
I got a message in my telegram group about the company visiting our campus for the hiring of QA Engineer. As, I was in the fourth year, it was sure that I am going to apply for it. I started preparing accordingly and got selected at last.
Why selected/rejected for the role?
I was giving correct explanation for my solutions in the coding round. I also built the optimal solution starting from the brute force algorithm which also added to my points.
Preparation
Duration: 3 months
Topics: Automation, Selenium, manual testing, API testing, SQL.
Tip
Tip

Tip 1 : You need to have an understanding of that topic and then you have to develop the ability to make it simpler for others
Tip 2 : You can learn any of these languages Java, C#, Ruby, Python, JavaScript make sure you know the basic
Tip 3 : Be ready for tough interview questions. In addition to talking about your career and job experience, you should be prepared to answer some tough questions

Application process
Where: Campus
Eligibility: Above 60%
Resume Tip
Resume tip

Tip 1 : Make it simple and easy to understand 
Tip 2 : Limit your resume to two pages and don't do any Spelling mistakes and grammatical errors

Interview rounds

01
Round
Medium
Online Coding Interview
Duration30 minutes
Interview date18 Feb 2022
Coding problem2

2 Coding Questions were asked in this round.

1. Swap Two Numbers

Easy
10m average time
0/40
Asked in companies
CIS - Cyber InfrastructureErnst & Young (EY)Cybage Software

You are given two numbers 'a' and 'b' as input.


You must swap the values of 'a' and 'b'.


For Example:
Input: 
'a' = 8, 'b' = 5

Output:
5 8

Explanation:
Initially, the value of 'a' and 'b' is 8 and 5, respectively.

After swapping, the value of 'a' is 5, and the value of 'b' is 8.
Try solving now

2. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

LinkedList ll = new LinkedList<>();

ll.add(1);
Step 1 :ll.add(2);
ll.add(3);
System.out.println(ll);

Step 2: LinkedList ll1 = new LinkedList<>();

Step 3: ll.descendingIterator().forEachRemaining(ll1::add);

System.out.println(ll1);

Try solving now
02
Round
Hard
Telephonic
Duration35 minutes
Interview date8 Apr 2022
Coding problem1

1. Technical Questions

How JIRA works? (Learn)

What are Defect life cycle? (Learn)

What are the Selenium suite components? (Learn)

What is the difference between Selenium 2.0 and Selenium 3.0?

How to take screenshots in WebDriver?

How to upload a file in Selenium WebDrive?

How to click on a hyperlink in Selenium?  


 

03
Round
Easy
Telephonic
Duration15 minutes
Interview date10 Apr 2022
Coding problem1

It was just a final interaction regarding shifts and salary packages. They were friendly and made me comfortable.

1. Technical Questions

Why do you want to join us?

What is your salary expectation?

What are your strengths?

Problem approach

Tip 1 : Based on my 2 years of experience in this field, I would expect a salary in the range of 6 lpa to 8 lpa.
 

04
Round
Medium
Telephonic
Duration20 minutes
Interview date14 Apr 2022
Coding problem1

Final desiccation with manager about work as well as salary negotiation.

1. Discussion

Are you interested in this role if the CTC is finalized at 7.5?

Which location would you prefer?

Problem approach

Tip 1 : Before mentioning any numbers, remind the interviewer why he or she should offer you a salary in the first place. Be prepared to negotiate
 

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
Software Developer
3 rounds | 9 problems
Interviewed by CONDUENT.PVT LTD
1199 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