Question
Fill in the blank with the most appropriate word.
Rakesh ……..……. become a Bank PO by next year.Solution
The question indicates singular, 3rd person. Option (1) uses “will be” but does not have an -ing verb form to make in Continuous and option (3) uses “will has” which is incorrect due to two usages of helping verbs. Option (4) uses “had” for past perfect but the reference is of a future event and not another past event as required for Past Perfect.  Option (2) satisfies the rule of Future Perfect - Subject (Shyam) + will have + verb in past participle form (become)
Which layer of the TCP/IP model is responsible for IP addressing and routing?
Which of the following is/are ideal of ways of spreading virus
A 'ransomware' attack typically involves:
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What does PHP stand for?
Which ICMP message indicates “Fragmentation Needed”?
Which type of neural network architecture is specifically designed to process data with a variable-length sequence?
What is the role of the Transaction Manager in RDBMS architecture?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?