Interview Questions 1
Interview Questions 1
Core Java -
OOPS concepts
Wrapper class
Singleton Class
Mutable vs Immutable
StringBuffer vs StringBuilder
Garbage Collector
------------------------------------------------------------------------------------------------------------------------
Thread -
Thread vs Runnable
deadlock
Synchronization
------------------------------------------------------------------------------------------------------------------------
Collections -
Hash Collisions?
hashMap vs HashTable
FlatMap
ConcurrentHashMap vs SynchronisedHashMap
------------------------------------------------------------------------------------------------------------------------
Java 8 -
Java 8 features
Stream vs ParallelStream
what is the use of default methods?
------------------------------------------------------------------------------------------------------------------------
Springboot -
Annotations in SpringBoot
@Qualifier, @Primary
Spring Security
Spring Actuator
Exception Handling
@ControllerAdvice, @ExceptionHandler
REST vs SOAP
@RestController vs @Controller
GET, PUT, POST, PATCH, DELETE
JWT Tokens
------------------------------------------------------------------------------------------------------------------------
Microservices -
[For better understanding of Microservices with SpringBoot, kindly check the practical video in youtube
(Channel name - Daily Code Buffer | Video name - Microservices using SpringBoot)]
https://www.youtube.com/watch?v=BnknNTN8icw&t=4004s
Service registry
Config Server
Hystrix
@LoadBalancer
------------------------------------------------------------------------------------------------------------------------
JPA -
transient
JoinColumn annotation
use of dialect
------------------------------------------------------------------------------------------------------------------------
MySQL -
SQLInjection
use of PreparedStatement?
------------------------------------------------------------------------------------------------------------------------
JUnit-
Mockito vs PowerMockito
@InjectMock vs @Mock
------------------------------------------------------------------------------------------------------------------------
Angular 8 -
Lifecycle of Angular
Advantages of Angular
AngularJS vs Angular
what is TypeScript?
use of Components?
Observable vs Promise
Data binding
Constructor vs ngOnInit
pipes
interpolation
AngularCLI
bootstrap
Angular Router
NgModules
decorators
------------------------------------------------------------------------------------------------------------------------
Scenario Programs:
find the duplicates in the array values? -> check using hashMap.contains