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

SDE - 2

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Spring MVC, Spring Boot, Database, HackerRank coding, Microservice
Tip
Tip

Tip 1 : Clear all data structures problems and prepare them multiple times
Tip 2 : Do online coding test like hackerRank and other
Tip 3 : Prepare core concepts

Application process
Where: Campus
Eligibility: 60% and above
Resume Tip
Resume tip

Tip 1: short and crisp
Tip 2: include all projects and certificates

Interview rounds

01
Round
Medium
Online Coding Test
Duration120 minutes
Interview date21 Mar 2022
Coding problem2

Some mcq and 2 coding questions

1. Sort The Strings

Moderate
0/80

Ninja has an array, ‘S’, of ‘N’ words, each word consisting of lowercase English letters. An array of words is good if they are in lexicographical order. Ninja would like to make the array ‘S’ good. However, the only move Ninja can perform is to reverse any number of them as many times as he wants.


Let ‘A[i]’ be the cost to reverse the word ‘S[i]’. Let ‘C’ be the minimum total cost to make the array ‘S’ good. Calculate the value of ‘C’. If it’s impossible to make the array good, return the integer ‘-1’.


Example :
N = 3, A = [ 4, 8, 6 ], S = [ “tb”, “ay”, “yb” ]
For each string, we have 2 choices, whether to reverse it or not.
For [ “tb”, “ay”, “yb”], not sorted in lexicographical order.
For [ “tb”, “ay”, “by”], not sorted in lexicographical order.
For [ “tb”, “ya”, “yb”], sorted in lexicographical order and the cost is 0 + 8 + 0 = 8.
For [ “tb”, “ya”, “by”], not sorted in lexicographical order.
For [ “bt”, “ay”, “yb”], not sorted in lexicographical order.
For [ “bt”, “ay”, “by”], not sorted in lexicographical order.
For [ “bt”, “ya”, “yb”], sorted in lexicographical order and the cost is 4 + 8 + 0 = 12.
For [ “bt”, “ya”, “by”], not sorted in lexicographical order.
Hence, the answer is 8.
Try solving now

2. Puzzle

Inputs:-1. current position of person in x and y format
2. Current facing direction(East, West, North, South)
3. Some input array(M,M,M,L,M,R,M)
M- move
L - turn Left
R- turn Right

Output:- you need to tell the last position and direct of the person after iterating all inputs.

Problem approach

Tip 1: make the design for this in XY graph format
Tip 2:then take initiate x and y point as given
Tip 3: then iterate each value of input and change the point and direction accordingly

02
Round
Hard
Video Call
Duration60 mins
Interview date26 Mar 2022
Coding problem1

In this round, interviewer ask all concepts related to your coding languages (like java) and data structures problem and solution for that. Database query for some problems.

1. Design question

Design a parking lot.

03
Round
Medium
HR Round
Duration30 mins
Interview date31 Mar 2022
Coding problem1

1. Basic Hr questions

Your communication skills are checked
How you handle the situation
Location constraints

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 - 2
2 rounds | 2 problems
Interviewed by Wipro pvt
1983 views
0 comments
0 upvotes
SDE - 1
3 rounds | 12 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 2
3 rounds | 2 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 2
1 rounds | 4 problems
Interviewed by Wipro pvt
1228 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29892 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9698 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6766 views
1 comments
0 upvotes