CSS TECH TRIVIA - HARD LEVEL

CSS TECH TRIVIA - HARD LEVEL

University

5 Qs

quiz-placeholder

Similar activities

Database Transactions

Database Transactions

University

9 Qs

Big Data - NoSQL introduction

Big Data - NoSQL introduction

University

10 Qs

DBMS Day 4

DBMS Day 4

University

8 Qs

DBMS concepts (Easy)

DBMS concepts (Easy)

University

10 Qs

RDBMS

RDBMS

University

10 Qs

RDBMS -Unit -I - Entity sets, DB

RDBMS -Unit -I - Entity sets, DB

University

5 Qs

Topic 5: Database Transaction Management

Topic 5: Database Transaction Management

University

10 Qs

SOT-2 Adv DBMS

SOT-2 Adv DBMS

University

10 Qs

CSS TECH TRIVIA - HARD LEVEL

CSS TECH TRIVIA - HARD LEVEL

Assessment

Quiz

Computers

University

Hard

Created by

Lysa Quiroz

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the Floyd-Warshall algorithm for finding the shortest paths in a weighted graph?

O(V^2)

O(V^3)

O(V log V)

O(E log V)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In cryptography, which of the following is an example of a public-key encryption algorithm?

SHA-256

RSA

MD5

AES

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming paradigm is most closely associated with lambda calculus, and often features higher-order functions, immutability, and first-class functions?

Procedural Programming

Functional Programming

Object-Oriented Programming

Logic Programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of concurrent programming, which of the problems can arise if two or more threads access shared data simultaneously without proper synchronization?

Starvation

Deadlock

Race Condition

Priority Inversion

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of relational databases, what does ACID stand for?

a.    Availability, Consistency, Isolation, Durability

b.    Atomicity, Consistency, Isolation, Durability

c.     Atomicity, Concurrency, Isolation, Distribution

d.    Atomicity, Concurrency, Integrity, Durability

Availability, Consistency, Isolation, Durability

Atomicity, Consistency, Isolation, Durability

Atomicity, Concurrency, Isolation, Distribution

Atomicity, Concurrency, Integrity, Durability