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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Data Structures, OOPS, Algorithms, Dynamic Programming, The Projects you build and aptitude (basic)
Tip
Tip

Tip 1 : Solve previously asked questions. It tells you about the level of questions that the company asks. Check glass-door reviews it will help you to know what kind of questions company ask 
Tip 2 : Be real during the interview and don’t show off.
Tip 3 : Prepare for theory subjects like Object-Oriented Programming System, Database Management System, Computer networks, etc.

Application process
Where: Campus
Eligibility: Above 60% and knowledge of software and from Computer science branch
Resume Tip
Resume tip

Tip 1 : You should have multiple projects on your resume
Tip 2 : Keep your resume simple.
Tip 3 : Any unwanted information on the resume leaves a bad impact on the interviewer.
Tip 4 : You should be prepared to explain anything that’s written on your resume.
Tip 5 : Keep it of 1 page and 2 pages only

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date23 Jan 2021
Coding problem2

This was coding round and was conducted on Cocubes platform. And in this round we got shortlisted because of our 10th and 12th scores.

1. K-th Permutation Sequence

Moderate
15m average time
85% success
0/80
Asked in companies
AdobeTruminds Software Systems

You have been given two integers ‘N’ and ‘K’. Your task is to find the K-th permutation sequence of numbers from 1 to ‘N’. The K-th permutation is the K-th permutation in the set of all sorted permutations of string 1 to ‘N’.

For example :
If ‘N’ = 3 and ‘K’ = 4. Then all permutations for ‘N’ = 3 are “123”, “132”, “213”, “231”, “312”, “321”. So the 4-th permutation is “231”.
Try solving now

2. Minimum operations to make strings equal

Moderate
10m average time
80% success
0/80
Asked in companies
BillFree LabsCapegemini Consulting India Private Limited

You have been given two strings A and B consisting of lower case English letters. The task is to count the minimum number of pre-processing moves on the string A required to make it equal to string B after applying below operations:

1. Choose any index i (0 <= i < n) and swap characters a[i]  and b[i].
2. Choose any index i (0 <= i < n) and swap characters a[i]  and a[n-i-1] .
3. Choose any index i (0 <= i < n) and swap characters b[i]  and b[n-i-1] .

In one preprocess move, you can replace a character in A with any other character of the English alphabet.

Note:
1. The number of changes you make after the preprocess move does not matter.
2. You cannot apply to preprocess moves to the String B or make any preprocess moves after the first change is made.
Try solving now
02
Round
Medium
Online Coding Test
Duration110 minutes
Interview date25 Jan 2021
Coding problem2

This was pen and paper round.This round contain few coding questions in which we have to solve atleast 2 questions correct to clear this round.

1. Remove leaf nodes in Tree

Moderate
0/80
Asked in companies
ShareChatUrban Company (UrbanClap)

Remove all leaf nodes from a given generic Tree. Leaf nodes are those nodes, which don't have any children.

Note : Root will also be a leaf node if it doesn't have any child. You don't need to print the tree, just remove all leaf nodes and return the updated root.
Try solving now

2. Palindromic Sub-strings

Moderate
20m average time
80% success
0/80
Asked in companies
MicrosoftSalesforceAmazon

You have been given a string STR. Your task is to find the total number of palindromic substrings of STR.

Example :
If the input string is "abbc", then all the possible palindromic substrings would be: ["a", "b", "b", c", "bb"] and hence, the output will be 5 since we have 5 substrings in total which form a palindrome.
Note :
A string is said to be a 'Palindrome' if it is read the same forwards and backwards. 
For example, “abba” is a palindrome, but “abbc” is not.

A 'Substring' is a contiguous sequence of characters within a string. 
For example, "a", "b", "c", "ab", "bc", "abc" are substrings of "abc".
Try solving now
03
Round
Easy
Video Call
Duration30 minutes
Interview date27 Jan 2021
Coding problem2

This round is fully Technical interview which comprised of discussion on projects, internships and solving DSA problems.

1. Merge Sort

Easy
15m average time
85% success
0/40
Asked in companies
Media.netHewlett Packard EnterpriseIBM

Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm.

Example :

Merge Sort Algorithm -

Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

subsequence

The above illustrates shows how merge sort works.
Note :
It is compulsory to use the ‘Merge Sort’ algorithm.
Try solving now

2. XOR

Easy
0/40
Asked in company
HashedIn

You are given an array ‘A’ of size ‘N’. Return true if an array can be divided into groups of pairs such that XOR of each pair is equal to 0.

A pair consists of two integers.

Example : Let the array be { 1, 2, 3, 4}

One of the ways to divide it into groups of pairs is { 1, 2 } and { 3, 4}.

Try solving now
04
Round
Easy
HR Round
Duration25 minutes
Interview date29 Jan 2021
Coding problem1

This was last round . The interviewer was very friendly.

1. General Questions

Introduce yourself
What do you consider to be your greatest strengths and weaknesses?
Where you see yourself after 5 years?
Will you pursue higher education?
Tell me about your projects mentioned in your resume?

Problem approach

Tip 1 : Have confidence
Tip 2 : Be honest

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
SDE - 1
2 rounds | 5 problems
Interviewed by Wipro pvt
1173 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
SDE - 1
3 rounds | 4 problems
Interviewed by Wipro pvt
1048 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes