Tip 1: Prepare well for aptitude, DSA basics, and revise college subject theory.
Tip 2: Do not lie on your resume, as you will be asked about anything related to it.
Tip 3: Mastering the basics is enough.
Tip 1: Ensure your resume includes the required skills and relevant projects.
Tip 2: Include some internship experience on your resume.
The first round was conducted by AMCAT (Aspiring Minds), and the test consisted of multiple sections.
The verbal section assessed basic knowledge of the English language, including grammar, vocabulary, and passage reading, with 18 MCQs to be answered in 18 minutes. The quantitative section included 16 simple arithmetic problems at an 8th-grade level, also with a 16-minute time limit.
Preparation through Indiabix quantitative lessons is recommended to clear this round.
It had about 14 MCQ questions to be answered in 16 minutes, and it had some quirky puzzles.
Coding questions were also here. where only one question was asked and it was of easy level.



When we perform d=4 left rotations, the array undergoes the following sequence of changes:
[1,2,3,4,5] → [2,3,4,5,1] → [3,4,5,1,2] → [4,5,1,2,3] → [5,1,2,3,4]
this was a very easy question.
just simply apply here reverse approach doing it 3 times.
A train passes a station platform in 36 seconds and a man standing on the platform in 20 seconds. If the train's speed is 54 km/hr, what is the length of the platform?
Tip 1: Practice questions from IndiaBix
Tip 2: Work on your speed
Tip 3: Remember all the formulas for your school maths like - Simple interest, train questions etc
This round was very easy since I was asked questions related to projects
then I was asked questions related to DBMs, Computer networks and operating systems
Then in the end I was asked about one coding problem



How will you find prime numbers
write a pseudocode
First, explain to them about your thinking process and then code the pseudocode.
The brute-force solution is okay. Don't focus on optimised solutions.
First, I was asked to introduce myself. I talked about my internship experiences and past projects, which led to further questions about them. It was a very easy and friendly conversation round, and it was also quite short.
Are you able to relocate?
Why do you want to join Wipro?
Do you have any backlog/year gap?
Do you have any questions for us?
Who is the CEO of Wipro
all these questions were asked
Tip 1: Be confident
Tip 2: Keep asking questions about the company from HR

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?