The famous AlphaGo program defeated one of the best Go players, Lee Sedol 4-1. What key algorithms did AlphaGo use? a. Alpha beta pruning b. Monte Carlo tree search c. Deep neural networks d. Breadth first Search
SIKSHAPATH Latest Questions
Which of the following is/are true about the minimax algorithm with alpha-beta pruning? Assume a 2-player game where the only outcomes are win, loss or draw. An algorithm is called complete when, if there is a way for the player ...
In a MapReduce framework consider the HDFS block size is 32 MB. We have a file of size 128KB. How many blocks will be created by Hadoop framework? a. 2 b. 4 c. 1 d. None of the above
Suppose a cloud guarantees service availability for 97% of time. Let a third party application runs in the cloud for 10 hours/day. At the end of one month, it was found that total outage is 8 hrs. a. SLA has violated ...
Which of the following is a formal contract between a Service Provider (SP) and a Service Consumer (SC)? a. SLA (Service level agreement) b. SLO (Service level objectives) c. Both d. None
Which of the following may be used for password cracking? a. Dictionary attack. b. Social engineering attack. c. TCP SYN attack. d. DoS attack.