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

Project Engineer

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

Interview preparation journey

expand-icon
Journey
I received that opportunity through on-campus recruitment. I had been selected. The technical interviews included string-related questions. In the coding round, the questions were of easy to medium difficulty.
Application story
I received that opportunity through campus recruitment. I was selected. The technical interviews included string-related questions. The coding round had easy to medium-level questions.
Why selected/rejected for the role?
Due to being able to solve coding problems and provide a brief about DBMS and projects, that was my first offer on campus.
Preparation
Duration: 2 Months
Topics: Data Structures & Algorithms, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1: Prepare DSA well, and I personally recommend Coding Ninjas for interview preparation.
Tip 2: Prepare well for projects.
Tip 3: Be confident and relaxed during the interview.

Application process
Where: Campus
Eligibility: 60 Percentage (Salary:4LPA)
Resume Tip
Resume tip

Tip 1: Keep your resume short and try to limit it to one page. Mention only the skills you are confident in.
Tip 2: Do not include false information on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date18 Sep 2021
Coding problem1

MCQ questions, essay writing, 2 coding questions.

1. Change Case

Easy
0/40

You are given a non-empty string ‘STR’, consisting of both lowercase and uppercase English alphabetical letters. Your task is to convert the characters of the string into the opposite case, i.e. if a character is in lower case then convert it into the upper case and vice-versa.

For Example:
If STR = ‘aBc’,
After converting ‘a’ to ‘A’, ‘B’ to ‘b’, and ‘c’ to ‘C’ we got our final string as ‘AbC’.
Problem approach

By using STL in Python.

Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date26 Sep 2021
Coding problem1

That was a very simple interview; they asked an OOPS, SQL, and string question.

1. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
IntuitSprinklrCIS - Cyber Infrastructure

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Problem approach

By using 2 pointer approach for start and end position checks.

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

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
989 views
0 comments
0 upvotes
Project Engineer
3 rounds | 4 problems
Interviewed by Wipro pvt
1138 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
1201 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Amdocs
1255 views
0 comments
0 upvotes