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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Java /C++, Oops Concept, Data structure and Algorithms, Html / CSS, SQL/ Mongo Db, Machine Learning, Quant and reasoning, Coding of Dynamic Programming
Tip
Tip

Tip 1 : Study hard practice more and don't waste time.
Tip 2 : Be confident while giving the interview.
Tip 3 : Always believe in one thing that

Application process
Where: Leetcode
Eligibility: 65 % and above
Resume Tip
Resume tip

Tip 1 : Write those things on your resume which you know in the technical part don't put false things.
Tip 2 : Always write the projects in the resume which you have made on the technology which you know.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date26 Sep 2019
Coding problem1

It was the online MCQ round of 90mins and the web cam was on screen was shared and everything was being checked properly where questions related to quant , Ds, oops, java , html was there.

1. Pythagorean Triplets

Moderate
35m average time
70% success
0/80
Asked in companies
AmazonOYOErnst & Young (EY)

You are given an array of n integers (a1, a2,....,an), you need to find if the array contains a pythagorean triplet or not.

An array is said to have a pythagorean triplet if there exists three integers x,y and z in the array such that x^2 + y^2 = z^2.

Note
1. The integers x,y and z might not be distinct , but they should be present at different locations in the array i.e if a[i] = x, a[j] = y and a[k] = z, then i,j and k should be pairwise distinct.
2. The integers a,b and c can be present in any order in the given array.
Try solving now
02
Round
Medium
Online Coding Test
Duration120 Minutes
Interview date30 Sep 2019
Coding problem2

It was a coding round of 120 mins where 2 types of question were given which were hard to solve and it was language specified that is we have to do it in java only.

1. Ninja And The Apples

Easy
15m average time
78% success
0/40
Asked in company
NI (National Instruments)

Ninja has been given two baskets of apples containing ‘A’ and ‘B’ apples each. Also, he has been given extra ‘C’ apples separately.

This apple will be gifted to the Ninja’s best buddies; Ninja wants to do some partiality so that the number of apples in the first basket is strictly greater than the number of apples in the second basket.

The ninja can do it using extra ‘C’ apples, he must have to use all the extra apples and transfer them in both the first and second basket.

Your task is to help Ninja by calculating a number of possible arrangements of apples so that the resultant configuration is feasible for Ninja to do the partiality.

EXAMPLE:
Input: 'A' = 5, 'B' = 3, 'C' = 4

Output: 3

Here only three possible combinations are:

(7, 5) Transfer 2 apples to the first basket and 2 apples to the second basket.
(9, 3) Transfer 4 apples to the first basket and 0 apples to the second basket.
(8, 4) Transfer 3 apples to the first basket and 1 apple to the second basket.

Only above combinations for (A, B) satisfies the condition that all 'C'  apples are used and ('A' > 'B')
Try solving now

2. Last Stone Weight

Easy
27m average time
0/40
Asked in companies
Samsung R&D InstituteExpedia GroupLTIMindtree

We have a collection of 'N' stones, each stone has a positive integer weight.

On each turn, we choose the two heaviest stones and smash them together. Suppose the stones have weights 'x' and 'y' with 'x' <= 'y'. The result of this smash will be:

1. If 'x' == 'y', both stones are totally destroyed;

2. If 'x' != 'y', the stone of weight 'x' is totally destroyed, and the stone of weight 'y' has a new weight equal to 'y - x'.

In the end, there is at most 1 stone left. Return the weight of this stone or 0 if there are no stones left.

Try solving now
03
Round
Easy
Video Call
Duration30 Minutes
Interview date10 Oct 2019
Coding problem1

It was the interview round where zoom meeting was done of 30 mins and all the questions were being asked. How properly were be dressed was seen. The environment where we are giving the interview should be silent.

1. OS Questions

What is OS?
What is virtual memory?
What is round robin?

Problem approach

Tip 1 : Dress properly
Tip 2 : Be confident
Tip 3 : Improve your vocab while giving the answer.

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
SDE - 1
2 rounds | 3 problems
Interviewed by Wipro pvt
1444 views
1 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Wipro pvt
1196 views
0 comments
0 upvotes
SDE - 1
3 rounds | 12 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 1
2 rounds | 7 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes