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

  Рет қаралды 3,642

Code With Roy

Code With Roy

Күн бұрын

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/deb...
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/+sBtqK4uY....
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

Пікірлер: 40
@newuser-jg7yq
@newuser-jg7yq 4 ай бұрын
Would you please share the optimized approach to solve the decode string question?
@newuser-jg7yq
@newuser-jg7yq 4 ай бұрын
@codeWithDebjeet Any update?
@codeAtoZ
@codeAtoZ 4 ай бұрын
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 4 ай бұрын
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)
@anujchakraborty2273
@anujchakraborty2273 5 ай бұрын
Thanks for sharing your experience it is very helpful. I have also given interview 2days back same type of questions were asked.
@codeAtoZ
@codeAtoZ 5 ай бұрын
Great.. Glad you liked my content!!
@parthasarathi8138
@parthasarathi8138 5 ай бұрын
after 3rd round how many days did they took for the final hr call?
@codeAtoZ
@codeAtoZ 5 ай бұрын
Next day itself I got call from HR
@Hraju07
@Hraju07 Ай бұрын
Nice, thanks for sharing 😊
@vivekkaushik8901
@vivekkaushik8901 2 күн бұрын
Can i expect DSA in the L1 interview, I have an interview scheduled for tomorrow for Java developer with 3.5 YOE.
@codeAtoZ
@codeAtoZ 2 күн бұрын
Yes
@karthiksundaram544
@karthiksundaram544 2 ай бұрын
Nice 👍
@Factstelugu5
@Factstelugu5 4 ай бұрын
Do you know about data analyst role in this company?
@codeAtoZ
@codeAtoZ 4 ай бұрын
I haven't checked for that role.
@Karthik_Bharadwaj_AR
@Karthik_Bharadwaj_AR Ай бұрын
There will be two times coding asked? 1st during pre screen and 2nd during L1 round?
@codeAtoZ
@codeAtoZ Ай бұрын
Yes
@yoshitamahajan353
@yoshitamahajan353 4 ай бұрын
What was asked for hacker rank coding?
@codeAtoZ
@codeAtoZ 4 ай бұрын
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 4 ай бұрын
@@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
@vivekkaushik8901
@vivekkaushik8901 2 күн бұрын
​@@java_curious How was your interview? Did they ask any questions from DSA?
@sagardas09
@sagardas09 4 ай бұрын
How are you solving the string decompression problem in O(n) TC?
@codeAtoZ
@codeAtoZ 4 ай бұрын
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 4 ай бұрын
@@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 4 ай бұрын
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 4 ай бұрын
@@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 4 ай бұрын
@@sagardas09 yes...inner for loop is not dependednt on outer for loop, its dependent on value count of corresponding key.
@parthasarathi8138
@parthasarathi8138 5 ай бұрын
after 3rd round how many days did they took for the final hr call?
@codeAtoZ
@codeAtoZ 5 ай бұрын
Next day only I got to know that I cleared the interview. Then they scheduled HR round over teams.
@bipashanaskar4898
@bipashanaskar4898 3 ай бұрын
Difficulty level of iMocha test for EY java developer?
@codeAtoZ
@codeAtoZ 3 ай бұрын
Medium level.. Its all conceptual based
@bipashanaskar4898
@bipashanaskar4898 3 ай бұрын
@@codeAtoZ 2 hands on coding. I'm stressed. This is the final round.
@reviewon
@reviewon 27 күн бұрын
These questions not looks for 6 years exp
@codeAtoZ
@codeAtoZ 26 күн бұрын
Ok... But these questions only were asked.
@chandugaddam4985
@chandugaddam4985 4 ай бұрын
What's the package offered?
@codeAtoZ
@codeAtoZ 4 ай бұрын
26 lpa with base pay as 21 and 13% fixed variable pay and rest depends upon company's growth.
@argha5017
@argha5017 4 ай бұрын
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 4 ай бұрын
No.. That's why I didn't join 😢
@argha5017
@argha5017 4 ай бұрын
@@debjeetroy was it for lighthouse?
@codeAtoZ
@codeAtoZ 4 ай бұрын
Yes
EPAM Interview Experience | Java interview for 5+ years of experience
23:42
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 47 МЛН
Самое неинтересное видео
00:32
Miracle
Рет қаралды 2,7 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 47 МЛН
09 18 24 mayor council
1:47:05
Hopatcong Borough
Рет қаралды 1
Walmart Complete Interview Experience | Client Interview
39:16
Code With Roy
Рет қаралды 2,9 М.