ch
Feedback
Programming Quiz Channel

Programming Quiz Channel

前往频道在 Telegram

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

显示更多
747
订阅者
+224 小时
+27
+2930
帖子存档
A model achieves 99% accuracy detecting fraud, but only 1% of transactions are actually fraudulent. What metric should you examine next?
Anonymous voting

Why is debouncing often used for search bars?
Anonymous voting

Two transactions modify the same record simultaneously and produce inconsistent results. What issue occurred?
Anonymous voting

What is the output of this code? x = [1, 2, 3] y = x y.append(4) print(len(x))
Anonymous voting

What does high variance usually indicate?
Anonymous voting

What problem was DNS primarily created to solve?
Anonymous voting

A website loads slowly because it requests 500 small images. What is the main issue?
Anonymous voting

Why is a model evaluated on data it has never seen before?
Anonymous voting

Why do databases use transactions?
Anonymous voting

A computer has multiple CPU cores, but a program only uses one core. Which change is MOST likely to improve performance?
Anonymous voting

What is the primary purpose of a load balancer?
Anonymous voting

A developer changes a single function and unexpectedly breaks five unrelated features. Which design issue is MOST likely present?
Anonymous voting

Which traversal of a Binary Search Tree produces sorted output?
Anonymous voting

What does the 'I' in ACID database properties stand for?
Anonymous voting

Which metric is most appropriate for evaluating a regression model's performance?
Anonymous voting

Which browser storage mechanism is automatically sent with HTTP requests?
Anonymous voting

What is a context switch?
Anonymous voting

Which data structure would you choose to implement an autocomplete feature?
Anonymous voting

Which statistic is least affected by extreme outliers?
Anonymous voting

What is 'thrashing' in virtual memory systems?
Anonymous voting