Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Notifications Mark All Read
No New notification
June 23, 2019
Question 1
-+DC+BA
AB+CD+-
+BA-+CD
None of these
Good Job!
Oops!
Currently there is no PrepInsta Explanation. Did you know?
You can also submit your own version of explanations under user explanation section and also view other submitted explanations by other users.
Please login to submit your explanation
Login to see your performance analytics by signing in
Start
Question 2
Group A Group B A. Stacks 1. Matrix Multiplication B. Queue 2. Fastest Search C. Arrays 3. FIFO D. Trees 4. LIFO
A1, B3, C4, D2
A4, B3, C1, D2
A4, B3, C2, D1
A1, B3, C2, D4
Question 3
31_8
8_1_7
8_1_
answer should be 318
Question 4
1
2
4
3
Check algo here - https://www.geeksforgeeks.org/queue-using-stacks/
Question 5
Question 6
Queue
Priority Queue
Stack
Both 1 and 2
Only stack has these queue has enqueue and dequeue
Question 7
When a resource is shared among multiple consumers.
When data is transferred asynchronously (data not necessarily received at same rate as sent) between two processes
Load Balancing
All the above
Queue has many applications like - 1) When a resource is shared among multiple consumers. Examples include CPU scheduling, Disk Scheduling. 2) When data is transferred asynchronously (data not necessarily received at same rate as sent) between two processes. Examples include IO Buffers, pipes, file IO, etc.
Question 8
push
pop
retrieval
access
Question 9
-1, -1
0, -1
0, 0
-1, 0
Question 10
Memory Leak
Memory Full
OverLeak
Overflow
Please login to report
Login/Signup to comment
Get Hiring Updates right in your inbox from PrepInsta
Login/Signup to comment