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

Project Engineer

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

Interview preparation journey

expand-icon
Journey
I started off with aptitude & other Quantitative aptitude. I then went to basic coding as I was new to coding at that time. I started off with C++ & went on to learn some data structures as well.
Application story
Wipro came to our campus as a mass recruiter. I had a word with seniors & it was briefly told by them that being thorough with Aptitude / Logical Reasoning & Basic Coding would be enough to break the ice. And thus I prepared the same.
Why selected/rejected for the role?
I think I was able to answer most of the questions well in the interview as they were mostly HR based. Also I was able to convince the interviewer that I was a team player.
Preparation
Duration: 2 months
Topics: OOPS , Basic Coding , Aptitude , Logical Reasoning
Tip
Tip

Tip 1 : Be well prepared with everything in your resume
Tip 2 : Prepare some good projects
Tip 3 : Be prepared for some HR questions from YouTube

Application process
Where: Campus
Eligibility: 6 CGPA , at max 1 Backlog
Resume Tip
Resume tip

Tip 1: Add atleast 2 projects which showcase your technical skills
Tip 2: Make sure to add true achievements only in your resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration50 minutes
Interview date16 Sep 2021
Coding problem1

There were MCQ questions on Aptitude , Logical Reasoning & basic questions based on C / C++. The questions were of easy level I would say & I was able to answer most of them.

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeSamsungIBM

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Problem approach

I initially went on to make 2 nested loops and for each iteration , I checked if arr[j]==arr[i] , I increased the count of arr[i] . At the end of inner loop , I compared the ans with this count and updated the ans with this count if this count>ans.

However , I then optimised this using a hashmap. I stored the frequencies & then traversed the map & checked , if current frequency is greater than largest stored frequency , then this can be the largest frequency element , & earlier stored frequency can be the second largest frequency. So make this as maxFreq & take the earlier stored maxFreq & make it as secondMax , if any other frequency occurs where that freqsecondMax , then , this freq can be the second Max freq element. Thus , I solved it in O(N) time.

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date24 Sep 2021
Coding problem2

It was a 30 min HR based interview which comprised of some basic HR questions.

1. Basic HR Questions

Explain an event where you worked in a team & faced challenges & how you tackled it ?

Problem approach

Tip 1: Make sure to be real with the scenario you're reciting.
Tip 2: Even if you're making up a story , make sure it feels real & not some fairytale.
Tip 3: Do not tell that you did not face any challenge as it might not be the case the interviewer is looking for. They're looking for people who have faced challenges & know how to fix them.

2. HR Question

Are you okay with the Service Agreement ( Bond ) ?

Problem approach

Tip 1: Sound professional & make sure that you understand the company's requirement to do it
Tip 2: Convince them that its not your forte to leave the company
Tip 3: Sound real that although if you take it as a bond , it does not seem to be good to you but you understand the investment that company puts into you & find this service agreement justifying.

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