🔥Top Spring Boot Interview Questions [Hindi]

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video we are going to learn the top interview of spring boot questions.
    Slide Link:
    Top Spring Boot Interview Questions [Hindi]
    Telegram Link for Doubt: t.me/learncode...
    Important Videos:
    ➡️React JS with Project : • 🔥 🔥 Complete React Js ...
    ➡️Learn JDBC in one video: • JDBC Crash Course in 1...
    ➡️Learn Python in One Video: • Learn Python in One Vi...
    ➡️Learn HTML in one video: • Jquery in one video in...
    ➡️Learn HTML form in one video: • Jquery in one video in...
    ➡️Learn JavaScript in one videos: • Learn JavaScript in O...
    ➡️Learn Form Validation using javascript and jquery: • Form Validation using ...
    ➡️Learn CSS in one video: • Jquery in one video in...
    ➡️Jquery in one video: • Jquery in one video in...
    Kotlin is one video: • Kotlin | Learn Kotlin ...
    ➡️Complete Python Project - RUclips downloader in one video: • Jquery in one video in...
    Important Playlist:
    ➡️Spring Boot Tutorial with Project : • Spring Boot Tutorial i...
    ➡️Spring MVC Tutorial: • Spring MVC Tutorial St...
    ➡️Complete Spring Framework Tutorial: • Spring Framework Tutor...
    ➡️Hibernate Tutorials: • Hibernate Tutorial for...
    ➡️E-Commerce Project using Java: • E-Commerce Project usi...
    ➡️AWS Free Java Hosting Playlist: • AWS Hosting Tutorial |...
    ➡️Hibernate Tutorial Playlist: • Hibernate Tutorial for...
    ➡️Learn Technology in One Vides: • Learn in one video : C...
    ➡️Programming Tips for Programmers: • Coding Tips and Discus...
    ➡️Complete Python for Beginners: • Complete Python Tutori...
    ➡️Important Python Projects: • Python Projects in Hindi
    ➡️Complete Servlet & JSP : • Servlet and Jsp (Serve...
    ➡️Complete JDBC ( Java Database Connectivity) : • JDBC(Java Database Con...
    ➡️Complete Java Project : TechBlog: • Full Java Advance Pro...
    ➡️Java Swing Projects: • Java Projects for begi...
    ➡️Java Core Concepts: • Java Core Tutorial
    ➡️Kya aap Jante hai Series: • kya app jante hai : s...
    Important Links:
    👉Official Website (Source Code): learncodewithd...
    👉Telegram Discussion Group: t.me/learncode...
    👉Follow me on Instagram: / durgesh_k_t
    👉Follow on Facebook / learncodewithdurgesh
    Disclaimer:
    All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Комментарии • 99

  • @Hound77
    @Hound77 Год назад +32

    Q 1. Is it possible to change the port of the embedded Tomcat server in spring Boot? 1:33
    Q 2. Can we override or replace the embedded tomcat server in spring boot? 3:38
    Q 3. What is auto-configuration in spring boot? 5:06
    Q 4. What is diff between @springBootApplication and @EnableAutoConfiguration? 9:08
    @springBootApplication = @Configuration+@EnableAutoConfiguration+@ComponentScan
    Q 5. How to disable a specific auto-configuration class? 12:24
    @EnableAutoConfiguration(exclude={className})
    Q 6. Difference between @RestController and @Controller in spring boot? 12:52
    Q 7. Descibe flow of HTTPs request through spring boot application? 14:50
    Q 8. Difference between @RequestMapping @GetMapping? 16:15
    Q 9. Difference between Embedded server and war? 17:55
    Q10. What is profile used for? 19:32
    Q11. What is spring actuator? 21:25
    Q 12. How to get list of all the beans in spring boot application? 24:13
    /beans /env

  • @bharatbairagi8239
    @bharatbairagi8239 2 года назад +4

    Ek Salute to banta h sir....agar har koi apki tarah explain kre to developer's life will be very easy...thankyou so much sir..

  • @darant
    @darant 3 года назад +17

    Interview questions series is a great start. Will be interested in more such videos.

  • @satabdeepattnaik7911
    @satabdeepattnaik7911 2 года назад +8

    @Controller annotation indicates that the class is a controller class like web controller while @RestController indicates that the class is a controller along with @RequestMapping method assume @ResponseBody by default.

  • @elitexmedia2899
    @elitexmedia2899 2 года назад +6

    Please start the Interview questions series on Hibernate, mysql, Spring , Advance Java etc.

  • @praffulpawarp7p372
    @praffulpawarp7p372 Год назад +1

    Embedded container let Spring Boot application run as a JAR directly from the command prompt without setting up a web server. Embedded container auto configure web server and run the application. But to run a WAR file, you need to first set up a web server like Tomcat which has Servlet container and then you need to deploy WAR to run the spring boot application.

  • @amankumar-ms6bn
    @amankumar-ms6bn Год назад +1

    deiffrence between @Controller we use this becouse we can acces all need things which we write in
    @controller and @Restcontrooler its used to for ....

  • @asimalikhan9508
    @asimalikhan9508 2 года назад +7

    6. Difference between @RestController and @Controller?
    a. @Controller is a part of @RestController, along with @ResponseBody. It tells the application that the specified class will act as controller class in the application and its all methods will be having a response body.

  • @mehtabkhan-nf9vh
    @mehtabkhan-nf9vh 28 дней назад

    @RestController is used in Spring Boot Rest Application
    @Controller is used in Spring MVC project.
    @RestController is the combination of @controller + @ResponseBody. when we want to extract data directly in response
    @controller - when we want viewname in response

  • @amitoshverma923
    @amitoshverma923 8 месяцев назад

    13:05
    RestController gives us the http response in json format and controller gives us the response in human readable format only

  • @deveshpandey2256
    @deveshpandey2256 2 года назад

    Thanks sir jo sikha hai aapse seekha. Need your blessings for my interview tomorrow 🙏

  • @AnkitSingh-wj3qv
    @AnkitSingh-wj3qv 2 года назад +3

    @controller--is a controller layer in spring boot and it is intrect view and backed logic.
    @Restvontroller-it is a class that for responsible for web services.

  • @ahsanshareefmohammed5684
    @ahsanshareefmohammed5684 3 года назад +1

    Bhai Please make complete video on Spring Boot Actuator, and thanks for all the amazing videos.

  • @shubhamprakash9133
    @shubhamprakash9133 2 года назад +1

    Thank you so much for these Interview questions. Please do create a full playlist of all the important questions and answers on all the topics.

  • @Allofanl
    @Allofanl 4 месяца назад

    Opinionated - spring boots draw back you can say , it does things on its own as per its understanding , spring boot k opinion m ye sahi h to wo add kardena khud se , doesn’t give you lot of option you can say Spring boot controls your application, if you want full control over your project use spring

  • @shubhamtayde1194
    @shubhamtayde1194 2 года назад +1

    Please start 1 spring boot interview series... It's helps Beginner as well as experience

  • @pariroye
    @pariroye 3 года назад +2

    Sir thank you so much ,sir plz make video on interview question of java

  • @shikhasoni4785
    @shikhasoni4785 3 года назад +1

    Thankyou!! really appreciate your work...!!please make more video's on interview questions..

  • @aditigupta5324
    @aditigupta5324 2 года назад

    Everyone suggest ur channel sir....now i know why becoz it has so much content and knowledable

  • @sahilpawar3519
    @sahilpawar3519 2 года назад +1

    RestController is for web application form like HTMS / CSS JavaScript while Controller is for Json /XML

    • @faixan13
      @faixan13 2 года назад +1

      it is opposite actually. RestController is for json/xml while Controller works with HTML/CSS/JS

  • @Jitendrayadav-wd7wv
    @Jitendrayadav-wd7wv 3 года назад +2

    Can you please make a crash course video on Java design patterns and also make a video on its interview Questions and Answers.

  • @alifurrahman8664
    @alifurrahman8664 3 года назад +1

    Thank you sir_ please make the spring boot course in carsh course

  • @anitahcu
    @anitahcu 3 года назад +1

    Please make video for Java 8 interview Question

  • @maheshrevaskar7658
    @maheshrevaskar7658 3 года назад

    Thanks Durgesh for explaining this in very simple way

  • @rishabhsingh-gw6nm
    @rishabhsingh-gw6nm Год назад

    Please make more interview video on Spring Framework Sir

  • @praffulpawarp7p372
    @praffulpawarp7p372 Год назад

    Spring Profiles provide a way to segregate parts of your application configuration and make it only available in certain environments. Any @Component or @Configuration can be marked with @Profile to limit when it is loaded: @Configuration @Profile("production") public class ProductionConfiguration { // ... }

  • @Life-GiftOfGod
    @Life-GiftOfGod 2 года назад

    Jai Hind Jai Bharat !!!🙏 thanks a lot !!!!!

  • @junkdab
    @junkdab Год назад

    Keep going bro this is the best hindi tutorial channel

  • @ShivSingh-uf5rb
    @ShivSingh-uf5rb 3 года назад +1

    You deserve more subscribers 👍🏻

  • @Vithal_Nivargi
    @Vithal_Nivargi 2 года назад

    Thank-you make one more video springboot and microservices interview questions.......

  • @shreeratan567
    @shreeratan567 2 года назад

    Durgesh in next 1years you will have 2millions subscribers great job

  • @kiranwadkar5558
    @kiranwadkar5558 11 месяцев назад

    Hi , Can you please make video on Multithreading interview questions and answers ?
    Thank you Durgesh for making such well content videos

  • @kadaklaunde3637
    @kadaklaunde3637 2 года назад

    Plz har topic par interview question banaye..

  • @ratankhandekar8034
    @ratankhandekar8034 2 года назад

    Full Support hai sir aap ko❣️❣️❣️❣️❣️❣️

  • @rahulrajendra02
    @rahulrajendra02 3 года назад +1

    Please make full stack java developer full course...thanks a lot 😊

  • @teluguraghu7733
    @teluguraghu7733 Год назад

    Excellent bayya keep doing more videos 🔥🔥🔥
    Jaihind

  • @saurabhkawatra8938
    @saurabhkawatra8938 3 года назад +1

    Good questions. Sir, if possible, please try to make a playlist for android programming. And how to make use of spring rest apis inside an android app

  • @संतवामनभाऊ

    Spring profile pe 1 video banao bhai 🙏

  • @urvishsoni3910
    @urvishsoni3910 3 года назад

    Nice video sir please make full interview series on java, spring , hibernate and spring boot.

  • @hirenpandya2554
    @hirenpandya2554 2 года назад

    Thank You So Much!! It is Really Helpful.

  • @parthec1
    @parthec1 2 года назад

    Thank u,,,one suggestion if u can cover few topics with quick demo then it would be easy to understand,

  • @mangalgawade6718
    @mangalgawade6718 2 года назад

    Hii sir please make the video on spring framework interview questions

  • @monasoni4881
    @monasoni4881 2 года назад

    Please create video on spring jpa interview questions

  • @pradipdatir5474
    @pradipdatir5474 Год назад

    these video is really really helpful.

  • @indrajeetchaursiya
    @indrajeetchaursiya 3 года назад

    Bhai please make a more video for spring boot and also micro services and hibernate

  • @AdityaKumar-lj8cx
    @AdityaKumar-lj8cx Год назад

    sir servlet and jsp per interview question per video baniye

  • @saurabhtayde5712
    @saurabhtayde5712 3 года назад

    Yes sir make video on actuator

  • @brajendrasingh3131
    @brajendrasingh3131 3 года назад +3

    Thank you for amazing interview question video. Can you please make a video for hibernate and microservice interview questions.

  • @tanweeralam23
    @tanweeralam23 Год назад

    Make video on Hibernate interview questions

  • @sanchitthai4822
    @sanchitthai4822 2 года назад

    Can you please make a video on how to configure multiple database and multiple properties file in spring boot

  • @ajcoders6748
    @ajcoders6748 2 года назад

    Please Start working on these things sir for the interview question and DSA part

  • @Harshsingh-em1vx
    @Harshsingh-em1vx Год назад

    Bhaiya spring ka v interview question bna do

  • @Vithal_Nivargi
    @Vithal_Nivargi 2 года назад

    Please make one more video on springboot interview questions

  • @IndiaB60
    @IndiaB60 Год назад

    Hello sir
    Can make a video on Voice XML.
    IVR Development.
    How to do that please sir make a video.

  • @helloworldkhalid
    @helloworldkhalid Год назад

    Thanks for the video 🙂

  • @IndeedShiksha_withotherstuffs
    @IndeedShiksha_withotherstuffs 3 года назад

    You are great sir,Thanks

  • @amitghatage774
    @amitghatage774 3 года назад

    Great video 📹, waiting for next part of it also make video of actuator

  • @rahulkhilari6656
    @rahulkhilari6656 3 года назад

    Will be interested in more videos on Interview

  • @saritaprasad4295
    @saritaprasad4295 2 года назад

    Good answers!

  • @rohitsinghsengar9743
    @rohitsinghsengar9743 2 года назад

    Full Java technology ke interview questions banaye

  • @pianomusiclover4545
    @pianomusiclover4545 3 года назад

    React Js+ spring boot+ microservices admin panel video project series karo sir

  • @amanindersingh2989
    @amanindersingh2989 3 года назад

    Hi sir please provide more videos like this

  • @rohitverma8184
    @rohitverma8184 Год назад

    Thanks bro

  • @razasaifi1989
    @razasaifi1989 3 года назад

    Great series interview questions

  • @yatendra__singh
    @yatendra__singh 3 года назад

    Great session

  • @vaishnavisuryawanshi148
    @vaishnavisuryawanshi148 3 года назад

    Sir sub topic pe interview questions ka video baniye na

  • @Guptasir1993
    @Guptasir1993 3 года назад +1

    Sir spring batch job pe video bano plz..

  • @praveensiddavatam9395
    @praveensiddavatam9395 2 года назад

    Bro can you explain why tomcat is default server in springBoot ?what is Reason

  • @ManishSingh-nd3zf
    @ManishSingh-nd3zf 3 года назад

    Sir java Ka bhi daaliye...core Java Ka daaliye

  • @umasingh4369
    @umasingh4369 2 года назад

    Sir java springboot framework related ek real time project pr video baniye jisse job me help ho sake please sir

  • @surykaushal2140
    @surykaushal2140 2 года назад

    keep it up!! it could be much better explanation

  • @prashantarya2211
    @prashantarya2211 2 года назад

    Next video on DBMS SQL

  • @arshadansari4720
    @arshadansari4720 3 года назад

    Sir angular 8 k b questions laiye plz

  • @zombiangaming7703
    @zombiangaming7703 3 года назад

    sir is there any video on @profile with different environments

  • @deepaktiwari1766
    @deepaktiwari1766 Год назад

    Nice sir

  • @amitverma-cv7ok
    @amitverma-cv7ok 3 года назад

    plz upload actuator video

  • @Homiebite
    @Homiebite 2 года назад

    Please sir aur v banaiye

  • @SunnySingh-is2wm
    @SunnySingh-is2wm 3 года назад

    Hibernate and microservice interview question

  • @himanshubaviskar3966
    @himanshubaviskar3966 2 года назад

    Good Content

  • @gauravsingh199
    @gauravsingh199 Год назад

    Copy post kiya hai very basic questions

  • @sachinkumar-oy4kc
    @sachinkumar-oy4kc Год назад

    Sare question interviewbit website ka copy hai same .

  • @Javajunctions
    @Javajunctions 2 года назад

    spring boot me inter view vedio

  • @foddiebyage9696
    @foddiebyage9696 3 года назад

    Bhai new proj on spring boot microservices

  • @NeuralNexus81
    @NeuralNexus81 2 года назад

    sir java ki bnao na

  • @ganeshkasar47
    @ganeshkasar47 3 года назад

    response body

  • @SunilGupta-ut8ie
    @SunilGupta-ut8ie 3 года назад

    Wow👌👌

  • @ghosh9390
    @ghosh9390 2 года назад

    I got 7 add during this video

  • @ratankhandekar8034
    @ratankhandekar8034 2 года назад

    From pune 🔥

  • @__nitinkumar__
    @__nitinkumar__ 2 года назад +2

    Starts at 1:27
    All the best, Thank me and Sir later.

  • @rishiraj2548
    @rishiraj2548 Год назад

    🙏🙏

  • @animeshkumartiwari9290
    @animeshkumartiwari9290 2 года назад

    maven one

  • @ratunawartejas
    @ratunawartejas 2 года назад

    @19:45 in Q10, I have doubt based on profile. How in spring boot application support if one db is configured at lower environment and other is in prod with the help of profiles?
    Let's assume if The application has mongodb configuration at Dev profile & prod has Oracle db configured. Then in my opinion the similar (mongodb) should be In prod to work, otherwise it will break bcz how data models of mongodb will interact with Oracle at prod region?

  • @praffulpawarp7p372
    @praffulpawarp7p372 Год назад

    your answers are not good at all i suggest to others see any other video might those videos are worthy for your time but this video is not

  • @ksp8810
    @ksp8810 Год назад

    @RestController= @Controller+ @ResponseBody

  • @shreyashachoudhary480
    @shreyashachoudhary480 2 года назад

    @SuperHelpful