Question
What was the primary goal of the Reserve Bank of India's
announcement regarding Continuous Clearing of Cheques under the Cheque Truncation System (CTS)?Solution
The RBI's Continuous Clearing of Cheques under CTS aims to reduce settlement risk, improve efficiency, and enhance the customer experience by allowing cheques to be cleared within hours instead of the current two-day period.
Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?
In a virtual memory system, which of the following techniques is used to maintain the illusion that each process has its own dedicated memory space?Â
What is the primary function of the Program Counter (PC) in a CPU?
State true or false
A ping of death attack involves sending a malformed packet to a targeted machine, resulting in deleterious behavior such ...
Which of the following IPC mechanisms allows two unrelated processes to communicate by mapping a region of physical memory into their respective virtual...
Which of the following is an example of SaaS?
Which of the following best explains why communication latency is generally higher in microservices compared to monolithic architectures?Â
Which of the following network traffic tool can capture not only passwords, but any type of data passing through a network, like usernames, email addres...
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]