Programming Quiz Channel – Telegram
Programming Quiz Channel
612 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
Which Python keyword defines a generator?
Anonymous Quiz
27%
yield
47%
gen
16%
return
11%
defgen
What is the output of "5" + 2 in JavaScript?
Anonymous Quiz
13%
7
57%
52
24%
error
7%
NAN
Which data structure provides O(1) average lookup?
Anonymous Quiz
18%
Linked list
41%
Hash map
28%
Array with search
13%
Tree
Which property makes microservices independent?
Anonymous Quiz
15%
Shared DB
21%
Tight coupling
44%
Loose coupling
21%
Monolith
What is the output of True + True in Python?
Anonymous Quiz
19%
0
56%
1
15%
2
11%
error
Which of the following is a valid HTTP method?
Anonymous Quiz
44%
FETCH
17%
SEND
34%
PATCH
5%
MODIFY
Which algorithm is commonly used for shortest path?
Anonymous Quiz
23%
Merge sort
59%
Dijkstra
8%
KMP
9%
BFS only
👍3
Which automata recognizes regular languages?
Anonymous Quiz
33%
PDA
42%
DFA
15%
TM
9%
LBA
Unsupervised learning often uses:
Anonymous Quiz
7%
Labels
16%
Regression
18%
Classification
58%
Clustering
Load balancers mainly improve:
Anonymous Quiz
38%
Latency only
0%
Security
16%
Storage
47%
Scalability
In Python, deepcopy is needed for:
Anonymous Quiz
14%
numbers
12%
strings
19%
tuples
55%
nested objects
Which join is fastest usually?
Anonymous Quiz
23%
CROSS
13%
FULL
52%
INNER
13%
SELF
Which life cycle model is risk-driven?
Anonymous Quiz
41%
Agile
41%
Waterfall
6%
V-model
12%
Spiral