The Wayback Machine - https://web.archive.org/web/20180428003634/https://www.packtpub.com/application-development/spring-framework-interview-guide-200-questions-and-answers-video

Spring Framework Interview Guide - 200+ Questions and Answers [Video]

Preview in Mapt
Code Files

Spring Framework Interview Guide - 200+ Questions and Answers [Video]

Ranga Karanam
New Release!

Get Ready for Your Spring Interview with Spring, Spring Boot, RESTful, SOAP Web Services and Spring MVC
Mapt Subscription
FREE
€29.73/m after trial
Video
€9.74
RRP €196.33
Save 95%
What do I get with a Mapt Pro subscription?
  • Unlimited access to all Packt’s 5,000+ eBooks and Videos
  • Early Access content, Progress Tracking, and Assessments
  • 1 Free eBook or Video to download and keep every month after trial
What do I get with an eBook?
  • Download this book in EPUB, PDF, MOBI formats
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
What do I get with Print & eBook?
  • Get a paperback copy of the book delivered to you
  • Download this book in EPUB, PDF, MOBI formats
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
What do I get with a Video?
  • Download this Video course in MP4 format
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
€0.00
€9.74
€29.74 p/m after trial
RRP €196.33
Subscription
Video
Start 14 Day Trial

Frequently bought together


Spring Framework Interview Guide - 200+ Questions and Answers [Video] Book Cover
Spring Framework Interview Guide - 200+ Questions and Answers [Video]
€ 196.33
€ 9.74
Java Interview Guide : 200+ Interview Questions and Answers [Video] Book Cover
Java Interview Guide : 200+ Interview Questions and Answers [Video]
€ 196.33
€ 9.74
Buy 2 for €19.48
Save €313.60
Add to Cart

Video Details

ISBN 139781788992909
Course Length5 hours and 48 minutes

Video Description

The Spring framework is the most popular Java framework ever. It continues to evolve with changing architectures. Spring Boot is one of the most popular Spring projects. Spring Boot is the most used Java framework to develop RESTful services and microservices. Preparing for a Spring Interview is tricky. There are a wide variety of Spring modules and Spring projects you need to recollect and be prepared to answer questions on.You'll need to get a good understanding of the new features of Spring and have a firm grasp of the concepts you've implemented in your projects. This course helps you prepare for Spring interviews with code examples covering 200+ Spring interview questions and answers on Spring, Spring Boot, Spring MVC, Spring JDBC, JPA, AOP, RESTful Services, and SOAP web services.

Style and Approach

Very suitable for programmers moving to Spring concepts and syntax. Good refreshment for Spring.

Table of Contents

