Tip 1 : Practice at least 200 Questions and do practice on a daily basis
Tip 2 : Do some exciting projects
Tip 3 : Try to reduce gaps in between your coding routine
Tip 1 : Mention good projects
Tip 2 : Keep it simple and neat and make it of single page
At first, there will be a screening test, it is very easy.
It is a Web-based camera monitoring test.
If we are given a string "aabb", then the possible solutions are:
(i) abab
(ii) baba
We can see no two adjacent characters are the same in both strings.
So both (i) and (ii) are valid solutions.
If the given string is:
abcadeecfb
Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Design the logic and afterwards write the code
If you clear the online screening test then based on your marks you will be shortlisted either to direct HR or technical interview.
What is virtual memory?
Tip 1 : Read Galvin for OS thoroughly.
Tip 1 : Read SQL and DBMS theory in detail
Just Stay confident and Be yourself. Don't try to answer in a hurry, take your time and then reply in a manner that manager would be impressed of.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What can be the possible extension for the HTML5 file?