Tip 1 : Be consistent in problem solving and solve as many problems you can.
Tip 1 : Have some projects on your resume.
Tip 2 : Never put false things.



Let 'S'= “abAb”.
Here the characters ‘a’ and ‘A’ have frequency 1 and character ‘b’ has frequency ‘2’.
Therefore the sorted string is “bbAa”.
1. OS Question
In priority scheduling algorithm ____________
a) CPU is allocated to the process with the highest priority
b) CPU is allocated to the process with the lowest priority
c) Equal priority processes can not be scheduled
d) None of the mentioned
2. OS Question
To avoid deadlock ____________
a) there must be a fixed number of resources to allocate
b) resource allocation must be done only once
c) all deadlocked processes must be aborted
d) inversion technique can be used
3. DBMS Question
Which of the following is a command of DDL?
1) Alter
2) Delete
3) Create
4) All of the Above



0 <= i,j,k,l < ‘N’
ARR1[i] + ARR2[j] + ARR3[k] + ARR4[l] = 0.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?