Introduction
001-Preview To Spring Interview Guide
002-Introduction To Our Github Repository
003-Setting up the Course Presentation
004-Overview of Spring Interview Guide
Spring Framework
101-Basics of Spring Framework
102-Spring Application Context and IOC Container
103-Spring - Component Scan
104-@Controller, @Component, @Repository, and @Service Annotations
105-Scope of a Bean
106-Setter and Constructor Injection
107-Spring Application Contexts - XML and Java Configuration
108-Spring and Autowiring
109-Debugging with Spring Framework. @Primary and @Qualifier
110-CDI(Contexts and Dependency Injection) and Spring
111-Spring Major Versions and New Features
112-Spring Modules
114-Spring Design Patterns, BOM and Annotations
115-Big Picture of Spring Framework
113-Spring Projects
Spring MVC
201-Web Application Architectures - Model 1, Model 2 and Front Controller
202-Spring MVC High Level Flow
203-Dispatcher Servlet and Configuration
204-Form Backing Object, Form Tags, Validation and Binding Result
205-Path Variable, Model and Session Attributes
206-Date Format Binding
207-Exception Handling and Controller Advice
208-Why is Spring MVC Popular?
Spring Boot
301-Spring Boot - Goals and Features
302-Spring Boot vs Spring vs Spring MVC
303-@SpringBootApplication
304-Introduction to Auto Configuration
305-Embedded Servers - Tomcat, Jetty and Undertow
306-Introduction to Starter Projects
307-Starter Parent and Dependency Management
308-Creating Spring Projects with Spring Initializr
309-Configuration with Application Properties
310-Custom Application Configuration with @ConfigurationProperties
311-Spring Boot Profiles
312-Monitoring your application with Spring Boot Actuator
313-Do things at application startup with CommandLineRunner
Spring Data, Spring JDBC and JPA
401-Spring JDBC - JdbcTemplate and RowMapper
402-JPA, Hibernate - Entity and Entity Manager
403-JPA Relationships - One to One, One to Many, Many to Many
404-JPA Configuration - Data Source, persistence.xml and Entity Manager Factory
405-Spring Data - Need, Overview and Repository
Unit and Integration Testing
501-Unit Testing with Mockito
502-Unit Testing Controllers with Mock MVC Framework
503-Integration Testing with Spring Boot
AOP
601-Introduction to Spring AOP
602-AOP Basics - Aspect, Pointcut, Advice and Weaving
SOAP Web Services
701-What is a Web Service?
702-SOAP Web Service - SOAP Envelope, Header and Body
703-SOAP Request Examples - SOAP Header
704-WSDL - an overview
705-Contract First Approach and XSD
706-JAXB and Configuration with Spring Web Services
707-Writing an Endpoint with Spring Web Services
709-Generating a WSDL with Spring Web Services
710-Error Handling for SOAP Web Services
708-MessageDispatcherServlet and configuration
RESTful Web Services
801-What is REST?
802-Best Practices of RESTful Services
803-GET Resource method with Spring REST
804-POST Resource method with Spring REST and ResponseEntity
805-Implementing HATEOAS for RESTful Web Services
806-Documenting RESTful web services with Swagger
807-Content Negotiation and Representation of a Resource
808-Exception Handling and Validation for RESTFul Web Services
809-Versioning for RESTful Web Services
Congratulations
901-Conclusion to Spring Interview Guide

What You Will Learn

  • You will learn to answer 200 interview questions on Spring, Spring Boot, and Spring MVC.
  • You will learn to answer questions on the basics of JPA, Spring Data, Spring Data JPA, and Spring AOP. 
  • You will learn to answer questions on RESTful web services and SOAP web services with Spring and Spring Boot. 
  • You will learn to answer questions on the basics of the Spring framework including IOC, application context, dependency injection, scope, and component scans. 
  • You will learn about Spring annotations such as @Component, @Service, @Repository, @Controller, @Autowired, @Primary, @Qualifier, and @Configuration.
  • You will come to understand the basic features of Spring Boot including starters, auto-configuration, and actuator and externalized configuration.
  • You will be introduced to the best practices when using Spring and Spring Boot and be introduced to the approaches used to handle validation errors with Spring MVC and Spring REST. 
  • You will be introduced to the approaches for versioning, content negotiation with RESTful services, and will understand the best practices for documenting your RESTful services with Swagger

Authors

Table of Contents

