microservices interview questions and answers, Kafka Questions

  Рет қаралды 18,921

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​ #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
#coreJava
#microservices
Kafka
sqlQueries
data structures
multithreading
algorithm
coding
springboot
architecture
mongodb
design principles
design patterns Unisys Round 1 : • Unisys Round 1 Java de... Connect us on :
Telegram: t.me/joinchat/...
Whatsapp: chat.whatsapp....
Facebook: / kumarlbindal

Пікірлер: 87
@RiteshKumar-tx1gn
@RiteshKumar-tx1gn 3 жыл бұрын
I think , sum would be list.stream().filter(i->i%2!=0). map (i->I*I).reduce((a,b)->a+b).get(). This should be answer for sum of squares of odd number in list
@elijahjudah7
@elijahjudah7 3 жыл бұрын
I think you dont need map and directly use reduce(a*a + b*b)
@kshitijbansal3672
@kshitijbansal3672 Жыл бұрын
​@@elijahjudah7shutup, your answer is wrong.
@chinmayabehera1452
@chinmayabehera1452 3 жыл бұрын
Wissen technology is hiring for morgan stanley .. interview will be little bit tough .. they will focus more on coding and indepth concept ..
@kumarmanish9046
@kumarmanish9046 2 жыл бұрын
18:27 answer also wrong. First B's walk method will be called which in turn will call A's walk. Run child, run parent, walk child, walk parent.
@praveenreddy9454
@praveenreddy9454 3 жыл бұрын
The last coding question is not clear but which is something I can understand which can also solve by streams ,yes as you said with hashmap which is easy
@anjanakarthiktangirala2430
@anjanakarthiktangirala2430 3 жыл бұрын
@18:42 i think that can be done this way list.stream().filter(i -> i%2!=0).mapToInt(i -> i*i).sum();
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Two array sum means we can use two pointers approach traversed i first index loop and j+1 second loop then finally both I and j add then ==sum
@rehanahmed9202
@rehanahmed9202 Жыл бұрын
t just keep on subtracting each number of the array and check weather the resultant is there or not...... Remember if a+b = sum then sum-a= b
@LOVERBOY3760
@LOVERBOY3760 3 жыл бұрын
When two threads are applied on the two different objects even if it's is synchronised we will get the output in random order not in specific order
@RiteshKumar-tx1gn
@RiteshKumar-tx1gn 2 жыл бұрын
I think , select author from author_book groupBy author having count(book)>10.
@JavaTechies
@JavaTechies 2 жыл бұрын
Thanks
@nagendrareddy3926
@nagendrareddy3926 3 жыл бұрын
How many rounds after this . Did you get the offer ?
@sandhyaaa24
@sandhyaaa24 3 жыл бұрын
How you handle cache in your microservice project??
@asawari520
@asawari520 2 жыл бұрын
can you please explain the coding question regarding array and sum the question is not clear .
@JavaTechies
@JavaTechies 2 жыл бұрын
Please let me know the question that you want me to explain.
@saianirudh5519
@saianirudh5519 3 жыл бұрын
The guy who is interviewing probably in “high”
@kunalthakur8142
@kunalthakur8142 Жыл бұрын
Watching this at 3:00 AM and someone whispered "Itna sannata kyu hai" at 25:57 scared the crap out of me. Video was helpful tho.
@JavaTechies
@JavaTechies Жыл бұрын
Thanks
@rohitbora7240
@rohitbora7240 3 жыл бұрын
I had first round yesterday and all questions were same. Unfortunately i m watching this video today... However i have cleared first round... What can i expect from 2nd round ? How many rounds are thr in wissen?
@anamikasingh1783
@anamikasingh1783 3 жыл бұрын
Hello, is your 2nd round done now? Can yoy help with the ques?
@mandlavasavi1902
@mandlavasavi1902 3 жыл бұрын
@@anamikasingh1783 Have you done with your 2nd round of interview ? Please let me know
@anamikasingh1783
@anamikasingh1783 3 жыл бұрын
@@mandlavasavi1902 no , i did not get selected for 2nd round.
@mandlavasavi1902
@mandlavasavi1902 3 жыл бұрын
@@anamikasingh1783 oh.. Most of the questions were from this video and I am able to clear. Second round will be in next week. So just wanted to check if you can help me with questions or something
@anamikasingh1783
@anamikasingh1783 3 жыл бұрын
@@mandlavasavi1902 my friend gave the 2nd round, so it was purely coding, 2 coding questions were asked
@abhishekganguly165
@abhishekganguly165 3 жыл бұрын
can you Please share the coding questions (hackerrank one) which is there before technical interview?
@msraju2326
@msraju2326 3 жыл бұрын
Very nice
@sergiojimenez3445
@sergiojimenez3445 3 жыл бұрын
Why the hashmap still works if you only implement the hashcode? When you get an object with the same values it fail because it would not find it because the equals
@rehanahmed9202
@rehanahmed9202 Жыл бұрын
The equals default implementation is to check the reference not value
@sethuramanramaiah1132
@sethuramanramaiah1132 3 жыл бұрын
Have you got selected for this company or not ? If yes did you face any client interview after this telephonic round ?
@bandanajain2458
@bandanajain2458 Жыл бұрын
can u shar ur experience of client interview?
@sethuramanramaiah1132
@sethuramanramaiah1132 Жыл бұрын
@@bandanajain2458 it depends on your client.
@pooja.sahu95
@pooja.sahu95 3 жыл бұрын
In parent child relationship parent don't have access to child's methods so parent p=new child() in this parent cant call child's walk()
@prakashbabugnanam7949
@prakashbabugnanam7949 2 жыл бұрын
No we will get child walk method first
@saishankar7479
@saishankar7479 3 жыл бұрын
I got a call from them , what will they ask in coding round ??
@iTECHup
@iTECHup 3 жыл бұрын
after coding test when they call for next round?
@apurvapatil6215
@apurvapatil6215 3 жыл бұрын
Hi. Can you please help me how was your coding round and what questions were asked?
@sethuramanramaiah1132
@sethuramanramaiah1132 3 жыл бұрын
@@apurvapatil6215 hi I just successfully cleared coding interview.it was my first round..basically questions were from hacker rank.once you submit the code all its hidden test cases must pass for the code to get accepted.
@sethuramanramaiah1132
@sethuramanramaiah1132 3 жыл бұрын
Hi I got the call very next day itself..
@shashwataryan458
@shashwataryan458 3 жыл бұрын
@@sethuramanramaiah1132 did you apply as a fresher or experienced. In how many days were all the round completed?
@sethuramanramaiah1132
@sethuramanramaiah1132 3 жыл бұрын
@@shashwataryan458 I am 7 year experienced..while process took about a month..I now have an offer from wissen...
@rkshkumar90
@rkshkumar90 3 жыл бұрын
walk and run method inheritance question was answered correctly ?
@JavaTechies
@JavaTechies 3 жыл бұрын
Not sure actually, can you please ping the timings so that I can hear again and tell you the exact answer. Thanks
@rkshkumar90
@rkshkumar90 3 жыл бұрын
@@JavaTechies 15:42
@rkshkumar90
@rkshkumar90 3 жыл бұрын
@@JavaTechies thanks for sharing it's very helpful 👍👍👍
@JavaTechies
@JavaTechies 3 жыл бұрын
@@rkshkumar90 yes, my answer is correct, it will be called in this order only.
@tapanetc
@tapanetc 3 жыл бұрын
@@JavaTechies Order of execution should be like this: Walk in Parent Walk in Child Run in Parent Run in Child
@praveenreddy9454
@praveenreddy9454 3 жыл бұрын
The coding questions not audible clear can you please add here ...
@JavaTechies
@JavaTechies 3 жыл бұрын
Please tell me timing, I will re hear and try to recall and comment here
@kumarmanish9046
@kumarmanish9046 2 жыл бұрын
Were you selected in this round?
@JavaTechies
@JavaTechies 2 жыл бұрын
Yes
@rexsam3134
@rexsam3134 2 жыл бұрын
Can you add your logic to calculate sum of n * n of all elements in that list and other code questions as what you explained was way off. Did you test the SQL syntax for that bookauthor table? Lot of disturbance in this recording too
@JavaTechies
@JavaTechies 2 жыл бұрын
Extremely sorry for disturbance
@asawari520
@asawari520 2 жыл бұрын
Who said , "itna sannata kyun hai" LOL :-)
@damndozer
@damndozer 3 жыл бұрын
Interviwer seems to googling questions he is asking you
@JavaTechies
@JavaTechies 3 жыл бұрын
May be, doesn't matter much. We should know all answers. Just kidding, it's Interviewers choice
@damndozer
@damndozer 3 жыл бұрын
@@JavaTechies do you have the first round recording
@RiteshKumar-tx1gn
@RiteshKumar-tx1gn 3 жыл бұрын
@@JavaTechies right bro , it's her choice ,😂😂😂
@JavaTechies
@JavaTechies 3 жыл бұрын
@@damndozer no dear, I don't have
@damndozer
@damndozer 3 жыл бұрын
@@JavaTechies no worries I cleared it may be now this video can help me for 2nd round
@vijayachanta1993
@vijayachanta1993 3 жыл бұрын
What’s the experience for this role
@JavaTechies
@JavaTechies 3 жыл бұрын
5 years
@rexsam3134
@rexsam3134 2 жыл бұрын
@@JavaTechies for a 5 year experience person the questions were very basic and simple
@JavaTechies
@JavaTechies 2 жыл бұрын
Yes
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 1,4 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 1,5 МЛН
Why Isn't Functional Programming the Norm? - Richard Feldman
46:09
Creator of git, Linus Torvalds Presents the Fundamentals of git
1:10:15
Developers Alliance
Рет қаралды 97 М.
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 1,4 МЛН