Question
A team of 10 members is to be formed from 9 engineers and 6
doctors. Find the number of ways the team can be formed with at least 8 engineers.Solution
Case I: 8 engineers and 2 doctors
Number of ways = 9C8 × 6C2 = 9 × 15 = 135 ways
Case II: 9 engineers and 1 doctor
Number of ways = 9C9 × 6C1 = 1 × 6 = 6 ways
Total number of ways = 135 + 6 = 141 ways
What is dynamic programming?
Which of the following is a characteristic of a public blockchain?
 FAT stands for?
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?
Predict the correct output for python code

What type of acknowledgement system is used in 802.5?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
What is a blockchain?
Which property of a transaction ensures that it leaves the database in a consistent state, even in case of errors or failures?
In which part of a function are local variables typically declared?