Тёмный

KPMG Interview Experience for Senior Java Developers | 6+ Years of Experience 

Code With Roy
Подписаться 1,9 тыс.
Просмотров 2,6 тыс.
50% 1

Curious about what it takes to ace a job interview at KPMG as a senior Java developer with over 6 years of experience? Look no further! In this exclusive video, we dive deep into the interview process at KPMG, providing invaluable insights and tips straight from those who've been through it.
Join us as we discuss the key stages of the interview journey, from the initial application to the final rounds of technical assessments and behavioral interviews. Learn about the specific technical skills and domain knowledge KPMG looks for inexperienced Java developers, as well as the soft skills and qualities that set successful candidates apart.
Get firsthand accounts from seasoned professionals who share their personal experiences, challenges, and strategies for success during the KPMG interview process. Whether you're gearing up for an interview at KPMG or simply looking to enhance your interview skills as a senior Java developer, this video is your ultimate guide to cracking the code and landing your dream job.
In this exclusive mentorship program, you'll get tailored guidance and expert insights to help you excel in your interviews and achieve your career goals. Whether you're preparing for a job interview, seeking career advice, or aiming for professional growth, I'm here to support you every step of the way.
Book here ⬇️
topmate.io/debjeetroy
Connect with us on LinkedIn for professional networking and updates: [LinkedIn Digital Debjeet]( / digitaldebjeet )
Join our Telegram channel for discussions, Q&A sessions, and exclusive content: [Telegram Channel](t.me/+sBtqK4uYxBswNWZl).
Don't miss out on this insider look into the KPMG interview experience for senior Java developers. Subscribe now and gain the competitive edge you need to excel in your next job interview! 🚀💼 #KPMGInterview #JavaDeveloper #JobInterviewTips

Опубликовано:

 

2 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@newuser-jg7yq
@newuser-jg7yq 3 месяца назад
Would you please share the optimized approach to solve the decode string question?
@newuser-jg7yq
@newuser-jg7yq 3 месяца назад
@codeWithDebjeet Any update?
@codeAtoZ
@codeAtoZ 3 месяца назад
Sorry for late reply... Here is the solution with O(n+m) and while within for is not O(n^2) as while loop depends upon value of entrySet data. String s = "w4s3d5g2"; Map map = new LinkedHashMap(); for(int i=0; i= 0 && intData
@argha5017
@argha5017 3 месяца назад
It is not O(n). You have a internal loop for appending. The print or creation of String is mandatory hence it can never be O(n)
@Hraju07
@Hraju07 4 дня назад
Nice, thanks for sharing 😊
@karthiksundaram544
@karthiksundaram544 Месяц назад
Nice 👍
@anujchakraborty2273
@anujchakraborty2273 3 месяца назад
Thanks for sharing your experience it is very helpful. I have also given interview 2days back same type of questions were asked.
@codeAtoZ
@codeAtoZ 3 месяца назад
Great.. Glad you liked my content!!
@parthasarathi8138
@parthasarathi8138 3 месяца назад
after 3rd round how many days did they took for the final hr call?
@codeAtoZ
@codeAtoZ 3 месяца назад
Next day itself I got call from HR
@parthasarathi8138
@parthasarathi8138 3 месяца назад
after 3rd round how many days did they took for the final hr call?
@codeAtoZ
@codeAtoZ 3 месяца назад
Next day only I got to know that I cleared the interview. Then they scheduled HR round over teams.
@sagardas09
@sagardas09 3 месяца назад
How are you solving the string decompression problem in O(n) TC?
@codeAtoZ
@codeAtoZ 3 месяца назад
Here is the solution with O(n+m) and while within for is not O(n^2) as while loop depends upon value of entrySet data. String s = "w4s3d5g2"; Map map = new LinkedHashMap(); for(int i=0; i= 0 && intData
@sagardas09
@sagardas09 2 месяца назад
@@codeAtoZ How it is O(n+m) !! There is a while loop inside your for loop that is being executed multiple for each record in the map. For the given example if we just consider the second for loop, how many times do you think the inner while loop will run if the outer for loop is iterating map.size() times?
@debjeetroy
@debjeetroy 2 месяца назад
Actually it will fetch all key values pairs from Map.entrySet then based upon value it will iterate and print that many times... It doesnt iterate through entire string for each map entry rather it iterates based upon value for each key integer data it holds... If you have gone through Graph DS, you will get to know their TC is O(V+E) where for all edges of graph it iterates through vertices.... We have to see is it iterating through entire string or array or a part of it!! I hope you got my thoughts. 😊
@sagardas09
@sagardas09 2 месяца назад
@@debjeetroy ok I got your point. What you are saying is, because we are performing O(1) operation so it doesn’t matter, how many times the while loop is iterating? Please correct me if I’m misunderstanding.
@debjeetroy
@debjeetroy 2 месяца назад
@@sagardas09 yes...inner for loop is not dependednt on outer for loop, its dependent on value count of corresponding key.
@Factstelugu5
@Factstelugu5 2 месяца назад
Do you know about data analyst role in this company?
@codeAtoZ
@codeAtoZ 2 месяца назад
I haven't checked for that role.
@bipashanaskar4898
@bipashanaskar4898 2 месяца назад
Difficulty level of iMocha test for EY java developer?
@codeAtoZ
@codeAtoZ 2 месяца назад
Medium level.. Its all conceptual based
@bipashanaskar4898
@bipashanaskar4898 2 месяца назад
@@codeAtoZ 2 hands on coding. I'm stressed. This is the final round.
@yoshitamahajan353
@yoshitamahajan353 2 месяца назад
What was asked for hacker rank coding?
@codeAtoZ
@codeAtoZ 2 месяца назад
In hackerrank they asked oops concept implementation through code logic. Some code snippets were given amd they asked us to implement inheritance and to write some business logic based upon statements by overriding interface methods.
@java_curious
@java_curious 2 месяца назад
@@codeAtoZ Hi, I have KPMG round 1 interview of Java Dev role with 3+ YOE on tomorrow 1st half. Interview is of half an hour HR said. Is there any chance I can expect DSA or coding question within 30 min? And also what and all last minute topics I need to revise for Java Dev with 3+ YOE. Your input helps a lot. Thanks
@chandugaddam4985
@chandugaddam4985 3 месяца назад
What's the package offered?
@codeAtoZ
@codeAtoZ 3 месяца назад
26 lpa with base pay as 21 and 13% fixed variable pay and rest depends upon company's growth.
@argha5017
@argha5017 3 месяца назад
Are they open for negotiation or is it final offer kind of? The base pay seems to be on lower end even though the ctc is good.
@debjeetroy
@debjeetroy 2 месяца назад
No.. That's why I didn't join 😢
@argha5017
@argha5017 2 месяца назад
@@debjeetroy was it for lighthouse?
@codeAtoZ
@codeAtoZ 2 месяца назад
Yes
Далее
[2022] Pass the KPMG Interview | KPMG Video Interview
11:45
Наташа Кампуш. 3096 дней в плену.
00:58
Morgan Stanley Round-2 | 4-7 years of Experience.
50:19