Java 8 - Spring Interviewer Guideline
Java 8 - Spring Interviewer Guideline
Topics to review:
● Java 8
○ Optional - Ref Link
○ Lambda - Ref Link
○ Stream - Ref Link
○ Collections - Ref Link
● Spring
○ Core - Ref Link
○ Cloud - Ref Link
○ Boot - Ref Link
○ Feing - Ref Link
○ JPA - Ref Link
○ JMS - Ref Link
○ Test - Ref Link
When a candidate is being phone-screened on those topics you may hear some of those
keywords.
Java 8:
Spring
Spring Data JPA aims to significantly improve the implementation of data access layers by
reducing the effort to the amount that’s actually needed. It’s only needed to write repository
interfaces, including custom finder methods, and Spring will provide the implementation
automatically, main features: