DSA + System Design - 16

DSA + System Design - 16

Professional Development

11 Qs

quiz-placeholder

Similar activities

Artificial Intelligence

Artificial Intelligence

Professional Development

10 Qs

DECI - Week 6 - round

DECI - Week 6 - round

Professional Development

12 Qs

DECI - Week 8 - round

DECI - Week 8 - round

Professional Development

16 Qs

IT ENGLISH: Research Project Topics - Algorithms

IT ENGLISH: Research Project Topics - Algorithms

Professional Development

10 Qs

Week 11 Networks and Routing

Week 11 Networks and Routing

10th Grade - Professional Development

15 Qs

ADA

ADA

Professional Development

10 Qs

CSE_DAA_QUIZ 1

CSE_DAA_QUIZ 1

Professional Development

15 Qs

CPU scheduling

CPU scheduling

Professional Development

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