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

Software Engineer

Wipro pvt
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: OOPS CONCEPT, SELENIUM, TESTING STRATEGIES, SQL QUERIES, BASIC JAVA CODE.
Tip
Tip

Tip 1 : Always clear your concept, you should know in and out and if your not sure of something just reply “ I don’t know it right now but I will give it a try”.

Tip 2 : Approach matters more than correct answers so be clear with it

Tip 3 : Confidence matters a lot

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Only mention what you know, and be true
Tip 2 : Highlight your key skills and your achievements

Interview rounds

01
Round
Medium
Online Coding Interview
Duration40 minutes
Interview date28 May 2021
Coding problem1

1. Puzzle Question

Find out the minimum number of races to be conducted in order to determine the fastest three.

02
Round
Medium
Online Coding Interview
Duration40 minutes
Interview date31 May 2021
Coding problem1

1. Swap Number Without Temporary Variable

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

Given two variables ‘X’ and ‘Y’. Your task is to swap the number without using a temporary variable or third variable.

Swap means the value of ‘X’ and ‘Y’ must be interchanged. Take an example ‘X’ is 10 and ‘Y’ is 20 so your function must return ‘X’ as a 20 and ‘Y’ as a 10.

Problem approach

int a =10;
int b =20;

 b = b + a;
// now b is sum of both the numbers
a = b - a;
// b - a = (b + a) - a = b (a is swapped)
b = b - a;
// (b + a) - b = a (b is swapped)

Try solving now
03
Round
Medium
Face to Face
Duration45 minutes
Interview date2 Jun 2021
Coding problem1

1. Testing

Questions related to testing, Automation testing, manual testing, API testing.

04
Round
Medium
HR Round
Duration30 minutes
Interview date6 Jun 2021
Coding problem1

1. Basic HR Questions

Tell me about yourself.

Are you ready to relocate?

Rate yourself from 1 to 10.

What are your strengths and weaknesses?

 

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
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
2628 views
2 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
1948 views
0 comments
0 upvotes
Software Engineer
1 rounds | 2 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes