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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2-3 months
Topics: OOPS, Data Structures, Database Concepts, Coding problems
Tip
Tip

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

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

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration140 minutes
Interview date10 Oct 2019
Coding problem1

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

1. Sum of Two Arrays

Easy
15m average time
85% success
0/40
Asked in companies
IBMUberBNY Mellon

You are given two numbers 'A' and 'B' in the form of two arrays (A[] and B[]) of lengths 'N' and 'M' respectively, where each array element represents a digit. You need to find the sum of these two numbers and return this sum in the form of an array.

Note:

1. The length of each array is greater than zero.

2. The first index of each array is the most significant digit of the number. For example, if the array A[] = {4, 5, 1}, then the integer represented by this array is 451 and array B[] = {3, 4, 5} so the sum will be 451 + 345 = 796. So you need to return {7, 9, 6}.

3. Both numbers do not have any leading zeros in them. And subsequently, the sum should not contain any leading zeros.
Problem approach

Step 1: First declare and initialiize the input arrays.
Step 2 : Then by using for loop to go through each of the digits of an array and storing the result in result array.
Step 3: Return the resultant array.

Try solving now
02
Round
Easy
Face to Face
Duration20 minutes
Interview date6 Feb 2020
Coding problem1

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

1. OOPS Questions

1. Given a School/College, how to distribute the data between different groups , their types and what should be used loops , conditions, etc in detail.
2. What is Inheritance, Polymorphism?
3. Give example of overriding with paper work i.e. solve on paper.

Problem approach

Tip 1: If you know the answer, be confident when answering.
Tip 2: If you don't know the answer, relate the concept to something of you know about that or rather give something so that the interviewer will be satisfied.
 

03
Round
Easy
HR Round
Duration8 minutes
Interview date6 Feb 2020
Coding problem1

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

1. HR Discussion

Problem approach

Tip 1: Tell them only what they want to know
Tip 2: Be specific about yourself.
 

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
2582 views
2 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
1863 views
0 comments
0 upvotes
Software Engineer
4 rounds | 4 problems
Interviewed by Wipro pvt
2624 views
0 comments
0 upvotes
Software Engineer
1 rounds | 2 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
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes