Tip 1 : Practice frequently asked coding questions in virtusa.
Tip 2 : Prepare basics of Java atleast core Java, Basic queries.
Tip 3 : Prepare data Structure (question related to linkedlist, Arrays)
Tip 1 : Keep resume Simple and readable.
Tip 2 : Try to make single page resume.
Written test. Started from11 am to 1 pm.



For the given string “what we think we become”
“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
In this program will take a string and a character as an input. And it will count the occurrence of a given character. This program also count spaces.



You are given ‘N’ as 21, the only number whose sum of digits and the number itself equals 21 is 15 as 15 + 1 + 5 = 21. Hence the answer is [15].
To solve this problem our program should give the output after addition of all the digits of a given number.
For ie. if someone has given input of 163 then our program should give 10 as a output.
Technical interview
Basic concepts of java.
What is Constructor,
what is Oops concept,
What is exceptional handling,
What is multithreading,
how to reverse a linkedlist,
What was your college project,
What is difference between equals and = operator,
What is joins in sql.
How to find third max salary.
What is sql.
Tip 1 : Work on the basic concepts
Tip 2 : prepare basic queries from sql
Tip 3 : Answer correctly
HR interview, 3-4 pm, interviewer was good, positive environment,
Tell me about yourself.
What was your college project.
What technologies do you know.
In which domain you want to work.
Are you ready to relocate.
What is your preferred location.
Tip 1 : Prepare tell me about yourself well.
Tip 2 : Give answers confidently.
Tip 3 : Work on the communication skills

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?