Interview Questions Website: https://interview.in28minutes.com/interview-guides/java/collections-in-java/
Complete Course: https://links.in28minutes.com/java (Includes Coupon with 75% discount)
Interview Guide starts from the section titled "Java Review (Interview) Guide - Getting Started"
How did the Collections Framework Evolve in Java?
Why are Collections needed in Java?
Can you give a 10,000 feet overview of interfaces in collection framework?
What are the main interfaces in the Collections Framework?
What are the key methods in the Collection interface?
What are the key methods in the SequencedCollection interface?
What are the key methods in the List interface?
How do you decide which List implementation to use?
How do you choose the right approach to sort a List?
What are the key interfaces associated with Set operations?
How do you decide which Set implementation to use?
What are the main interfaces related to Queue?
What are the important implementations of Queue?
What are the key interfaces related to Map?
What are the key implementations of Map Interface?