es
Feedback
Programming Quiz Channel

Programming Quiz Channel

Ir al canal en 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

Mostrar más
728
Suscriptores
-124 horas
+57 días
+1930 días
Archivo de publicaciones
What is 'thrashing' in virtual memory systems?
Anonymous voting

In a confusion matrix, 'precision' is calculated as:
Anonymous voting

What is the primary trade-off of using an event-driven, single-threaded architecture (like Node.js) compared to multi-threaded servers?
Anonymous voting

What is a 'closure' in programming?
Anonymous voting

In the context of neural networks, what does 'dropout' regularization do during training?
Anonymous voting

In public-key cryptography, if Alice wants to send Bob a message only Bob can read, which key does she encrypt with?
Anonymous voting

Which scheduling algorithm can lead to the 'convoy effect', where short processes wait behind a long one?
Anonymous voting

Which algorithmic technique does dynamic programming primarily rely on?
Anonymous voting

Which TCP congestion control mechanism causes the sender to halve its congestion window upon detecting packet loss via timeout?
Anonymous voting

What is the primary function of a CDN (Content Delivery Network) edge cache?
Anonymous voting

A machine learning model achieves 99% accuracy on a dataset where 99% of samples belong to class A. This is an example of:
Anonymous voting

What does the 'L' in the SOLID principles stand for, and what does it require?
Anonymous voting

In compiler design, which phase is responsible for catching errors like using an undeclared variable?
Anonymous voting

In a relational database, which normal form specifically eliminates transitive dependencies?
Anonymous voting

What is the worst time complexity of QuickSort?
Anonymous voting

In object-oriented programming, what is 'method overloading'?
Anonymous voting

What does 'git rebase' primarily achieve for commit history?
Anonymous voting

Which concurrency problem occurs when two threads each hold a resource the other needs, resulting in both waiting forever?
Anonymous voting

Which OSI layer handles logical addressing(IPs) & Inter-network routing?
Anonymous voting

Which JavaScript method converts JSON text into an object?
Anonymous voting