Spring boot Interview Questions and Answers for 3+ years of Experience in 2023 | Code Decode

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • In this video of code decode spring boot interview questions and answers for 3+ years of experience we have covered mostly asked interview question and answers on spring boot.
    Udemy Course of Code Decode on Microservice k8s AWS CICD link:
    openinapp.co/u...
    Course Description Video :
    yt.openinapp.c...
    What is Spring Boot, and how does it differ from the Spring framework?
    Spring Boot is a framework that simplifies the development of Spring-based applications. It provides a number of features that make it easier to create stand-alone, production-grade applications, such as:
    Auto-configuration: Spring Boot automatically configures many of the Spring features that you would typically need to configure manually.
    Starter dependencies: Spring Boot provides starter dependencies that make it easy to add common features to your application, such as web development, data access, and messaging.
    Embedded servers: Spring Boot provides embedded servers, such as Tomcat and Jetty, so you don't need to configure a separate web server.
    Metrics and health checks: Spring Boot provides metrics and health checks that you can use to monitor your application.
    How do you configure a database connection in Spring Boot?
    There are two ways to configure a database connection in Spring Boot:
    Using the application.properties file: This is the most common way to configure a database connection. You can specify the connection properties in the application.properties file, and Spring Boot will automatically configure the database connection.
    Using the @Configuration class: This is a more advanced way to configure a database connection. You can create a @Configuration class and specify the connection properties in the class. Spring Boot will then use the @Configuration class to configure the database connection.
    Once you have configured the database connection, you can use it in your Spring Boot application using Hibernate / JPA or even simpler JdbcTemplate.
    How do you configure a database connection in Spring Boot?
    Here is an example of how to configure a database connection in the application.properties file:
    spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase
    spring.datasource.username=root
    spring.datasource.password=password
    How do you implement caching in Spring Boot?
    Configure a cache manager: Spring Boot provides a default cache manager, but you can also define a custom cache manager. To use the default cache manager, no further configuration is required. However, if you want to define a custom cache manager, create a bean of type CacheManager in your configuration class:
    @Configuration
    public class CacheConfig {
    @Bean
    public CacheManager cacheManager() {
    // Define and configure your cache manager here
    }
    }
    Add caching annotations to your methods: To enable caching for a specific method, use annotations such as @Cacheable, @CachePut, or @CacheEvict on the method. For example:
    @Service
    public class YourService {
    @Cacheable("yourCacheName")
    public String getCachedData(String key) {
    // This method will be cached based on the cache name and the key parameter
    // Return the data to be cached
    }
    }
    In the above example, the @Cacheable annotation ensures that the getCachedData method is cached. Subsequent invocations with the same cache name and key will retrieve the cached result instead of executing the method again. Additionally, you can configure cache-specific settings such as eviction policies, time-to-live, and cache names.
    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...
    SQL Playlist: • SQL Interview Question...
    GIT: • GIT
    Subscriber and Follow Code Decode
    Subscriber Code Decode: www.youtube.co...
    LinkedIn : / codedecodeyoutube
    Instagram: / codedecode25
    #springboot #springbootinterviewquestions #codedecode

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

  • @anshul2675
    @anshul2675 7 หลายเดือนก่อน +6

    I can not thank you enough, that was really helpful. My interview went really well and most of the questions were around the topic you covered in this video. Thank a lot

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

    need combined questions of springboot microservices and java in a single video ..only most asked questions ..can u plz make those for us

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

      Do u need anything like this
      th-cam.com/video/a_Z9Wio_lyM/w-d-xo.html

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

      Yee pls

  • @bbkrishnareddy8886
    @bbkrishnareddy8886 ปีที่แล้ว +15

    We want more vedios on 3+years of experience vedios like this vedios

  • @amritashetty9551
    @amritashetty9551 ปีที่แล้ว +8

    Hi Code decode, your interview series has been great and very helpful. Can you please upload 7+ years of experience as well . I have a client interview scheduled after 2 days

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

      Sure Amrita. Till then we have a separate playlist named interview preparation only. You can go though them for quick revision

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

      Can you please do for 7+ years as soon as possible

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

    Please create tricky questions related videos for 7+ years of experience as well. Thanks!😊

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

      sure we will create it soon

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

    Great explanations👌 Your videos are so informative and helpful..Could you please also cover ‘setting timeout’ part for rest api calls? eg. SocketTimeoutException

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

      Thanks 😊 sure 👍👍

  • @vspyryt
    @vspyryt 11 หลายเดือนก่อน +2

    Hi, 7+ years pls

    • @CodeDecode
      @CodeDecode  11 หลายเดือนก่อน +1

      Sure we will create it soon

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

    You are doing great job,
    please create tricky questions related videos for 7+ years of experience.

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

      Sure Siddharth 👍👍

  • @meghaalugade
    @meghaalugade วันที่ผ่านมา

    hi please cover 5+ and 8+ years interview questions video

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

    please share the interview questions for 7+ experience

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

      Sure we will cover it soon

  • @anilkumarsethy7701
    @anilkumarsethy7701 9 วันที่ผ่านมา

    We need more tricky interview question for spring boot 3-5 yrs experience vdo ma'am

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

    Code decode is the boilerplate piece for nterview crakers,,,really helpful.can you please upload 5+ as well.

  • @rakeshranjan7388
    @rakeshranjan7388 10 หลายเดือนก่อน +1

    pls provide for 7+ or 10+ exp, humble request

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

      sure we will create it soon

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

    It's a great video. Thanks a lot. Could you please make more such videos related to 3+ years to cover rest of the topics as well?

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

      Sure Komal 😊👍

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

    Thanks it's a Great stuff ,Please cover 7+ years of experience it really helps for interview.

  • @yoshitamahajan353
    @yoshitamahajan353 3 หลายเดือนก่อน +1

    Plz add for cache in Spring boot..

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

      Sure, we will create it soon

  • @kalid-ui7qf
    @kalid-ui7qf ปีที่แล้ว +1

    Hi Mr i have problem application angular and JEE i want to helpe me and give me solution PLZZZ

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

    Cover 5 yrs experienced also will watch after 2.5 yrs 😂

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

    Your content is very good, can you make videos on kafka api's as well and complete the kafka series

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

    You are doing great job it is beneficial to many, Please add the spring boot related questions for 5+ years of experience and further

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

      Sure Manoj Thanks 👍👍

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

    mam cover more on 3+ years..and then 5+years

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

    Thank you so much mam, you are giving a chance to earn our bread and butter and increasing employment rates...thanks a lot

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

      Means a lot to us Meghana. Thanks for your kind words❤️❤️

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

    Hi, can you please provide the ppt so that will be easy for revision.

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

    Just now completed this video. awesome clear explanation.
    I am going to start my interview preparation for Java backend developer with 3 years experience?
    Any order in your video to watch?

  • @aditisingh6330
    @aditisingh6330 11 หลายเดือนก่อน +2

    Hi Code decode I really can not thank you enough for making such excellent series of Spring boot, I request you to please please cover the rest part as well 😊

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

      Thanks Aditi sure 😊👍

  • @jagan1957
    @jagan1957 6 หลายเดือนก่อน +1

    Please cover 7+ years experienced questions in Spring boot framework. It is a kind request.

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

      We will create it soon

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

    3+ yrs of spring boot IQ video was very helpful and please cover spring boot IQ for 5+ years as well.

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

    Please create tricky questions for 7-8+ years of experience for spring-boot3, spring 6, hibernate 6

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

      Sure Akash 👍😊

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

    please upload videos for 5+and 7+ yrs interview questions and asynchronous communication with kafka

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

      Kakfa Tutorial / Interview Questions: th-cam.com/play/PLyHJZXNdCXset6tBB1aY5aEY77YhbxWLo.html

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

    Thanks for video can you please create 5+ and 7+ spring boot interview question

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

    need 2 + years of experience too

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

      Sure we will try to create soon

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

    please provide spring boot qustions and answers for 8+ yrs experience.

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

    Please make videos on Spring Boot Pagination , Spring JPA

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

    Please make videos for all 5+ and 7+ years of experience's interview questions

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

      sure we will create it soon

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

    Thank you 😊 for the your knowledge

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

    Hi, May i pls know how to run the spring boot application in more than one port ?

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

      Use server.port in different profiles like dev test qa

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

    Great work❤!
    Please provide project examples in real-time like datasource one for each question if possible.

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

      Thanks Jatin 🙂 sure 👍👍

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

    Thanks , this channel is great for working professionals

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

    Thanks for the video.Can you please make videos for 5+ years interview questions and coding questions as a series covering the topics which are asked in interviews

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

      Sure Lakshmi 👍👍

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

    Please create the most asked question 5+ and 7+ years experience as well

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

      Sure we will create it soon

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

    Great tutorial. Also Kindly cover for 5+ experience

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

      Thanks Sure 👍👍

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

    this video explanation is very helpful. please cover 7+ years of experience next if possible.

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

      Sure Abhilash 👍🙂

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

    Hi please make videos on 5+ and 7+ interview questions also

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

      sure we will create it soon

  • @RajeshKumar-ci9zu
    @RajeshKumar-ci9zu ปีที่แล้ว +1

    Expecting for 5+ and 7+ years experience as well at the earliest please.

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

      sure we will create it soon

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

    Please share document

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

    Please make a video on spring security end to end implementation

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

      Yes Please

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

      th-cam.com/video/_WDDMAkLEU8/w-d-xo.html
      Do you need any thing like this?

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

    How we give profile name along with @Profile ? test only application-test ? means @Profile("test") or @Profile("application-test")

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

    Please make the video for 7 years of experience people

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

      Sure we will create it soon

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

    Advance Thanks for the next class..😄
    Please upload a video for concepts like starter-cache ,@EnableCaching,eviction-policies, time-to-leave etc..
    Your way of teaching the concepts with slides and IDE examples are great and easy to understand especially @SpringBootApplication explanation..Loved it a lot..

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

      Thanks a ton 😊😊 sure we will upload these videos👍

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

      @@CodeDecode Please try to include @Cacheable, @CacheEvict,@CachePut also also..
      One doubt here :
      Can We use these annotations as common in all caching mechansms like in memory, distributed, paging,etc.. ? Or is it specific to any one mechanism only..defaut one..in memory ?

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

    yes Please cover 5+ and 7+ experience interview videos

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

      Sure Akash 👍🙂

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

    Please create videos for 5+ and 7+ experience

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

      Sure Krishna 🙂👍

  • @DurgaprasadK-b1o
    @DurgaprasadK-b1o ปีที่แล้ว

    Can you help me with the following, Java practical programming questions for 3 to 5 years of experience and most asked Java questions from the basic level to advance and it will be helpful of teaching with DSA

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

    So great! but with pratice it's even better

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

    I like this video Please provide 5+ year as well

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

      sure we will create it soon

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

    Hi, please do 5+

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

    Please help us to create a video on 5+

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

      sure we will create it soon

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

    Hi Code Decode, I have heard not to use @Autowired annotation and it is less recommended method of dependency injection. But I have not yet got any concrete answer for this. Can you comment on this?

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

    Excellent 👍🏻 medam thankyou

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

    Please create for 7+ and 5+ also....❤❤

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

      Sure we will create it soon

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

    You are doing great job, please keep up this work, it is beneficial to many of us. Try to make all the spring boot related questions till 7 years of experience. Thanks

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

      Sure thanks 👍👍😊😊

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

    Pls create videos for 7+ experience

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

      Sure we will create it soon

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

    Need 5+ and 7+ years questions

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

      Sure we will create it soon

  • @supun_sandaruwan
    @supun_sandaruwan 6 หลายเดือนก่อน +1

    Really great content. Thank you 💛

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

      You're welcome!

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

    Hi,Please cover the rest part also for 4-5 years of experienced candidates.

  • @RajatGupta-vu8xp
    @RajatGupta-vu8xp ปีที่แล้ว +1

    Yes pls cover More experienced Questions

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

      sure we will cover it soon

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

    Please post 7+ questions as well

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

      sure we will create it soon

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

    Please do video series on data structures

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

      sure we will create it soon

  • @sproutboot
    @sproutboot 8 หลายเดือนก่อน +1

    Code decode ❤ i love your voice..

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

      😊

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

    please make video for 5+

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

      Sure Shubham 🙂👍

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

    Nice one 👏Where are you from and what's your name?

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

    🙏💯💯

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

      😊😊👍👍

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

    greate work sister ❤🧡

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

    pls post for 12 plus

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

      Sure we will create one soon

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

    Thanks for great explanation. can I get the ppt which you were using for explanation?

  • @rishiraj2548
    @rishiraj2548 10 หลายเดือนก่อน +1

    thanks again

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

      😊😊

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

    Super

  • @rutikkharat3088
    @rutikkharat3088 11 หลายเดือนก่อน +1

    thanks a lot mam!

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

      you're welcome

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

    Hello, Recently I faced a question in interview, if I give a java project along with remote server without any IDE how you run that project. Can you make a video on it

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

      If you have jar, command line you can use.
      Java -jar command can be used

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

      @@CodeDecode Can You Make a Video on that

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

    🙏❤👍

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

    Thanku😊

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

    5+ years experience questions please

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

      Sure we will create it soon