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

Software Testing Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: c, python, java, c++, JavaScript, tailwind and others programming language.
Tip
Tip

Tip 1 : hardworking
Tip 2 : team work
Tip 3 : do assignment

Application process
Where: Other
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration30 Minutes
Interview date15 Jan 2022
Coding problem1

1. Maximal AND Subsequences

Moderate
15m average time
85% success
0/80
Asked in company
Amazon

You are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND value.

Example:

Let the array be [1, 3, 6, 7] and K=3. The possible k-element subsequences of the given array are: {1, 3, 6}, {1, 3, 7}, {1, 6, 7}, {3, 6, 7}. Applying AND operation on all possible subsequences we get values: 0, 1, 0, 2 respectively. The maximal AND value of these subsequences is 2, and only 1 subsequence {3, 6, 7} has this value.
Problem approach

Step 1 : I first applied bubble sort. It was not good enough.
Step 2 : Interviewer asked me to optimise the solution.
Step 3 : Then i gave solution with merge sort and interviewer was happy.

Try solving now
02
Round
Medium
Online Coding Interview
Duration40 Minutes
Interview date16 Jan 2022
Coding problem1

Timing( was it late night)
How was the environment?
Any other significant activity
How the interviewer was? (If it was there any interview)

1. OS Questions

What are semaphores?
What is virtual memory?

Problem approach

Tip 1 : Read Galvin for OS thoroughly.
Tip 2 : Do practice for SQL queries.

03
Round
Hard
Online Coding Interview
Duration60 Minutes
Interview date18 Jan 2022
Coding problem1

Please specify the following : -
Timing( was it late night)
How was the environment?
Any other significant activity
How the interviewer was? (If it was there any interview

1. OS Question

What is virtual memory?

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
Project Engineer
2 rounds | 6 problems
Interviewed by Wipro pvt
990 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Wipro pvt
1196 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1383 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1202 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Testing Engineer
5 rounds | 4 problems
Interviewed by Sprinklr
2322 views
0 comments
0 upvotes
company logo
Software Testing Engineer
3 rounds | 2 problems
Interviewed by Amdocs
238 views
0 comments
0 upvotes