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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 months
Topics: Arrays, Linked list, System design, oops, DS, CN.
Tip
Tip

Tip 1 : Prepare system design
Tip 2 : Practice for your weak areas
Tip 3 : Do coding 

Application process
Where: Campus
Eligibility: 7
Resume Tip
Resume tip

Tip 1 : Have some hackathon experience to write
Tip 2 : Try to make it look good

Interview rounds

01
Round
Easy
Online Coding Test
Duration90 minutes
Interview date2 Jan 2021
Coding problem3

1. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
Lenskart.comOptumWells Fargo

Bubble Sort is one of the sorting algorithms that works by repeatedly swapping the adjacent elements of the array if they are not in sorted order.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Bubble Sort algorithm.

For Example:
Bubble Sort implementation for the given array:  {6,2,8,4,10} is shown below :-

Alt test

Try solving now

2. Binary Confusion

Easy
10m average time
90% success
0/40

In the event of confusion, Ninja and his friends were asked to solve an easy problem given by their teacher. However, even after taking several hours, they could not solve the problem.

A value of decimal number ‘N’ is given to them, and they are asked to convert it into its binary equivalent and return it as the answer. Since they are stuck for a while, they ask you to solve the problem. Can you help solve this problem?

Try solving now

3. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Deutsche BankIBMSalesforce

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Problem approach

na

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date3 Feb 2021
Coding problem1

1. Technical Questions

What are the languages you know?
Rate yourself in a c programming language
Rate yourself in Java programming language
What is c?
What is java?
What is DBMS?
What are Pointers?
What are Functions?
What are Variables?
Difference between c and java?
What is a Class?
What is an Object?
Define Abstract datatype?
Interface?
What is Inheritance?
Define Polymorphism?

03
Round
Easy
HR Round
Duration30 minutes
Interview date3 Feb 2022
Coding problem1

1. Basic HR Questions

Are you willing to relocate?
Able to do night shifts?
Team leadership?
Strength and weakness?

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
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
2628 views
2 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Wipro pvt
1948 views
0 comments
0 upvotes
Software Engineer
4 rounds | 4 problems
Interviewed by Wipro pvt
2700 views
0 comments
0 upvotes
Software Engineer
1 rounds | 2 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes