Spring Boot Interview Questions And Answer | Spring Boot Interview Question Part 2 | Code Decode

preview_player
Показать описание
In this video of code decode Spring Boot Interview Questions And Answer for experienced and fresher we have covered some frequently asked spring boot interview questions and answers

Udemy Course of Code Decode on Microservice k8s AWS CICD link:

Course Description Video :

Spring Boot Interview Questions And Answers || Spring Boot Tricky Interview Questions [MOST ASKED]

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". Spring Boot helps you accelerate application development.

It looks at your classpath and at the beans you have configured, makes reasonable assumptions about what you are missing, and adds those items. With Spring Boot, you can focus more on business features and less on infrastructure.

For all Spring applications, you should start with the Spring Initializr. The Initializr offers a fast way to pull in all the dependencies you need for an application and does a lot of the setup for you.

Spring Boot Interview questions are usually tricky ones and we need to practice them before appearing for spring boot interviews.

A very common question asked is what is @SpringBootAnnotation

@SpringBootApplication is a convenience annotation that adds all of the following:

@Configuration: Tags the class as a source of bean definitions for the application context.

@EnableAutoConfiguration: Tells Spring Boot to start adding beans based on classpath settings, other beans, and various property settings. For example, if spring-web MVC is on the classpath, this annotation flags the application as a web application and activates key behaviors, such as setting up a DispatcherServlet.

@ComponentScan: Tells Spring to look for other components, configurations, and services in the com/example package, letting it find the controllers.

This video of spring boot interview questions and answers contains Top basic important spring boot interview questions and answers with a Live Demo.

Part 2 here contains a live demo and code base for multiple interview questions like :
Spring boot interview questions for experienced includes these imp questions
What is Spring Actuator? What are its advantages?

An actuator is a manufacturing term that refers to a mechanical device for moving or controlling something. Actuators can generate a large amount of motion from a small change.

In Spring boot whenever something goes wrong we need to debug and go through logs to see the issue.

Using Spring Actuator, you can access those flows like what bean is created, what is the CPU usage. And many more features.

By Default Exposed HTTP endpoints can be seen at

How to create custom Endpoints -?
This can be achieved by adding the following annotations:
@Endpoint and @Component to class
@ReadOperation, @WriteOperation, or @DeleteOperation on method-level

@ReadOperation maps to HTTP GET
@WriteOperation maps to HTTP POST
@DeleteOperation maps to HTTP DELETE

This end point Displays HTTP trace information (by default, the last 100 HTTP request-response exchanges). Requires an HttpTraceRepository bean.

YAML and properties file difference and why to use YAML over properties file is also covered in this video.

-------------------------------------------------------------------------------------------------------------------------------------

Code Decode Playlists

-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode

--------------------------------------------------------------------------------------------------------------------------------------
#codedecode #springBootInterviewQuestions #SpringBoot
Рекомендации по теме
Комментарии
Автор

Thank you so much for creating SB videos.. I just cleared my first round just by watching your videos...Request you to upload more Spring Boot interview questions of advanced level...Really appreciate your efforts in making these videos...Thanks a lot!!!

geetha
Автор

00:22 What is Spring Actuator? What are its advantages?
02:32 How to use Actuator in Spring boot application
06:32 07:29 09:09 09:49 Actuator Endpoints
11:29 16:09 16:39 16:50 17:30 18:55 21:49 Enabling HTTP Trace
21:54 24:34 How to create custom Endpoints
25:59 Steps to deploy Spring Boot web applications as JAR and WAR files?

gsaravanan
Автор

Please continue this interview questions series 🙏
It helps alot to aspirants..

Digital_madhu
Автор

After watching part1 got full interest and now after part2 wanted to share it to all my friends to promote this. Again thank you so much excellent voice.

kazaasekhar
Автор

Your videos of SpringBoot interview questions are super helpful for someone new to the field like me. I am learning many new things specially when you show implementation/coding part.
Thanks!

KateShubham
Автор

This is a very super content video for fresher and experienced as well. it is helping a lot to everyone .
Please make any new videos related to interview questions on spring boot.

Thanks a lot again.🙂

funforkids
Автор

Best video I have found in youtube today, I have an interview with UHG tomorrow 3rd technical round, thank you very you saved my time, I am confident enough to answer springboot related questions

kasiyedumati
Автор

To the woman behind these efforts,

Thank you so much 🙏

akashjain
Автор

Amazing and absolutely real time interview questions. I loved it. Thank you for making such highly informative videos.

keshavrajacharya
Автор

You doing superb! you dont know how much its helpful for people who are new as well as working! you clear concept from scratch. Followed this channel just cz of you! Thanks a lot!! Keep teaching and learning also 🤗

dimple
Автор

Hello Madam, I have a doubt regarding the explanation of the Advantages of YAML files over the properties files. You have added two annotations @ConfigurationProperties and @PropertySource. Without these annotations also, we can inject property value from application.yml, right?

visukcse
Автор

you are creating really good content and that too all latest things ...Please create Spring boot tutorial starting from basics .. it will definitely help people who knows Java and start learning spring boot .. because your teaching skills and explanations are way too awesome

rajeshdhule
Автор

Thanks Mam. That was fantastic. These were the questions that I was asked in my first round and I could clear it because of reading this. Thanks a lot. I owe you a big treat if I tend to meet you anytime

charanvelury
Автор

Awesome.. yesterday only i was looking about actuators and u made my day with clean explanations.. thanks to you ...now i got clear picture..

sreeram
Автор

Please do add more interview questions related to transactions, database and security in Spring boot.

UU
Автор

Please consider doing part 3 of this spring boot series...it is very helpful

sreejak
Автор

you made my day madam.. it is really appreciable..you are great !! Please make separate video for @annotations of SpringBoot and make more videos on springBoot Interview Q & Answer.

saurabhkailashchandrapuran
Автор

Excellent way of teaching in therotical and practical approach...Please upload more interview questions on realtime end to end project from development to production and maintenance process

nagendersripada
Автор

Really it's great content and it's very useful thank you Mam

josephnairpudupermanil
Автор

This is awesome! please make a video on Spring transactions and JMS.

anjalijaiswal