JPMorgan Java Microservices interview round 3|| Java8, Kafka, springboot, Cassandra interview questi

  Рет қаралды 34,154

Java Techies

Java Techies

Күн бұрын

Top 10 Tricky core java Interview questions top java interview questions,top java interview questions and answers,top interview questions and answers,top java interview questions for freshers,top 10 java interview questions,tricky java interview questions,tricky java interview questions for experienced,tricky java questions,java tricky interview questions,top 50 java interview questions,top 50 core java interview questions,java interview questions by durga sir,java interview questions for experienced,java interview questions for freshers,java interview questions and answers,java interview questions and answers edureka
#JavaInterviewQuestionsandAnswers​ #JavaInterviewQuestions​ #Intellipaat​ #JavaInterview​ #CoreJavaInterviewQuestions​ #JavaInterviewQuestionsandAnswersForExperienced​ #JavaTutorial​ #JavaProgramming​ #JavaTutorialForBeginners​
Please Subscribe Channel : / javatechies
Core Java Interview questions : • Top 10 Core java inter...
Java Collections Interview questions : • Top 10 Java collection...
Company wise Java Interview Questions and answers playlist : • Java real time intervi...
#java
#java8
#jpmorgan
#jpmc
#interviewquestions
#technical
#javainterview
#microservices Unisys Round 1 : • Unisys Round 1 Java de... Connect us on :
Telegram: t.me/joinchat/...
Whatsapp: chat.whatsapp....
Facebook: / kumarlbindal

