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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, Web dev, OOPS, System Design Algorithms
Tip
Tip

Tip 1 : have a good grasp of dsa
Tip 2 : get to know about wipro
Tip 3 : study core cs subjects effectively

Application process
Where: Campus
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Have a good resume
Tip 2 : don't put any false information

Interview rounds

01
Round
Easy
Online Coding Interview
Duration180 minutes
Interview date7 Jan 2022
Coding problem2

1. Transpose of a Matrix

Easy
15m average time
80% success
0/40
Asked in companies
OracleZSPolicyBazaar.com

You are given a matrix ‘MAT’. Print and return the transpose of the matrix. The transpose of a matrix is obtained by changing rows to columns and columns to rows. In other words, transpose of a matrix A[][] is obtained by changing A[i][j] to A[j][i].

For example:
Let matrix be : 
1 2
3 4

Then transpose of the matrix will be: 
1 3
2 4
Try solving now

2. Balanced parentheses

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

Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

Note :

Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.

2. Open brackets must be closed in the correct order.

For Example :

()()()() is a valid parentheses.
)()()( is not a valid parentheses.
Try solving now
02
Round
Easy
HR Round
Duration60 minutes
Interview date16 Feb 2022
Coding problem1

environment was good.
Interviewer was friendly

1. Technical Questions

Explain precondition and postcondition to the member function in context of C++. 

Indexing in DBMS

 Explain Stack Unwinding in C++. 

What is the difference between DDL and DML commands in DBMS? 

Explain memory management in C. 

Tell me about the projects mentioned in your resume?

Problem approach

Tip 1 : Revise the core cs and oops concepts
Tip 2 : be confident
Tip 3 : Know about wipro

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