Introduction
001-Preview To Spring Interview Guide
002-Introduction To Our Github Repository
003-Setting up the Course Presentation
004-Overview of Spring Interview Guide
Spring Framework
101-Basics of Spring Framework
102-Spring Application Context and IOC Container
103-Spring - Component Scan
104-@Controller, @Component, @Repository, and @Service Annotations
105-Scope of a Bean
106-Setter and Constructor Injection
107-Spring Application Contexts - XML and Java Configuration
108-Spring and Autowiring
109-Debugging with Spring Framework. @Primary and @Qualifier
110-CDI(Contexts and Dependency Injection) and Spring
111-Spring Major Versions and New Features
112-Spring Modules
114-Spring Design Patterns, BOM and Annotations
115-Big Picture of Spring Framework
113-Spring Projects
Spring MVC
201-Web Application Architectures - Model 1, Model 2 and Front Controller
202-Spring MVC High Level Flow
203-Dispatcher Servlet and Configuration
204-Form Backing Object, Form Tags, Validation and Binding Result
205-Path Variable, Model and Session Attributes
206-Date Format Binding
207-Exception Handling and Controller Advice
208-Why is Spring MVC Popular?
Spring Boot
301-Spring Boot - Goals and Features
302-Spring Boot vs Spring vs Spring MVC
303-@SpringBootApplication
304-Introduction to Auto Configuration
305-Embedded Servers - Tomcat, Jetty and Undertow
306-Introduction to Starter Projects
307-Starter Parent and Dependency Management
308-Creating Spring Projects with Spring Initializr
309-Configuration with Application Properties
310-Custom Application Configuration with @ConfigurationProperties
311-Spring Boot Profiles
312-Monitoring your application with Spring Boot Actuator
313-Do things at application startup with CommandLineRunner
Spring Data, Spring JDBC and JPA
401-Spring JDBC - JdbcTemplate and RowMapper
402-JPA, Hibernate - Entity and Entity Manager
403-JPA Relationships - One to One, One to Many, Many to Many
404-JPA Configuration - Data Source, persistence.xml and Entity Manager Factory
405-Spring Data - Need, Overview and Repository
Unit and Integration Testing
501-Unit Testing with Mockito
502-Unit Testing Controllers with Mock MVC Framework
503-Integration Testing with Spring Boot
AOP
601-Introduction to Spring AOP
602-AOP Basics - Aspect, Pointcut, Advice and Weaving
SOAP Web Services
701-What is a Web Service?
702-SOAP Web Service - SOAP Envelope, Header and Body
703-SOAP Request Examples - SOAP Header
704-WSDL - an overview
705-Contract First Approach and XSD
706-JAXB and Configuration with Spring Web Services
707-Writing an Endpoint with Spring Web Services
709-Generating a WSDL with Spring Web Services
710-Error Handling for SOAP Web Services
708-MessageDispatcherServlet and configuration
RESTful Web Services
801-What is REST?
802-Best Practices of RESTful Services
803-GET Resource method with Spring REST
804-POST Resource method with Spring REST and ResponseEntity
805-Implementing HATEOAS for RESTful Web Services
806-Documenting RESTful web services with Swagger
807-Content Negotiation and Representation of a Resource
808-Exception Handling and Validation for RESTFul Web Services
809-Versioning for RESTful Web Services
Congratulations
901-Conclusion to Spring Interview Guide

Video Details

ISBN 139781788992909
Course Length5 hours and 48 minutes
Read More

Read More Reviews

Recommended for You

Java Interview Guide : 200+ Interview Questions and Answers [Video] Book Cover
Java Interview Guide : 200+ Interview Questions and Answers [Video]
€ 196.33
€ 9.74
From Voices to Results - Voice of Customer Questions, Tools and Analysis Book Cover
From Voices to Results - Voice of Customer Questions, Tools and Analysis
€ 30.92
€ 9.73
Vue JS 2 - The Complete Guide (incl. Vue Router and Vuex) [Video] Book Cover
Vue JS 2 - The Complete Guide (incl. Vue Router and Vuex) [Video]
€ 183.24
€ 9.73
Spring Framework Master Class - Beginner to Expert [Video] Book Cover
Spring Framework Master Class - Beginner to Expert [Video]
€ 196.33
€ 9.74
Docker - Swarm, Services and Stack - Hands-On [Video] Book Cover
Docker - Swarm, Services and Stack - Hands-On [Video]
€ 196.33
€ 9.74
Angular 5 (formerly Angular 2) - The Complete Guide [Video] Book Cover
Angular 5 (formerly Angular 2) - The Complete Guide [Video]
€ 179.67
€ 9.74