Question
A certain no. of candidates who appeared for a Bank exam
and 5/12 of the candidates were rejected in pre exam, 60% of the rest candidates were rejected in mains exam and rest 2800 candidates were called for interview round.How many candidates are applied for the exam?Solution
Let the total candidates who appeared for bank exam is = 120u Candidates who are rejected in pre exam = 5/12 x 120u = 50u Candidates appeared for mains exam = 120u – 50u = 70u Candidates who are selected for the interview round = 40% of 70u = 2800 u = 100 Candidates who appeared for the bank exam is = 120 u = 120 x (u=100) = 12000
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Â
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?