Interview Experience with IBM | Java Microservice interview experience

  Рет қаралды 24,174

AG Tech

AG Tech

Күн бұрын

Interview Experience with IBM | Java Microservice interview experience |Microservice Interview
This video contains Interview Experience with IBM | Java Microservice interview experience
For mock interviews join the telegram channel:-
t.me/mockinter...
java microservice interview
java kafka interview
IBM microservice interview
Java complete Reference book
amzn.to/36A2jT3
Kindly subscribe channel for all updates and Learn how to pass your Java Developer interview
Core Java 2+ Interview Questions:- • java developer intervi...
Hexaware Java Interview:- • Hexaware Java Intervie...
Cognizant Java Interview:- • Cognizant java intervi...
Tech Mahindra Java Interview:- • Tech Mahindra 5+ years...
Accenture Java Interview:- • Accenture Core Java In...
Mphasis Interview :- • Mphasis interview ques...
Amdocs Metrops software test:- • Video
Birlasoft Interview:- • Realtime interview que...
HCL Interview Questions:- • HCL Java developer int...
Yash teachnology Interview:- • Solution architect int...
IBM Java developer hacker rank test:- • Video
Wipro Java developer Interview :- • Wipro Java Developer I...
Capgemini Java developer Interview :- • Capgemini Java Develop...
Apache Wicket Interview Questions:- • Apache Wicket Intervie...
City Bank Codility Test:- • Video

