Java_Interview_Questions
Java_Interview_Questions
Diamond problem
hashMap vs linkedHashMap
hashing in depth
hashMap implementation
comparator vs comparable
Set vs TreeSet
Types of generators
Thread implementation
Threadpool
multipthreading implementation
try-with-resource
queue vs deque
Java 8:
functional interface
Lambda function
Spring Boot:
calling stored procedure from Spring data JPA
what is qualifier
types of autowiring
war vs jar
Microservices:
Communication between micro services
ciruit breaker
loggin
Database:
Pull second highest salary from table
indexing
triggers
partitioning in database
1 | ABC | 35 2
2 | PQR | 40 3
3 | XYZ | 10 1
output:
XYZ | ABC
XYZ | PQR
ABC | PQR
Programs:
Sum of two big nubmers which are in string format
sum of two big nubmers which are in string format comma separated(1,75,112 + 5,85,112)
Print top 5 longest word that should not have repeating character.
reverse string ?
AWS:
how to handle S3 bucket with large files
EC2
Lambda
dynamo DB
EKS/Kubernates
Auto Scaling
Kafka:
implementation
Redis cluster
Docker/kuberatives