Find Interview Questions for Top Companies
Dronahq Interview Questions and Answers
Ques:- What is the 12th term of the series 2, 5, 8, …. ?
Right Answer:
The 12th term of the series is 35.
Comments
Mukesh Aug 14, 2022

a = 2
d = 5 - 2 = 3
Then 12th term is :
This in arithmetic progression
L = a + (12 - 1) d
L = 2 + 11 * 3
L = 2 + 33 = 35

Nivedita Aug 14, 2022

35

Mayank Nov 24, 2021

============>

(12 * 3) - 1 = 35

Ques:- How can deadlock be detected and prevented in practical scenarios?
Right Answer:
Deadlock can be detected using algorithms like the Wait-For Graph or Resource Allocation Graph, which monitor resource allocation and process states. Prevention can be achieved through strategies such as resource ordering, avoiding circular wait by ensuring processes request resources in a predefined order, or using timeouts to force processes to release resources if they wait too long.
Ques:- In a demand paging system, a page fault occurs when: a) the addressed page is not found in both the TLB and the main memory. b) the addressed page is not found in either the TLB (only for odd page addresses) or the main m…
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users