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

Software Developer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Java, C++, DBMS, Data Structures, Dot net, HTML, CSS, JS
Tip
Tip

Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection

Application process
Where: Campus
Eligibility: Above 7 CGPA with no pending backlogs
Resume Tip
Resume tip

Tip 1 : Resume should be simple and precise but pretty smart to cover your skills 
Tip 2 : Mention what you really know,no false things

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date19 Jan 2018
Coding problem2

Timing was around 10am
It was quite a normal online examination kind of environment 
People from the company were there to invigilate 
All were quite nice and helpful in case the exam got stuck

1. Ninja And Alien

Hard
45m average time
55% success
0/120
Asked in companies
Samsung R&D InstituteFacebook

An alien spaceship arrived at our planet Earth. An alien dropped his dictionary of words on the way back to his planet. Ninja found that dictionary and now wants to create the order of the characters of that language. Help ninja in creating the order of the characters with the help of the list of words given as were found in the Alien’s dictionary.

Example:
Let us assume that we have a list of words found in the dictionary in the same order as given: [“baa”, “abcd”, “abca”, “cab”, “cad”]

Now, ninja needs to find the order of the characters used in these strings.

The order would be: ‘b’, ‘d’, ‘a’, ‘c’, because “baa” comes before “abcd”, hence ‘b’ will come before ‘a’ in the order, similarly because, “abcd” comes before “abca”, ‘d’ will come before ‘a’. And so on.
Note:
A certain list of words might have more than one correct order of characters. In such cases, you need to find the smallest in normal lexicographical order. In the case of INVALID ORDER, simply return an empty string.
Invalid Order:
words = [“aba”, “bba”, “aaa”]. 
In this case, no valid order is possible because, from the first two words, we can deduce ‘a’ should appear before ‘b’, but from the last two words, we can deduce ‘b’ should appear before ‘a’ which is not possible.
More than one correct order:
words = [“ca”, “cb”]. 
In this case, we only know that ‘b’ will come after ‘a’ in the order of characters, but we don't have any knowledge of ‘c’. So, the valid correct orders can be = “abc”, “cab”, “acb”. Out of these, “abc” is lexicographically smallest, hence it will be printed.
Try solving now

2. Check Duplicate

Moderate
35m average time
75% success
0/80
Asked in company
Amazon

Given an array 'arr' of 'N' integers and an integer 'K'. The array 'arr' may contain duplicate integers. Return "true" if the array contains any duplicate element within the 'K' distance from each other, otherwise, return "false".

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date23 Jan 2018
Coding problem2

Timing was 2pm when it started
Interviewer was polite

1. Technical Questions

It was a viva kind of round including all the skills in the resume

Basic oop concepts

What is DBMS and RDBMS.

2. Kth largest element

Moderate
0/80
Asked in companies
MakeMyTripOracleWalmart

Ninja loves playing with numbers. One day Alice gives him some numbers and asks him to find the Kth largest value among them.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date24 Jan 2018
Coding problem1

Timing was 9 am onwards 
Interviewer was good enough

1. Basic HR Questions

What keeps you motivated?

Why are you good fit for the role?

Some Puzzles.

Problem approach

Tip 1 : Be polite 
Tip 2 : Negotiate to a limit

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
Software Developer
3 rounds | 3 problems
Interviewed by Wipro pvt
2495 views
0 comments
0 upvotes
Software Developer
1 rounds | 1 problems
Interviewed by Wipro pvt
2392 views
1 comments
0 upvotes
Software Developer
3 rounds | 3 problems
Interviewed by Wipro pvt
2854 views
0 comments
0 upvotes
Software Developer
2 rounds | 6 problems
Interviewed by Wipro pvt
7402 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
4029 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2912 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1270 views
0 comments
0 upvotes