
DSA_placement

Quiz
•
Computers
•
Professional Development
•
Hard
Ramesh Sahoo
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about linked list implementation of stack?
In push operation, if new nodes are inserted at the beginning of linked list, then in pop operation, nodes must be removed from end.
In push operation, if new nodes are inserted at the end, then in pop operation, nodes must be removed from the beginning.
Both of the above
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is an application of Stack Data Structure?
Managing function calls
The stock span problem
Arithmetic expression evaluation
All of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The five items: A, B, C, D, and E are pushed in a stack, one after other starting from A. The stack is popped four items and each element is inserted in a queue. The two elements are deleted from the queue and pushed back on the stack. Now one item is popped from the stack. The popped item is
A
B
C
D
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose a circular queue of capacity (n – 1) elements is implemented with an array of n elements. Assume that the insertion and deletion operation are carried out using REAR and FRONT as array index variables, respectively. Initially, REAR = FRONT = 0. The conditions to detect queue full and queue empty are
Full: (REAR+1) mod n == FRONT, empty: REAR == FRONT
Full: (REAR+1) mod n == FRONT, empty: (FRONT+1) mod n == REAR
Full: REAR == FRONT, empty: (REAR+1) mod n == FRONT
Full: (FRONT+1) mod n == REAR, empty: REAR == FRONT
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following points is/are not true about Linked List data structure when it is compared with an array?
Random access is not allowed in a typical implementation of Linked Lists
Access of elements in linked list takes less time than compared to arrays
Arrays have better cache locality that can make them better in terms of performance
It is easy to insert and delete elements in Linked List
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which algorithm is used in the top tree data structure?
y
a) Backtracking
b) Divide and Conquer
c) Branch
greedy
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the most widely used external memory data structure?
B-tree
red-black tree
AVL Tree
both avl and red black tree
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
OS1 Day 7 Exploring AI Concepts and Applications

Quiz
•
Professional Development
20 questions
June 2019

Quiz
•
Professional Development
15 questions
Mobile Learning Review

Quiz
•
KG - Professional Dev...
15 questions
Assessing Stakeholder Impact in Support

Quiz
•
Professional Development
20 questions
Computer User Interfaces Quiz

Quiz
•
Professional Development
15 questions
BDT CSM B 2k24 25

Quiz
•
Professional Development
15 questions
Supervised Machine Learning Quiz

Quiz
•
Professional Development
20 questions
Sorting - IV year

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade