90% service based companies can be cracked easily with the help of this video. From personal experience I can say that most of the questions asked in this video are more than sufficient to crack the most of the interviews. Truly commendable work.
1 answer - create object or use super. 2answer - both almost same . Overloading is simply different nu. Or type of parameters or return type. Override means - in sub class we override or change implementation of the parent. class. 3 Final - we use to make variable as non changable. 4 Finalize is use to clear or delete unusing object. 5 Static - is of class not an object.. we can call it object.vraible. 6 Can't override static but if we try to, it will not give an error but not work as overiding. 7Java only accepts single inheritance but we can achieve an interface... A extends B implements C. 8 list have order or indexing and duplication where set don't. 9 in set we have to iterate and check every element.
Dear sir, really those kinds of mock interviews are used to test the ability of our own, before facing the real time interview....i hope you will upload some more mock interview videos.... i am waiting for your upcoming videos.... thanks...
Sir U r a really a hero for us.... ❤ Thanks. I have finished my Java+selenium+TestNG with the help of your video.. May you please give me a chance to interview.
1..Two methods contain same name and different arguments is called overloading.. 2..Two methods contains same name and same arguments Then parent class one implementation child class another implementation is called overriding...
Inheriting the superclass method into the subclass and changing its implementation according to subclass specification is known as method overriding in which method name and argument should be same.... And Method Binding process that is method declaration and method definition (body) links together on the basis of object creation only as the arguments are same
At 10:57 there is a lot of difference between multi level and multiple inheritance... Multiple inheritance is not possible which is nothing but diamond problem, which can be achieved by interface.
Hello Pavan, Can you please conduct a mock interview for Selenium with Python, It would be a great help for them who are trying to get in to Testing with Python. Thank you!
Hello sir, This is vinayramkolli. I only have one word for you after watching this video. You are directly helping many people to get good opportunity in well reputed companies. It is building confidence in me. I am feeling regret for not watching your mock interviews. Your work is really appreciated....
Hi sir, I'm watching manual testing videos the live project one, why they are under membership? Can you please release those videos from that membership group. That would be really helpful.
The best interview is to give the interviewer a code and the ability to find the solution I don't agree with an interview with this model sometimes testers get stressed he could learn the answer I don't see any ability on the candidate, 1. Concept of tests like what assert is and why you run it 2. how to test login (create a class and test in Junit ) 3. Polymorphism, Encapsulation, abstract 4. Webdriver Framework how you would set up it 5. Give a clear solution about design patterns for testing
Thanks a lot 🙏 I have watched the whole interview and it's very informative and knowledgeable. I have also learn few things that i don't know properly. Thanks you so much for such nice content.
I don't know why companies are only focused on experience.. this guy has a experience of 1-3 years,then i think he has average knowledge ...i hv seen many freshers who are carrying more clean knowledge on each nd everything..nd still looking for a chance..do focus on freshers also...
Good Evening Sir, I'm Bittu Singh. I hv completed my B.Tech in Mechanical Engineering in the year 2021 and i decided to start my career in IT sector. So, I just want to know- What is the possible interview answer for 1-year back in engineering degree?? It will be very thankful if u able to answer this question.😊
Great.... But only one question over here if candidate gave all satisfactory ans and unable to solve the JAVA Program then most companies are hold their reassume so if we are freshers/ intermediate candidates then how it's important for us to solve logic? or can we have list of program that we can prepare before goes inter!
Prathik, it's not like you need to prepare with set of programs, because there are N-numbers of logic you can write in Java, you should prepare on flow controls ( if else, for loop, while, do while) properly then you can write any program, there are some popular programs which are asked in interview but as a java programmer we should not relay on them. In business layer there are N number of complexity might come so that time you should resolve it with you knowledge. That's why in interview programs are given to prove that you are strong enough to write logics. If you are strong then finding a vowels in a string is simple matter of thing as in this video sir asked to that man.
WebDriver is an interface we can't create object for it possible of creating a object reference using that interface implemented class Chromedriver is class which implements the Web Driver.., interfaces
sir is there any chance to get pdf of all imp interview quations and answers coz currently i am prepairing for interview i want to follow one order while prepairing if have could u tell where i can find that will really help us
10 findelemts return list and windowhandles return set 11 .count=0 loop string(i=0 ;i Less then Len) If(s.charAt(i)==o or a or i or e or u) Count+1 Return count
Hello Pawan I'M Akash in Pune. I have 2+ years of experience in automation and manual testing. What should I do to prepare for a mock interview with you?
Hi Sir, Please upload a video to run multiple spec files in protractor or any framework in same browser parallely in Jenkins to save execution time. Also execution log should also be generated
Helo sir . I wanted to buy a self preparation manual testing course. Can you please let me know how to initiate the process of payment.so that I can start my preparation.
As a Manual Tester, If I learn Python, How should helpful for me in my carrier, What kind of role should play in company. Guys could me please help me out!
Many companies now demand Python for automation and salaries are pretty high so keep it up and learn PyTest, the only issue is, that for these positions companies require 3 to 4 years of experience ,anyway learn and practice cause sometimes HR and Tech Specialist will prioritize your skills not exp
Sir ,I want to request you ,If any one not give clear answer or give wrong answer can you plz give this question answer that time it self means berceuse of the we also got clear answer at time and not forget
90% service based companies can be cracked easily with the help of this video.
From personal experience I can say that most of the questions asked in this video are more than sufficient to crack the most of the interviews. Truly commendable work.
What about Product based company
I am positively surprised such knowledge after 2.5 years of experience. 👏
1 answer - create object or use super.
2answer - both almost same . Overloading is simply different nu. Or type of parameters or return type.
Override means - in sub class we override or change implementation of the parent. class.
3 Final - we use to make variable as non changable.
4
Finalize is use to clear or delete unusing object.
5 Static - is of class not an object.. we can call it object.vraible.
6 Can't override static but if we try to, it will not give an error but not work as overiding.
7Java only accepts single inheritance but we can achieve an interface...
A extends B implements C.
8 list have order or indexing and duplication where set don't.
9 in set we have to iterate and check every element.
It's very beneficial
Thanks
Very helpful Video because answers are also explained
It is so perfect, specially the sir explaining all the wrong answers! This was very informative.
Dear sir,
really those kinds of mock interviews are used to test the ability of our own, before facing the real time interview....i hope you will upload some more mock interview videos.... i am waiting for your upcoming videos....
thanks...
Sir
U r a really a hero for us.... ❤
Thanks.
I have finished my Java+selenium+TestNG with the help of your video..
May you please give me a chance to interview.
1..Two methods contain same name and different arguments is called overloading..
2..Two methods contains same name and same arguments
Then parent class one implementation child class another implementation is called overriding...
Inheriting the superclass method into the subclass and changing its implementation according to subclass specification is known as method overriding in which method name and argument should be same.... And Method Binding process that is method declaration and method definition (body) links together on the basis of object creation only as the arguments are same
Very very helpful video to attend any interview with some confidence.
❤
Glad it was helpful!
super video
Thanks
Great job sir🎉
Thanks
Great interview. Sir please make more interviews. We all are waiting sir.
Thank you for creating this content!
Welcome
Sir im always thankfull to you i tried you contacting sir but i dint succeed ,wherever you are, you n your family should be happy
At 10:57 there is a lot of difference between multi level and multiple inheritance... Multiple inheritance is not possible which is nothing but diamond problem, which can be achieved by interface.
diamond ambiguity
This is Gold. I tell people to go watch my Indian uncle. he is the bomb.
Hello Pavan, Can you please conduct a mock interview for Selenium with Python, It would be a great help for them who are trying to get in to Testing with Python. Thank you!
Very Good Interview Pavan Sir
Please share some samples questions on java program and automation if possible.
Hello sir,
This is vinayramkolli. I only have one word for you after watching this video. You are directly helping many people to get good opportunity in well reputed companies. It is building confidence in me. I am feeling regret for not watching your mock interviews. Your work is really appreciated....
Hello sir, can you please do mock up interviews for Robot Framework, REST API testing and Jmeter . it will be very helpful thank you
Awesome questions
Thanks
Please add question and answers in captions sir, great content!
Hi sir, I'm watching manual testing videos the live project one, why they are under membership? Can you please release those videos from that membership group. That would be really helpful.
😊😊😊
Members only😂.
Very Good Interview....
thanks
Please post most more mock interview videos.
The best interview is to give the interviewer a code and the ability to find the solution I don't agree with an interview with this model sometimes testers get stressed he could learn the answer I don't see any ability on the candidate,
1. Concept of tests like what assert is and why you run it
2. how to test login (create a class and test in Junit )
3. Polymorphism, Encapsulation, abstract
4. Webdriver Framework how you would set up it
5. Give a clear solution about design patterns for testing
Exactly
Thanks a lot 🙏 I have watched the whole interview and it's very informative and knowledgeable. I have also learn few things that i don't know properly.
Thanks you so much for such nice content.
Glad to hear that
Overloading concept is applicable for constructor
Not applicable for inheritance and overriding concept....
Overloading Applicable for methods too
Please do mock interviews for playwright using javascript
One of the best mock interview videos I came across. I am been seeing almost all your videos. Keep up the good work.
Helpful
Glad to hear that
Thank you so much sir very useful this interview video 👍
most welcome
Hi sir, Can you please make one mock interview video on Selenium webdriver Python + Appium + Robot Frame work
Thanks a lot sir 😃
Welcome
good 1 sir......keep it up...impressed😇
thanks
Sir ap ke jitna bi tarif kare bo kam hi hee ap testing me har type ka help karte ho
Sir please do some interview for python selenium and SQL sir
Excellent Interview 👍
Very helpful, just a request plz answer correct answers for the questions you have asked to the candidate
I don't know why companies are only focused on experience.. this guy has a experience of 1-3 years,then i think he has average knowledge ...i hv seen many freshers who are carrying more clean knowledge on each nd everything..nd still looking for a chance..do focus on freshers also...
Correct 💯💯💯💯💯
Good Evening Sir,
I'm Bittu Singh. I hv completed my B.Tech in Mechanical Engineering in the year 2021 and i decided to start my career in IT sector. So, I just want to know-
What is the possible interview answer for 1-year back in engineering degree?? It will be very thankful if u able to answer this question.😊
Great.... But only one question over here if candidate gave all satisfactory ans and unable to solve the JAVA Program then most companies are hold their reassume so if we are freshers/ intermediate candidates then how it's important for us to solve logic? or can we have list of program that we can prepare before goes inter!
On Pavan sir's you tube channel there is a separate playlist of frequently asked java programs in interview with detail explanation..You can check it
Prathik, it's not like you need to prepare with set of programs, because there are N-numbers of logic you can write in Java, you should prepare on flow controls ( if else, for loop, while, do while) properly then you can write any program, there are some popular programs which are asked in interview but as a java programmer we should not relay on them. In business layer there are N number of complexity might come so that time you should resolve it with you knowledge.
That's why in interview programs are given to prove that you are strong enough to write logics.
If you are strong then finding a vowels in a string is simple matter of thing as in this video sir asked to that man.
Thank you Pawan, these mock interview videos are really helpful.. please share more mock interviews.
3:16 constructor can not be static
Sir I have done Engineering in EC in 2018 and having knowledge of Manual Testing.So Can I get Job?
Very informative!!
Class C implements A,B
Thank you so much sir
Most welcome
Hi sir plz upload selinum classes with details explanation coding
class Child extends Parent implements InterFace1 , InterFace2 {
Hello sir please arrange more mock, i have watched all the mocks
Tq sir.....
Constructor applying
Access modifier are public, default,private,protected
We can use any other modifier we will get compile time erroe
Please make a interview on python with selenium sir 🙂
Whether he is a Fresher or employee while looking in his answer he may be fresher
Hello sir, Can you please suggest any course/project about manual testing in coursera
Plz take some more videos on the same
@27:26
good question
Sir, iam also interested to participate in mock interview....can u consider my request ... On ( manual + ETL ) testing .
Nice Sir
Currently working in Tcs in BPS
I want to switch to IT Manual Testing so please advice
I was in TCS (BPS), keep going, instead manual considers Automation, you will Thanks me Later.
@@nakulnagariya7736 bro bps sector is not well... Where lots of lifes are spoilng
What is the difference of create object for both
Wedriver driver=new chromedriver();
chromedriver driver=new chromedriver();
Parent class = new child class
WebDriver is an interface we can't create object for it possible of creating a object reference using that interface implemented class
Chromedriver is class which implements the Web Driver.., interfaces
We are performing upcasting here
Sir if possible make video on power bi 👏🏻
Class can extends only one class at a time
Hello...
Sir any video on simple basic interview program
Hi sir, i have a career gap due to took care of my family.Now i have to start my career. Please could you conduct mock interview for me.
Hi sister,
I have 3 years career gap,
sir can u conduct a interview for selenium with java.it would be a great help for me......thank you sir
sir is there any chance to get pdf of all imp interview quations and answers coz currently i am prepairing for interview i want to follow one order while prepairing if have could u tell where i can find that will really help us
10 findelemts return list and windowhandles return set
11 .count=0 loop string(i=0 ;i Less then Len)
If(s.charAt(i)==o or a or i or e or u)
Count+1
Return count
Thank you
Hello Pawan I'M Akash in Pune.
I have 2+ years of experience in automation and manual testing. What should I do to prepare for a mock interview with you?
MacGyver Plaza
❤
Sir can we extend two classes in multiple inheritance.can u make a video
Class implement A,B
As fresher, 0 experience in testing how much knowledge of java and selenium is sufficient to crack interview or how much I have to study.
Parent class
Child class contain same method signature
Different implementation
Sir what I should study for automation testing
Please tell me topic.
I am doing by myself. I study java and selenium and others.
@@shukria485 yes
Wow
sir can you please share the resume of the candidate? it will be really helpful for freshers like me.
Hiii.. You want to make your career in automation??
After completing the automation testing cours can we become job ready, or we have to take traning again in selected company.
If he is not answering or wrong answer sir please correct it there itself else we will get confusion
Hi sir, build() is an optional one right?
Hello sir , I completed my b.tech in mechanical but now i try to switch in IT sector so it is good for me in future or not ?
Yes bro mee too in our college 🎓 changing my career
Can you please share details ofthe mock interview proces?.
www.pavantestingtools.com/p/mock-interviews.html
Hello Sir
How can I get myself enrolled for mock interview.
Hi Sir, Please upload a video to run multiple spec files in protractor or any framework in same browser parallely in Jenkins to save execution time. Also execution log should also be generated
Pp p
P
Hi sir. I want to give mock interview to you. May i know the process please?
Parent & child have static keyword
It is method hiding
pavan Sir, need your support for i m unable to track interview proper manner
Sir due to civil service preparation i dont have experience can i get job by skill in java and selenium even now?my gradution gap is 5 years.
Helo sir . I wanted to buy a self preparation manual testing course. Can you please let me know how to initiate the process of payment.so that I can start my preparation.
Please check details on my website.
@@sdetpavan
Sir can you please provide the website address pls.
Iam new to this channel....!!
Sir, can we get his linkedin profile both of we are working in same company if you provide that it would be help full to me and others also
Multiple inhertance is not applicable for java classes...
No we can use using interface
Почему мне попалось это в рекомендации)
тебе это нужно мой друг 😃
Manual test..?
As a Manual Tester, If I learn Python, How should helpful for me in my carrier, What kind of role should play in company. Guys could me please help me out!
Many companies now demand Python for automation and salaries are pretty high so keep it up and learn PyTest, the only issue is, that for these positions companies require 3 to 4 years of experience ,anyway learn and practice cause sometimes HR and Tech Specialist will prioritize your skills not exp
@@Napalem99 Thank you so much..
If you learn python,you can use it as binding language for selenium, you can go as python developer and DA
@@Vijayawada-k3p Hi, I can't understand cleary. i am really sorry could you please expalin with clearly.
Hello sir which languages is best for automation testing ?
Java
Java
@@lostboy5160 why not python...is there any particular reason that java is best
@@Rider-jn6zh Industry demand
@@Rider-jn6zh no particular reason for that but mostly company refer java
Sir plzz u help me how to handle calender cleartrip webpage plzz sir
Hi sir i am a diploma holder as I can enter into the IT Testing field
Sir ,I want to request you ,If any one not give clear answer or give wrong answer can you plz give this question answer that time it self means berceuse of the we also got clear answer at time and not forget