Пікірлер: 39
@ShubhamJain-gb9hv
@ShubhamJain-gb9hv 3 жыл бұрын
Bass in sound of attendee is sufficient enough to select him for the job😀😀😀
@madhusudhan316
@madhusudhan316 2 жыл бұрын
Really that's what I'm thinking 😂
@rahimkhan-fh9dd
@rahimkhan-fh9dd 3 жыл бұрын
Duplicate record Select name, count(*) from employee group by name having count(*) > 1
@praffulkshr8555
@praffulkshr8555 3 жыл бұрын
You're are pretty good explaing. Best of luck whoever interviewed. I see high chances there.
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Disadvantages hibernate when we are persisting the usage amount of the data they're internally convert the relationship formats so as performance wise slower then other api like spring JDBC
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
One thing is special this candidate that is teachnial based communications skills second times I'm watching his video 👍
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
1)Fixed thread pool 2)singles threads pool 3)cache thread pool
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Factory of factory is called abstract factory
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
If u are using spring data jpa then data jpa provides u pagenable interface through the this interface we can achieve the pagination
@kreativebundles8775
@kreativebundles8775 Жыл бұрын
your total experience?
@phoneix24886
@phoneix24886 Жыл бұрын
Spring data JPA uses hibernate as default ORM and hikari as default connection pool right now.
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Git fetch and pull so in pull we are extracting the complete project form masters branch GitHub repository but in fetch when multiple developers any thing has change in local repository then submit the project in again' in master branch git hub repository then that's place we can fetch means "pulling + merging"(changes in any thing happen in future')
@sushilroy22
@sushilroy22 3 жыл бұрын
Ok fine . Only one suggestion if u want prepare more . It's happen 2 or 3 interview.
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Adapter design patterns when two interface not compatible wd each other's then we can use adapter design patterns supposed ur source code want to save the data inside the db but without db connection not possible so here middle db connection data source required then my application easily interact wd databases and ui
@sathishreddydwarampudi4543
@sathishreddydwarampudi4543 3 жыл бұрын
How many days IBM guys will take to inform whether we selected or rejected..?
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Compatible also required when u use future Api to capture the future objects then throughout the compatible u can achieved asynchronous mutithreading operation
@sushilroy22
@sushilroy22 3 жыл бұрын
25:21 time candidate said he worked on hibernate.28:27 time candidate said I didn't work in hibernate.
@Priya1_123
@Priya1_123 2 жыл бұрын
He says that he did not work on pagination in hibernate
@sushilroy22
@sushilroy22 3 жыл бұрын
Microservies explanation is very bad. Please check some tutorial and there explanation. Transaction explanation very bad
@charu6363
@charu6363 2 жыл бұрын
What is the solution for array question using Java 8? ( question was find the maximium occurence of a number in array)
@AstronomyStartTrek2711
@AstronomyStartTrek2711 2 жыл бұрын
ok suppose you have an int array.Fisrt convrt the int array to an Integer array.with Arrays.Stream(n).boxed.collectr(collectors.toList());...After you get a list stream through that list and put the duplicate integers count in value of a map(u can use collectors.counting or hashmap getorDefault method.So hasmap now has the frequency of all characters..Now take a tree map and sort by a comparator..to get values in descending order..Poll the first entry from tree map
@shivam-sharma
@shivam-sharma 2 жыл бұрын
int[] nums = new int[] { 1, 2, 3, 2, 1, 5, 4, 2, 5, 5, 5 }; int max = IntStream.of(nums).boxed().collect(Collectors.groupingBy(Function.identity(), Collectors.counting())) .entrySet().stream().max(new Comparator() { @Override public int compare(Map.Entry o1, Map.Entry o2) { return (int) (o1.getValue() - o2.getValue()); } }).get().getKey(); System.out.println(max);
@shivam-sharma
@shivam-sharma 2 жыл бұрын
if we have to print all the numbers with max occurrence we can do another round of groupby and use limit 1 and print it.
@mr.uthamaputhiran9790
@mr.uthamaputhiran9790 2 жыл бұрын
Map countMap = intList.stream() .collect(Collectors.groupingBy(v->v, Collectors.counting()));
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
As compared to sequecial stream better performance we can achieve Parallel stream bcz parallel stream internally use the frok joined concept so when we extracting the value from any collection then it will break ur code multiple parts then we can got the actual value
@bmbharathh
@bmbharathh 2 жыл бұрын
What was the CTC offered?
@rahimkhan-fh9dd
@rahimkhan-fh9dd 3 жыл бұрын
In Spring JPA we need to create pageable object and It allows us to set limit offset sorting order.
@AshutoshKumar-jn2zz
@AshutoshKumar-jn2zz 3 жыл бұрын
Video recorder name please?
@tanishmanas1011
@tanishmanas1011 Жыл бұрын
D.K Bose
@SmartEngineers
@SmartEngineers 3 жыл бұрын
for how many experience?
@AGTech777
@AGTech777 3 жыл бұрын
7 years
@santhoshp9521
@santhoshp9521 3 жыл бұрын
@@AGTech777 ohh
@rexsam3134
@rexsam3134 2 жыл бұрын
Video was on? Spring boot, Microservice, Rest knowledge needs to be improved Request param as part of body????? Provider pattern? Does JpaRepository fetch data from 2 or more joined tables? 2 beans for 2 databases????? Foreign key of second table maps to primary key of first table
@sushilroy22
@sushilroy22 3 жыл бұрын
All answers is not staight forward. Zig Zag answer. How much experience this guys have ?
@dystopianNinja1289
@dystopianNinja1289 3 жыл бұрын
Chillax. Not everyone answer someone gives is straight forward and correct
@sushilroy22
@sushilroy22 3 жыл бұрын
@@dystopianNinja1289 I don't think so.
@sushilroy22
@sushilroy22 3 жыл бұрын
Design pattern explanation again zig zag . If this guy is fresher also then only can accepted.how much experience this guy have?
@pratapjavasingh3239
@pratapjavasingh3239 3 жыл бұрын
Handle the exception three annotations is required in spring @ controller advice and @ Exceptional mapper spring based exception handling and for the rest purpose we can @Restcontroller advice @ Exceptional mapper
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 5 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
Spongebob ate Patrick 😱 #meme #spongebob #gmod
00:15
Mr. LoLo
Рет қаралды 20 МЛН
UBS java Interview Experience |Exp 8 years |Selected
48:24
AG Tech
Рет қаралды 39 М.
Selected || Round 1 || Java Microservices TCS Interview Experience
32:11
Infosys Interview Experience | Important Topics | How To Crack Infosys
10:22
Amdocs Java Interview Experience|Exp 5 years|Selected
22:02
iPhone 7
0:13
ARGEN
Рет қаралды 13 МЛН
Телефон - самая грязная ваша вещь
0:24
Up Your Brains
Рет қаралды 1,7 МЛН
The force of electromagnetic eddy currents
0:31
Nikola Toy
Рет қаралды 18 МЛН
3x 2x 1x 0.5x 0.3x... #iphone
0:10
Aksel Alze
Рет қаралды 2,7 МЛН
Почему нужно включать режим самолета 😰
0:39
Evolution of the Samsung Galaxy
0:50
ios_aesthetics
Рет қаралды 7 МЛН