Placement Season Begins at Javabykiran Oct - 21 - Mock Interview 2021 passout. Core Java

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hello everyone this is kiran today we are going to take mock interview of one of the fresher candidate we have started now placement season here in java kiran so let's see how she performs uh she is a fresher and she prepared core java because there are many bulk requirements going on in market for pressures only on core java so we'll be checking logical capabilities and many more things of candidate uh let's go through her profile resume so that we'll have more idea like what the candidate is about so this is a profile that we have i have removed names and mobile number for privacy uh this is a profile like seventy four percent and seventy eight percent eighty one percent is a good profile eligible for every company she has done her core java from one of the institute and she has done some projects also that is academic projects these projects are there but i see here some skills are missing like core java but what they know in core java so i advise everyone every pressure please mention as much as possible you know because it is not expected that you have worked in the organization so that you know everything but i would encourage you to write some skills of sql then some skills of co java or logical programming like that okay so it will be easy for interviewer to check your knowledge on that topic otherwise it is just like an unguided missile what happened here into your go across every question like any topic any question any level of questions that you may might not be able to handle and that makes a problem so be specific mention as much as possible that you can because you are fresher so you need to make your interviewer so specific about topics so let's see i think in rainy is there let me admit her in a zoom hello hello yeah how are you i'm fine sir fine great how are you doing okay you're at home yes sir okay okay now the problem so uh let me go through your resume in front of you so that i can give some advices to you okay so that you can improve in your resume you can see your resume right so i would encourage you to write some more skills on core java like collection multi-threading or exception whatever you know because anyway you are fresher 2021 pass out so it is not expected that you know but what you know you should be specifying that in mysql let's say uh you know sql that means you know ddr dml how to fire queries how to execute queries how to see results so try mentioning everything if it doesn't know about triggers or views or anything that advanced things of sql that's not a problem but i expect people to write as much as things in a resume you got this advice you understood yes sir okay not a problem so let's start okay how much you rate yourself in core java if i give a scale of 1 to 10 one is the lowest and 10 is the highest what do you think actually i am recently fresher so i can guess that yeah but uh what do you think your level of knowledge is like in made of core java like five you will be rating yourself for one means lowest or maybe six seven eight means average what do you think just it's our own perception so you cannot say that it will be correct okay so oh so it is a less than meat right yes that's okay not a problem i would suggest give some good uh rating to yourself because you should be more confident about yourself right than me yes yes always be confident show your confidence okay okay that's not a problem and it doesn't matter also now let's start with core java uh coming to some topics like you know method overloading or writing yes sir yeah so explain me polymorphism polymorphism is a process in which entity behaves differently in different cases there are two types of polymorphism uh compiled them or physical mandarin dimorphism polymorphism and two methods method overloading and matter or writings in method overloading method name should be same return time can be anything and parameter should be different and in method overriding must have any returns method name should be same parameter should be same and our return time should be same okay great great uh be slow while giving answers okay okay so no need to be so hurry uh like i'm also here you are also there okay so and we have a lot of time so don't worry about timing and all okay so be slow and good good answer okay so can you give me any real-time example of polymorphism that person at the home can differ perform different activities uh housewife best example of polymer system okay okay so housewife can do multiple things at a time you are saying that yes sir the person is same but she's doing different different things at a time right yes sir okay great great they perform different roles in their own life okay okay yeah very unique example i never heard about this but that's good uh tell me why multiple inheritance is not allowed in java sir it is not possible uh to emulate one subclass uh and many superclasses that's why it is not allowed because super classic which a property of super class is acquiring subclass okay okay okay but it is allowed right in java multiple inheritance it is it's allowing interface yeah why it is allowed okay yeah it is allowed because you know it doesn't have any methods so it doesn't matter which method is coming means let's say two super interfaces are there and one sub interface of these two super interfaces any method can come to sub interface and it doesn't matter because anyway they don't have any implementation right yes sir without body there is a method available yeah that's why it is allowed okay so remember that uh what are the types of inheritance in its simple returns multi-level inheritance hierarchical inheritance multiple inheritance and hybridic negligence okay what is different with hybrid inheritance and multiple inheritance sir hybrid means a mix of inheritance okay okay so it it consists of everything right everything yes good good uh can we make uh class as a static no sir no we cannot okay but inner class can be right yes sir yeah so you have knowledge about inner class okay now let's say any variable is static and if i want to call that variable is it possible to call by creating an object of class yes sir we can directly call it by creating a by class name and uh we can call it by creating object also okay okay so which is better by class name sir okay any inbuilt static method you know in java uh in collection uh we can give a set of uh different data types no collection is interface and collections is a class okay so what is difference between these two is there any difference that i don't know okay so that is a big difference that this is interface and that is a class which you already told which many people don't remember c collection is belongs to you know collection hierarchy but collections is a class which is nowhere belong to collection hierarchy but it has some utility methods uh which we can use for different different purposes like sorting or reverse or if i want to take minimum number out of arraylist then i can use that okay so it's like a utility methods that you can say okay okay in java every class is a subclass of which class object class is a super class of all classes that means user defined classes and predefined classes are the subclass of object class okay okay so which are the methods you know in object class self analyze method okay okay string method okay any other hash code method perfect anything more i don't understand okay clone method is there then wait notify notify all method is there okay to string you already told so remember these all nine methods nine eleven methods are there nine methods basically but if you go in depth then it will be eleven methods so it is expected from a refresher to know that okay so you just prepare on that that's our problem okay so what is the difference between a released and has set irelist allows uh duplicate numbers has said does not allow duplicate numbers and a list maintain insertion order hashmap you know hashmap oh yes there is a keys and values pairs okay good duplicate uh values are allowed but duplicate keys are not allowed in hashmap okay how to iterate uh for each loop we can apply direct forage loop to hashmap [Music] okay there is a statement for it later okay i am confused for that okay okay so just remember like uh whenever you are going for iterating and hash map uh what happens is you need to take out all the keys first like by entry set or key set okay yes sir actually i don't know but i'm confused okay okay so then by that key set you get all the keys and then retry through keys and uh once you retry those keys you can pass that in get method of hashmap so that you will get values but that's good nah you know about hash map that's a good thing you know vector yes sir what you know about vector is a synchronized method it is that uh thread safe and it can be a iterator it can be treated what is a thread safety at a time one thread can uh perform operation very good excellent excellent at a time one thread can go in that method if method is important and that is what you think accepting is right fantastic now any variable is final static okay is it possible to have final static variable uh yes sir okay if we like if programmer want to share some variables at different time then we can make it static and if programmers want to don't change that variable then we can make it funnel okay but if a combination i use static final okay so what is the big thing what is a good advantage will get means both keywords if i use is it possible or not can it be possible for any variable that it is static final yes it is allowed okay static will do its own task final will do its own task final means you cannot change static means one copy storage would be there which you already told that's not a problem but you told static differently then finally differently but combination also can be possible okay tell me something about abstraction abstraction is a process of exposing necessary data to user and hiding the code what you pure abstraction we can use interface anything more abstract class yes sir you make abstract class uh we declare abstract to the class and uh there is a one or two methods of abstract okay okay good great okay so let me check and don't hesitate okay don't get shy or you know nervous while giving answers okay so be confident okay let's say this is a class is it possible yes sir it is a constructor okay private constructor but we cannot create object of that uh class to be outside the method or outside the class okay okay okay can i extend this class yes sir is it possible to do this no sir no why constructor is a private and constructive name should be same as class name yeah but white is not allowed to extend yeah because see here here automatically constructed will be added right yes sir this is hidden one more thing will be there in the constructor what and due to that what is gonna happen this super is not able to call it because it's a okay that means uh properties of class say we cannot inherit in class b yeah so we cannot call super will try to call this right yes sir and this may this constructor will say no i cannot come there right because it's private yes sir yeah so what is the answer finally like can we extend a class having private constructor no perfect okay great next i have some more questions can it be possible to have abstract class empty no sir there is a uh it is required to there is one or two methods of abstract then it is called abstract class yeah one or two methods how many methods only serve one or two yeah but one or two means what or not too what do you think no worries that's okay you're giving good answers one or two or it's not necessary at all to have some methods inside class okay so we can have empty class also okay that's not a problem at all okay so it's not needed to have some methods over here can i have like this single method with this yes sir okay okay so uh let me check you through coding skills also okay so they have eclipse open with you yes sir so can you share a screen yes sir yeah you don't need to hold the mic no problem i can hear you just share a screen okay now give me some remote control okay what this program is doing which you have opened now so it is for uh find this find largest number in array sorting array okay okay okay okay finding largest number in error right yes sir is it possible to debug this program yes sir how do diva can you show me yes sir [Music] so listen so the screen is visible yes yes yes i can see and your screen go ahead word yeah can you can you inspect here go down go down no no no yeah can you inspect this yes sir a of y greater than a of j yeah it's true yeah so how to inspect it i don't understand okay okay inspect means what if you go here like this and then if you right click it okay let me do it for you this is inspect okay okay so you'll get on the fly samantha's okay yes condition is false yeah so that's condition is false but how do you inspect that i was actually interested okay great so i understand this now this program i think you already prepared with the project name mark interview so you were preparing for it no sir um there is an empty folder okay that's that's all okay that's all okay now my question is like uh this is largest number right you're just finding largest number correct yes sir if i want to find second largest number then a dot length minus two yeah where you will do yes sir can you do it yes sir here yes sir yeah so do it okay okay now let me ask you some more questions okay so i think you have done a lot of good preparation like taste of video i can see your eclipse now so i can at least guess that what you do okay okay that's a good thing that actually i follow your instructions that's good but uh i'm seeing your code okay now i have some more questions like this is sc right yes what is it sorry teacher address of scanner class but you didn't create any object of scanner class then how it is i don't see any scanner over here yes sir so how it is coming so actually it is defining interface yeah previously i am defining that no that that's correct that's correct i'm just asking don't get you know connect just i'm asking this sc is there right where is the object of scanner class then you created this right sc yes yes so where it is it is uh in circle very good that's a good thing yeah because it's a super class okay yeah but i don't see here also what to do we have great and in rectangle interface okay great great okay so you understood this concept right if in super class you create objects so you can inherit that uh across all the subclasses correct yes yeah so that is how when you code you should understand the meaning what you're using where you should be how it should be yes sir right and there's no reason like why you're using and this was very unexpected to me that you will be answering it but really great that you answered okay so not a problem so you can create objects in interface is that correct yes sir okay good now which package scanner is belong to uh java dot dot scanner very good and this pi is a variable uh which class my maths cluster so how you called it directly if you didn't create object of math then how it is possible it is uh inbuilt class in java math right math class you mean to say that you cannot create inbuilt actually no sir it is a pack it is in package of java.lang and which is indivisible in all classes i i'm asking why you didn't create object of math class math m equal to new math why you didn't do that how can you call this variable directly math dot py how so i don't know okay so just now you said actually uh any static members you can call directly right with the class name mattress right now pi is a static member of which class math class that's why you are directly calling you don't need to create object of math class you got the answer yes sir yeah so again what i mean to say now i'm drilling you uh i'm roasting you inside your code but that's good and you know most of the things of it so that's great so let me ask you now some new questions this is just you open eclipse and then i got some interest in that code but now let me go through something new a simple question so can i write next code yeah just a second let me write here so that i will get some focus don't change my okay you just need to write your own quote okay okay foreign good good so this is very easy question and you did it that's good so how level is increasing you know uh as you go on answering questions so interviewer will also find interest in you and he will be uh grill you much and much but uh it doesn't mean that interviewer won't intentionally want to ask you tough questions but he just want to see your analytical skills what logical skills you put in it's not necessary that you should be always giving correct answers but at least show some you know that you can do it okay now let's say my next question is i want here one array to be built okay with square of every number like 9 36 81 9 like that you're getting points so create an array which has square of every number belongs to this array so actually i don't know that answer but i will try yeah yeah there is no nothing like you don't know answer because it's not a straight questions so don't hesitate while putting your own logic because everybody knows an interviewer is enough mature that he knows everything like what ended no and what not so most of the times we already know so you just try your best you need to create new area right yes sir so define one area first [Music] so here we can uh directly give sides of first array dude you do whatever you want and you're doing good that is what the skills we want to know actually whether you think in that direction or not if somebody else would have been there he might have put five as a length and this is what the point interviewer observes [Music] hopefully yes [Music] [Music] correct word [Music] [Music] what's up word so can i run yes but it will print you know squares of every number what i wanted you want to add here right in this array correct yes yes so you should put some code over here correct like you need to put that into array correct yes sir yeah so go ahead yeah correct correct correct questions okay great so this is what the logic we need okay okay yeah so now you can iterate it right yes for yes sir [Music] [Music] [Music] so [Music] okay okay so we can run it great but actually here c is printing yes comment it [Music] i'll run it yes [Music] okay got it good logic good thing you put most of the logic here i didn't need my help that's a good thing okay so that's okay about your coding skills let me come back here again to ask you something what is garbage collection in java in garbage collection there is no method to uh destroy memory in java as like other language but we have opinion to that to nullify that address and make that object unclaimed uh that's why in future garbage character will be stored at object but it is not parameter okay which method is used for garbage collection uh cell analysis method that means a garbage collector also always called to finalize method of object class then a garbage collector is used for uh purpose of cleaning activity and once for another metal complete then garbage collector immediately will disrupt that object yeah so what is system.gc then okay system what this is for advising garbage collector okay okay uh can you tell me something about uh uh try catch finally yes sorry dj exception now tell me something about it uh sir try catch and finally block finally block is always executed uh try catch block is used for when exception is occurring try then it goes to a catch block and the catch block is eligible to handle the exception then a program is a running then the otherwise program will get terminated okay how many cash you can write in a program one try can have multiple cash or signal cash yes sir but actually these priority devices yeah so multiple catch we can have yourself we can have multiple finally also no sir finally what is different between final finally and finalize finally the keyboard finalize it is a matter of object class and uh finally the block in exception handling okay okay okay uh you know did you practice collection yes sir yes in hashmap how to add elements create object of hashmap a hashmap there is a two we can give two in uh data types that is integer or string integer is a key and a string is the values and then now we added add element oh it's object it's objects okay keys and value that you are inserting but the return type output is object okay yeah so in our list how we add elements number of elements yeah so which method is used for adding an elements add methods what is the return type of add method so it's a boolean okay so boot method return type is object but but add method has written type of boolean okay so remember that it's simple uh but most of the questions you already answered me uh you know it trader and leash it trader set our interfaces or class list and set are interfaces and there is a class arraylist vector link a link a linked list and insert has set a linked headset and reset great and in map which class are there hash map hashtable linked hash map and keymap good good yeah you know stack and queue that's it you heard about it ever stack means first in last round and q i don't know okay no problem so prepare a little bit on these topics also these are these topics if you prepare you can show little uniqueness in your interview okay whenever interview asks because ordinary questions everybody can answer anybody can answer okay but i would suggest you to go ahead with some complex questions also complex topics also because those topics also need it okay yeah so yes so what is protected access specifier protective access specifier can be applied to variable method and constructor and we can access the specifier within package sorry i didn't hear you properly protected specifier is applied to variable method and constructor and it can be accessed only within package and subclass of different package okay so always i would suggest you you are saying very correctly but whenever you are giving a real interview anywhere this is just a practice and i know you are prepared very well but a little bit uh you know i can suggest you some improvements like if protected has been asked you should see like which point of that answer is more having having more priority like when protected is asked like you should be saying first it's a access specifier if members are protected then that is second statement which you use it can be accessed in the same package and another package also if it is a subclass and then you prioritize your statement with the let's say it can be applied to a variable it can be applied to method like that this these statements can be you know secondary okay so always prioritize first what is interviewer is requiring okay so in that way what is super keyword in java super is a keyword in java it is used to refer the super class object and super can be applied to constructor variable and method okay what is input output stream in java why it is used stream is stream is nothing but sequence of a pi and it used for making input output operation faster that means uh it is equals to scanner class object okay so what is difference between input stream and output stream input stream is used for reading operation and output stream is used for writing operations very good yeah so file input stream and input stream these are two classes right what is different between these two classes file input stream is used to read the file data and uh input stream data data from console okay yeah but is there any other difference can you use input stream class directly can you create object of it [Music] okay remember it's abstract class and uh input stream has sub classes like file input stream then buffer input stream and many more okay like audio input stream okay okay so you remember it that's good okay so coming to next questions what is a runtime exception and compile time exceptions run time exception needs a automatic exception that means exceptional correct run time and syntax error is a compiler exception syntax error is complete time exception yes sir but the exceptions occurs at runtime right yes sir then how syntax error syntax error happens at the compiled day so program will automatically compiling java jvm that's why error is open okay so i would have been in your place how i would have answered this question should i tell you should i tell you how i will be answering this question yes sir yeah so let's say you ask me like what is the runtime exception and compile time exception i would be you know uh giving this answer in a way this and this interview will be visible to most of the people most of our students and public audiences also so this is my duty to guide you and they should follow this okay not only you so i would be answering it like run time exception and compile time exception are both exception types runtime exception also called as unchecked exception and couple time exception is called as uncheck exception sorry runtime exception are called as unchecked exception and compelling exception are called as checked exceptions there are various examples of these exceptions like uh null butter exception will be a runtime exception whereas file not found exception is compiled exception runtime exception are those exceptions which occurs uh anyway at the run time that is correct but compile time exceptions also occurs at the runtime but if any method is throwing comparable time exception then caller will be getting error okay that is what it is company time exception means you it asks you to check that exception and throw it either you can throw it or you can handle it whereas in runtime exception it doesn't happen in that way okay even if you throw runtime exception caller will not get any errors okay so this is a smoothness your answer should be having it should be you know very natural descriptive subjective i would say yes speak as much as possible so that interviewer will get whole idea about the topic and your knowledge also okay okay so that you need to improve on but this is just a small improvement that you can just brush the things up and you can come forward okay now you know two-dimensional area yeah one dimensional area you know yes okay why you didn't explore two dimensional array what would be your answer why you didn't get any chance to uh work on two dimension array you know this term right two dimensional array actually i have no idea about two dimensions hey you never heard it you mean to say right yes sir okay no problem then that's okay is it possible for you to reverse the error if you if i give a program yes sir you can do that yes sir great what is thread every executable program is called as a thread okay can you explain life cycle of thread no no okay how to start a thread by calling run method by calling run method or by calling start method sir actually start method okay start if you write start method and automatic call to the run method good good good you know database yes sir okay so you just i'm giving you you know uh like just i'm giving you road and just walk on that road it's very simple you speak about sql whatever you know just talk in sql we can create tables that it consists of rows and columns sql is a structure query language uh in table we can add a remove delete alter or various operation we can perform in table it's uh we can find the largest number in a particular column and we can store the uh student data employed at time that is good okay what else you know in that yeah so what what else you know said actually i'm not prepared for yeah but anything i'm asking you just i'm giving you a blank check you write whatever you want so you just speak like anything if you know what is ddl dcl dml what is ddr these are the language data manipulation manipulation language okay what is primary key the values of parent table is called as primary key no it's a column uh with not null and uniqueness will be there okay then that is called as a primary key so uh sql so you need to prepare very well uh not i'll not say thoroughly but at least some basics questions you need to be prepared and they these are very simple actually okay okay so you can go through that all the questions and then get clarity and then try to answer by yourself on that is that sql questions will always be there because even if you want to become a developer or tester in future this all things are very mandatory okay yeah so did you ever fire any query on the sql yes sir but actually sql not installing my pc okay because i was reformatting my hours okay okay yeah but uh see uh whenever that question has been asked you should be prepared for it okay okay yeah so find out alternatives to install it if it is not getting installed in your system but you cannot say this to the interviewer right now sir actually uh assistance but what you do is correct you are just a fresher 2021 pass out yes sir i'll not say that you have wrong preparation or something that you have answered most of the questions for me i have uh two three more questions okay okay which topic you liked in core java search uh inheritance polymorphism encapsulation mostly encapsulation okay what do you know in encapsulation we can make a variable as a private so this is your most favorite topic you know right yes only encapsulation right yes okay so speak as much as possible on the encapsulation i'll just here okay okay first encapsulation is the process in which binding of the time to single entity what you encapsulation we can make private variables uh data members of that class is a private and if we make a private variable then user cannot send wrong value to that variables and it is when you want to assign that value assign value to that variable uh it is possible that is method method calling okay speak something more because it's the most favorite topic for you right yes sir yeah give some example of it encapsulation [Music] banker condolence uh in bank uh supports our bank variable is declared as private then everyone can see our balance balance amount so that's why we can make it private and we can access by authentication and was mostly securities achievement encapsulation okay biology concept of encapsulation which data types are there in java primitive data types and non-primitive data types can we explain premature types digital types you know paint by short long double a float boolean car what is difference between bite ain't white short ink and long size of long is large and bite is four but two bags and a short is also two bags and in also four bytes and what is different between uh just a little complex question what is the difference between byte and short then both have same size right sister then is there any difference okay if i ask you the size of each data type will you be able to tell me like how much space int is taking it's four bytes okay yeah so whenever it's been asked you should be prepared with the data types with their size and their default values also okay but that can prepare for default values but size is much longer numbers yeah so you don't need to remember size right following four bytes four float four bytes like that you don't need to remember that range okay range is not expected to interview because even interviewer might not be knowing it okay so don't worry about that okay so what is object object uh is the basic unit of a java oops and it is used to interact with methods what is class class is a user different prototypes from which objects are created and it includes properties and methods okay do you know any inbuilt classes in java maths class abstract class math class and abstract class abstract is the name of class you are saying actually no inbuilt class means java has made those classes you said very correctly math is an inbuilt class like that any other class you know string class any other class concrete class concrete class concrete class so concrete is the name of class string system system is a class or what yes sir file input stream you just now uh in interview itself you scanner yeah scanner class and file input you already know it okay so recall them uh keep in mind like what questions uh interview asking because most of the questions are like another question is depend on the first question okay yes sir that happens so don't forget what has been asked you might have observed when you spoke about vector you spoke about threat safety next question was what is threat safety right so navigate your interviewer according to you and interviewer will always like that that candidate is navigating him okay you pitch you speak those words which you know very perfectly so that interviewer will be automatically asking that happens okay knowingly or unknowingly every interviewer is asking those questions which are based on your answers okay okay yeah so be prepared on that that's good now my this is the last question uh what is different between global variable and local variables global variables are declared outside the methods and local variables are declares inside the method and your scope is within the method that means it can be used within method and global variables are used everywhere everywhere means what outside the class inside the class okay they are defined uh outside of the method right okay so one more thing i want to ask because you answered this last question so i want to end this interview with the question where you will not answer okay okay so give me your system now can you share yes sir yeah i'll ask you simple questions and i'll end this interview as soon as you stop giving answers okay so go ahead okay so this is your system yeah so i'm writing here something simple questions i'll ask i want you to swap these two numbers without any temporary variable is it possible for you with temporary variable yes oh sorry now your system is straight yes sir okay so you try to swap these two numbers with temporary variable okay just do here [Music] [Music] this good okay so simple so prepare with the without temporary variable also okay yes sir so that that would be good next can you write a logic it's again more simple question [Music] to find out largest number yes sir wait wait something you don't have any rights to change my code okay okay so you play with my code and just arrange yourself in that way go ahead write here your code yes [Music] always do control space yes [Music] okay let me test it whether you wrote correctly or not if i give this 60 good that's good how to format a code so i don't know these are not correct alignments right yes sir so always do ctrl shift f okay okay yeah anyway and i'll ask you a little tough question now so that you will not answer this is my expectation but the answer is i want another array without duplicates can you do that there are duplicates in this area right yes sir yeah so can you try yes sir yes yes you can always try me um so don't you duplicate numbers are printed here no nine is printed nine is not duplicate thank you so much think about it first build logic in mind okay okay like you want to find duplicates means what should happen like first index you will be comparing with second index okay so how to make second index and all okay thing like that here you are comparing same thing right it will be always same yes sir you are comparing two with two right use debugging as much as possible you might have done this might not be correct but at least uh you are comparing first in an index like that okay okay and then second third like that go on but i'm not saying this is correct or something so put like that logic and be ready for any uh any tricky questions also okay okay so anyway uh i finished from my side but wanted to give you feedback as everyone is saying this uh keep uh your questions steady that you already have like some set of questions that you have prepared from core java that shows your understanding to a study and i would encourage you to go beyond the questions in which you know uh the topics you learned go beyond means explore like stack queue or like that logic duplicate removal and all see there is always something other than what you know okay so try exploring those things give yourself answers try in front of mirror asking yourself questions and giving answers and try always exploring new things okay because what you know is you know reading again and again same thing will not uh make something fruitful thing okay always try to prepare something good every day you should have collection of five questions which are new okay so let's say even if you prepare for 10 days you'll have 50 questions right so keep target of that and then you can easily crack an interview but overall feedback which i got from you is what you do is best okay you have prepared very well even if i ask you logical questions i can put you have confidence in your coding skill also that is good and one more feedback i want to give here don't say no to anything if it has been asked don't expose yourself to interviewer that no i don't know this no don't be a shy girl like uh no no i'm not gonna do this no what somebody will be saying always try give a try and from today you promised me that you'll be at least increasing your database of five questions daily increase five questions database section you need to prepare on okay and what is really good uh because many pressures i saw in interviews they don't even speak one word answers and most of the rejections companies are doing just because they answer in one word or one statement because when you are fresher i'm not i'm from some company and if i'm taking your interview it doesn't matter to me how technically your sound so sound you should be average but your communication should be good and you're communicating very well so you'll get a positive point in any interview you will be facing in future because people not able to even speak and they won't try and it's not difficult thing to do people should try okay they should speak something i asked you about encapsulation you really spoke good statements about it then i asked about garbage collection uh you spoke on that topic also then map all that things okay but small things like what is the written type of ad method if i ask you should be catching that as well yes then that you know the glass is full of water and now you are showing a little you know still funny bucky abuse medicare so yes i would say go ahead with the more preparations but yes overall if i measure you across the scale of one to ten i will be giving more than eight okay so you're good that's not a problem okay okay so okay thank you thank you for your uh sorry not michigan uh and thank you for your time okay so do you find this interview useful yes sir do you think that after this interview you can at least prepare well or you know where you are definitely yeah because uh because my first day i follow your instruction okay okay so no problem so go ahead with the preparation again okay okay yeah so thank you thank you yeah thank you bye so this was one of the interview which i took uh good uh candidate was this and she tried to answer everything and for every uh fresher candidate 2020 passover 2021 passover those who are getting passed out in 2010 pay too now companies want people in my interview my institute itself there are multiple companies are coming in to hire people but the only lagging point most of the freshers have they are not serious about study they are not preparing that well that is expected in rainy game answers on most of the questions those are really good answers but same thing i want from uh all the mock intros which i am taking that is expectation actually every interviewer have and if logic has been asked you should be prepared on that pattern questions like star pattern or like finding duplicates in array remembering duplicates from the array so play with the logic and always try to speak more and more statements about any topic if it isn't being asked and prepare some favorite uh you know two or four topics of java that should be favorite to you okay so that you can speak as much as possible like string string the first string builder like that speak one speaking on that so hope guys uh this interview was helpful to you all uh you'll be preparing as advice is given by me if you feel this is really useful share this interview with as much as fresh as possible because this is a purely fresher interview okay this is just passed out student or about to pass so let everybody prepare your friends okay so share as much as possible like it if you really [Music] understood and like this okay thank you thank you bye
Info
Channel: Java By Kiran
Views: 1,852
Rating: 5 out of 5
Keywords: java classes in pune, pyhton classes in pune, java tutorials, python tutorials, java programming, python programming, selenium, selenium classes in pune
Id: Kq7IicJQKto
Channel Id: undefined
Length: 67min 44sec (4064 seconds)
Published: Fri Oct 01 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.