Tip 1 : Prepare with interview questions on topics mentioned in your resume.
Tip 2 : Do practice previously asked coding questions from Wipro.
Tip 3 : Take up practice tests on quants before the actual exam.
Tip 1:Create a simple resume with that mentions tech related work and learnings.
Tip 2: Do mention your projects well and technologies used as mostly the interview will be based on this itself.
It began at 1-1.30pm. The camera was on and microphone was enabled also. Proctoring was taking place and we were not allowed to look away or do anything suspicions. We had to show our Identity cards before starting the test. We had to select right from mcq questions, followed by written English round and then coding rounds at the very end.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
It was simple and all you have to do is call a function/loop through the elements and store it another array and then convert it to a string and return it.

Step 1: sort the list.
Step 2: loop and call a function that checks if number is even.
step 3 : If the number is even the keep adding in the answer array.
Step 4 : repeat step 2 but with odd numbers.
Step5 : return the answer.
It was 2 pm. The questions asked were on Python Data Structures, DBMS and SQL.
What type of data structures in python can be used to store email and password?
Tip 1: Understand the question before answering
Tip 2: Go through python interview questions before interview.
What will be the output?
1. Select all from table1 where 1=0
Tip 1: Use Hackkerrank to practice sql queries
Tip 2: Go through commonly asked questions for DBMS
Basic questions will be asked about yourself, and why you want to join the company. Where do you see yourself in 5 years?
Where do you see yourself in 5 years?
Do you have any other offer?
Are u comfortable with relocation?
Tip 1:Answer accordingly to what is good for the company.
Tip 2: Do not exaggerate your answers.

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?