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

Project Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice At least 50 company specific questions

Tip 2 : Do at least 3 projects

Tip 3 : Do not take much gaps in between your coding days\

Tip 2 : Start preparing from the second year

Application process
Where: Linkedin
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have good projects on resume
Tip 2 : Do not overextend resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date20 Aug 2021
Coding problem2

There is an aptitude + coding test conducted on Mettl Secure Browser. The Aptitude section consists of English Grammar, Logical Reasoning, Direction related problems, Permutation and Combination, Relationship type problems in general. The Coding Section consists of 2 coding questions. For these coding questions, if you can run all test cases of one program and at least half of the test cases for another program, you will be sure to clear out the coding phase. But it is equally important to score well for the Aptitude section as it too serves its part in your further progress of yours.

1. Counting Pairs

Moderate
35m average time
65% success
0/80
Asked in companies
OptumIBMUber

You are given a positive integer N and an equation 1/X + 1/Y = 1/N

You need to determine the count of all possible positive integral solutions (X, Y) for the above equation.

Note:

1. X and Y should be greater than 0.
2. (X, Y) and (Y, X) are considered different solutions if X is not equal to Y, i.e. (X, Y) and (Y, X) will not be distinct if X=Y.
Try solving now

2. Valid Pairing of Numbers

Hard
50m average time
50% success
0/120
Asked in companies
AppleSamsungMAQ Software

You are provided with a list of numbers from ‘0’ to (2 * ’N’ - 1). You have to find the minimum number of swaps needed to make every even number ‘E’ (present in the list) adjacent to (‘E’ + 1).

For Example:
List = [3, 0, 2, 1]

We have to make ‘0’ adjacent to ‘1’ and ‘2’ to ‘3’. And, to achieve this we can swap ‘0’ with ‘2’.

New list = [3, 2, 0, 1].

Therefore, the answer (minimum number of swaps) is equal to 1.
Note:
There will be only distinct numbers present in the given list.
Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date22 Sep 2021
Coding problem2

It was a wait of approximately 1.3 months before we received a link from Superset about our interview slot. Make sure to dress professionally while attending them.

1. OS Questiosn

  • Explain deadlock in details
  • Explain zombie process?
  • What do you mean by Semaphore in OS? Why is it used?
Problem approach

Tip 1 : Study Galvin for OS thoroughly.
 

2. DBMS

  • What is relational database?
  • Explain crud operations
  • What is normalization?
Problem approach

Tip 1 : Practice SQL queries
Tip 2 : Also go through the theory part

 

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