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

Software Engineer

Wipro
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: oops, Dbms, Algorithms, Array, Data structure.
Tip
Tip

Tip 1 : Learn new topics regular and revised that topic .
Tip 2 : Apply practically.
Tip 3 : Do a project

Application process
Where: Campus
Eligibility: No percentage criteria
Resume Tip
Resume tip

Tip 1 : Technology you know, projects
Tip 2 : No false information

Interview rounds

01
Round
Easy
Online Coding Test
Duration30 minutes
Interview date19 Jan 2021
Coding problem1

It was in the evening.

1. Count diagonal paths

Easy
20m average time
80% success
0/40
Asked in companies
GoogleSamsungWipro

You are given a binary tree. Your task is to return the count of the diagonal paths to the leaf of the given binary tree such that all the values of the nodes on the diagonal are equal.

Note:
A diagonal traversal Consider lines of slope -1 passing between nodes.
         1
       /    \
     4        2
    /  \        \
   8    5         3
       /  \       /
      9    7      6

Example: Here potential diagonals are: 
1 -- 2 -- 3
4 -- 5 -- 7 -- 6
8 -- 9 -- 7 
For Example
Input: 

     5
  /  \
 6      5
  \       \
   6       5

Output: 2 

Explanation: 

Diagonal 6 – 6 and 5 – 5 contains equal value. Therefore, the required output is 2.
Try solving now
02
Round
Easy
Online Coding Test
Duration30 minutes
Interview date2 Feb 2021
Coding problem1

It was in the night.

1. Count Subsequences

Moderate
30m average time
60% success
0/80
Asked in companies
AccentureDell TechnologiesHCL Technologies

You have been given an integer array/list 'ARR' of size 'N'. Your task is to return the total number of those subsequences of the array in which all the elements are equal.

A subsequence of a given array is an array generated by deleting some elements of the given array with the order of elements in the subsequence remaining the same as the order of elements in the array.

Note :
As this value might be large, print it modulo 10^9 + 7
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which operator is used for exponentiation in Python?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Wipro
1582 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Wipro
0 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Wipro
1281 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 9 problems
Interviewed by Wipro
617 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Mindtree
10995 views
7 comments
0 upvotes
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
6921 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
8422 views
1 comments
0 upvotes