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

Senior Systems Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Linked list concept, OOPS, System Design, Algorithms
Tip
Tip

Tip 1 : Practice At least 50 + questions based on previously asked pattern
Tip 2 : Do a Live project on it so it will be helpful for you. 
Tip 3 : Keep connected with industry people to learn more that how you can practice you can choose LinkedIn is the best platform

Application process
Where: Other
Eligibility: 7.0 CGPA
Resume Tip
Resume tip

Tip 1 : Mention your live project in your resume.
Tip 2 : Showcase your skills or achievement and publication 
Tip 3 : Never put false things in the resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration40 Minutes
Interview date24 Jun 2020
Coding problem2

This round consisted of MCQ based + coding round, Mcqs based on data structure + aptitute+ reasoning + OOPS concept, Round was about 40 minutes. this is a proctored assessment

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. Beautiful Distribution

Moderate
25m average time
70% success
0/80

You are given an array ‘A’ containing ‘N’ positive integers.

You define a beautiful distribution of an array as follows.

1. Split the array into multiple groups.

2. Each element of the array is present in exactly one group.

3. If you individually sort each group, the array ‘A’ should also become sorted.

Here, groups means a consecutive set of array ‘A’ elements.

There can be multiple beautiful distributions, so you are interested in the one where the number of groups is maximized.

Your task is to find the maximum number of groups possible in a beautiful distribution.

Example :
‘N’ = 5, ‘A’ = [2, 1, 4, 4 ,3]
Here we can form 2 groups, ‘[2, 1]’ and ‘[4, 4, 3]’. After individually sorting them, the array will be ‘[1, 2, 3, 4, 4]’ and is sorted. And it can be proved that this is the best answer.
Hence, the answer is 2.
Try solving now
02
Round
Medium
Online Coding Test
Duration50 Minutes
Interview date28 Oct 2020
Coding problem2

This round is based only on Coding questions. there were 2 coding questions. the round was around 50 minutes. This is also a proctored round and the environment is hackerrank . Questions based on array + strings.

1. Spiral Matrix

Easy
15m average time
80% success
0/40
Asked in companies
WalmartOracleApple

You are given a 2-D array 'MATRIX' of dimensions N x M, of integers. You need to return the spiral path of the matrix.

Example Of Spiral Path:

Spiral path of a matrix

Try solving now

2. Maximum Difference Of Zeros And Ones In A Binary String

Moderate
15m average time
85% success
0/80
Asked in companies
D.E.ShawAmdocs

You are given a binary string. You are supposed to find the maximum difference between the number of zeros(0's) and the number of ones(1's) in any substring of the given string.

Note:
Binary String is a string that consists of only ‘0’s and ‘1’s.

A string ‘A’ is said to be a substring of string ‘B’ if ‘A’ can be obtained by deleting several characters(possibly none) from the start of ‘B’ and by deleting several characters(possibly none) from the end of ‘B’.

The substring must have a length greater than or equal to 1.
Try solving now
03
Round
Easy
HR Round
Duration30 Minutes
Interview date4 Nov 2020
Coding problem1

This is the HR round where HR and I connected on call.
A question was asked related to only relocation. she asked me some situation-based questions.
like where you see yourself after 3 years

1. Basic HR Question

Why did you choose this technical field?
What if sudden escalation came what 1st step do you do?
Are you ready to relocate?

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
Project Engineer
2 rounds | 6 problems
Interviewed by Wipro pvt
990 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Wipro pvt
1196 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1382 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1202 views
1 comments
0 upvotes