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

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2020
  • 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:
    openinapp.co/u...
    Course Description Video :
    yt.openinapp.c...
    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
    localhost:8090/actuator/httptrace.
    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
    Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
    Advance Java Interview Questions and Answers : • Advance Java Interview...
    Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
    Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
    Spring Boot Interview Questions and Answers : • Advance Java Interview...
    Angular Playlist : • Angular Course Introdu...
    GIT : • GIT
    -------------------------------------------------------------------------------------------------------------------------------------
    Subscriber and Follow Code Decode
    Subscriber Code Decode : www.youtube.co...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #codedecode #springBootInterviewQuestions #SpringBoot

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

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

    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!!!

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

      Thanks for the nice words Geetha. Sure will upload advanced level videos soon 🙂. All the best for your interviews, hope you land at your dream job soon 👍👍

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

      @@CodeDecode Thank you:)

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

      @@geetha9663 Hey can you please let me know where you have applied. Being a fresher I am also looking for a job. Please help me(hell.ozee22@gmail.com). Many Thanks.

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

      @@CodeDecode : do you have videos in udemy?

    • @rohanthakur9159
      @rohanthakur9159 5 หลายเดือนก่อน

      Yes​@@abhirb12

  • @gsaravanan41
    @gsaravanan41 2 ปีที่แล้ว +17

    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?

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

      Thanks Saravanan 🙂

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

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

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

    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!

  • @ilearn1264
    @ilearn1264 2 หลายเดือนก่อน +1

    Great and Thank you. Informative and Practical

    • @CodeDecode
      @CodeDecode  2 หลายเดือนก่อน

      Thanks

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

    To the woman behind these efforts,
    Thank you so much 🙏

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

      Thanks🙏 Akash. It means a lot 🙂🙂

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

    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.🙂

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

      Sure Kanika. We will do that 🙂🙂👍👍

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

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

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

      Thanks Joseph 🙂👍

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

    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

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

      All the very best kasi from team code decode. We hope u land at your dream job soon. Keep learning keep shining ⭐✨. All the very best 👍💯.

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

      @@CodeDecode thank you very much

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

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

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

    Must watch to revise, Thank you Code Decode

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

      Thanks piyush 👍👍

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

    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.

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

      Thanks a lot Sekhar. It means a lot 🙏👍👍

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

    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 🤗

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

      Thanks Dimple for the motivation. All the best for your future. We hope you reach highest in your life. 👍👍👍👍

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

    I am big fan of you channel short knowledge and useful points

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

    Yes please make more such videos. Doing good job.

  • @visukcse
    @visukcse 2 ปีที่แล้ว +5

    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?

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

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

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

      Sure Sreeja, will do that soon 👍👍

  • @abhisheksingh-np8yi
    @abhisheksingh-np8yi 6 หลายเดือนก่อน +2

    Goat teacher ❤️

    • @CodeDecode
      @CodeDecode  6 หลายเดือนก่อน

      Thanks 😊😊

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

    Please make vedio for microservices Interview questions

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

    Excellent.. Very organized content..

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

    Superb mam... Nice explanation

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

    Hi, I'm pretty new to the spring. The tutorials uploaded are quite good and helpful however could you please help with the tutorial or references for the spring as well the tools being used in the presentation.

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

    Simply take 🙇‍♀️ madam👌👌👌

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

      😀 thanks 👍

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

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

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

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

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

      M glad your got what you are looking for 👍👍

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

      @@CodeDecode I saw ppt as part of ur video .. is there any way you arrange videos as per ppt either desc or asc...?

  • @supriyakavuri1988
    @supriyakavuri1988 7 หลายเดือนก่อน +1

    HI, reading from YAML does not require extra configuration

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

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

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

      sure anjali we will make it soon....

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

    Thank you very much for the best video of the interview.

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

      You're Welcome...

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

    Thank you so much for such type of videos. It is really helpful for everyone.

  • @start1learn-n171
    @start1learn-n171 2 ปีที่แล้ว +1

    TQ

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

    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

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

      Thanks Nagender, we have those videos, fulfilling your requirements
      th-cam.com/play/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN.html

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

    Thank you so much Madam ❤.

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

    Hi @codedecode can you please make video on multiple database configurations in spring boot application and how to identify which database is running at runtime?

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

    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

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

      Sure Rajesh we will do that 🙂👍

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

    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.

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

      Thanks for the nice words. m glad you are making an effort to learn spring boot. There are 2 parts already and will create more soon. You can check the playlist for more videos on spring boot

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

    Thank you very much. Please make 3rd part also for spring boot interview questions

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

      Sure we will create that soon ,Meanwhile you can check some interview Questions asked for written round of Spring boot
      th-cam.com/play/PLyHJZXNdCXsebq3yfNKKObCx9lh8T1BBi.html

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

    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

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

      That's so nice of you Charan 🙃👍. Yes hopefully we will meet soon 👍👍

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

      Many Congratulations on clearing your interview round 👍👍

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

    Your awesome... Very helful every videos❤❤

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

      Thanks Sarath 👍👍🙂🙂

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

    Good resource.. Thank you

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

    helpful video. Appreciate your work!

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

    Great efforts, thanks much for your crystal clear explanation 👍

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

      You are Welcome...

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

    Thanks Mam detail explanations. I can get the document or ppt to revise the answers before interviews.

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

      It's in description below Hrushikesh 🙂👍

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

    Nice video crisp and crystal clear 👍

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

      Thanks Shakti 👍🙏

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

    great videos mam. please make video all the spring boot concepts.

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

      Sure Vikas 👍👍

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

    Great job!

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

    thank u so much, mam.. It is helping me a lot.... Keep doing

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

      You are Welcome Surya....

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

    u r doing heart work mam keep it up this is helping me alot

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

    Great content, Appreciate it.

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

      Thanks Wahid 🙂👍

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

    Great explanation, do you have the printable version on the power points on the video available for public ?

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

    Hi Ma'm, Can you please upload more videos for spring Boot and Microservices interview question. Thank you very much for your great effort.

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

      sure i am planning to upload them soon

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

    This is an awesome video, packed with the important concept of Spring boot. Could you please make 3rd video as well if possible?

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

      Sure will upload that too soon

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

    Thanks

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

    Thank u so much.please do video on @Qualifier, JDBC configuration(connecting application with DB)

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

      Sure. This all I will cover with spring interview questions

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

    Thank you so much. Your videos are really helping alot. One suggestion video clarity is missing. Can you take care of that.

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

      Sure Kavitha, we have fixed that in next videos. Hope that might help. Nice observation. Thanks for letting us know 🙂🙂🙂🙂

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

    east indian accent sounds so awesome with women. I love it.

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

    Thank a ton great info

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

    Regarding spring boot interview questions your doing gd job

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

    Thankyou and appreciate your amazing work. I see your videos are very useful. Please do 3rd part on springboot please.
    I Think microservices are also jumping into panal now. Can you try on it as well please. Thankyoy

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

      Sure will upload videos on that too.

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

    Please also make a video on React Js interview question.

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

      Will upload soon. 👍

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

    Thank you so much 🙏🙏🙏

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

    Hi..your contents are amazing..also can you please share the ppt if possible..it will help us to quickly recap everything

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

    Nice Videos mam..:)

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

    First of all thank you very much for sharing knowledge and these are very helpful as well. But i have a doubt mam like is yaml file configuration is mandatory for spring boot starter parent 2.2 above Version? And if we remove application.properties and keeping only application.yml then i think that configuration not necessary? Or do we need to add that yamlfactorybean still?

    • @avinashrawat5823
      @avinashrawat5823 8 หลายเดือนก่อน

      I have also same doubt , because I have used .yaml file without any configuration

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw 2 ปีที่แล้ว

    yes, continue the videos plz

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

      sure we will create more on this

  • @shalushende1175
    @shalushende1175 4 หลายเดือนก่อน

    Pls create vedio for how yml support for map nd list

  • @user-gy6wf8cw3q
    @user-gy6wf8cw3q 6 หลายเดือนก่อน

    mam can you please provide ppt of this videos. it will be a lot more helpful for revision after watching these videos. Amazing videos

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

    Thank you so much mam

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

      👍👍🙃🙃

  • @AbhishekGupta-hk7sf
    @AbhishekGupta-hk7sf 3 ปีที่แล้ว

    If you remove application.properties file from classpath, spring boot only searches for the name starts with "application". So need for writing YamlPropertySource is not required. But yes great efforts by you.....

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

    ❤️

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

    This is really very helpful. Can you please create part-3 of this with more questions and answers ?

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

      Sure Gayatri we will create it soon...

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

    Please create video on collection and multi threading interview questions

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

      Collection interview question is already created please refer below link : th-cam.com/video/KfoNYoVUBJI/w-d-xo.html

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

    Excellent .. apart from too much restarts.. apply dev-tools :) If u are planning that as a video then pardon :)

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

      Sure but Dev tools auto builds the application so Fast that it's difficult for me to prove viewers that it's changed only after I have coded that particular LOC( line of code)😝

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

    Can u create video on Spring boot in details and also how to use two different databases in spring boot

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

      Sure, we will create a video on that 👍👍

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

    Please create video for next part as well.

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

      sure we will create one soon...

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

    mam,
    Your are given a important information about a S.B. Can plz cover the all the interview questions related to Spring boot.
    thank you.

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

      sure will cover maximum questions soon

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

    I dont think we need to do any extra code to read yml file instead of property file, Spring boot does support both just fine be default.

  • @SKCSPavithraHB
    @SKCSPavithraHB 5 หลายเดือนก่อน

    Mam can we get videos about springboot from the basics?

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

    Thank you for this video.
    Please can you provide this ppt presentation via downloadable link.
    So that we can make notes.

  • @shrutigupta-pl2mi
    @shrutigupta-pl2mi 3 ปีที่แล้ว +1

    Hi Mam, please also make a video on Angular9 interview questions

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

      Sure will upload soon

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

    Can u please create 3rd video also

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

    Can you please make a video on REST interview questions?

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

      Sure Sindhura 👍👍

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

    Thank you ma'am for these amazing videos.. I have a question.. doesn't actuator exposes really important info about server to normal user..? as it is directly accessible with just the url?

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

      True Aarushi. You can use security config to hide it on prod env. 👍👍

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

    Hi Mam. Your videos are really good. Keep up the great work.👌 👏👏If possible can you share us the pot for fast reference before an interview. Thank you mam.

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

    Seems you have lots of Dogs in your area. in All videos, i always hear some background noise. But all good. Nothing is bothering it. :)

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

      Yeah really sorry about that. Even if I make videos at night still they are in onnn mode😃. Nothing much I am able do about it🙏

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

    Thank u so much for video to easy learning of spring boot framework.part 2 video is not cleared.

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

      What is not clear please let me know so that I can clear that out to you

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

      Content is not clear

  • @AbhishekGupta-hk7sf
    @AbhishekGupta-hk7sf 3 ปีที่แล้ว +2

    Can you show some realtime use of custom actuator

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

      If you have your application deployed in production, how will you check if your api is up and running our not. That's where actuators come into picture

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

    Thank you for this video.
    In one of the interview two questions asked. Could you please help me on that also
    1) How the GC work with Spring boot.
    2) How to create custom annotations with Spring boot.

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

    Hi ,ur videos are very clear and effective and informative but please go little slow while explaining

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

    Your explanation was good and I have a question about management.server.port, where your getting this property

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

      It's an inbuilt property. We are just modifying it's value in properties file

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

    mam I am following your all videos All are awesome!!
    I would request you if it is possible pls, can you send ppt/notes.

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

    Can u please make a video for actuator and custom endpoints and yaml please

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

      Sure Uma. 🙂🙂👍👍

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

    Please use devtools, so that u dont need to stop and start the application again and again in ur videos

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

    Thank you sis. This is extremely useful video!

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

      Thanks for the nice words 👍

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

    Much helpful 🙏 can you please share your ppt.

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

    Will the applications developed be running as a standalone with out runtime container ? How can we deploy on the existing application server who has dedicated port numbers ?

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

    Hello, I am facing difficulty in answering a question every time : "How do you do error handling in Spring Boot." Do you have any videos on it? And Secondly, can I have some PPTs you have used - for quick reference before interviews?

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

      th-cam.com/video/WH_d9Tw4CPs/w-d-xo.html

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

      th-cam.com/video/hLlGAQ5NfTE/w-d-xo.html

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

      These will help you with the same Abinash. All the very best 👍👍

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

      @@CodeDecode - Thank you so much for the quick response.

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

      Any time Abinash 👍🙂

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

    if you could share your ppt, that would be great !

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

    Hi CodeDecoder, First of all thanks for the efforts to the video , learned good concepts.
    If we have 20 controllers and if we want to use properties from application.yml on all 20 controllers, do we have to add @propertysource annotation on all 20 controllers ?

    • @mdsaddamkhan8400
      @mdsaddamkhan8400 8 หลายเดือนก่อน

      no you just have to add in the main class, that's it

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

    Can you please share the pdf with us which you are showing .

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

    I have less experience in spring boot,Java, microservices but the interviewer asking me more experienced questions on Java, microservices and spring boot please give me suggestions and solution i am waiting for your reply