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 HTTP status implies retry later?
Anonymous Quiz
8%
200
32%
429
24%
301
36%
404
2
In Java, what is the default value for uninitialized int variable inside a class?
Anonymous Quiz
39%
0
37%
null
24%
undefined
0%
1
Which data structure uses LIFO behavior ?
Anonymous Quiz
23%
Queue
7%
Tree
68%
Stack
3%
Graph
Which SQL clause sorts results?
Anonymous Quiz
18%
GROUP BY
6%
ARRANGE
39%
SORT BY
36%
ORDER BY
Starvation in operating system means:
Anonymous Quiz
18%
Deadlock situation
36%
Process never served
33%
Memory leak
13%
Low CPU
Which Automata has a stack memory?
Anonymous Quiz
21%
DFA
38%
NFA
36%
PDA
5%
TM
Which keyword creates an object in Java?
Anonymous Quiz
8%
build
23%
create
60%
new
9%
alloc
Which sorting algorithm has the worst case O(n^2)?
Anonymous Quiz
19%
Merge sort
21%
Quick sort
47%
Bubble sort
13%
Heap sort
Which HTTP status code means "Not Found" ?
Anonymous Quiz
2%
200
3%
301
91%
404
3%
500
Which operator accesses members through a pointer in C++?
Anonymous Quiz
9%
.
26%
::
59%
->
7%
:
Which SQL command modifies existing table rows?
Anonymous Quiz
73%
UPDATE
12%
CHANGE
10%
SET
6%
EDIT
Which of these guarantees unique values only?
Anonymous Quiz
13%
list
27%
array
49%
set
11%
stack
Which normal form removes partial dependency?
Anonymous Quiz
26%
1NF
51%
2NF
14%
3NF
9%
4NF
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