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

Project Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Core Java, SQL, C, HTML, CSS, Aptitude, reasoning
Tip
Tip

Tip 1 : Practice the core and basics of any programming language
Tip 2 : Complete at least one project on any preferred language so that you have overall idea on how projects are made
Tip 3 : Stick to basics

Application process
Where: Campus
Eligibility: 60%
Resume Tip
Resume tip

Tip 1 : Mention skills you actually know
Tip 2 : Don't over decorate

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date8 Oct 2019
Coding problem2

1. MCQ Questions

Aptitude (15 questions)
Reasoning (15 questions)
English (15 questions)
Coding questions (2 questions)

2. Reverse String

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)IBMMcAfee

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

I opt for a pretty simple approach.
Just took the string and navigate it from backward and start storing it on different string variable.

Try solving now
02
Round
Medium
Face to Face
Duration15 minutes
Interview date8 Nov 2019
Coding problem1

It was a technical interview round.

1. OOPS Questions

What is the current technology being used in industry?
What are inheritance, method overloading, methods overriding?
Tell me about the keyword static in java.

Problem approach

Tip 1 : I was having some knowledge on cloud technology so I said cloud and some random questions were there on cloud technology.
Tip 2 : These are basics oops concept on java
Tip 3 : This is also a basic concept on java

03
Round
Easy
HR Round
Duration15 minutes
Interview date8 Nov 2019
Coding problem1

It was a HR round.

1. Basic HR Questions

Tell me about yourself.

Why do you want to join us?

What are your expectations from this company?

Problem approach

Tip 1 : Be confident
Tip 2 : Be presentative

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
1382 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