Wipro pvt interview experience Real time questions & tips from candidates to crack your interview

Wipro Elite

Wipro pvt
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
Wipro had 3 rounds of selection process. First, there was the Aptitude round which contained questions from quants, logical reasoning and verbal, followed by a short English essay type question .Questions on synonyms, antonyms, contextual vocabulary, reading comprehension, grammar, and error identification were included in the verbal reasoning part. After that was the coding test which had 2 question. One question is usually simple(beginner level) and one is medium level. After that, if you pass this you will get to interview round.
Application story
We had to apply for WIpro from Superset platform. Then we were given an exam slot which was held online. After that if you qualify, then you will have a technical interview and HR interview on the same day.
Why selected/rejected for the role?
I was well prepared for the coding round as I had practiced many previously asked questions from Wipro. I had also gone through interview questions and it helped me be more confident in getting this job.
Preparation
Duration: 6 months
Topics: Data Structures, Java ,Python, Object Oriented Programming, HTML ,CSS, JavaScript, React, MySQL, Git
Tip
Tip

Tip 1 : Prepare with interview questions on topics mentioned in your resume.
Tip 2 : Do practice previously asked coding questions from Wipro.
Tip 3 : Take up practice tests on quants before the actual exam.

Application process
Where: Campus
Eligibility: No backlogs, 60% in 10th and 12th exam/Diploma.
Resume Tip
Resume tip

Tip 1:Create a simple resume with that mentions tech related work and learnings.
Tip 2: Do mention your projects well and technologies used as mostly the interview will be based on this itself.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date28 Mar 2022
Coding problem2

It began at 1-1.30pm. The camera was on and microphone was enabled also. Proctoring was taking place and we were not allowed to look away or do anything suspicions. We had to show our Identity cards before starting the test. We had to select right from mcq questions, followed by written English round and then coding rounds at the very end.

1. Reverse the String

Easy
15m average time
85% success
0/40
Asked in companies
SAP LabsWalmartFacebook

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Problem approach

It was simple and all you have to do is call a function/loop through the elements and store it another array and then convert it to a string and return it.

Try solving now

2. Odd Before Even

Moderate
25m average time
70% success
0/80
Asked in company
HSBC

You are given two sorted linked lists of length ‘N1’ and ‘N2’ respectively. Your task is to create a linked list with common elements such that all common odd elements are before common even elements.

Note: The relative order inside both the even and odd groups should remain as it was in the input.

You just need to return the head of the new linked list formed, don't print the elements.

Problem approach

Step 1: sort the list.
Step 2: loop and call a function that checks if number is even.
step 3 : If the number is even the keep adding in the answer array.
Step 4 : repeat step 2 but with odd numbers.
Step5 : return the answer.

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date15 Apr 2022
Coding problem2

It was 2 pm. The questions asked were on Python Data Structures, DBMS and SQL.

1. DS Question

What type of data structures in python can be used to store email and password?

Problem approach

Tip 1: Understand the question before answering
Tip 2: Go through python interview questions before interview.

2. Predict Output

What will be the output?
1. Select all from table1 where 1=0

Problem approach

Tip 1: Use Hackkerrank to practice sql queries
Tip 2: Go through commonly asked questions for DBMS

03
Round
Easy
HR Round
Duration10 minutes
Interview date28 Apr 2022
Coding problem1

Basic questions will be asked about yourself, and why you want to join the company. Where do you see yourself in 5 years?

1. Basic Hr Questions

Where do you see yourself in 5 years?

Do you have any other offer?

Are u comfortable with relocation?

Problem approach

Tip 1:Answer accordingly to what is good for the company.
Tip 2: Do not exaggerate your answers.
 

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
Wipro Elite
2 rounds | 2 problems
Interviewed by Wipro pvt
1499 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
1948 views
0 comments
0 upvotes
Software Engineer Trainee
3 rounds | 4 problems
Interviewed by Wipro pvt
2704 views
0 comments
0 upvotes
SDE - 1
3 rounds | 12 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes