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

SDE - 2

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: C#, .NET, OOPS, Java, Multithreading. As I was preparing for .NET Developer, so I have to prepare for C# and .NET. Also, OOPS and multithreading are the ones that everyone should be aware of.
Tip
Tip

Tip 1 : Your concepts should be crystal clear while preparing.
Tip 2 : Practice atleast the basic concept questions like array declaration, etc.

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

Tip 1 : Don't make your resume of more than 1 page for 0-5 YOE.
Tip 2 : Include min 2 projects on resume to prove you have the hands on experience.

Interview rounds

01
Round
Easy
Telephonic
Duration60 minutes
Interview date18 Feb 2020
Coding problem1

For a .NET developer, first they asked me some of the basic questions on .NET and C#. After that given 2-3 problems to solve and also asked to write some code for a windows service.

1. First and Last Position of an Element In Sorted Array

Easy
15m average time
85% success
0/40
Asked in companies
AmazonMicrosoftAdobe

You have been given a sorted array/list 'arr' consisting of ‘n’ elements. You are also given an integer ‘k’.


Now, your task is to find the first and last occurrence of ‘k’ in 'arr'.


Note :
1. If ‘k’ is not present in the array, then the first and the last occurrence will be -1. 
2. 'arr' may contain duplicate elements.


Example:
Input: 'arr' = [0,1,1,5] , 'k' = 1

Output: 1 2

Explanation:
If 'arr' = [0, 1, 1, 5] and 'k' = 1, then the first and last occurrence of 1 will be 1(0 - indexed) and 2.


Problem approach

Can be easily solved using Binary Search

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date3 Mar 2020
Coding problem1

1. Basic HR questions

College background and regarding projects I'll be working on

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 - 2
3 rounds | 4 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 1
3 rounds | 12 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 2
3 rounds | 2 problems
Interviewed by Wipro pvt
0 views
0 comments
0 upvotes
SDE - 2
1 rounds | 4 problems
Interviewed by Wipro pvt
1228 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29892 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9698 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes