DSA + System Design - 16

DSA + System Design - 16

Professional Development

11 Qs

quiz-placeholder

Similar activities

Machine Learning Overview

Machine Learning Overview

Professional Development

11 Qs

ITF - Quiz 14.4 - Uses of Encryption

ITF - Quiz 14.4 - Uses of Encryption

Professional Development

15 Qs

PROGRAM_STARTER

PROGRAM_STARTER

10th Grade - Professional Development

9 Qs

Self-Evaluation 3

Self-Evaluation 3

Professional Development

6 Qs

C++ Quiz

C++ Quiz

Professional Development

10 Qs

Machine Learning

Machine Learning

5th Grade - Professional Development

16 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

unit-5 test-1

unit-5 test-1

Professional Development

15 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?