Java Mock Interview | Interview Questions for Senior Java Developers

  Рет қаралды 85,287

Turing

Turing

Күн бұрын

Пікірлер: 80
@arjunlamsal9515
@arjunlamsal9515 10 ай бұрын
looks like fresher interview to me. Interviewer nowdays usually jump to collection, stream api, java 8 other features, concurrency and goes to framework like spring and microservices and design pattern
@Outfotech1
@Outfotech1 11 сағат бұрын
I totally agree with you, although try statements are not a free ride but your observation is very much prevalent
@MMaSSoDJ
@MMaSSoDJ Жыл бұрын
Applets and RMI questions? Really??? In 2023??? OMG...
@helez_popova
@helez_popova Жыл бұрын
lol
@kostyazyu
@kostyazyu Жыл бұрын
The interesting part is that the candidate is actually answered them :)
@keepsmiling8081
@keepsmiling8081 Жыл бұрын
Looks like he watched the screen and read the content :)@@kostyazyu
@JhonathanMoran
@JhonathanMoran Жыл бұрын
Believe it or not I had interviews with this kind of questions.
@good_eats876
@good_eats876 10 ай бұрын
lmfao actually ridiculous. just wanted to flex knowledge at that point
@debasishchakraborty4196
@debasishchakraborty4196 2 жыл бұрын
To my understanding in Java we can override the finalize() method in the child class as this method is originally a protected method from Object class and hence it can be accessed by any class(by default all class extends Object class in Java) and then further if any class being extended by another class in some customization. Normally there can be a case we may have created certain object in our application which may be accessing certain resources and we may need to free up for memory reclamation. Hence I believe "finalize()" method can be overriden.
@nextDevSchoolLab
@nextDevSchoolLab 2 жыл бұрын
Thanks Debasish ! Let’s rock together !
@владимирсенцов-р1ю
@владимирсенцов-р1ю 9 ай бұрын
Just for fun. I suppose. It is very very rare case when you need to override finalize method. Better using phantom references.
@clebiovieira
@clebiovieira Ай бұрын
Unless if in Java they decide to change this method to Final...
@AbbeyLingord
@AbbeyLingord 11 ай бұрын
Wow. Reading answers on interview. If I only thought of it earlier...
8 ай бұрын
About Override finalize method in a class extending from Object... you can @Override public void finalize() but you shouldn't
@yoyocswpg
@yoyocswpg 3 ай бұрын
I have not heard of Applets and RMI mentioned anywhere except in college 😂 and the guy answered them all 😅
@taisonfragao8010
@taisonfragao8010 2 жыл бұрын
Interesting. I would like to see the Java code challenge. Well done Jose.
@Turingcom
@Turingcom 2 жыл бұрын
Coming soon, Taison! Thank you for watching and supporting the channel! 🌟🚀 Stay tuned.
@alanbal888
@alanbal888 10 ай бұрын
As some high voted comment already mentioned, we can override finalize. It'd be good to clarify that this is not recommended and instead we should stick to defining clean up logic in the finally section of the try or define clean up behavior by implementing the Closeable/ AutoCloseable interface and use a try with resources clause.
@renatomdemello
@renatomdemello Жыл бұрын
I wanna see the Java code challenge! Great video, tks!!
@владимирсенцов-р1ю
@владимирсенцов-р1ю 9 ай бұрын
I have been working as Java developer since 2016. But I have never seen applets and rmi in my projects.
@Outfotech1
@Outfotech1 10 сағат бұрын
Exactly they were phased out a long time ago
@konstantinvolkov2629
@konstantinvolkov2629 2 ай бұрын
Yes we can override finalize because we need to put our logic into it. leave some log or release file resource and etc. ))) Guys correct me if it's wrong please )))
@user80204
@user80204 Жыл бұрын
You blow my mind who use Applet and RMI
@andresfelipemenesespaz7456
@andresfelipemenesespaz7456 8 ай бұрын
Jose i was review this interview , and about your question of override finilize() method, is not a good practice, the main reason that it can not be relied upon to perform cleanup tasks in a timely manner or maybe or even guarantee that it will execute due the upredictable nature of the GC. some times using finalize methon can lead to permance issues and errors .
@vsekvsek
@vsekvsek Жыл бұрын
Ten yrs ago i got questions like thai. This last yr it was all spring type stuff. Almost no java questions for java dev jobs. So weird
@sumant2000
@sumant2000 2 ай бұрын
Explain Java’s memory management. How do garbage collection and memory allocation work?
@rcbandit1000
@rcbandit1000 3 күн бұрын
This guy is reding the answers.
@sumant2000
@sumant2000 2 ай бұрын
2. How does Java’s concurrency model differ from that of other programming languages like Python or C++?
@javieralbertoramirezramos9718
@javieralbertoramirezramos9718 2 жыл бұрын
Great Video Interview I really like the way you conduct the interview. I would like to see the Java code challenge.
@Turingcom
@Turingcom 2 жыл бұрын
Hey Javier! Thank you for watching, and we've noted your feedback! We'll note this and be sure to include this in our future videos. 🚀 Subscribe & stay tuned!
@cheikhsadbouh3499
@cheikhsadbouh3499 2 жыл бұрын
Is applet still used in the java ecosystem ?
@harrisonyao1550
@harrisonyao1550 2 жыл бұрын
not yet, applet is the product that with lower version of java 1.4 and web-start technology. when we used the ajax technology with xmlhttprequest and xmlhttpresponse, we don't need applet anymore caused by the awesome interactive method.
@matyasember7345
@matyasember7345 Жыл бұрын
It is deprecated.
@mmmm-wm8ci
@mmmm-wm8ci 6 ай бұрын
Will this help in clearing turing java assessment
@01rmartins
@01rmartins Ай бұрын
If the interviewer asks about Applet or RMI, I would respectfully say Good Bye! OMG!!
@surangakarunarathna4600
@surangakarunarathna4600 2 жыл бұрын
Very Good Interview. These days i prepare interview with you.
@Turingcom
@Turingcom 2 жыл бұрын
Glad you're finding these helpful! :)
@AidarKhaibulov
@AidarKhaibulov 10 ай бұрын
Really? That was senior interview in 23?? Just an intern questions about java core, some unused stuff and interviewer hasnt even asked anything about databases, system design et c.
@soumikmajumder1909
@soumikmajumder1909 2 жыл бұрын
Very helpful! 🙌🏼
@Turingcom
@Turingcom 2 жыл бұрын
So glad to hear you found this insightful, Soumik ✨ Thank you for watching and stay tuned for more! 🙌
@aleksandrbeloushkin7971
@aleksandrbeloushkin7971 2 жыл бұрын
Thank you for good content, hope to see Java code challenge at Turing )
@Turingcom
@Turingcom 2 жыл бұрын
Thank you for your feedback, Aleksandr! We'll note this and be sure to include this in our future videos. Please subscribe to the channel, so you get notified of more such videos! 😄
@prosperdzingo5895
@prosperdzingo5895 Жыл бұрын
James was on point
@filemonek123
@filemonek123 Жыл бұрын
just let applets rest in peace Jose, do not play necromancer role ;)
@alexandrkondratyev5379
@alexandrkondratyev5379 Жыл бұрын
Applets ? what about spring? )
@hellentorres3510
@hellentorres3510 2 жыл бұрын
I'd like to know if you guys hire without experience
@Turingcom
@Turingcom 2 жыл бұрын
Hi Hellen, The odds of junior developers getting hired are definitely lower, since 80% of Turing's partner companies in the U.S require at least 3 years of work experience. We however routinely hire strong developers with 0-3 years experience for internal roles within Turing (and for roles with the remaining 20% of Turing's partner companies that are open to hiring developers with little to no experience as long as they are exceptionally skilled and talented). So if you are a junior developer who signs up and does very well in our tests, you'll definitely be considered for internal roles at Turing and roles with the minority of our partner companies who are open to hiring strong developers with less experience. -Turing
@vit4955
@vit4955 4 ай бұрын
The interviewer just read all the answers from the screen. xD
@amirmohammadi2012
@amirmohammadi2012 10 ай бұрын
i need java backend interview questions. where to find it?
@Rob-J-BJJ
@Rob-J-BJJ 14 күн бұрын
up your ass
@juliochaconvilela5572
@juliochaconvilela5572 9 ай бұрын
i wanna see the java code challenge
@PedroAntonioAngaritaRojas
@PedroAntonioAngaritaRojas 9 ай бұрын
java? why some questions are about OSI?
@Nick-zw7gg
@Nick-zw7gg 10 ай бұрын
Can people make these interviews any more boring? You are just following through a list of prepared questions instead of understanding the candidates experience by digging deep.
@rajatgupta08
@rajatgupta08 2 жыл бұрын
Jose english is little hard to understand sometimes.
@nextDevSchoolLab
@nextDevSchoolLab 2 жыл бұрын
Thank you for sharing, practicing I will get there!
@thecodealchemist7095
@thecodealchemist7095 Жыл бұрын
He's Spanish. They don't rush words, careful with it and one of the best listeners who don't interrupt that much unless required. Same with Finnish. How do I know I have a mentor who's Spanish, and past 8 months had thought me a lot about their culture.
@heybra911
@heybra911 2 жыл бұрын
Nice!
@Turingcom
@Turingcom 2 жыл бұрын
Thank you! Cheers!
@vb7038
@vb7038 11 ай бұрын
Sorry guys, but for developers from Eastern Europe you looks like strong-junior/middle developers, not seniors
@alekseiduleba9508
@alekseiduleba9508 11 ай бұрын
Agree ) probably just junior
@magoibrahim2826
@magoibrahim2826 3 ай бұрын
I have interview for Senior Java Developer pls 🙏 anyone he can help me to prepare for this pls
@cugoman
@cugoman 9 ай бұрын
I worked in various jobs and met with thousands of people. I can easiliy tell that James is reading word for word for the "layers" part. This mock is staged :)
@Desnecessymon
@Desnecessymon Жыл бұрын
Sotaque brasileiro eu reconheco ahahhaa, obrigadao ajudou muito
@RainSunshineRain
@RainSunshineRain 2 жыл бұрын
I though Java was pass by value, not reference.... 5:42
@АркадийОшеев
@АркадийОшеев 2 жыл бұрын
A primitive types are passed by value in Java. A objects are passed by reference.
@franciscov511
@franciscov511 Жыл бұрын
@@АркадийОшеев that is not true, java pass by value, the value is a copy of the reference of that object, java never passes by ref
@Superb_virg
@Superb_virg 7 ай бұрын
10:51 this response sounds memorised or being read from somewhere lol he did well though
@ShudhakarkumarGupta
@ShudhakarkumarGupta Ай бұрын
Only core java ask in interview
@aaqibjavedz2569
@aaqibjavedz2569 2 жыл бұрын
Code challenge please
@Turingcom
@Turingcom 2 жыл бұрын
Thank you for your feedback, Aaqib! We'll make note of this and be sure to include this in our future videos. Please subscribe to the channel so you get notified of more such videos! 😄
@GahMega
@GahMega 7 ай бұрын
How worse could it be ? The guy does not even pretend he is not reading.... uugh'
@ILyaCyclone
@ILyaCyclone 7 ай бұрын
Is this a joke? Applet/RMI questions in 2022 and a person clearly reading aloud answers from screen? You guys are all right? Such a trash.
@Fep_Aguilar
@Fep_Aguilar Ай бұрын
this is super junior, not even close to a mock
@melvinkimathi8924
@melvinkimathi8924 2 жыл бұрын
Interesting. I would like to see the Java code challenge. Well done Jose.
@Turingcom
@Turingcom 2 жыл бұрын
Coming soon! Please subscribe & stay tuned to our page! We'll be sure to share more helpful videos 😄
This Game Is Wild...
00:19
MrBeast
Рет қаралды 190 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 60 МЛН
Most Tech Interview Prep is GARBAGE. (From a Principal Engineer at Amazon)
12:57
I ask this question to every Backend Engineer I interview
11:44
Hussein Nasser
Рет қаралды 391 М.
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,2 МЛН
7 Years of Software Engineering Advice in 18 Minutes
18:32
Easy Google Coding Interview With Ben Awad
28:00
Clément Mihailescu
Рет қаралды 1 МЛН