Club Coding Quiz - MCA

Club Coding Quiz - MCA

10 Qs

quiz-placeholder

Similar activities

ON TAP HK1 LAN 1

ON TAP HK1 LAN 1

KG - University

14 Qs

Ud5_Paleolítico 2.0

Ud5_Paleolítico 2.0

KG - University

10 Qs

ҰБТ 2024 МС001-НҰСҚА   ТҮСІПЖАН ҚАЙРАТ  海拉提.吐苏甫江     11/11/2023

ҰБТ 2024 МС001-НҰСҚА ТҮСІПЖАН ҚАЙРАТ 海拉提.吐苏甫江 11/11/2023

KG - University

10 Qs

KAPIS Quiz 3 - Wednesday

KAPIS Quiz 3 - Wednesday

KG - University

15 Qs

TES DIAGNOSTIK AKADEMIK SENI MUSIK KLS 7

TES DIAGNOSTIK AKADEMIK SENI MUSIK KLS 7

KG - University

10 Qs

Ch 12 Interaction with Ecosystems MSS S2 Exp EOY/MYE Exam MCQs 2019 - 2022

Ch 12 Interaction with Ecosystems MSS S2 Exp EOY/MYE Exam MCQs 2019 - 2022

KG - University

12 Qs

Weather Patterns Quiz

Weather Patterns Quiz

3rd Grade - University

14 Qs

Blockchain Quiz

Blockchain Quiz

Professional Development

10 Qs

Club Coding Quiz - MCA

Club Coding Quiz - MCA

Assessment

Quiz

others

Hard

Created by

Andro Kingdom

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following best describes an idempotent HTTP method?
A. It can only be called once
B. It modifies server state on each call
C. It gives the same result no matter how many times it’s called
D. It always returns status code 200

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What does event loop do in Node.js?
A. It executes all functions sequentially
B. It blocks the thread while waiting for I/O
C. It manages asynchronous callbacks and non-blocking I/O
D. It prevents functions from executing in parallel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which data structure is best for implementing a LRU (Least Recently Used) cache?
A. Stack
B. Queue
C. HashMap + Doubly Linked List
D. Binary Search Tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What does ACID stand for in database systems?
A. Atomicity, Consistency, Isolation, Durability
B. Access, Commit, Indexing, Durability
C. Algorithm, Column, Insert, Delete
D. Asynchronous, Cache, Inherit, Drop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. What is the main difference between == and === in JavaScript?
A. == checks type and value, === checks only value
B. === checks type and value, == allows type coercion
C. No difference
D. == is faster

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Which sorting algorithm is best for nearly-sorted arrays?
A. Merge Sort
B. Bubble Sort
C. Insertion Sort
D. Quick Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. In RESTful APIs, what status code means “Resource created successfully”?
A. 200
B. 201
C. 204
D. 302

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?