Please do more interviews like these The format in which you are doing the interview is good It's very proper systamatic interview,this is how MNCs do interview These helps alot of people to get into MNCs
@CodeDecode11 ай бұрын
Thanks 😊😊
@Nexatek7 ай бұрын
37:42- ans is use either VM arguments or command line arguments, correct?
@s4924311 ай бұрын
00:02 New features introduced in Java 8 02:38 Wrapper classes and HashMap changes in Java 07:48 Interfaces do not have implementations, causing the Diamond problem. 10:26 Default methods in Java 8 15:38 Communication and coordination between microservices using orchestration design pattern 17:51 Orchestration design complexity and single point of failure 22:09 Managing dynamic URLs and load balancing 24:23 Logging and Monitoring in Microservices 28:51 Deployment process and environment management 31:07 Deployment process from branch to environment 36:07 Using Micrometer for metrics and specifying web server 38:19 Used creational, structural, and behavioral design patterns in code 42:44 Types of Bean Scopes in Spring Framework 44:55 Global session scope specific to portlet-based web application 49:41 Running applications with Spring containers and Java 52:07 Mocking and injecting classes for testing 56:36 SOLID principles 58:50 Implementing additional payment gateway system 1:03:42 Improving database performance through indexing and partitioning 1:05:55 Partitioning in database and types of mappings in JPA 1:10:35 Implemented JWT for security with token expiration 1:12:56 JWT token generation and handling 1:17:32 Continuous integration stages and deployment process 1:19:49 Candidate received positive feedback and is ready for interviews
@CodeDecode11 ай бұрын
Thanks
@Nexatek7 ай бұрын
You missed kafka questions
@kirannani404411 ай бұрын
After watching this video, i am realized I need to learn lots of things about design patterns, need lots of interviews like this , thank you so much for uploading
@CodeDecode11 ай бұрын
We will upload more 👍👍😊
@fruite_14510 ай бұрын
@@CodeDecode mam how to make interviews questions for fresher and expeienced for java develoepr
@S1Cool11 ай бұрын
Man ...this guy can easily surpass 9+ years experience people ...hattsoff
@refreshjavabysaikaruturi11 ай бұрын
Thanks 😊
@CodeDecode11 ай бұрын
Yeah he did !!
@rishiraj254811 ай бұрын
Wow! Today noon only I was watching the last week's mock interview video (Monday one). And, now we have the next live session. Great!
@CodeDecode11 ай бұрын
😊 thanks to guys who are that much cooperative and ready to share knowledge with the community so that every one can learn 😊😊
@darshand61969 ай бұрын
Depends on the Company stacks and the Team in which we are working & then we can able to answer like this. Simple😎
@arpansrivastava753711 ай бұрын
Seriously this man does not have 3+ years ,it seems he is 8+ years experience.I have qualified after watching some selected question
@CodeDecode11 ай бұрын
Yeah Arpan. He prepared really well !!
@shriyasingh36249 ай бұрын
Hey, can you tell what type of questions were asked to you
@Nexatek7 ай бұрын
@@CodeDecode : one suggestion or request, if the interviewee is not able to answer then please step in to explain the answer as its a mock and many will be viewers will be wanting to know the exact answer
@ukj679510 ай бұрын
vamsi's knowledge is just too good. He just provided me with many more additional details about each question/topic
@sourav544911 ай бұрын
I am having 3.5 yrs of experience as a java developer and I can say that this mock interview have all the important questions which could be asked in any interview of this level. It helped a lot to me. Thanks for your efforts.
@CodeDecode11 ай бұрын
Thanks but we would like to give this credit to Vamsi. The way he answered provoked me to go in depth . Gem he is 👍👍
@croydon21H9 ай бұрын
@12:00 I prefer the class that implements 2 interfaces having same default method , to override its own version of legs may be as 3 , though using super is also ok
@harishsingh245111 ай бұрын
When you work you get the knowledge of this level it is never come simply sitting and learning from here and there.
@CodeDecode11 ай бұрын
Learning - by - doing!!
@chronicles_of_priyanka11 ай бұрын
Thank you, I have just refreshed my knowledge and learned few new things from the video🎉
@CodeDecode11 ай бұрын
😊😊👍👍
@gt4april5 ай бұрын
You both are great. Please do more interviews like this. Thanks for uploading.
@CodeDecode5 ай бұрын
Sure thanks 👍
@AbhishekSingh-oy5lv11 ай бұрын
Very perfect questions asked, Kudos to both!
@CodeDecode11 ай бұрын
Thanks 😊
@salmasultana81554 ай бұрын
For updated values from config server we need to hit post request /actuator/ refresh
@abhijeetbagde159710 ай бұрын
Great Learning! Thank you Mam and Vamsi ! Please continue this series on different more interview questions.
@CodeDecode10 ай бұрын
Thank you, we will upload more videos
@kumararun833711 ай бұрын
one possible solution to activate the profile based on env is that usually the spring boot apps are run with java -jar command, so we can configure the deployment script in such a way that based on the env for example the dev deployment script should run the command -Dspring.profiles.active=dev java -jar app.jar and similarly the qa deployment script should call the command -Dspring.profiles.active=qa java -jar app.jar. This way based on the deployment env the corresponding application properties would be picked up
@CodeDecode11 ай бұрын
True !!👍👍
@aabhasjain9610 ай бұрын
Other solution is by setting the SPRING_PROFILES_ACTIVE environment variable in your production server's configuration: export SPRING_PROFILES_ACTIVE=prod correct me if I am wrong.
@introvertsenpai996811 ай бұрын
Iska knowledge dekh ke mera confidence km hogaya, I am a fresher maybe that's why🥲, but bohot kuch sikhne mila🙏
@CodeDecode11 ай бұрын
Don't feel low. He surpassed an interview expectations 🙊 he is just too good. Even if you know 70% of what he knows, then it's enough
@ConfusionsofIndia10 ай бұрын
1.30 hr will be wasted for viewers! if i attend this interview😂 he nailed it 🎉! She shaped well❤ he rocked we shocked 😢😅
@CodeDecode10 ай бұрын
😝🤣 nicely framed !!
@BoobieMistake9 ай бұрын
This guy is overqualified for 3 YOE! Great work!👍😜
@CodeDecode9 ай бұрын
Yeah he is 👍😊
@LIN30Sec11 ай бұрын
Singleton by spring - object create per container , container can be multiple Singleton by core java - object create per jvm
@CodeDecode11 ай бұрын
👍👍
@croydon21H9 ай бұрын
@38:33 no offence but looks like people in India live and die in design patterns. I hardly use strategy pattern or observer etc, provided we use frameworks. After using streams there is significant reduction in boiler plate code, so very little scope to apply explicit design patterns ( as they are already inside framework for use)
@Pavan_Gaekwad6 ай бұрын
Very informative, very helpful, even for freshers, thank you.
@CodeDecode5 ай бұрын
You are most welcome
@naveenmekala36047 ай бұрын
Really great madam your voice is so sweet.....
@CodeDecode7 ай бұрын
😊
@veeranarayanabojja6 ай бұрын
Such an awesome Mock interview..Please continue this kind of mock interviews..
@CodeDecode6 ай бұрын
Sure we will upload more like this
@cloud_Engineer11 ай бұрын
Just wanted to state one observation “these questions are mostly asked in big MNC small medium scale asks very antique and frustrating questions 💯
@CodeDecode11 ай бұрын
We can completely understand your frustration man. Can u please share some so that we can cover them as videos to help community ?
@cloud_Engineer11 ай бұрын
@@CodeDecoderecently i attended interview with global logic interviewer asked me maximum sub array question, I started solving he asked me to solve with java 8 and have to return indexes of elements as well. There were many questions he asked like this only.
@rahul_177018 күн бұрын
@@cloud_Engineer Yoe?
@cloud_Engineer18 күн бұрын
@@rahul_1770 3.3 back then
@ukj679510 ай бұрын
one of the best mock interviews
@uvanana.11 ай бұрын
Finally we saw ur face❤❤ so happy mam god bless you 💞😻
@CodeDecode11 ай бұрын
❤️❤️Thanks a lot. May you too reach all the heights in your career girl 😘
@manideeplankalapalli939111 ай бұрын
Vamsi krishna is my college friend proud of you man👏🏻
@CodeDecode11 ай бұрын
Glad to know that. Yeah he is a gem !!
@KailashKumar-pn5ew10 ай бұрын
Hats off to both...Vamshi is really great
@CodeDecode10 ай бұрын
Indeed he is
@jamunasairam627411 ай бұрын
please do more interviews in java/ aws / spring / etc. very helpful.
@CodeDecode11 ай бұрын
Sure 👍
@yasirakhn11 ай бұрын
Amazing Interview and good questions asked. Couldn't resist watching full interview. The guy has real working knowledge and answered brilliantly!!
@CodeDecode11 ай бұрын
Yeah the Vamsi has prepared really well !!
@rahul_177018 күн бұрын
@@CodeDecode how we can prepare like it....
@ichigo_kurosaaki11 ай бұрын
My inferiority complex is on peak right now! This guy's awesome 😮
@CodeDecode11 ай бұрын
Yeah he prepared really well !!
@skjameel176611 ай бұрын
Such a awesome great interview explanation is very very very greatfull Please update programes as well also
@CodeDecode11 ай бұрын
👍 sure
@kalyanichalamalasetty772510 ай бұрын
useful vedio for who are attempting for interview, vamsi done good job.
@CodeDecode10 ай бұрын
Thank you
@sundaraV-k8l11 ай бұрын
Hi, can you prepare video on internal working of @controlleradvice and logging(sleuth and Splunk). how interview will call and show data in Splunk. where log data will store.
@CodeDecode11 ай бұрын
Sure
@vijyanandkawale387811 ай бұрын
ha please ek video banao
@supun_sandaruwan9 ай бұрын
Great interview, Got new things, Thank you
@CodeDecode9 ай бұрын
you're welcome
@subodhpawar80945 ай бұрын
I found one correction here, in Distributed tracing traceId remains same across all the microservice and spanId is unique for each operation
@Rohit-yo4ik11 ай бұрын
I don't believe its 3yrs experience person answering that much well aware answers..great.
@refreshjavabysaikaruturi11 ай бұрын
Thanks Rohit... I am a 3 years exp.. Gut
@CodeDecode11 ай бұрын
Yeah even we were shocked how well prepared he is. But trust us, this is a raw video and he is really 3 years of exp guy . Just that he prepared really well !!
@sarannav3655 ай бұрын
That was a wonderful interview👏.
@CodeDecode5 ай бұрын
👍😊
@patcian59410 ай бұрын
I have 2.9 yrs of experience in Java Spring Boot Microservices but didn't get interview call why?
@SOURAVKAMILYA11 ай бұрын
One of the best interview format in youtube 👏
@CodeDecode10 ай бұрын
Thanks for the motivation
@SOURAVKAMILYA10 ай бұрын
@CodeDecode Big fan of your ma'am,, your quality of content is very premium 👏
@KrishnaSimkhada-kx8fi11 ай бұрын
Excellent Mock Interview
@CodeDecode11 ай бұрын
😊👍
@amarbarik144111 ай бұрын
Very helpful video. It almost covered every concept that can be asked in interviews of this level.
@vaibhavghai582110 ай бұрын
thank you barik for this comment
@Rajxccs11 ай бұрын
You are doing great job👏👏👏👏
@CodeDecode11 ай бұрын
Thanks 👍
@Gaurav-tx7xt11 ай бұрын
Firstly in java 8 Metaspace came instead of PermGen. The biggest disadvantage of PermGen is that it contains a limited size which leads to an OutOfMemoryError. Due to the above problems, PermGen has been completely removed in Java 8. In the place of PermGen, a new feature called Meta Space has been introduced. MetaSpace grows automatically by default
@CodeDecode11 ай бұрын
👍👍
@jambukumarr962717 күн бұрын
Metaspace is a new memory space. It has replaced the older PermGen memory space right?
@CodeDecode15 күн бұрын
Right
@sumanlamichhane36910 ай бұрын
11:50 use of super keyword in interface??? can someone explain more about this please.
@sivabalarasup755610 ай бұрын
From Java 8, Funtional interface was introduced, so we can add Static and defaults methods with definition inside the interface rather than just abstract methods. Also, we can achieve multiple inheritance by implementing multiple interfaces, right. So, For eg.. we have the same methods in 2 interfaces like having eat() methods. , then how do we call them to differentiate. For that, we are using Interface.super.eat(). Interfaces are unique right.. So It solves the diamond problem.
@rohangowda200110 ай бұрын
Inside the method implementation we call the interface implementation which we want to use like Interface.super.methordName()
@shivambansal49410 ай бұрын
Splendid interview 👏👏
@CodeDecode10 ай бұрын
Thanks
@vijayraut331811 ай бұрын
You got your new subscriber ❤
@CodeDecode11 ай бұрын
👍👍
@alokkmishra11 ай бұрын
PermGen in older versions, replaced by Metaspace in newer versions
@CodeDecode11 ай бұрын
👍👍
@RupeshGupta-ny5qc8 ай бұрын
Why we use wrapper classes.. one of the reason is our Generic type. Generic type arguments are constrained to extend Object , meaning that they are not compatible with primitive instantiations unless boxing is used, undermining performance. And most of the time we seen in collection extensive used Generics for type safety.
@gowris4427 ай бұрын
In choreography how we will handle parallel call using completable future
@abhishekverma592810 ай бұрын
OMG again very nice interview. Really start liking this channel very much. The type of interview you are taking is extremely good. Also the candidates selection is also very very good. Thanks for bringing very very knowledgeable interviews and content.
@CodeDecode10 ай бұрын
Thanks Abhishek ☺️👍
@satishjajula846010 ай бұрын
Great answers 🎉
@CodeDecode10 ай бұрын
Thank you
@arpansrivastava753711 ай бұрын
One more thing ,I can say that I don't know your name interviewer but seriously u r champion teacher whose cross questions are like that bombarting on the opposition.i am very happy to see this interview. Keep going but please tell me your name 😊 interviewer
@CodeDecode11 ай бұрын
Thanks . You can call me yashi 👍
@koustavghosh762711 ай бұрын
The diamond problem occurs in programming languages that support multiple inheritance, where a class inherits from two classes that have a common ancestor. This can lead to ambiguity in the inheritance hierarchy.
@CodeDecode11 ай бұрын
,👍👍
@sproutboot11 ай бұрын
Code decode ❤
@Asingh4211 ай бұрын
Need advice on what do next after covering spring boot comprehensively -> microservices or go for front end ?
@CodeDecode11 ай бұрын
Depends on your interest. But for strong backend profile we need cloud and microservices
@niteshpandey82187 ай бұрын
Hii diii ,, I'm new your subscriber ,I started to see your videos since 1 month ,and I want to say only one word,,,,,, owesome playlist 🥰 ।। Now I have took your udemy course also ,which is also adorable ,,,,, lots of love 💕,,, such a great content , and please continue the more mock interview series'।।
@dubeyankitsarar808411 ай бұрын
Great job 👌
@CodeDecode11 ай бұрын
👍👍
@ankitakolhe914211 ай бұрын
Try to do interview on microservice, Kafka, AWS and docker too. TIA
@CodeDecode11 ай бұрын
Sure
@VishwaBharathi11 ай бұрын
Please do more like this
@CodeDecode11 ай бұрын
sure we will create more like this
@artistyacts11 ай бұрын
Great knowledge sir🎉
@CodeDecode11 ай бұрын
True that !! He is an asset to a team !!
@susmith910 ай бұрын
Permgen to metaspace from java7 to java 8
@CodeDecode10 ай бұрын
👍
@Ali-sl9qy9 ай бұрын
Wait wasn't perm gen the older one which is replaced by metaspace... or is it vice versa I'm confused???
@theanimemanofindia80365 ай бұрын
Yes
@mikedesta352011 ай бұрын
Great Questions and Great Answers, Thank you for uploading this video. Please keep posting such great videos.
@CodeDecode11 ай бұрын
Sure thanks 👍
@Radheyverma107 ай бұрын
Nice ❤
@CodeDecode7 ай бұрын
😊👍
@debjeetroy10 ай бұрын
Previously it was Perm gen then later Metaspace came in Java 8
@shahbazalam803711 ай бұрын
trace id will same, unique and span id will change
@CodeDecode11 ай бұрын
👍👍
@Rashminaresh-j3j11 ай бұрын
Very helpful
@CodeDecode11 ай бұрын
Thanks
@cricketcrazy14311 ай бұрын
Hi mam, please do videos on Cloud computing
@CodeDecode11 ай бұрын
Sure
@perumallayaswanth835 ай бұрын
❤
@raj00611 ай бұрын
Can we switch from service based to product based/startups after 2.5 years of exp in service based MNC as Java developer plz help. I need guidance
@CodeDecode11 ай бұрын
Yes you can switch Just prepare for data structure and system design along with Java microservice spring boot etc And you're good to go
@jamaal000139 ай бұрын
@@CodeDecodeit is over expectation for the 2.5 years experience candidate to know system design.
@rahul_177018 күн бұрын
Anyone can suggest how we can prepare for interview for 2+ yoe ?
@akku681111 ай бұрын
Please please make security, Hibernate, Microservices and junit framework mock interview for 3 + experience
@CodeDecode11 ай бұрын
Sure
@jnagavarshith4811 ай бұрын
Is it mandatory to have knowledge of junit and mockito for 2 years experienced java developer?
@CodeDecode10 ай бұрын
Yeah because that's how you test your code and if you write code you should know how to test it
@akku681111 ай бұрын
Please make junit, Hibernate, security mock videos for 3 + years
@CodeDecode11 ай бұрын
Sure
@LIN30Sec11 ай бұрын
Name query is nothing but call by field name string name = findByName(....)
@CodeDecode11 ай бұрын
Nope as far a I know NamedQuery annotation is attached to exactly one entity class . Something like org.hibernate.annotations.NamedQuery(name = "DeptEmployee_findByEmployeeNumber", query = "from DeptEmployee where employeeNumber = :employeeNo")
@vamshidhargaddam66107 ай бұрын
Think the interviewer helped him to made it easier...
@RichaBehera12911 ай бұрын
Please can you conduct an interview for 8 , 9 years experienced. They ask more internal questions for product based companies.
@CodeDecode11 ай бұрын
Sure Richa
@mystic74866 ай бұрын
Java 22 is out there. Please update the interview pattern.
@amarthyaseshu6833 ай бұрын
👌
@sony545842 ай бұрын
He is a Champ
@CodeDecode2 ай бұрын
He is !!
@kotapatiganeshkumar263311 ай бұрын
Hi,I watched lot of Java interviews videos in KZbin . I never see such a knowledge person in my life with 3 year in software industry he gain all most 10 years knowledge . I know some of friends with 8,9 years experience they don’t have this much knowledge . I am Fida for your knowledge 🫡 Vamsi Krishna.
@refreshjavabysaikaruturi11 ай бұрын
Thanks Ganesh 👍
@kotapatiganeshkumar263311 ай бұрын
@@refreshjavabysaikaruturiI am trying to connect you in social media.. but I couldn’t find you ..
@CodeDecode11 ай бұрын
❤️❤️👍👍
@thilakrider7 ай бұрын
Just want to throw it out, your videos have been helpful whenever I decide its time to switch the company, one of my go-to channel. Also this is the first time I'm seeing you, very cute :)))
@CodeDecode7 ай бұрын
😃😃👍👍thanks
@vijayroy317311 ай бұрын
Could you please upload 10+/15+ experienced interviews. Thank you.
@CodeDecode11 ай бұрын
Sure Vijay 👍
@sai-zk3bz10 ай бұрын
Can you ease share sample resume of 3+ years experience java spring boot developer ,Thank you Subscribed !!!
@CodeDecode10 ай бұрын
Sure 👍👍
@ujjwalkumarupadhyay85978 ай бұрын
Can you make video with .Net as well??
@codeWithNexxo11 ай бұрын
maam, could you plz provide resume formate for above 2 year experience
@vibesoflife9711 ай бұрын
Can we get the transcripts?
@CodeDecode11 ай бұрын
Team wil try to fetch one. Mean while if you know how to extract that, let us know
@manutyagi80192 ай бұрын
Good evening mam, I have just submitted the google form for mock interview. I have over 2 years and 10 months of experience in Java8 and Spring Boot. When will my mock interview be scheduled? Regards
@123dkd11 ай бұрын
What is its package
@Rahul-h4z4w11 ай бұрын
nice mam
@CodeDecode11 ай бұрын
👍👍
@ashishkumarsrivastav910611 ай бұрын
I think you should ask him to solve any tree or graph related questions to solve, because in most of the time, candidate of having 3 years of experience are expected to solve those too! Please don't mind 😅
@CodeDecode11 ай бұрын
We will conduct another session for programming questions
@patcian59410 ай бұрын
Can u send tricky question pdf?
@taranggupta901811 ай бұрын
I am just curious to know the company name of the candidate.. getting chance to work on such organised project is rare now.
@CodeDecode11 ай бұрын
Sorry Tarang. We have to keep few things confidential else that can back fire on our candidates 🙊🙊 no company, cleint info is leaked during these shoots
@ankitmilmile91439 ай бұрын
Is microservices mandatory for 3+ years experienced?
@rahulkharapkar271611 ай бұрын
In what range of package can we expect for this level of knowledge..?
@CodeDecode11 ай бұрын
Depends on how many offers you hold😝😝
@purnahere552410 ай бұрын
nicely played@@CodeDecode
@jyotikumari-ru1sp11 ай бұрын
I have fill the form , please give me a chance to prepare myself for interview.