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

Project Engineer

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

Interview preparation journey

expand-icon
Journey
From the first year of joining the college, i was curious to know about the placements, what to prepare and how to. Talking to the seniors helped me to get the idea to prepare for the same, I started preparing immediately and practiced coding for months which eventually helped me to grab good placements
Application story
This company visited to my campus for the placement. We just had to upload resume and fill all details in the form. First, they took the online assessment. Later, they called us for the interview rounds.
Why selected/rejected for the role?
I got selected for the role as i solved all the questions asked and i remained confident with all the answers which eventually helped me to grab the role.
Preparation
Duration: 6 months
Topics: Data Structures, Algorithms, System Design, Aptitude, OOPS
Tip
Tip

Tip 1 : solve as many questions as possible
Tip 2 : take part in contests on codechef and codeforces
Tip 3 : try to design simple systems like parking lot and hotel management

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

Tip 1 : concise and accurate 
Tip 2 : no false information

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date16 Mar 2018
Coding problem1

1. Anagram Pairs

Moderate
30m average time
60% success
0/80
Asked in companies
AdobeThought WorksHSBC

You are given two strings 'str1' and 'str1'.


You have to tell whether these strings form an anagram pair or not.


The strings form an anagram pair if the letters of one string can be rearranged to form another string.

Pre-requisites:

Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams. 

Other examples include:

'triangle' and 'integral'
'listen' and 'silent'
Note:
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct. 
Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date22 Mar 2018
Coding problem1

1. Search In A Row Wise And Column Wise Sorted Matrix

Moderate
15m average time
80% success
0/80
Asked in companies
NoBrokerOracleGoldman Sachs

You are given an 'N * N' matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'.


Find the position of 'X' in the matrix. If it exists then return the pair {i, j} where 'i' represents the row and 'j' represents the column of the array, otherwise return {-1,-1}


For example:
If the given matrix is:
[ [1, 2, 5],
  [3, 4, 9],
  [6, 7, 10]] 
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Try solving now
03
Round
Easy
Face to Face
Duration45 minutes
Interview date27 Mar 2018
Coding problem1

This was not actually a technical round, it was a behavioral one. The round was at 4:00 pm. The interviewer was a really enthusiastic guy wanting to know more about me and was up for a really good conversation to know me better.

1. Basic HR Questions

What makes you angry? 

Are you open to take risks? or Do you like experimenting? 

What are your future goals? Tell me about your short term and long-term goals.

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
989 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1139 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
1201 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Amdocs
1255 views
0 comments
0 upvotes