Murali Veeramallu - Java Mock Interview Experience April 2024

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

My Java Mock interview Experience:

Name: Murali Krishna Veeramallu


Contact me @ 09840166389 for any help with java mock.
Interviewer is Kranthi Kumar :

Feedback given for me :

Below are the questions asked to me: If any Guidance needed you can
contact me.
• How Abstraction can be achieved in java (interfaces, abstract
classes)
Code in shared screen with examples
• Static vs Instance Methods : code example
• Runnable and callable
• Program using multithreads to print 1-100 numbers
• Definition of Thread Safety
Thread Safety Strategies: Using Locks
Thread Safety Strategies: Atomic Classes
• Thread Safe Collections
• Internal Working of HashMap
o Collision Handling: Balancing Techniques
Collision Handling: Chaining
• 8)Internal Working of HashSet: Similarities with HashMap
• 9)Load Factor
• 10) Differences Between Comparable and Comparator
Natural Ordering (Usages)
• Implement Comparator
• Description of Stream API
• Lambdas and Streams*
• Explanation of Map Function
Filter Function
Reduce Function
• Given a list of words, find a list that contains the length of each
word that starts with ‘b’
• find a list that contains the length of each word that starts with ‘b’
list: ("apple", "banana", "cherry", "date", "elderberry");
• StringBuffer and StringBuilder
• Final vs Finally vs Finalise
• Role of finalise and relationship with garbage collection
Note:
Use ChatGPT for fast learning of concepts compare to google search if
you have less time for preparation.

You might also like