CSS TECH TRIVIA - HARD LEVEL

CSS TECH TRIVIA - HARD LEVEL

University

5 Qs

quiz-placeholder

Similar activities

UNIT IV

UNIT IV

University

5 Qs

rehu

rehu

University

6 Qs

Tutorium 10 - Akka

Tutorium 10 - Akka

University

7 Qs

Basic Programming

Basic Programming

University

10 Qs

Programming languages

Programming languages

KG - Professional Development

10 Qs

Networ-KING 👑

Networ-KING 👑

University

10 Qs

RDBMS basics

RDBMS basics

University

10 Qs

DBSys-relational_data_model-quiz

DBSys-relational_data_model-quiz

University

4 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