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
Journey
I started my interview preparation journey at the end of the third year of my college. Initially, it was difficult to stay consistent but I decided to be consistent with baby steps. So with continuous efforts, I cracked my first company Wipro. At this time I was at a beginner level of preparation but have a well-balanced skills set which consists of DSA, a project, communication skills, and medium-level knowledge of core subjects. It was also my first off-campus offer.
Application story
I applied for this opportunity through the Wipro career site. It was two round process i.e. 1. Assessment 2. Technical + Managerial Round. In the first round, they asked general aptitude questions and some technical questions, and also essay writing. In the second round, they asked two DSA which were lower to medium level, and some general questions about future plans, etc. The whole process was in online mode and it will take around a month to complete I got the result of selection within one month and the offer letter after two months.
Why selected/rejected for the role?
I was selected for this role. I think it was because I performed well in the interview. I solved all DSA questions and also remain calm and confident during the interview
Preparation
Duration: 2 months
Topics: DSA, C, C++, Python, OOPS, General Aptitude, Computer Network
Tip
Tip

Tip 1 : Add at least one or two personal projects to your resume 
Tip 2 : Stay consistent in preparation 
Tip 3 : Practice at least 1-3 questions coding questions from a single platform

Application process
Where: Other
Eligibility: Above 60% in B.E/B.Tech and 10+2
Resume Tip
Resume tip

Tip 1 : Resume should be of maximum one page with a simple template
Tip 2 : Do not put fancy skills which you don't have. Stay true

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date27 Aug 2021
Coding problem3

The shift of timing was 5 pm to 6:30 pm IST and the environment was good and everything is working fine on the platform. It was a proctored test with no negative marking.

Moderate
25m average time
70% success
0/80
Asked in companies
Citi BankCIS - Cyber InfrastructureDell Technologies

Ninja is given a pattern. Now he is asked to print the same pattern for any given ‘N’ number of rows.

Note:

There is only one space between the values of each column in a row.

For example, Pattern for ‘N’ = 5 will be.
1 2 3 4 5 
11 12 13 14 15 
21 22 23 24 25 
16 17 18 19 20 
6 7 8 9 10 
Try solving now

2. DBMS Question

Which of the following is the property of the transaction that protects data from system failure?
1. Atomicity 
2. Isolation
3. Durability
4. Consistency

Problem approach

Tip 1 : Read top interview question of SQL

3. Reverse Words in a String

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksFacebookApple

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
02
Round
Easy
Video Call
Duration40 minutes
Interview date6 Sep 2022
Coding problem1

In this round, Interviewer asked to solve coding questions and asked other managerial questions, and told me about company culture. The timing slot was: 5 pm. The interviewer was good who trying to maintain cool environment

1. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
AmazonIntuitOracle

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Problem approach

I solved this problem using stack. I made a stack of characters and run a loop on the string in which ----
1) if I found any open parenthesis I pushed it into the stack and -------
2) in else part --------- 
2.1). check for if(len of stack == 0) then return false and 
2.2) check (st.top() == '(' && s[i] == ')') || (st.top() == '{' && s[i] == '}') || (st.top() == '[' && s[i] == ']' ) so if this condition found true then pop an element from stack
3).else return false
4. outside loop ---- check if stack is empty then return true 
else ------ return false

Try solving now

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
1382 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