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

Project Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 0.5 months
Topics: Basic codding language, Python , C, OOPS, Databases, Pointers, Array, Linked list
Tip
Tip

Tip 1 : Solve top 100 codding questions from online material 
Tip 2 : Read interview questions from different online portals regarding the tech stack mentioned in resume
Tip 3 : Prepare well with some hr and behaverial questions , and basic aptitude

Application process
Where: Campus
Eligibility: Minimum 60% throught, no backlog and 2 year gap only
Resume Tip
Resume tip

Tip 1 : Don't fill false things in your resume
Tip 2 : Have at least a good tech project which you can explain easily in every aspect.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date3 Sep 2021
Coding problem2

1. Count Integers

Moderate
35m average time
65% success
0/80
Asked in companies
AdobeIncedo Inc.

Given a positive integer ‘N’, you need to find the number of integers between 1 and N(both inclusive), that have at least one digit repeated.

For Example:
If N = 12, then only ‘11’ has repeated digits. Therefore the number of integers between 1 and 12 that have at least one digit repeated = 1.
Problem approach

I used python language but i dont remember exactly the steps and question. But is was basic question.

Try solving now

2. Sum Of N Digit Palindromes

Easy
10m average time
80% success
0/40
Asked in company
Cerner Corporation

You are given an integer 'N'. Your task is to return the sum of all N-digit numbers which are palindrome. A number is said to be palindrome if the number formed by reversing its digits is the same as the given number before.

For Example :

If the value of 'N' is 1, then the answer for this is 45.

Because the list of one-digit numbers is [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ] and each and every number is a palindrome in itself. So our ans equals (1+ 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0) = 45.
Problem approach

Find the sum of digits of N and store it in a variable sum. Now check whether sum is palindrome or not

Try solving now
02
Round
Easy
HR Round
Duration45 minutes
Interview date4 Oct 2021
Coding problem1

It was the business Discussion round with technical + hr interview question

1. Basic HR Questions

Tell me about yourself.

Why do you want to join us?

Tell me about your previous wok experiences.

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
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1139 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
Project Engineer
2 rounds | 4 problems
Interviewed by Amdocs
1256 views
0 comments
0 upvotes