No video

Most Asked Java, Spring Boot, M's Interview question for 5+ years experienced in 2023 | Code Decode

In this video of code decode for 5+ years experienced most asked java spring boot microservice hibernate interview questions for 5 years in 2023
Udemy Course link : www.udemy.com/...
Can we use HashMap in a multi-threaded environment?
You can use the HashMap for query services (in CQRS Microservices Design pattern ) but the probability of working fine depends on the way we use it. For instance, consider the HashMap of configuration properties, if the HashMap initialization / modification was done by using just one thread, and the remaining threads do the task of reading from the map, then HashMap would work perfectly well.
The problem arises when there is concurrent update on Hash Map. Hence, during such scenarios, we can use the HashTable or ConcurrentHashMap
Is there any difference in defining or creating a String by using String literal and by using the new() operator?
Creating string using the new operator ensures that the String is created in the heap and into the string pool both.
Whereas, creating string using literal ensures that the string is created in the string pool.
String pool exists as part of the heap.
This ensures that the multiple Strings created using literal having same values are pointed to one object and prevents duplicate objects with the same value from being created
What do you know about Factory Design Pattern in Java?
Factory design pattern is the most commonly used pattern in Java.
They belong to Creational Patterns because it provides means of creating an object of different instances.
What are the Spring Boot Starters?
Spring Boot Starters are a set of pre-configured dependencies that can be easily included in your project to quickly get started with common features or technologies.
Spring boot starter is a maven template that contains a collection of all the relevant transitive dependencies that are needed to start a particular functionality.
Like we need to import spring-boot-starter-web dependency for creating a web application.
What is Spring Boot Actuator?
Spring Boot Actuator is a set of features that provide monitoring and management capabilities for your Spring Boot application.
Actuator endpoints expose information about your application, such as health status, metrics, and environment variables, that can be used to monitor and manage your application.
The profile names can also be passed in via a JVM system parameter. These profiles will be activated during application startup:
-Dspring.profiles.active=dev
Whats AOP
Aspect Oriented Programming (AOP) is a programming paradigm aiming to segregate cross-cutting functionalities, such as logging, from business logic in an application
Aspect - Aspect is a class in which we define Pointcuts and Advices.
Advice - It’s the behavior that addresses system-wide concerns (logging, security checks, etc…). This behavior is represented by a method to be executed at a JoinPoint. This behavior can be executed Before, After, or Around the JoinPoint according to the Advice type as we will see later.
Pointcut - A Pointcut is an expression that defines at what JoinPoints a given Advice should be applied.
JoinPoint - Simply put, a JoinPoint is a point in the execution flow of a method where an Aspect (new behavior) can be plugged in.
How can you access a value defined in the application? What is properties file in Spring Boot?
Use the @Value annotation to access the properties which is defined in the application - properties file.
Swagger 2 is an open-source service provided in Spring Boot which makes it easier for the machines to find out the structure of APIs like RESTful Web services.
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
#java #interviewquestions #codedecode

