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

Project Engineer

Wipro
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: C language, OOPs, Aptitude, WEB Development, Python.
Tip
Tip

Tip 1 : Focus Only One programing language whether it is C, C++, Python etc, and have a strong knowledge of basics of which language (programming) you are preparing.
Tip 2 : Focus Mainly Pointers, Classes, Function, Local and global variable.

Application process
Where: Campus
Eligibility: 60% in academic
Resume Tip
Resume tip

Tip 1 : Mention at least 1,2 project whether it is major or minor and, if it is simulation project then be ready with it.
Tip 2 : Don't put the hobbies/interest/skills which you don't.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date23 Oct 2021
Coding problem2

It is the first round and there is two sections First One is Aptitude (MCQ) Second is Coding (MCQ + Problem).
First round is of 45 minutes and there is 30 MCQ of Aptitude, and Topics is Time, Distance, Some math's question, reasoning etc. If you have a basic knowledge of all this topics then you can easily crack this round.
Second Round is of Coding Round topic may be any one but they ask only basics there are 20 MCQ and 2 Coding program you have to solve all.

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
HCL TechnologiesAccentureIBM

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now

2. Sum of Even Numbers till N

Easy
0/40
Asked in companies
AccentureTransunionWipro

Given a number N, print sum of all even numbers from 1 to N.

Try solving now
02
Round
Medium
Face to Face
Duration20 Minutes
Interview date5 Nov 2021
Coding problem1

Interview was scheduled on Friday at 11 AM. Please join 5, 10 minutes before interview start and have good internet connection , camera quality, background light, mic etc. 
Interviewers ask about me. please gave the only necessary information in your intro because they already have your resume so short you intro. then they asked me the language which i know (C Language) they start questioning about pointers, local-global variables, iteration etc. also gave me a question it is just 6,7 line of program and asked the output.
Don't use local language use professional language i.e English.

1. Output Question

It is just a Post or Pre increment/Decrement questions. But there are lots of of variable where they store values so you need to check carefully the line of code.

Problem approach

You can use your pen and paper if they allow (and most of them allow to use pen and paper) and you can solve the problem in a simple manner. The coding question they asked are not bigger than you can't solve.

03
Round
Easy
HR Round
Duration5 minutes
Interview date9 Nov 2021
Coding problem1

For this position HR round is just a formality round. But you have to join 5,10 Minutes before interview starts and greet the members. HR asked you to that whether you are able to join company on a specific date or not, are you willing to relocate, ready to work in any shift, and whether you are able to sign bond (1,2 Years).

1. Basic HR Questions

Willing to relocate, Ready to join on a specific date, Signing bond, Work shift.

Problem approach

Tip 1 : If you don't have any problems with there policy they you just say Yes to all questions.

Here's your problem of the day

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

Skill covered: Programming

Which SQL keyword removes duplicate records from a result set?

Choose another skill to practice
Similar interview experiences
company logo
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro
1066 views
0 comments
0 upvotes
company logo
Project Engineer
2 rounds | 3 problems
Interviewed by Wipro
868 views
0 comments
0 upvotes
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Wipro
0 views
0 comments
0 upvotes
company logo
Project Engineer
2 rounds | 3 problems
Interviewed by Wipro
0 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Amdocs
844 views
0 comments
0 upvotes
company logo
Project Engineer
3 rounds | 5 problems
Interviewed by Cognizant
800 views
0 comments
0 upvotes
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Infosys
854 views
0 comments
0 upvotes