JPMorgan java interview experience round 2 || interview questions and answers, Microservices, 5 year

  Рет қаралды 97,319

Java Techies

Java Techies

Күн бұрын

Пікірлер: 161
@unnatigavhale3468
@unnatigavhale3468 3 жыл бұрын
Hi Mansi, I really appreciate your efforts. you recorded all yours interviews and shared with us. This will help everyone who are going for technical interview. Thank you Mansi :)
@asishkumarsatapathy3466
@asishkumarsatapathy3466 2 жыл бұрын
I must admit, this is one of the best interviews that I have come across. They really went deep diving into core concepts and gave every chance/hint to see if the candidate can catch on to that and give the answers. Usually, We don't often come across such interviewers who make you understand the concept and then give a chance to expand on that answer.
@JavaTechies
@JavaTechies 2 жыл бұрын
Thank you so much
@gayatriyadav4368
@gayatriyadav4368 3 жыл бұрын
After hearing this interview. I think I should take leave for one month and prepare for this interview. Thanks, a lot Manshi for sharing this.
@2010RSHACKS
@2010RSHACKS 2 жыл бұрын
They said my interview is TODAY! Ahhh!!!
@samsneera
@samsneera 2 жыл бұрын
Single responsibility principle ensures that any component or service class you create in your application (let's say BookTicketServiceImpl for example, will concentrate on services like book ticket, cancel ticket, check availability of ticket, find discounts on tickets, where as PaymentServiceImpl will concentrate on doing payment, refunds requests, report payment failure. One service should not provide multiple services in same class)
@JavaTechies
@JavaTechies 2 жыл бұрын
Thanks
@rajeshbhabu9165
@rajeshbhabu9165 2 жыл бұрын
Very brave,tested yourself and made us experience. thanks I've learnt a lot.
@JavaTechies
@JavaTechies 2 жыл бұрын
The best comment yet. Thank you so much
@democratcobra
@democratcobra 3 жыл бұрын
Excellent Interview.Morgan People are great .Thxnks @Mansi for uploading.
@alrightymedia
@alrightymedia 3 жыл бұрын
Thanks for uploading the video, it give me really good insight on my weaker areas. You did a good job, and people who are commenting on other parts, of this video I think we all fumble even at silliest question sometimes in an interview, its the pressure. Thanks and keep uploading, ignore the naysayers. Have to say the questions were tricky.
@manjunathks8163
@manjunathks8163 3 жыл бұрын
interviewer asking question basically from geeks for geeks because he has taken example from it
@jinsmonka
@jinsmonka 3 жыл бұрын
I don't know why these JPMC interviewers are too rude, I have personally experienced it. It is easy to shoot a prepared set of questions to someone.
@JavaTechies
@JavaTechies 3 жыл бұрын
Right
@AstronomyStartTrek2711
@AstronomyStartTrek2711 3 жыл бұрын
I have known jpmc employees and I can give it in faith they literally don't know half of the concepts as our friend mansi here knows. It's easier to just shoot questions to people I bet they won't know half of these answers. The string problem he said converting to stream api we use chars the amount of complexity it involves I bet those interviewers won't be aware of. 🤣
@RichaBehera129
@RichaBehera129 3 жыл бұрын
@@AstronomyStartTrek2711 yeah even in these stream api are not used in most of the projects also in some of the projects people are using who r interested in implementing
@RichaBehera129
@RichaBehera129 3 жыл бұрын
@@AstronomyStartTrek2711 why they asked hard questions. I m doing copy paste in most of my project, how I will solve program questions it's really difficult 🥺
@AstronomyStartTrek2711
@AstronomyStartTrek2711 3 жыл бұрын
@@RichaBehera129 you are absolutely spot on.streams in my last 7.5 years I used once only freaking once.that too while designing a complex apache Kafka producer/consumer api for a microservice.i bet these lot won't get a chance to do these things in their lifetime
@goutamsardar8154
@goutamsardar8154 Жыл бұрын
Really a tough interview for 5 years experienced
@mohitrathour8597
@mohitrathour8597 7 ай бұрын
This is really nice question for freshers also and give me soo much knowledge
@JavaTechies
@JavaTechies 7 ай бұрын
Thank you
@mohitrathour8597
@mohitrathour8597 7 ай бұрын
@@JavaTechies could you please upload an video for freshers how to apply for a job
@JavaTechies
@JavaTechies 7 ай бұрын
Ok
@helsinkired8523
@helsinkired8523 Жыл бұрын
i think the first question you should've asked for that consecutive numbers problem was how many digits should we consider while writing the logic. For example, for 123 I may consider as [1, 2, 3] this case is the consecutive case but i may also consider [12,3] or [1,23]. Since the input was a string I think we cannot make any assumptions on what are the digits. Other than that I think the interview was great, but it was lacking spring/spring boot questions. It was more to the Java side. Thanks
@JavaTechies
@JavaTechies Жыл бұрын
Thanks
@srinivasrao-lw6xk
@srinivasrao-lw6xk 3 жыл бұрын
Tq very much mansi... I'm feeling sad when I comparing with you that much of explanation I can't give . When I listening this record I have raised one question .... Can I explain like this 😭😭😭😭...
@ruchijain4382
@ruchijain4382 2 жыл бұрын
It's all good. Just 2 points - coding video would have helped more and less advertisements in between. Thanks 👍
@JavaTechies
@JavaTechies 2 жыл бұрын
Thank you so much
@manishshankar8262
@manishshankar8262 2 жыл бұрын
Hi Mansi, thanks a lot for uploading this video. It really helps me to crack my client interview with jp morgan. I got better ideas of questions being asked in Morgan. I appreciate your efforts, thanks a lot again!!!
@eswararaoravada2895
@eswararaoravada2895 3 жыл бұрын
Thanks for uploading, Great interview
@JavaTechies
@JavaTechies 3 жыл бұрын
Thanks
@yash2154
@yash2154 3 жыл бұрын
If I got 1 ruppee everytime she said basically, i wouldn't even have to give any job interviews, i'd be so rich.
@ThabiraGamingShorts
@ThabiraGamingShorts 3 жыл бұрын
Hi Mansi,, Thanks for this video
@welcome2sumit
@welcome2sumit 3 жыл бұрын
Single Responsibility principal is not what you explain. It is so simple, one class should have only one responsibility, don't do everything in one class validation, mapper, etc. they should be separate class. That's all.
@JavaTechies
@JavaTechies 3 жыл бұрын
Right, thanks
@surbhi8512
@surbhi8512 3 жыл бұрын
I wander if Single responsibility principle has something to do with Singleton class? Correct me if I am wrong?
@surbhi8512
@surbhi8512 3 жыл бұрын
Both are different concepts, altogether, right?
@JavaTechies
@JavaTechies 3 жыл бұрын
@@surbhi8512 Single responsibility principle is applicable to all the classes, that it should serve a single purpose, not related to single object of a class. Hope I answer your question
@mudithadul
@mudithadul 3 жыл бұрын
The single responsibility principle is all about the coding style known as Clean Code. its just like a piece or art. You can code without adhering to them. But once you are comfortable with those techniques, it's more clear to the people who are going to maintain your code in the future. It show how much you care about developing your module. And in depth once you write your code there only one reason to change the code ( if it is bug free) Ex:- let assume you have Person class, and it will only change if new property is added to the class. It will never change due to a business logic change in another class.
@Ravikumar-gj6qw
@Ravikumar-gj6qw 3 жыл бұрын
Tq for uploading this kind of videos, please upload more videos 📹🙏😊☺
@democratcobra
@democratcobra 3 жыл бұрын
Thanks for Sharing @manasi. Where u r currently working on.???
@ManishJain2
@ManishJain2 2 жыл бұрын
I’m surprised domain knowledge interviews are still around, this can be used to eliminate who knows nothing but for most cases: how do you make hire/no hire decision? Based on what? All this can be trained in the matter of weeks/months. Most of cases, mid level candidates are not designing new things. Instead of this: test 1) can candidate code? 2) test some fundamentals oops/java domain knowledge
@AkramShuja
@AkramShuja 2 жыл бұрын
On point. These Javatpoint and Tutorialspoint level interview questions cannot judge a candidate's coding ability.
@MonuB-vn2hp
@MonuB-vn2hp Жыл бұрын
@@AkramShuja this is service based org style..cant do anything...prod based have good interviews
@vinodkumar-lq7oo
@vinodkumar-lq7oo 3 жыл бұрын
U know Aggregation vs compositions explained well by Interviewer 😀 basically
@JavaTechies
@JavaTechies 3 жыл бұрын
Thanks
@vinodkumar-lq7oo
@vinodkumar-lq7oo 3 жыл бұрын
@@JavaTechies I liked the initiation you took 👍
@Pratyush.K.R
@Pratyush.K.R Жыл бұрын
Yes, actually 😊
@sanjeen2503
@sanjeen2503 Жыл бұрын
he explained it well but gave the typical library book example which is counter intuitive. (why books will not exist if library is gone? maybe book barcodes, but why books? they can auction the books) better example is notepad application. it may use file objects that are aggregated, but also uses buffer objects that are composed. closing
@bastooopanooo2311
@bastooopanooo2311 3 жыл бұрын
This was amazing Mansi really knows
@JavaTechies
@JavaTechies 3 жыл бұрын
Thanks buddy
@niranjanverma6516
@niranjanverma6516 Жыл бұрын
Hello Thanks for your efforts is it possible for you to display solution or can you please make all interview program questions and solutions video
@JavaTechies
@JavaTechies Жыл бұрын
I am sorry, i currently don't have for this, but for upcoming videos i will upload on GitHub and share link in description
@ArunKumar-bv5zx
@ArunKumar-bv5zx 3 жыл бұрын
Core java me SOID principles. is it core java part? funny interviewer. :)
@SHIVAKUMAR-sg2pp
@SHIVAKUMAR-sg2pp 2 жыл бұрын
Well starts with core java. And I hear SOLID.
@ManishJain2
@ManishJain2 2 жыл бұрын
This video sound is low but there is an ongoing super loud phone vibration ring,
@anitaamingad1807
@anitaamingad1807 3 жыл бұрын
Hi Mansi, can you please share sample resume for experienced developers
@divyamahesh9032
@divyamahesh9032 2 жыл бұрын
Overloading of same method with string, Integer parameters and calling it with null param will give us compile time error ambiguous error right please correct me if I'm wrong guys. Anyways thanks a lot, great work mansion, u helped a lot doing all these basically... 😃
@JavaTechies
@JavaTechies 2 жыл бұрын
Thank you 😊
@manjunathks8163
@manjunathks8163 3 жыл бұрын
basically mansi
@khizarahmed7878
@khizarahmed7878 2 жыл бұрын
Did you have any hackerrank assessment before this?
@JavaTechies
@JavaTechies 2 жыл бұрын
Yes
@khizarahmed7878
@khizarahmed7878 2 жыл бұрын
@@JavaTechies is there any practice test which can help on taking the assessment.. Or any DS/Algorithms to be revisited which can help in clearing the assessment
@vibesoflife97
@vibesoflife97 3 жыл бұрын
I am having 4.3 years of experience as Java developer And my current PKG is below 7 Lpa. What should I expect as per current market standards??
@mohammedrahamathulla4040
@mohammedrahamathulla4040 3 жыл бұрын
13L - 25L P.A
@jaydeepparmar8646
@jaydeepparmar8646 3 жыл бұрын
Sky is the limit!
@nikhilkumar-hj8rt
@nikhilkumar-hj8rt 3 жыл бұрын
Bro...You can ask 14LPA
@chandrikasinnovativeideas3836
@chandrikasinnovativeideas3836 2 жыл бұрын
Depends on your performance. You should have very good knowledge and communication skill to get more than 10-12 lacs
@kiranlulla6540
@kiranlulla6540 2 ай бұрын
@@vibesoflife97 Please share your current LPA as of date.
@arunkumarsanthanam8696
@arunkumarsanthanam8696 3 жыл бұрын
SOLID Principles are not related to design patterns
@AstronomyStartTrek2711
@AstronomyStartTrek2711 3 жыл бұрын
Right SOLID principles 5 in total if i am not wrong is way different.
@RichaBehera129
@RichaBehera129 3 жыл бұрын
Solid have 5 principle but comes under design pattern only
@AstronomyStartTrek2711
@AstronomyStartTrek2711 3 жыл бұрын
@@RichaBehera129 some authors don't classify it under design patterns..rather a complete different entity.Maybe some do but I have never seen that.
@RichaBehera129
@RichaBehera129 3 жыл бұрын
@@AstronomyStartTrek2711 oh ok 👍
@rexsam3134
@rexsam3134 2 жыл бұрын
There are Java Design pattern, J2EE design pattern, microservice design pattern SOLID pattern. All are different
@maan9011
@maan9011 3 жыл бұрын
Hey dear I always follow ur interview videos, you have ans such tough questions but why you stuck with null pointer exception in overriding methods.. This simple one
@JavaTechies
@JavaTechies 3 жыл бұрын
It happens
@diviramamoorthy4761
@diviramamoorthy4761 3 жыл бұрын
Did you use notepad or IDE like eclipse to write your code during interview
@JavaTechies
@JavaTechies 3 жыл бұрын
Yes, ide generally
@PramodKumar-kg3sd
@PramodKumar-kg3sd 2 жыл бұрын
Composition is stronger than aggregation
@JavaTechies
@JavaTechies 2 жыл бұрын
Correct
@gopig3058
@gopig3058 3 жыл бұрын
Really helpful
@bandz4526
@bandz4526 3 жыл бұрын
Too much Basically. Btw Thank you ☺️
@JavaTechies
@JavaTechies 3 жыл бұрын
You're welcome
@vemulaswetha1333
@vemulaswetha1333 3 жыл бұрын
Super interview nen itey half loney out ipota... Nak repu JPMorgan interview undi😞😞😞😞
@krishnachaitanya4675
@krishnachaitanya4675 2 жыл бұрын
naaku inko two days lo vundi..? Em adigaaru?
@vemulaswetha1333
@vemulaswetha1333 2 жыл бұрын
@@krishnachaitanya4675 mottam hash map , flat map and concurrent hash map internal functionality......... Tippi tippi confuse chedi adigaru
@krishnachaitanya4675
@krishnachaitanya4675 2 жыл бұрын
@@vemulaswetha1333 any coding related things?
@vemulaswetha1333
@vemulaswetha1333 2 жыл бұрын
@@krishnachaitanya4675 I got 3 rounds of interview in one day and after that I got 3 coading challenges links to complete and after that I got congratulations e-mail.
@krishnachaitanya4675
@krishnachaitanya4675 2 жыл бұрын
@@vemulaswetha1333 congratulations
@srinivasrao-lw6xk
@srinivasrao-lw6xk 3 жыл бұрын
Super tq's a lot......
@JavaTechies
@JavaTechies 3 жыл бұрын
Welcome 🙏
@jagadishwari
@jagadishwari 3 жыл бұрын
Their interview is so tough i have experienced it. Watever v answer isn't gonna be useful inside project.. I don't know y they make it tough. And sorry but too many ads in between
@JavaTechies
@JavaTechies 3 жыл бұрын
Yes, I will try to restrict ads to start and end
@jagadishwari
@jagadishwari 3 жыл бұрын
@@JavaTechies 🙂
@praveenkumarreddy6875
@praveenkumarreddy6875 3 жыл бұрын
Please add captions
@mangarino94
@mangarino94 3 жыл бұрын
this would be very helpful for folks around the globe who don't understand the accents too well
@Rajansingh-vm7pc
@Rajansingh-vm7pc 3 жыл бұрын
Was there any coding round before Technical Interview ?
@JavaTechies
@JavaTechies 3 жыл бұрын
Yes, it's level was good, it had MCQ mostly but output questions
@jaiamesar1924
@jaiamesar1924 3 жыл бұрын
@@JavaTechies Just wanted to know few things - 1) Your overall working experience. 2) MCQ test was based only on Java or some other framework also ? 3) Did you applied through reference or from careers section ? 4 ) What was the overall Interview process ? Btw, thanks for sharing your interview experience. These are very helpful. Keep up the good work.👍
@JavaTechies
@JavaTechies 3 жыл бұрын
@@jaiamesar1924 Hi Jai Find answers to your questions below 1) 5year 2) java and Spring framework microservices based. 3) I got call from Naukri or companies career portal 4) process was good but they prefer low notice period.
@PJ-oz2pg
@PJ-oz2pg Жыл бұрын
The interviewer was wrong at 27:04. The method with the string argument will be called because if you pass null as the argument to the overloaded methods , the method with the most specific parameter type will be called. null is compatible with both 'Integer' and 'String' types. However, String is more specific than Integer, so the method with the String argument will be chosen.
@JavaTechies
@JavaTechies Жыл бұрын
Correct
@shahnawazsaiyed3590
@shahnawazsaiyed3590 4 ай бұрын
Ambiguity error on compilation
@Rsd559
@Rsd559 3 жыл бұрын
Good content but too many advertise, can't focus on interview 🙄
@JavaTechies
@JavaTechies 3 жыл бұрын
Ok, I try to reduce
@darwinanirudh1793
@darwinanirudh1793 2 жыл бұрын
Please be proud of yourself Mansi. You a star.
@JavaTechies
@JavaTechies 2 жыл бұрын
Thank you so much
@d.ramesh1224
@d.ramesh1224 Жыл бұрын
😮
@divyasree4490
@divyasree4490 3 жыл бұрын
Why is he asking so many questions. This is the reason why people get more stress in IT jobs
@poushalisil3839
@poushalisil3839 10 ай бұрын
What is the experience level ?
@JavaTechies
@JavaTechies 10 ай бұрын
Most of interview are between 2 to 5 years of experience
@harishpatarla
@harishpatarla 3 жыл бұрын
Too many ads I can't concentrate on the content
@muralikommuru5992
@muralikommuru5992 3 жыл бұрын
Really so many interviews you gave or these are just fake interviews you are uploading?
@JavaTechies
@JavaTechies 3 жыл бұрын
Do these interviews appears to be fake ? I am sharing realtime experience from my interviews so that it can help all. These are genuine and of anytime I will plan mock interviews then I will mention mock for sure and not realtime. Thanks
@muralikommuru5992
@muralikommuru5992 3 жыл бұрын
@@JavaTechies Thanks for confirmation, now I can hear your interviews without barriers !
@JavaTechies
@JavaTechies 3 жыл бұрын
@@muralikommuru5992 most welcome
@hiteshsharma9192
@hiteshsharma9192 9 ай бұрын
Hello Mansi you got selected or not.
@JavaTechies
@JavaTechies 9 ай бұрын
Yes she got selected
@harshavardhanreddy7824
@harshavardhanreddy7824 2 жыл бұрын
Hired or no ?
@JavaTechies
@JavaTechies 2 жыл бұрын
No
@soniaarora4496
@soniaarora4496 3 жыл бұрын
Have you cleared this round?
@JavaTechies
@JavaTechies 3 жыл бұрын
Yes
@azharshaikh000
@azharshaikh000 3 жыл бұрын
@@JavaTechies did u join jp? also was this for Mumbai location?
@avikchanda22
@avikchanda22 Жыл бұрын
Coding Question : Check Consecutive Check this code if it helps Solution is based on cuts [ 1st cut. -> take 1 number , 2nd cut -> take 2 numbers] If anyone has a better soln. please upload will like to know about it public class Main { public static void main(String[] args) { String s = "109110"; String w = s; int n = s.length(); boolean flag = false; for(int i = 1 ; i
@JavaTechies
@JavaTechies Жыл бұрын
Thank you so much
@SuperMohit28
@SuperMohit28 6 ай бұрын
I tried to use String builder to solve this problem public class StringIsAConsOrNot { public static void main(String[] args) { String s = "101112131415"; if (isConsecutive(s)) { System.out.println("The string represents consecutive integers."); } else { System.out.println("The string does not represent consecutive integers."); } } private static boolean isConsecutive(String s) { for(int i=1;i
@Rajansingh-vm7pc
@Rajansingh-vm7pc 3 жыл бұрын
too much basically :)
@JavaTechies
@JavaTechies 3 жыл бұрын
🙏🙏😀
@akashjai9450
@akashjai9450 3 жыл бұрын
😂😂
@tongsu5367
@tongsu5367 3 жыл бұрын
Pretty bad. S stands for singleton ?😂
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 45 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 26 МЛН
HCL First Round Java Developer Interview  Experience  3+  years
28:48
Java is Awesome
Рет қаралды 40 М.
Infosys java interview questions | 3 years of experience | 12+ LPA
30:54
Drunken Engineer
Рет қаралды 39 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 45 МЛН