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

Graduate Trainee

Wipro
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Programming like Java, C, C++, PythonAptitude and ReasoningOperating SystemDBMS, Behavioral Questions and Projects
Tip
Tip

Tip 1 : Always first discuss the problem statement with the interviewer and ask multiple questions, interviewer is very helpful, they will explain you everything
Tip 2 : Practice a mock interview before the actual interview and speak whatever you are thinking while solving the question in the interview. The interviewee wants to know your thought process while solving the problem.
Tip 3 : Practice the STAR technique while explaining any thing.
Tip 4 : Do not fake anything. Interviewers are very smart they will easily know if you are faking anything.

Application process
Where: Campus
Eligibility: Fresher with more than 60% in 10th, 12th and graduation
Resume Tip
Resume tip

Tip 1: Add at least two college projects to your resume and your internship work
Tip 2: Do not put false anything in your resume. The interviewer will go deeper into the resume and will ask about everything that you have mentioned in your resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 Minutes
Interview date1 Jan 2020
Coding problem2

The first round was of online aptitude test conducted on AMCAT platform, there were four sections in this round
Verbal - 18 mins
Quantitative - 16 mins
Logical - 14 MCQ in 14 Mins
Coding - There where 45 minutes give to solve coding questions.
Essay - 20 Mins

1. Greatest Common Divisor

Easy
15m average time
85% success
0/40
Asked in companies
CognizantGooglePaytm (One97 Communications Limited)

You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers.

The Greatest Common Divisor of any two integers is the largest number that divides both integers.

For Example:
You are given ‘X’ as 20 and ‘Y’ as 15. The greatest common divisor, which divides both 15 and 20, is 5. Hence the answer is 5.
Problem approach

If number of lines = 3, then pattern ->

1*2*3
7*8*9
4*5*6

If number of lines = 4, then pattern ->

1*2*3*4
9*10*11*12
13*14*15*16
5*6*7*8

Try solving now

2. All Prime Number

Easy
0/40
Asked in companies
InfosysWipro

Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).

Try solving now
02
Round
Easy
Telephonic
Duration45 Minutes
Interview date20 Feb 2020
Coding problem1

It was a technical round

The interviewer asked me to write code to print the factorial of a number using recursion. 
They asked about topics like exception handling, opps, and multiple inheritances in Java.
They then asked me about my project work and the technologies I used

1. Factorial of a Number

Moderate
25m average time
70% success
0/80
Asked in companies
InfosysWells FargoTech Mahindra

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

Factorial of a non-negative integer, is multiplication of all positive integers smaller than or equal to n. For example factorial of 6 is 6*5*4*3*2*1 which is 720.

n! = n * (n-1)!
n! = 1 if n = 0 or n = 1

Try solving now
03
Round
Easy
HR Round
Duration30 Minutes
Interview date20 Feb 2020
Coding problem1

This round was with the HR of the company

1. Basic HR questions

Projects and Internships in college. 

Why do you want to join Wipro ? 

Why should we hire you?

 Are you ok with any job location in India? 

Tell me about your hobbies

 Tell me about your five year goal

Problem approach

Tip 1 : Practice all the HR round questions before the interview.
Tip 2 : You can refer interview experience and prepare answers for common questions asked.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which traversal uses a queue as its primary data structure?

Choose another skill to practice
Similar interview experiences
company logo
Project Engineer
3 rounds | 3 problems
Interviewed by Wipro
1307 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Wipro
1835 views
0 comments
0 upvotes
company logo
Test engineer
3 rounds | 3 problems
Interviewed by Wipro
3436 views
2 comments
0 upvotes
company logo
Project Engineer
3 rounds | 6 problems
Interviewed by Wipro
975 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Graduate Trainee
3 rounds | 7 problems
Interviewed by Tata Consultancy Services (TCS)
1300 views
1 comments
0 upvotes
company logo
Graduate Trainee
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
Graduate Trainee
3 rounds | 2 problems
Interviewed by Mphasis
738 views
0 comments
0 upvotes