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

Project Engineer

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

Interview preparation journey

expand-icon
Journey
I cleared the initial rounds of two companies i.e. TCS and capgemini but was not able to crack the interview rounds. Later I found out the mistakes that where I am lagging and after working on my miatakes I got offer from two companies wipro and cognizant.
Application story
I was in my 7th sem in college when I got to know about the form then I filled the form as I was fulfilling the eligibility criteria and later I got the exam link.
Why selected/rejected for the role?
I prepared for the technical topics from dsa, oops concepts and dbms. I also prepared for the project and the hr round questions.
Preparation
Duration: 4 months
Topics: Data structure and algorithms, OOPS concepts, DBMS, Aptitude, Logical reasoning
Tip
Tip

Tip 1 : Atleast 2 projects and the in depth knowledge about projects.
Tip 2 : Practice 100 questions.(Both begineer and intermediate level)
Tip 3 : Prepare the resume on the basis of what you actually know. Don't write too many things.

Application process
Where: Referral
Eligibility: 60% throughout
Resume Tip
Resume tip

Tip 1 : Resume should be simple and clear, no extra things should me mentioned. 
Tip 2 : Put atleast 2 - 3 certifications. It boosts your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date16 Jul 2020
Coding problem1

I was enough prepared for the exam. There was a provision to give exam within 24 hours of the given time. I started the exam in the morning around 9 am. I faced some internet issues as I was giving assessment from my personal laptop my somehow I managed and given the exam.

1. Find all occurrences

Moderate
35m average time
60% success
0/80
Asked in companies
Goldman SachsMicrosoftOracle

You are given a 'M' x 'N' matrix of characters, 'CHARACTER_MATRIX' and a string 'WORD'. Your task is to find and print all occurrences of the string in the given character matrix. You are allowed to search the string in all eight possible directions, i.e. North, South, East, West, North-East, North-West, South-East, South-West.

Note: There should not be any cycle in the output path. The entire string must lie inside the matrix boundary. You should not jump across boundaries, i.e. from row 'N' - 1 to 0 or column 'N' - 1 to 0 or vice versa.

Example:

Consider below matrix of characters,
[ 'D', 'E', 'X', 'X', 'X' ]
[ 'X', 'O', 'E', 'X', 'E' ] 
[ 'D', 'D', 'C', 'O', 'D' ]
[ 'E', 'X', 'E', 'D', 'X' ]
[ 'C', 'X', 'X', 'E', 'X' ]

If the given string is "CODE", below are all its occurrences in the matrix:

'C'(2, 2) 'O'(1, 1) 'D'(0, 0) 'E'(0, 1)
'C'(2, 2) 'O'(1, 1) 'D'(2, 0) 'E'(3, 0)
'C'(2, 2) 'O'(1, 1) 'D'(2, 1) 'E'(1, 2)
'C'(2, 2) 'O'(1, 1) 'D'(2, 1) 'E'(3, 0)
'C'(2, 2) 'O'(1, 1) 'D'(2, 1) 'E'(3, 2)
'C'(2, 2) 'O'(2, 3) 'D'(2, 4) 'E'(1, 4)
'C'(2, 2) 'O'(2, 3) 'D'(3, 3) 'E'(3, 2)
'C'(2, 2) 'O'(2, 3) 'D'(3, 3) 'E'(4, 3)
Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date17 Oct 2020
Coding problem5

I was asked about the tables and the queries that have been used in the project.

1. DBMS Questions

How to remove the deadlock?

What is normalization?

Problem approach

Tip 1 : Must know about DML, DDL.
Tip 2 : Conditions of having deadlock.

2. DBMS Question

What is the optimal way to use those tables to remove redundancy etc.

Problem approach

Tip 1:

3. DBMS Question

What are joins?

4. DBMS Question

Write an SQL query for finding employess with 2nd highest salary

5. OS Question

What is virtual memory?

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