Selected MCQ

Current Question
What is multi-factor authentication (MFA)?
  • A. A single password login
  • B. A combination of two types of credentials
  • C. A long password only
  • D. Password plus CAPTCHA only
Correct Answer: B
Explanation:
MFA uses multiple factors (such as a password and a phone code) to verify identity, increasing security.
Related Question 1
Which of the following is an example of multi-factor authentication?
  • A. Password-only login
  • B. Fingerprint plus PIN entry
  • C. Single sign-on (SSO) via Google
  • D. CAPTCHA challenge only
Correct Answer: B
Explanation:
A fingerprint (something you are) plus a PIN (something you know) is multi-factor authentication.
Related Question 2
What is two-factor authentication (2FA)?
  • A. Using the same password twice
  • B. Two random passwords
  • C. Two different methods to verify identity
  • D. Logging in on two devices
Correct Answer: C
Explanation:
2FA requires two different types of credentials (e.g., a password and an OTP code).
Related Question 3
Which term describes training a model on multiple GPUs or servers simultaneously?
  • A. Distributed training
  • B. Batch processing
  • C. Layer-wise training
  • D. Fusion
Correct Answer: A
Explanation:
Distributed training spreads the training process across multiple devices or machines.
Related Question 4
What is a common activation function used in the output layer for multi-class classification?
  • A. Sigmoid
  • B. Softmax
  • C. ReLU
  • D. Linear
Correct Answer: B
Explanation:
Softmax activation is used for multi-class outputs to produce probabilities summing to 1.
Related Question 5
Which algorithm allows quantum computers to factor large numbers efficiently, threatening RSA encryption?
  • A. Shor's algorithm
  • B. Dijkstra's algorithm
  • C. FFT algorithm
  • D. Quicksort
Correct Answer: A
Explanation:
Shor's algorithm can factor integers in polynomial time, which could break RSA keys.