Which SQL command modifies existing table rows?
Anonymous Quiz
73%
UPDATE
12%
CHANGE
10%
SET
6%
EDIT
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 does npm install do?
Anonymous Quiz
3%
Removes packages
11%
Updates Node
9%
Run tests
77%
Installs dependencies
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
REST is stateless meaning:
Anonymous Quiz
63%
No session memory
12%
No database
11%
No auth
14%
No server
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