Пікірлер: 69
@chinmayabehera1452
@chinmayabehera1452 3 жыл бұрын
As jp morgan is a financial service company .. it will give more importance to multi threading and executer service , spring security and transaction management
@harpreetvarma
@harpreetvarma 2 жыл бұрын
Static method synchronization & method synchronization are different. Static synchronization is synchronized using class literal. (My class.clasd) Synchronization on method is used using " this" . So both are different & multiple threads can use them simultaneously.
@phanimadhuri4087
@phanimadhuri4087 3 жыл бұрын
Singleton design pattern is mandatory in JPMC interview.
@coolfreaks68
@coolfreaks68 3 жыл бұрын
He he. They don't know much beyond singlton pattern. Singleton pattern sucks, and has no real industry usage. Most of the work is done through resource pools.
@successtrader158
@successtrader158 2 жыл бұрын
To check the if two objects are same we can use hashcode ...simple
@shankars4281
@shankars4281 2 жыл бұрын
Two different objects can also have same hashcode. So, we have to compare using == operator.
@dips2805
@dips2805 2 жыл бұрын
you can use hashcode method of Object class to verify the objects returned are same or not.
@JavaTechies
@JavaTechies 2 жыл бұрын
Yes, this will work if we want to compare the entire object, but if we want to compare on the basis of an is, name or some parameter then we have to override it
@JavaTechies
@JavaTechies 2 жыл бұрын
Thanks for your comment.
@ghostneguz
@ghostneguz 3 жыл бұрын
Just a small suggestion In all the interview videos I noticed that you are saying "basically" way too many times.. If you can work on it it would really help in creating a better communication thread
@SingerChakra
@SingerChakra Жыл бұрын
He asked if no hashcode method is overriden then how will hashmap behave.... Proper answer should be if hashcode is not overriden then it will take the by-default hascode of the object ... Thus no key will have same hashcode .. and index computation will be different for all keys ... Thus even though there are two same keys .. hashcode will vary and it will allow duplicate keys
@SingerChakra
@SingerChakra Жыл бұрын
And if equals method is not overriden then indexing will be proper and when two keys are same hashcode is also same but as there is no equals method ... Object wise comparision won't occur . It can include duplicate keys as well
@sumitkumar-mj8gp
@sumitkumar-mj8gp Жыл бұрын
Great interviews..Just restrict yourself to less use of word basically. It might get annoying for the interviewer.
@JavaTechies
@JavaTechies Жыл бұрын
Yes, thanks you can see the improvement in latest ones
@gigsz2982
@gigsz2982 Жыл бұрын
One important tip - please don’t try to buy time and google questions in an interview… the interviewers are smart enough to know 😊 Thanks
@JavaTechies
@JavaTechies Жыл бұрын
Thanks
@kumarrajakotakonda1351
@kumarrajakotakonda1351 2 жыл бұрын
If we locked on block level then we can execute class levels simultaneously
@JavaTechies
@JavaTechies 2 жыл бұрын
Correct
@kumars5330
@kumars5330 3 жыл бұрын
@Primary is same as @Qualifier..when ambiguous happpens on bean selection, if any bean configured with @Primary will get injected..assume there is no @Qualifier configuration
@vishalsingh-dj6od
@vishalsingh-dj6od 3 жыл бұрын
You may refer this as well kzbin.info/www/bejne/faWmg3ulhJiGjLM
@snehalparab83
@snehalparab83 2 жыл бұрын
Such a helpful video , Thank you very much ! Just One question - What did you ask the interviewer the end ? I mean if its final technical round , we can ask about the role and everything , But for first technical round, what should we generally ask ?
@JavaTechies
@JavaTechies 2 жыл бұрын
Team culture, about project, role.
@sasikanthyenugula1661
@sasikanthyenugula1661 2 жыл бұрын
you can verify the singleton by verifying the hashcode
@JavaTechies
@JavaTechies 2 жыл бұрын
Ok, thanks
@shankars4281
@shankars4281 2 жыл бұрын
How? Two different objects can also have same hashcode. We should do something like, assertTrue(o1==o2);
@sasikanthyenugula1661
@sasikanthyenugula1661 2 жыл бұрын
@@shankars4281 wherever the object that you are having hashcode logic you need to mention equals as well as that is hashcode equals contract. If it's same you can verify the members with equals method
@Aj-gy9hj
@Aj-gy9hj 2 жыл бұрын
How many questions should answer to get selected in any company from which you have posted
@JavaTechies
@JavaTechies 2 жыл бұрын
70%
@JavaTechies
@JavaTechies 2 жыл бұрын
Its an average, it depends on requirements, urgency and communication with interviewer
@Aj-gy9hj
@Aj-gy9hj 2 жыл бұрын
@@JavaTechies Thanks for the valuable information
@shivaraju8405
@shivaraju8405 3 жыл бұрын
the explanation of .equals() and == is wrong. .equals() is used to compare the value only, whereas, == is used to compare the references only
@PraveenKumar-uj2ih
@PraveenKumar-uj2ih 2 жыл бұрын
== Operator Used For Check the Memory Address Either Same or Not . equals() Method Is Used For Content Comparison . If It's Both Same, prints true Otherwise False
@ashokkumarbiswal714
@ashokkumarbiswal714 2 жыл бұрын
No the default implementation of equals method which is present in object class compares the reference like the == operator does. But if you you will talk about the equals method which is present in String class , it compares the content.Because it is already overidden from object class to compare the content.
@abhijeetrathore7016
@abhijeetrathore7016 2 жыл бұрын
No offer, right ?
@JavaTechies
@JavaTechies 2 жыл бұрын
Ya
@sanjeen2503
@sanjeen2503 Жыл бұрын
how did you guess
@abhijeetrathore7016
@abhijeetrathore7016 Жыл бұрын
I also take such interviews
@akshaysingh2294
@akshaysingh2294 3 жыл бұрын
Voice Is very low,please can you list down the Questions here so it would be a great help.
@rexsam3134
@rexsam3134 2 жыл бұрын
Listen at late night when there is no disturbance. I do for all videos after 12 am
@sridevigrandhi5133
@sridevigrandhi5133 3 жыл бұрын
What was the time span given for you between each round?
@JavaTechies
@JavaTechies 3 жыл бұрын
About a couple of days
@PraveenKumar-uj2ih
@PraveenKumar-uj2ih 2 жыл бұрын
What Design Patterns Should Learn The Best? If Anyone Knows Please Drop names here. it Will useful to others. Thank you In advance
@JavaTechies
@JavaTechies 2 жыл бұрын
Only creational design patterns, and from microservices Saga and circuit breaker
@tejachowdary309
@tejachowdary309 2 жыл бұрын
can you please let us know how to we prevent denial of service from happening ?
@JavaTechies
@JavaTechies 2 жыл бұрын
Didn't get the question
@pankajkumar00001
@pankajkumar00001 17 күн бұрын
@@JavaTechies he is asking DoS attack
@JavaEngProgram
@JavaEngProgram Жыл бұрын
Whats salary jpmc offer
@JavaTechies
@JavaTechies Жыл бұрын
Jpmc has fixed bands so for 5 years they give between 18 to 28
@aparnasaineni8861
@aparnasaineni8861 3 жыл бұрын
how many rounds of interview in JPMorgan.
@SmilingAssassinGaming
@SmilingAssassinGaming 3 жыл бұрын
Good to have your husband/boyfriend at your side for quick hints, you got quick help regarding linkedhashset
@sergiojimenez3445
@sergiojimenez3445 3 жыл бұрын
Yeah, that one looked a little bit suspicious haha. I think it was more like googling
@kotiramamurthydavuluri1883
@kotiramamurthydavuluri1883 3 жыл бұрын
You have learned singleton from your past interview. Nice job. I think you lost it in collections.
@nithinroyal59
@nithinroyal59 2 жыл бұрын
Is this your manager round or technical round
@JavaTechies
@JavaTechies 2 жыл бұрын
Technomanagerial
@djr4793
@djr4793 3 жыл бұрын
Can you post videos for other rounds too
@JavaTechies
@JavaTechies 3 жыл бұрын
I have already shared all rounds of interviews that happened.
@djr4793
@djr4793 3 жыл бұрын
Ohk I will take a look.. Thanks
@bandz4526
@bandz4526 3 жыл бұрын
Have you cleared the round?
@JavaTechies
@JavaTechies 3 жыл бұрын
No, I didn't get the offer
@jaiamesar1924
@jaiamesar1924 3 жыл бұрын
@@JavaTechies Any idea on why you didn't get the offer because your interview was good and you have given correct answers to all questions. 😅
@JavaTechies
@JavaTechies 3 жыл бұрын
@@jaiamesar1924 not exactly but 1 reason is notice period
@vadluri_ravi
@vadluri_ravi 3 жыл бұрын
@@JavaTechies How many days notice that you should serve in your company
@nithinroyal59
@nithinroyal59 2 жыл бұрын
@@JavaTechies I have jp morgan manger round tomorrow. What they will ask in manger round generally.
@surajmahato2557
@surajmahato2557 3 жыл бұрын
How many years of experience do you have in java?
@JavaTechies
@JavaTechies 3 жыл бұрын
5 years
@dharmeshrathod5070
@dharmeshrathod5070 Жыл бұрын
basically
@JavaTechies
@JavaTechies Жыл бұрын
Basically thanks 🙏
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 66 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 14 МЛН
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 17 МЛН
microservices interview questions and answers, Kafka Questions
37:47
Selected || Round 1 || Java Microservices TCS Interview Experience
32:11
Java developer lead interview recording Wipro, java question and answer
23:18