Programming Quiz Channel
728 subscribers
81 photos
4 videos
1 file
Programming quizzes and knowledge tests

Short quizzes on programming, logic and computer science.

Test and improve your coding knowledge.
Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
A machine learning model achieves 99% accuracy on a dataset where 99% of samples belong to class A. This is an example of:
Anonymous Quiz
53%
Overfitting
13%
Underfittng
12%
Regularization failure
23%
The accuracy paradox
Which TCP congestion control mechanism causes the sender to halve its congestion window upon detecting packet loss via timeout?
Anonymous Quiz
15%
Slow start
50%
Congestion Avoidance
25%
Fast retransmit
10%
Fast recovery
Which scheduling algorithm can lead to the 'convoy effect', where short processes wait behind a long one?
Anonymous Quiz
16%
Round Robin
53%
FCFS(First-Come, First-Served)
11%
Shortest Job First
21%
Priority Scheduling
In public-key cryptography, if Alice wants to send Bob a message only Bob can read, which key does she encrypt with?
Anonymous Quiz
38%
Alice's private key
23%
Alice's public key
23%
Bob's private key
15%
Bob's public key
👍1
What is the primary trade-off of using an event-driven, single-threaded architecture (like Node.js) compared to multi-threaded servers?
Anonymous Quiz
49%
Handles I/O-bound concurrency efficiently but struggles with CPU-bound tasks
24%
Cannot handle multiple requests simultaneously
11%
Cannot use TLS/SSL
16%
Uses more memory per connection
2
In a confusion matrix, 'precision' is calculated as:
Anonymous Quiz
26%
TP / (TP + FN)
42%
TP / (TP + FP)
19%
TN / (TN + FP)
13%
TP / (TP + TN)
Which statistic is least affected by extreme outliers?
Anonymous Quiz
0%
Mean
0%
Sum
0%
Average
100%
Median