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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Java /C++, Oops Concept, Data structure and Algorithms, Html / CSS/SQL/ Mongo Db, Machine Learning, Quant and reasoning, Coding of Dynamic Programming
Tip
Tip

Tip 1 : Study hard practice more and don't waste time.
Tip 2 : Be confident while giving the interview.
Tip 3 : Always believe in one thing that "YOU CAN YOU WILL YOU WIN"

Application process
Where: Campus
Eligibility: 65 and above
Resume Tip
Resume tip

Tip 1 : Write those things on your resume which you know in the technical part don't put false things.
Tip 2 : Always write the projects in the resume which you have made on the technology which you know.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date23 Oct 2021
Coding problem1

It was the online MCQ round of 90mins and the web cam was on screen was shared and everything was being checked properly where questions related to quant , Ds, oops, java , html was there.

1. Basic Interview Questions

It is a automata question in which you have to make the solution of the coding.

02
Round
Hard
Online Coding Interview
Duration120mins
Interview date28 Nov 2021
Coding problem2

It was a coding round of 120 mins where 2 types of question were given which were hard to solve and it was language specified that is we have to do it in java only.

1. Minimum Cost to Buy Oranges

Moderate
20m average time
70% success
0/80
Asked in companies
WalmartIntuitAmazon

You are given a bag of size 'W' kg and provided with the costs of packets with different weights of oranges as a list/array with the name 'cost'. Every i-th position in the cost denotes the price of 'i+1' kg packet of oranges.

If at any point in time the i-th cost is -1, it means that 'i+1' kg packet of orange is unavailable.

You are required to find the minimum total cost to buy exactly 'W' kg oranges and if it's not possible to buy precisely W kg oranges then print -1. There is an infinite supply of all available packet types.

Note :
Array index 'i' denotes the cost of (i+1)kg packet. 
Example: cost[0] is the cost of a 1kg packet of oranges.
Try solving now

2. Segregate Odd-Even

Moderate
25m average time
75% success
0/80
Asked in companies
AdobeLivekeeping (An IndiaMART Company)Thought Works

There is a wedding ceremony at NinjaLand. The bride and groom want everybody to play a game and thus, they have blindfolded the attendees. The people from the bride’s side are holding odd numbers and people from the groom’s side are holding the even numbers. For the game to start quickly, all the bride’s side people should come first, followed by the groom’s side people in the same order.

The attendees of the wedding with their numbers are given in the form of a Singly Linked List, arranged randomly.

A singly linked list is a type of linked list that is unidirectional; that is, it can be traversed in only one direction from head to the last node (tail).

Example:
The attendees holding numbers from 1, 4, 3 are shown: 

As the organizers are busy, you have to arrange all the people by arranging the bride’s side people first followed by the groom’s side people sequentially.

Note:
For the above example 1 -> 4 -> 3, 1 -> 3 -> 4 is the only correct answer, i.e nodes should be grouped sequentially. Hence, 3 -> 1 -> 4 is the wrong answer as we have to preserve the same order.
Try solving now
03
Round
Medium
Video Call
Duration30mins
Interview date16 Dec 2021
Coding problem1

It was the interview round where zoom meeting was done of 30 mins and all the questions were being asked. How properly were be dressed was seen. The environment where we are giving the interview should be silent.

1. Basic OS Questions

What is OS?
What is virtual memory?
What is round robin?

04
Round
Easy
Video Call
Duration40mins
Interview date10 Jan 2021
Coding problem2

It was the 2 technical interview were I was asked about the projects, the technical knowledge and the work I have done during my graduation.

1. All prime numbers

Moderate
10m average time
90% success
0/80
Asked in companies
OptumIBMAmazon

You are given a positive integer 'N'. Your task is to return all the prime numbers less than or equal to the 'N'.

Note:

1) A prime number is a number that has only two factors: 1 and the number itself.

2) 1 is not a prime number.
Try solving now

2. Linear Search

Easy
0/40
Asked in companies
QualcommAvl india private limitedIgnite Intern

 You have been required to return the index at which X is present in the array/list. If X has multiple occurrences in the array/list, then you need to return the index at which the first occurrence of X would be encountered. In case X is not present in the array/list, then return -1.

'Linear search' is a method for finding an element within an array/list. It sequentially checks each element of the array/list until a match is found or the whole array/list has been searched.

Try solving now
05
Round
Medium
HR Round
Duration30 mins
Interview date15 Jan 2021
Coding problem1

It was the HR round where HR asked questions related to the resume and the management things.

1. Basic HR Questions

Who is your role model?

Where do you see yourself in five years?

Problem approach

Tip 1 : Be patient.
Tip 2 : Dress properly in the formals.
Tip 3 : Be confident and careful about what you say

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
SDE - 1
2 rounds | 5 problems
Interviewed by Wipro pvt
1196 views
0 comments
0 upvotes
SDE - 1
3 rounds | 12 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 1
2 rounds | 7 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by Wipro pvt
1073 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes