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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Arrays, Hashmaps, Strings, Trees, Linked Lists, SQL, Operating System
Tip
Tip

Tip 1 : Be thorough with Computer Fundamentals
Tip 2 : Always show presence of mind
Tip 3 : Practice atleast 200 questions, do atleasr 1 project thoroughly

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

Tip 1 : Do not use a lot of colours
Tip 2 : Do no make it congested

Interview rounds

01
Round
Medium
Online Coding Interview
Duration70 mins
Interview date27 Nov 2020
Coding problem2

1. Implementation: HashMap

Easy
30m average time
90% success
0/40
Asked in companies
eBayAmazonUber

Design a data structure that stores a mapping of a key to a given value and supports the following operations in constant time.

1. INSERT(key, value): Inserts an integer value to the data structure against a string type key if not already present. If already present, it updates the value of the key with the new one. This function will not return anything.

2. DELETE(key): Removes the key from the data structure if present. It doesn't return anything.

3. SEARCH(key): It searches for the key in the data structure. In case it is present, return true. Otherwise, return false.

4. GET(key): It returns the integer value stored against the given key. If the key is not present, return -1. 

5. GET_SIZE(): It returns an integer value denoting the size of the data structure. 

6. IS_EMPTY(): It returns a boolean value, denoting whether the data structure is empty or not. 
Note :
1. Key is always a string value.
2. Value can never be -1.
Operations Performed :
First(Denoted by integer value 1):  Insertion to the Data Structure. It is done in a pair of (key, value).

Second(Denoted by integer value 2):  Deletion of a key from the Data Structure.

Third(Denoted by integer value 3): Search a given key in the Data Structure.

Fourth(Denoted by integer value 4): Retrieve the value for a given key from the Data Structure.

Fifth(Denoted by integer value 5): Retrieve the size of the Data Structure.

Sixth(Denoted by integer value 6): Retrieve whether the Data Structure is empty or not.
Problem approach

Use a hashmap, store values and use logic to solve the problem

Try solving now

2. Pattern: Triangle of numbers

Moderate
0/80
Asked in companies
DunzoHCL TechnologiesUnthinkable Solutions
Pattern for N = 4


The dots represent spaces.



Problem approach

Use basic concepts of odd, even

Try solving now
02
Round
Easy
Face to Face
Duration20 minutes
Interview date30 Nov 2020
Coding problem1

Basic questions on OS, DBMS

1. DBMS Questions

Ask about different database languages and SQL queries

Problem approach

Tip 1: Practice SQL
Tip 2: Read all DBMS concepts

03
Round
Medium
HR Round
Duration10 minutes
Interview date30 Nov 2020
Coding problem1

1. Basic HR Questions

They ask questions about company and its history, also asked me a question which tested my presence of mind

Problem approach

Tip 1: Always keep your mind open 
Tip 2: Think before speaking your answer

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