🔥Top Spring Boot Interview Questions [Hindi]

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 99

  • @Hound77
    @Hound77 2 ปีที่แล้ว +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.

  • @amitoshverma923
    @amitoshverma923 10 หลายเดือนก่อน

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

  • @elitexmedia2899
    @elitexmedia2899 3 ปีที่แล้ว +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.

  • @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 3 หลายเดือนก่อน

    @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

  • @Allofanl
    @Allofanl 7 หลายเดือนก่อน

    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

  • @deveshpandey2256
    @deveshpandey2256 2 ปีที่แล้ว

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

  • @AnkitSingh-wj3qv
    @AnkitSingh-wj3qv 3 ปีที่แล้ว +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.

  • @junkdab
    @junkdab ปีที่แล้ว

    Keep going bro this is the best hindi tutorial channel

  • @Life-GiftOfGod
    @Life-GiftOfGod 2 ปีที่แล้ว

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

  • @aditigupta5324
    @aditigupta5324 2 ปีที่แล้ว

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

  • @maheshrevaskar7658
    @maheshrevaskar7658 3 ปีที่แล้ว

    Thanks Durgesh for explaining this in very simple way

  • @shubhamtayde1194
    @shubhamtayde1194 2 ปีที่แล้ว +1

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

  • @amankumar-ms6bn
    @amankumar-ms6bn 2 ปีที่แล้ว +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 ....

  • @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.

  • @ahsanshareefmohammed5684
    @ahsanshareefmohammed5684 3 ปีที่แล้ว +1

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

  • @ratankhandekar8034
    @ratankhandekar8034 2 ปีที่แล้ว

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

  • @shikhasoni4785
    @shikhasoni4785 3 ปีที่แล้ว +1

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

  • @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 { // ... }

  • @ShivSingh-uf5rb
    @ShivSingh-uf5rb 3 ปีที่แล้ว +1

    You deserve more subscribers 👍🏻

  • @teluguraghu7733
    @teluguraghu7733 ปีที่แล้ว

    Excellent bayya keep doing more videos 🔥🔥🔥
    Jaihind

  • @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

  • @Vithal_Nivargi
    @Vithal_Nivargi 2 ปีที่แล้ว

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

  • @pariroye
    @pariroye 3 ปีที่แล้ว +2

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

  • @pradipdatir5474
    @pradipdatir5474 ปีที่แล้ว

    these video is really really helpful.

  • @shreeratan567
    @shreeratan567 3 ปีที่แล้ว

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

  • @helloworldkhalid
    @helloworldkhalid ปีที่แล้ว

    Thanks for the video 🙂

  • @alifurrahman8664
    @alifurrahman8664 3 ปีที่แล้ว +1

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

  • @rishabhsingh-gw6nm
    @rishabhsingh-gw6nm ปีที่แล้ว

    Please make more interview video on Spring Framework Sir

  • @kadaklaunde3637
    @kadaklaunde3637 2 ปีที่แล้ว

    Plz har topic par interview question banaye..

  • @hirenpandya2554
    @hirenpandya2554 3 ปีที่แล้ว

    Thank You So Much!! It is Really Helpful.

  • @urvishsoni3910
    @urvishsoni3910 3 ปีที่แล้ว

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

  • @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.

  • @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

  • @saurabhtayde5712
    @saurabhtayde5712 3 ปีที่แล้ว

    Yes sir make video on actuator

  • @kiranwadkar5558
    @kiranwadkar5558 ปีที่แล้ว

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

  • @saritaprasad4295
    @saritaprasad4295 2 ปีที่แล้ว

    Good answers!

  • @parthec1
    @parthec1 2 ปีที่แล้ว

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

  • @IndeedShiksha_withotherstuffs
    @IndeedShiksha_withotherstuffs 3 ปีที่แล้ว

    You are great sir,Thanks

  • @anitahcu
    @anitahcu 3 ปีที่แล้ว +1

    Please make video for Java 8 interview Question

  • @__nitinkumar__
    @__nitinkumar__ 3 ปีที่แล้ว +2

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

  • @rahulkhilari6656
    @rahulkhilari6656 3 ปีที่แล้ว

    Will be interested in more videos on Interview

  • @amitghatage774
    @amitghatage774 3 ปีที่แล้ว

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

  • @rahulrajendra02
    @rahulrajendra02 3 ปีที่แล้ว +1

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

  • @संतवामनभाऊ
    @संतवामनभाऊ ปีที่แล้ว

    Spring profile pe 1 video banao bhai 🙏

  • @surykaushal2140
    @surykaushal2140 2 ปีที่แล้ว

    keep it up!! it could be much better explanation

  • @yatendra__singh
    @yatendra__singh 3 ปีที่แล้ว

    Great session

  • @brajendrasingh3131
    @brajendrasingh3131 3 ปีที่แล้ว +3

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

  • @monasoni4881
    @monasoni4881 2 ปีที่แล้ว

    Please create video on spring jpa interview questions

  • @tanweeralam23
    @tanweeralam23 ปีที่แล้ว

    Make video on Hibernate interview questions

  • @mangalgawade6718
    @mangalgawade6718 2 ปีที่แล้ว

    Hii sir please make the video on spring framework interview questions

  • @amanindersingh2989
    @amanindersingh2989 3 ปีที่แล้ว

    Hi sir please provide more videos like this

  • @razasaifi1989
    @razasaifi1989 3 ปีที่แล้ว

    Great series interview questions

  • @himanshubaviskar3966
    @himanshubaviskar3966 2 ปีที่แล้ว

    Good Content

  • @indrajeetchaursiya
    @indrajeetchaursiya 3 ปีที่แล้ว

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

  • @ajcoders6748
    @ajcoders6748 3 ปีที่แล้ว

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

  • @Vithal_Nivargi
    @Vithal_Nivargi 2 ปีที่แล้ว

    Please make one more video on springboot interview questions

  • @IndiaB60
    @IndiaB60 2 ปีที่แล้ว

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

  • @AdityaKumar-lj8cx
    @AdityaKumar-lj8cx ปีที่แล้ว

    sir servlet and jsp per interview question per video baniye

  • @ManishSingh-nd3zf
    @ManishSingh-nd3zf 3 ปีที่แล้ว

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

  • @Harshsingh-em1vx
    @Harshsingh-em1vx ปีที่แล้ว

    Bhaiya spring ka v interview question bna do

  • @sanchitthai4822
    @sanchitthai4822 3 ปีที่แล้ว

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

  • @rohitsinghsengar9743
    @rohitsinghsengar9743 2 ปีที่แล้ว

    Full Java technology ke interview questions banaye

  • @zombiangaming7703
    @zombiangaming7703 3 ปีที่แล้ว

    sir is there any video on @profile with different environments

  • @vaishnavisuryawanshi148
    @vaishnavisuryawanshi148 3 ปีที่แล้ว

    Sir sub topic pe interview questions ka video baniye na

  • @prashantarya2211
    @prashantarya2211 3 ปีที่แล้ว

    Next video on DBMS SQL

  • @Homiebite
    @Homiebite 2 ปีที่แล้ว

    Please sir aur v banaiye

  • @amitverma-cv7ok
    @amitverma-cv7ok 3 ปีที่แล้ว

    plz upload actuator video

  • @deepaktiwari1766
    @deepaktiwari1766 ปีที่แล้ว

    Nice sir

  • @Guptasir1993
    @Guptasir1993 3 ปีที่แล้ว +1

    Sir spring batch job pe video bano plz..

  • @rohitverma8184
    @rohitverma8184 ปีที่แล้ว

    Thanks bro

  • @pianomusiclover4545
    @pianomusiclover4545 3 ปีที่แล้ว

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

  • @arshadansari4720
    @arshadansari4720 3 ปีที่แล้ว

    Sir angular 8 k b questions laiye plz

  • @umasingh4369
    @umasingh4369 2 ปีที่แล้ว

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

  • @praveensiddavatam9395
    @praveensiddavatam9395 2 ปีที่แล้ว

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

  • @SunnySingh-is2wm
    @SunnySingh-is2wm 3 ปีที่แล้ว

    Hibernate and microservice interview question

  • @NeuralNexus81
    @NeuralNexus81 2 ปีที่แล้ว

    sir java ki bnao na

  • @Javajunctions
    @Javajunctions 2 ปีที่แล้ว

    spring boot me inter view vedio

  • @ganeshkasar47
    @ganeshkasar47 3 ปีที่แล้ว

    response body

  • @foddiebyage9696
    @foddiebyage9696 3 ปีที่แล้ว

    Bhai new proj on spring boot microservices

  • @SunilGupta-ut8ie
    @SunilGupta-ut8ie 3 ปีที่แล้ว

    Wow👌👌

  • @gauravsingh199
    @gauravsingh199 ปีที่แล้ว

    Copy post kiya hai very basic questions

  • @ratankhandekar8034
    @ratankhandekar8034 2 ปีที่แล้ว

    From pune 🔥

  • @ratunawartejas
    @ratunawartejas 3 ปีที่แล้ว

    @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?

  • @ghosh9390
    @ghosh9390 2 ปีที่แล้ว

    I got 7 add during this video

  • @sachinkumar-oy4kc
    @sachinkumar-oy4kc 2 ปีที่แล้ว

    Sare question interviewbit website ka copy hai same .

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว

    🙏🙏

  • @animeshkumartiwari9290
    @animeshkumartiwari9290 2 ปีที่แล้ว

    maven one

  • @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