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

SDE - Intern

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: OOPS, DSA, Java, Threading, Personal Project
Tip
Tip

Tip 1 : Master at 1 programming language
Tip 2 : Have detailed knowledge of personal project

Application process
Where: Campus
Eligibility: 7 CGPA`
Resume Tip
Resume tip

Tip 1 : Make one-page resume
Tip 2 : Include personal projects

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date8 Jul 2020
Coding problem2

1. Compress the String

Moderate
32m average time
60% success
0/80
Asked in companies
MicrosoftArcesiumAmazon

Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions.

Example:
If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
Note:
Consecutive count of every character in the input string is less than or equal to 9. You are not required to print anything. It has already been taken care of. Just implement the given function and return the compressed string.
Try solving now

2. Common Digit Longest Subsequence

Moderate
31m average time
0/80
Asked in companies
OptumLinkedInAmazon

You have been given an array of 'N' Integers. Find the length of the longest subsequence such that each adjacent element of the subsequence has at least one digit in common.

Note :
A sequence 'A' is a subsequence of a sequence 'B' if 'A' can be obtained from 'B' by deletion of several (possibly, zero) elements. For example, [3,1] is a subsequence of [3,2,1] and [4,3,1], but not a subsequence of [1,3,3,7] and [3,10,4].
Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date8 Jul 2020
Coding problem1

1. Basic HR Questions

Why do you want to join Wipro?

What do you know about Wipro?

Why should we hire you?

Do you want 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
SDE - Intern
2 rounds | 2 problems
Interviewed by Wipro pvt
2635 views
1 comments
0 upvotes
SDE - Intern
3 rounds | 4 problems
Interviewed by Wipro pvt
1836 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 7 problems
Interviewed by Wipro pvt
1984 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 4 problems
Interviewed by Wipro pvt
2167 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10215 views
2 comments
0 upvotes