DSA + System Design - 16

DSA + System Design - 16

Professional Development

11 Qs

quiz-placeholder

Similar activities

Quiz on Artificial Intelligence

Quiz on Artificial Intelligence

Professional Development

10 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Y8 Search Algorithms: End of Topic Quiz

Y8 Search Algorithms: End of Topic Quiz

Professional Development

15 Qs

Blockchain

Blockchain

5th Grade - Professional Development

10 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

Construct 3 Quiz - Game Development

Construct 3 Quiz - Game Development

2nd Grade - Professional Development

10 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Routing and forwarding

Routing and forwarding

Professional Development

10 Qs

DSA + System Design - 16

DSA + System Design - 16

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Puneet Kansal

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following algorithms is most efficient to find the shortest path in a weighted graph with non-negative weights?

Breadth-First Search (BFS)

Depth-First Search (DFS)

Dijkstra's Algorithm

Bellmanford

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of DFS and BFS for traversal of a graph?

O(V + E)

O(V^2)

O(E^2)

O(V)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data structure is used in the implementation of Prim’s Algorithm for finding the Minimum Spanning Tree?

Stack

Queue

Min-Heap (Priority Queue)

Hash Table

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a connected undirected graph, what is the Maximum number of edges in a spanning tree?

V

V - 1

E

E - 1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the context of graphs, what does the term "bipartite" mean?

The graph is connected and acyclic

The graph can be colored with two colors without any two adjacent vertices having the same color

The graph contains a cycle

The graph is weighted

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following algorithms is used to find all pairs shortest paths in a graph?

Bellman-Ford Algorithm

Floyd-Warshall Algorithm

Prim’s Algorithm

Dijkstra’s Algorithm

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which algorithm can handle negative weights and negative cycles in a graph while finding single source shortest path?

Dijkstra’s Algorithm

Bellman-Ford Algorithm

Prim’s Algorithm

Floyd-Warshall Algorithm

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?