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

Project Engineer

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

Interview preparation journey

expand-icon
Journey
Hi, I got this Opportunity after Completing Bachelor's of Technology before that I am not able to think that I will clear It but I have prepared for 6 months and I got my First Opportunity in Wipro and I am too much Grateful that WIPRO provided me this opportunity.
Application story
Firstly I applied for NLH on their website after 2-3 months, I got the Test URL, and then I cleared this, and within 1 month, I cleared two rounds 1 Technical and 1 HR.
Why selected/rejected for the role?
I learned JAVA well, and I have good communication skills, and my Confidence is a huge Plus Point too.
Preparation
Duration: 4 months
Topics: Java, OS, DBMS, DS, Array, Linkedlist, etc
Tip
Tip

Tip 1 : Prepare your Core Subject
Tip 2 : A little bit DSA,
Tip 3 : Good communication skills

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

Tip 1 : Mention your workable Project
Tip 2 : Don't mention things you don't know

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date13 Sep 2021
Coding problem2

The MCQ +Coding round is in afternoon and Interview round is in evening

1. Maximum Width In Binary Tree

Moderate
38m average time
50% success
0/80
Asked in companies
MicrosoftAmazonGE (General Electric)

You have been given a Binary Tree of integers. You are supposed to return the maximum width of the given Binary Tree. The maximum width of the tree is the maximum width among all the levels of the given tree.


The width of one level is defined as the length between the leftmost and the rightmost, non-null nodes in the level, where the null nodes in between the leftmost and rightmost are excluded into length calculation.


For example :
For the given binary tree

Example

The maximum width will be at the third level with the length of 3, i.e. {4, 5, 6}.
Try solving now

2. Rearrange Linked List

Moderate
22m average time
80% success
0/80
Asked in companies
AmazonIntuitOptum

You have been given a singly Linked List in the form of 'L1' -> 'L2' -> 'L3' -> ... 'Ln'. Your task is to rearrange the nodes of this list to make it in the form of 'L1' -> 'Ln' -> 'L2' -> 'Ln-1' and so on. You are not allowed to alter the data of the nodes of the given linked list.

For example:
If the given linked list is 1 -> 2 -> 3 -> 4 -> 5 -> NULL.

Then rearrange it into 1 -> 5 -> 2 -> 4 -> 3 -> NULL. 
Try solving now
02
Round
Easy
Video Call
Duration45 minutes
Interview date21 Sep 2021
Coding problem2

1. Calculate the Factorial of a Number

Moderate
25m average time
70% success
0/80
Asked in companies
HCL TechnologiesHCL TechnologiesWells Fargo

You are given an integer ‘N’. You have to print the value of Factorial of ‘N’. The Factorial of a number ‘N’ is defined as the product of all numbers from 1 to ‘N’.

For Example:
Consider if ‘N’ = 4, the Factorial of 4 will be the product of all numbers from 1 to 4, which is 1 * 2 * 3 * 4 = 24. Hence, the answer is 24.
Problem approach

Write a program or function that takes a non-negative integer N as input and calculates the factorial of N. The factorial of a non-negative integer N, denoted as N!, is the product of all positive integers from 1 to N.

Try solving now

2. Next Permutation

Moderate
15m average time
85% success
0/80
Asked in companies
UberAdobeCultfit

You have been given a permutation of ‘N’ integers. A sequence of ‘N’ integers is called a permutation if it contains all integers from 1 to ‘N’ exactly once. Your task is to rearrange the numbers and generate the lexicographically next greater permutation.

To determine which of the two permutations is lexicographically smaller, we compare their first elements of both permutations. If they are equal — compare the second, and so on. If we have two permutations X and Y, then X is lexicographically smaller if X[i] < Y[i], where ‘i’ is the first index in which the permutations X and Y differ.

For example, [2, 1, 3, 4] is lexicographically smaller than [2, 1, 4, 3].

Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date25 Sep 2021
Coding problem1

1. Basic HR Questions

Introduce yourself.

Why do you want to join us?

Where do you see yourself in 5 years?

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