Tip 1: Start with the basics of programming
Tip 2: Revise regularly.
Tip 3: Make a concise one-page resume.
Tip 1 : Highlight the tech used in projects.
Tip 2 : Use a simple template using black and white font color.
The test consists of 5 rounds which we have to do in 128 minutes.



-Define and initialize a variable count to 0.
-Iterate through the string till the end and for each character except spaces, increment the count by 1.
-To avoid counting the spaces check the condition i.e. string[i] != ' '.
-Return count.


Branching includes if-else statements, the ternary operator, or switch-case statements. Therefore you should not use any of the above approaches to solving the problem.
-find the max and min element from the array by traversing in the array
-make a hashmap to store the frequency of all elements in the array
-now return map.get(max) - map.get(min);
The first question which the interviewer asked was – “Tell me about yourself?” and based on my introduction he asked me about the project details and the technologies I used during my project.
After that, the interviewer asked about my preferable programming language, I answered java.
-After that, he asked about DBMS(Database Management System) and some SQL commands like alter, the difference between truncate and delete. He was satisfied with my answers and then the interviewer said, do you have any questions for me? I asked about the training period in Wipro. Then he explains the whole process and wish me all the luck.
What is the Object-Oriented Programming approach and explain its pillars?
What are the accesses specifiers? difference between private and protected specifiers?
What is Polymorphism explain compile time and run time polymorphism?
encapsulation and abstraction?
How can you achieve 100% abstraction in your java program?
After greeting the interviewer, she congratulates me for clearing the 1st and 2nd rounds. The interviewer was very kind, firstly she give a brief introduction about herself and work role in Wipro.
Tell me something about yourself?
About my hobbies, long-term and short-term goals:
Why do you want to join Wipro?
Where do you want to see yourself after 5 years?
Are you ready to relocate?

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?