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

Software Engineer

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: Above 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 handson experience.

Interview rounds

01
Round
Medium
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
20m average time
80% success
0/40
Asked in companies
AmazonErnst & Young (EY)Google inc

You are given a non-decreasing array 'arr' consisting of 'n' integers and an integer 'x'. You need to find the first and last position of 'x' in the array.


Note:
1. The array follows 0-based indexing, so you need to return 0-based indices.
2. If 'x' is not present in the array, return {-1 -1}.
3. If 'x' is only present once in the array, the first and last position of its occurrence will be the same.


Example:
Input:  arr = [1, 2, 4, 4, 5],  x = 4

Output: 2 3

Explanation: The given array’s 0-based indexing is as follows:
 1      2     4     4     5
 ↓      ↓     ↓     ↓     ↓
 0      1     2     3     4

So, the first occurrence of 4 is at index 2, and the last occurrence of 4 is at index 3.
Problem approach

It can be easily solved using the binary search.

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

1. Basic HR Questions

What are your expectations?

Some personal questions like my background and talked regarding the 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
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