Пікірлер: 144

  • @MrGoodLuck
    @MrGoodLuck11 ай бұрын

    Just wondering how did u collect this all questions ,a month back I had an interview and all the questions they asked are from this video 😅but unfortunately I couldn’t watch this video that time ..btw great work 😍please make more videos for experienced java developers where they ask specific example from the projects 😅

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    Spent enough time in IT now as interviewer . We know how it works😝. But thanks for your feed back that these are still a fresh question set. It will help others👍

  • @somyakumari3238

    @somyakumari3238

    2 ай бұрын

    How many years experience and which company?

  • @sarojsahoo8763
    @sarojsahoo8763 Жыл бұрын

    WebClinet Supports Async communication as well

  • @kottesravanthi6399
    @kottesravanthi6399 Жыл бұрын

    Thank you So much mam. Today I have selected in one company. I got a clear idea what to prepare for the interviews by following your videos. Eventhough i have three years of career break i got selected. Your videos helped me a lot. Your explaination is very good mam. If i feel any topic is difficult and definately it will becomes easy after listen to your video on that perticular topic. Thank you so much......

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thank you! We are glad that we could help. Congratulations on your new job, and all the best for your future endeavors!

  • @uvanana.

    @uvanana.

    11 ай бұрын

    What and all concepts and questions they are asking

  • @uvanana.

    @uvanana.

    11 ай бұрын

    Hii @kottesravanthi6399

  • @AutoExciteHub

    @AutoExciteHub

    7 ай бұрын

    Pacakage?

  • @kritikharkwal2441

    @kritikharkwal2441

    Ай бұрын

    Ylpllll

  • @nowakadam7731
    @nowakadam77313 ай бұрын

    new String operator create object in heap and in string pool. It isn't false? Doesn't it only create object in heap?

  • @CodeDecode

    @CodeDecode

    3 ай бұрын

    Blogs are divided on this concepts. Some days in both, some says only in heap.

  • @ruchitade7196
    @ruchitade7196 Жыл бұрын

    very nice content. More Questions for Java, spring boot, REST, SQL 5+ exp would be very much appriciated.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure Ruchita 👍👍

  • @jakkalapavithra2734
    @jakkalapavithra2734 Жыл бұрын

    Desperately I need this, thanks for posting, also can you please make video on, how we will maintain session from one microservice to another microservice while calling through rest template? Very much needed answer mam? Similarly how we are maintaining transaction from one microservice to another microservice?

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    We already have both answered. kzread.info/dash/bejne/eJmT07KGaJTOeps.html

  • @ACseries_2023
    @ACseries_2023 Жыл бұрын

    Please make video on 7+ years exp for Java Developer (micro service)

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure👍👍

  • @prashantshetty27
    @prashantshetty27 Жыл бұрын

    I was thinking of this the whole day and see I got the notification 😂 Thank you 🙏

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    🙂😊👍👍

  • @sarannav365
    @sarannav365Ай бұрын

    Love the content. Please do more videos on interview questions..

  • @CodeDecode

    @CodeDecode

    Ай бұрын

    Thanks sure 👍

  • @ramyal5371
    @ramyal5371 Жыл бұрын

    Could you please explain how security is handled in Microservices. It's most asked questions. Need in detail video on it. It would be great help team.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Spring Security Interview Questions and Answers with Live Demo: kzread.info/head/PLyHJZXNdCXseGWynh6MlMrC_CmV0dR8mF

  • @hridikasaha9519
    @hridikasaha9519 Жыл бұрын

    Great explanation. Please make video on some coding questions also. Thank you.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍👍

  • @vivithamtp3763
    @vivithamtp3763 Жыл бұрын

    Your videos helps me do better in each interview ❤ i have improved alot!!!! thank you so much 🙏😊

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Many congratulations in clearing interviews 🎉🎉 keep learning keep shining 🌟🌟😀

  • @drumstick_farming
    @drumstick_farming Жыл бұрын

    Plz make a tutorial on how to implement spring security end to end (line by line code) with Oauth2 and bcrypt

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure

  • @chiragrathod4757
    @chiragrathod4757 Жыл бұрын

    Thank you for sharing this video, Can you please share interview questions video for 7+ years of experience

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍👍

  • @akshayengineer2018
    @akshayengineer2018 Жыл бұрын

    Thank you so much mam 🙏☺️😊... Currently I am going through lots of interviews & this same questions companies are asking... Each & every questions I have received in different different companies interview... Can i get yours LinkedIn Profile link ?

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Agreed even after so many years we have such questions repetitively

  • @ravirajpradhan4720
    @ravirajpradhan4720 Жыл бұрын

    Awesome...... speechless explained & containt also very perfect

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks Ravi 🙂👍

  • @rishabhshukla521
    @rishabhshukla5218 ай бұрын

    Thanks for the great explanation 😊

  • @CodeDecode

    @CodeDecode

    8 ай бұрын

    you're welcome

  • @subhadipde619
    @subhadipde619 Жыл бұрын

    thanks for the video . Please make video on 7+ exp and 9+exp as well

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks 🙂🙂

  • @muhassinmusthafa3379
    @muhassinmusthafa337911 ай бұрын

    Thanks for ur support... Expecting more interview questions.. Can you pls upload a detailed explanation of basic hashing, hashing algorithm and new changes recently introduced in hashing if any

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    kzread.info/dash/bejne/aZ9kuLuBpbisZso.html

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    Is this what you need?

  • @user-tf8rc7wp9r
    @user-tf8rc7wp9r4 ай бұрын

    Perfect . Loved entire series.

  • @CodeDecode

    @CodeDecode

    4 ай бұрын

    Thanks

  • @pranjalkatyayan5752
    @pranjalkatyayan5752 Жыл бұрын

    Yes We want For 7+ and 9+ and may be Part 2 for 5+ Years Looking Forward For Videos

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure Pranjal 👍👍

  • @KamalaaBalamuraliK
    @KamalaaBalamuraliK10 ай бұрын

    Hi Team, please kindly provide Scenario based Interview questions for 7+ years of experience. I will be waiting for your video. I am actualy a fan of your voice, the way the explanation is provided is awesome. But still I need how the Interviewer will be asking coding based questions also in the interview. Please help me and many people like me..

  • @CodeDecode

    @CodeDecode

    10 ай бұрын

    Sure We will create one soon 👍

  • @uvanana.
    @uvanana. Жыл бұрын

    Thanks 🙏🎉

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    ❤️❤️

  • @iDeveloper92
    @iDeveloper92 Жыл бұрын

    Excellent content!

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks

  • @thranduillord001
    @thranduillord001 Жыл бұрын

    AFAIK, when you create String object using new, you need to explicitly call intern to add it to pool

  • @okaberintarou5020

    @okaberintarou5020

    11 ай бұрын

    This is the correct answer.

  • @49_37
    @49_37 Жыл бұрын

    Appreciated your effort Mam 👍❤

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks 😊👍

  • @sreeni4344
    @sreeni4344 Жыл бұрын

    Create more videos on Spring boot ,Hibernate and JPA

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure you will see more videos on this topics soon

  • @pravaskumar7078
    @pravaskumar7078 Жыл бұрын

    Awesome nice set of questions answered discussion Very well explained 🙏🙏

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks Pravas 😊👍

  • @prakharbhavsar8814
    @prakharbhavsar8814 Жыл бұрын

    Thank you so much mam. I got offer letter because of you.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Many many congratulations Prakhar 💐💐🎉🎉 wish you many more success in your life Man. Keep learning keep shining 🌟🌟🌟🌟

  • @krishnalakshmi8896
    @krishnalakshmi8896 Жыл бұрын

    Can make a video for interview questions for 16+ years in Java. I am looking for architecture level interview questions.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍👍

  • @sagardarade
    @sagardarade3 ай бұрын

    Keep it up

  • @CodeDecode

    @CodeDecode

    3 ай бұрын

    Thanks

  • @sallytkhilaishvili2549
    @sallytkhilaishvili25496 ай бұрын

    Nice content, thanks for detail explanation

  • @CodeDecode

    @CodeDecode

    6 ай бұрын

    You’re welcome

  • @ayushkumarsone4401
    @ayushkumarsone4401 Жыл бұрын

    Hello Mam, I have one questions m Curcyuit breaker has three states Open , Half open and CLosed So any one microservice which is down so it will get up or get repaired automatically after using circuit breaker ? Please answer , Thank you , You are making content more than best 🙏

  • @user-dl1cg8dw1e
    @user-dl1cg8dw1e Жыл бұрын

    Thank you so much for your videos, But your going very fast , And my request is to glow slowly

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    Sure sure will try to reduce the pace 👍👍

  • @shashavalijava9
    @shashavalijava9 Жыл бұрын

    Thanks madam

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    You’re welcome

  • @ramyal5371
    @ramyal5371 Жыл бұрын

    Appreciated your effort team.. In most of the compnies interviewer asking scenario based questions on Hashmaps . For ex : if bucket is empty nd if we try to insert key for that bucket will it execute equals method or not. What happens if we insert same key Nd mny more.. Could you please come up with such scenario based questions

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 😊👍

  • @parakhrakhee1
    @parakhrakhee17 ай бұрын

    Thank you for great video and explanation. Can you please share link for 7+ experience?

  • @sharadsingh2856
    @sharadsingh2856 Жыл бұрын

    Awesome

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks

  • @KuchNahiBasAiseHi
    @KuchNahiBasAiseHi4 ай бұрын

    Awesome content.

  • @CodeDecode

    @CodeDecode

    4 ай бұрын

    Thanks

  • @Sri_Gayatri_1
    @Sri_Gayatri_1 Жыл бұрын

    Yes mam coding questions video cheyadii

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍👍

  • @mdumarreza3072
    @mdumarreza3072 Жыл бұрын

    Ma'am please make videos series on Devops Engineer interview questions and answers

  • @humaafreen4002
    @humaafreen4002 Жыл бұрын

    thanks a lot mam☺☺☺

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    You're welcome

  • @vishalbharat2801
    @vishalbharat2801 Жыл бұрын

    How to learn data structure and algorithm..please make video on it as well.

  • @modern_mirror
    @modern_mirror11 ай бұрын

    Hi, I have a query. I have 10000+ entries in an excel sheet. How do I read those and once processed mark as processed for each record.

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    We prefer batch processing for such scenarios

  • @modern_mirror

    @modern_mirror

    11 ай бұрын

    @@CodeDecode can you make a video on that too? Please

  • @JitendraKumar-zs2ws
    @JitendraKumar-zs2wsАй бұрын

    I want give the on this platform once i study full

  • @SandeepAS-ov3fk
    @SandeepAS-ov3fk Жыл бұрын

    beautiful.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Thanks Sandeep 🙂👍

  • @nidhimanav311
    @nidhimanav311 Жыл бұрын

    Please make interview questions for architect level

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure we will create it soon

  • @gayatrideshpande5456
    @gayatrideshpande54567 ай бұрын

    Please add 10+ years experience video

  • @CodeDecode

    @CodeDecode

    7 ай бұрын

    Sure we will create it soon

  • @sarojsahoo8763
    @sarojsahoo8763 Жыл бұрын

    We can also use Synchronized version of hashmap

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    That's slow and low on performance side bcz of single thread execution

  • @o7n71a0453
    @o7n71a0453 Жыл бұрын

    Please do 7+ and include some more on system designs

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure👍👍

  • @kalyanichalamalasetty7725
    @kalyanichalamalasetty77259 ай бұрын

    could you please share spring boot interview questions vedio for 7+ years expericence

  • @CodeDecode

    @CodeDecode

    9 ай бұрын

    sure we will create it soon

  • @geetanjalikulkarni4716
    @geetanjalikulkarni47165 ай бұрын

    Looking for scenario based questions tooo. ❤

  • @user-ht1iv5mu3i
    @user-ht1iv5mu3i7 ай бұрын

    Hi Team, can you please prepare video for 9years experience also.

  • @CodeDecode

    @CodeDecode

    7 ай бұрын

    😊 sure

  • @geetanjalikulkarni4716
    @geetanjalikulkarni47165 ай бұрын

    Pls add 10+ exp interview questions

  • @CodeDecode

    @CodeDecode

    5 ай бұрын

    Sure we will create it soon

  • @swathibommideni154
    @swathibommideni154 Жыл бұрын

    Please do coding questions asked in 2023

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure Swathi 👍

  • @shubhamsinghrana9262
    @shubhamsinghrana9262 Жыл бұрын

    Will they be asked from 1+ year of exp. Also?

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    If you are unlucky enough to get strict interviewer then might be

  • @conea6891
    @conea68919 ай бұрын

    1. 00:41 2. 02:37 3. 04:17 4. 05:59 5. 07:02 6. 09:12 7. 10:03 8. 12:06

  • @CodeDecode

    @CodeDecode

    9 ай бұрын

    👍

  • @MdJunaid-cx3sy
    @MdJunaid-cx3sy11 ай бұрын

    "tum bhaut mast kaam karta hai maksood bhai"

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    😝😝👍👍

  • @mayankjain2979
    @mayankjain2979 Жыл бұрын

    Please create some videos 9+ year experience.

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure mayank 👍😊

  • @kesavakonanki1892
    @kesavakonanki1892 Жыл бұрын

    Please more videos on 12+

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure we will create it soon

  • @ramakrishna2838
    @ramakrishna2838 Жыл бұрын

    Please do coding questions asking in interview

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure we will create it soon

  • @sumanreddy5094
    @sumanreddy5094 Жыл бұрын

    need some AWS interview questions mam...

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure we will create it soon

  • @prathyushamovva5718
    @prathyushamovva57189 ай бұрын

    Please create 7+ years questions also

  • @CodeDecode

    @CodeDecode

    9 ай бұрын

    Sure we will create it soon

  • @butte_boergoat_Volgs
    @butte_boergoat_Volgs4 ай бұрын

    how i will get all interview question answer pdf

  • @anubhutidoshi8999
    @anubhutidoshi8999 Жыл бұрын

    can you please create a video for 10+ years of experience

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍👍

  • @start1learn-n171
    @start1learn-n1716 ай бұрын

    Tq

  • @nenuanenenuane6645
    @nenuanenenuane6645 Жыл бұрын

    Hii please do vedios on react js

  • @pothulamanoj99
    @pothulamanoj99 Жыл бұрын

    Please make videos for 8+ exp

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure 👍

  • @puspakdas7675
    @puspakdas7675 Жыл бұрын

    😍

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    😊😊

  • @charanshelby2396
    @charanshelby2396 Жыл бұрын

    You are task is done have fun😂

  • @CodeDecode

    @CodeDecode

    11 ай бұрын

    😜😊

  • @rishiraj2548
    @rishiraj2548 Жыл бұрын

    🙏👍👍

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    🙂🙂

  • @rokib_ru_cse
    @rokib_ru_cse Жыл бұрын

    i want to talk with this mam, can i get her linkedin?

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    www.linkedin.com/in/codedecodeyoutube

  • @rokib_ru_cse

    @rokib_ru_cse

    Жыл бұрын

    @@CodeDecode i already sent u connection request in linkedin but yet u didn't accept.... but i want this mam linkedin id.

  • @priyankasundar3497
    @priyankasundar3497 Жыл бұрын

    Need for 7 years

  • @CodeDecode

    @CodeDecode

    Жыл бұрын

    Sure we will create it soon

Келесі