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
Preparation
Duration: 3 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice at least 250 Questions
Tip 2 : Use online platform to get company specific problems
Tip 3 : Take time to study DSA

Application process
Where: Campus
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.

Tip 2 : Do not put false things on resume.

Tip 3 : Add your coding profiles on resume.

Tip 4 : Try to add as much achievements as you can in a brief.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date4 Nov 2021
Coding problem2

English 15 Questions MCQs
Aptitude 15 Questions MCQs

2 coding problem

1. N-th Node From The End

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

You are given a Singly Linked List of integers. You have to find the N-th node from end.

For Example
If the given list is (1 -> -2 -> 0 -> 4) and N=2:

example

Then the 2nd node from the end is 0.
Problem approach

Step 1 : Calculate the length of Linked List. Let the length be len.
Step 2 : Print the (len – n + 1)th node from the beginning of the Linked List.

Try solving now

2. Armstrong Number

Easy
15m average time
85% success
0/40
Asked in companies
OracleIBMOptum

You are given an integer ‘NUM’ . Your task is to find out whether this number is an Armstrong number or not.

A k-digit number ‘NUM’ is an Armstrong number if and only if the k-th power of each digit sums to ‘NUM’.

Example
153 = 1^3 + 5^3 + 3^3.

Therefore 153 is an Armstrong number.
Problem approach

The approach implemented below is simple. We traverse through all numbers in given range. For every number, we first count number of digits in it. Let the number of digits in current number be n. Them we find sum of n-th power of all digits. If sum is equal to i, we print the number

Try solving now
02
Round
Easy
HR Round
Duration20 minutes
Interview date8 Nov 2021
Coding problem1

There were 1 interview present in the meeting. The interviewer was polite and calm.

1. Basic HR Questions

  • Tell us about yourself and your projects
  • Where do you see yourself in next 5 years
  • Tell us about the company and its work culture
  • Will you accept bond of our company.
  • Tell me about your projects in detail
Problem approach

Tip 1 : Just be yourself and and give simple replies

Tip 2 : Never lie, speak the truth whatever it is

Tip 3 : Stay confident and speak frankly

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