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.
@KrzysztofChrzan9 ай бұрын
I am positively surprised such knowledge after 2.5 years of experience. 👏
@blablagswjsvsns1342 жыл бұрын
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.
@gopalakrishnan27842 жыл бұрын
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...
@azharkhan75982 жыл бұрын
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.
@phanik7932 жыл бұрын
Very helpful Video because answers are also explained
@tejaswatamwar56507 ай бұрын
It is so perfect, specially the sir explaining all the wrong answers! This was very informative.
@kvinayram63372 жыл бұрын
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....
@nickyojha4804 Жыл бұрын
Very very helpful video to attend any interview with some confidence. ❤
@sdetpavan Жыл бұрын
Glad it was helpful!
@ankitvani91752 жыл бұрын
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.
@sdetpavan2 жыл бұрын
Glad to hear that
@srikantnayak379710 ай бұрын
It's very beneficial
@sdetpavan10 ай бұрын
Thanks
@raghuchinni61792 жыл бұрын
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...
@shubhamshinde5242 жыл бұрын
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
@DevTheReviewer2 жыл бұрын
One of the best mock interview videos I came across. I am been seeing almost all your videos. Keep up the good work.
@suryahappycrafts24897 ай бұрын
Great interview. Sir please make more interviews. We all are waiting sir.
@shrikantsarode66762 жыл бұрын
Very Good Interview Pavan Sir Please share some samples questions on java program and automation if possible.
@tejascollectionsclothingst97772 жыл бұрын
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
@eglobalsystems25546 ай бұрын
Thank you for creating this content!
@sdetpavan6 ай бұрын
Welcome
@bindumishra22702 жыл бұрын
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.
@ashokgutte93912 жыл бұрын
diamond ambiguity
@eyetea8889 Жыл бұрын
This is Gold. I tell people to go watch my Indian uncle. he is the bomb.
@sitruarasan99982 жыл бұрын
Thank you so much sir very useful this interview video 👍
@sdetpavan2 жыл бұрын
most welcome
@shruthitn2 жыл бұрын
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!
@naveenpal9652 жыл бұрын
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.
@gardening3561 Жыл бұрын
😊😊😊
@josephineabu Жыл бұрын
Members only😂.
@kuttylohithgaming72796 ай бұрын
Great job sir🎉
@sdetpavan6 ай бұрын
Thanks
@303-g8w2 жыл бұрын
Hello sir, can you please do mock up interviews for Robot Framework, REST API testing and Jmeter . it will be very helpful thank you
@umeshpandhare44702 жыл бұрын
good 1 sir......keep it up...impressed😇
@sdetpavan2 жыл бұрын
thanks
@tejusgowda145 Жыл бұрын
Please add question and answers in captions sir, great content!
@kaliprasadgouda3848 Жыл бұрын
Sir ap ke jitna bi tarif kare bo kam hi hee ap testing me har type ka help karte ho
@Shubhamp26Ай бұрын
public class CheckVowels { public static void main(String[] args) { String str = "shubham"; // Input string str = str.toLowerCase(); // Convert to lowercase for easier comparison if (str.contains("a") || str.contains("e") || str.contains("i") || str.contains("o") || str.contains("u")) { System.out.println("The string contains vowels."); } else { System.out.println("The string does not contain any vowels."); } } }
@tsurvivor Жыл бұрын
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
@lb81012 жыл бұрын
Thank you Pawan, these mock interview videos are really helpful.. please share more mock interviews.
@raghuchinni61792 жыл бұрын
Overloading concept is applicable for constructor Not applicable for inheritance and overriding concept....
@fero___30052 жыл бұрын
Overloading Applicable for methods too
@1972irp2 жыл бұрын
Very Good Interview....
@sdetpavan2 жыл бұрын
thanks
@prajjwalchaubey2323 Жыл бұрын
Thanks a lot sir 😃
@sdetpavan Жыл бұрын
Welcome
@tanmayghadge78612 жыл бұрын
Please post most more mock interview videos.
@sohelahmadkhan17754 ай бұрын
super video
@sdetpavan4 ай бұрын
Thanks
@v2factsand3272 жыл бұрын
Awesome questions
@sdetpavan2 жыл бұрын
Thanks
@BittuSingh-xf9iy2 жыл бұрын
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.😊
@Mounikareti2 ай бұрын
Please do mock interviews for playwright using javascript
@ursvsnu2 жыл бұрын
Hi sir, Can you please make one mock interview video on Selenium webdriver Python + Appium + Robot Frame work
@Patil-wh3jm4 ай бұрын
3:16 constructor can not be static
@pratikbharti52772 жыл бұрын
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!
@sanketpatil2530 Жыл бұрын
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
@nanavanalla1011 ай бұрын
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.
@shilpakeshav61482 жыл бұрын
Sir please do some interview for python selenium and SQL sir
@savitasutar4272 жыл бұрын
Helpful
@sdetpavan2 жыл бұрын
Glad to hear that
@padmavathykorrapati3292 жыл бұрын
Very informative!!
@rupandas17422 жыл бұрын
Sir I have done Engineering in EC in 2018 and having knowledge of Manual Testing.So Can I get Job?
@apu48862 жыл бұрын
Thank you so much sir
@sdetpavan2 жыл бұрын
Most welcome
@raghuchinni61792 жыл бұрын
Constructor applying Access modifier are public, default,private,protected We can use any other modifier we will get compile time erroe
@blablagswjsvsns1342 жыл бұрын
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
@unteck70232 жыл бұрын
Hello sir please arrange more mock, i have watched all the mocks
@habeebbasha58692 жыл бұрын
Please make a interview on python with selenium sir 🙂
@Pushpateluguvlogs77322 жыл бұрын
Hi sir plz upload selinum classes with details explanation coding
@umeshchandrasutar42412 жыл бұрын
Nice Sir Currently working in Tcs in BPS I want to switch to IT Manual Testing so please advice
@nakulnagariya77362 жыл бұрын
I was in TCS (BPS), keep going, instead manual considers Automation, you will Thanks me Later.
@umeshchandrasutar42412 жыл бұрын
@@nakulnagariya7736 bro bps sector is not well... Where lots of lifes are spoilng
@AkashUmap-c6w4 ай бұрын
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?
@rakshan59652 жыл бұрын
Hello sir, Can you please suggest any course/project about manual testing in coursera
@janjanamsaibindu28402 жыл бұрын
Sir, iam also interested to participate in mock interview....can u consider my request ... On ( manual + ETL ) testing .
@shahedshaikh87872 жыл бұрын
Sir if possible make video on power bi 👏🏻
@m.a683611 ай бұрын
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...
@trunalhajare63847 ай бұрын
Correct 💯💯💯💯💯
@safaro92Ай бұрын
Agree
@Mr_Raz_ Жыл бұрын
class Child extends Parent implements InterFace1 , InterFace2 {
@raghuchinni61792 жыл бұрын
Tq sir.....
@raghuchinni61792 жыл бұрын
Class C implements A,B
@sarojingole65542 жыл бұрын
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.
@prashanthi33262 жыл бұрын
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.
@kasiviswanath30392 жыл бұрын
Hi sister, I have 3 years career gap,
@udaykhandekar18472 жыл бұрын
Hello... Sir any video on simple basic interview program
@durvasulasandeep68862 жыл бұрын
What is the difference of create object for both Wedriver driver=new chromedriver(); chromedriver driver=new chromedriver();
@fero___30052 жыл бұрын
Parent class = new child class
@muthuvicknesh49122 жыл бұрын
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
@anupriya41132 жыл бұрын
We are performing upcasting here
@arjityadavv2 жыл бұрын
@27:26 good question
@Veky_siri_official2 жыл бұрын
sir can u conduct a interview for selenium with java.it would be a great help for me......thank you sir
@niharikagoud16916 ай бұрын
Hello Sir How can I get myself enrolled for mock interview.
@vbn120 Жыл бұрын
Plz take some more videos on the same
@paparaosuvarnam1892 жыл бұрын
Sir can we extend two classes in multiple inheritance.can u make a video
@heenapanchabhai14302 жыл бұрын
Sir what I should study for automation testing Please tell me topic.
@shukria4852 жыл бұрын
I am doing by myself. I study java and selenium and others.
@fero___30052 жыл бұрын
@@shukria485 yes
@jyoshnajoe877 Жыл бұрын
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
@beast8235 Жыл бұрын
Whether he is a Fresher or employee while looking in his answer he may be fresher
@devanshi30502 жыл бұрын
sir can you please share the resume of the candidate? it will be really helpful for freshers like me.
@sachinsonar9910 Жыл бұрын
Hiii.. You want to make your career in automation??
@RajkumarDarni Жыл бұрын
Can you please share details ofthe mock interview proces?.
@sdetpavan Жыл бұрын
www.pavantestingtools.com/p/mock-interviews.html
@mukeshjayabalan13222 жыл бұрын
Thank you
@sdetbyraviteja56810 ай бұрын
Hi sir. I want to give mock interview to you. May i know the process please?
@vivekkumarrana37752 жыл бұрын
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 ?
@fero___30052 жыл бұрын
Yes bro mee too in our college 🎓 changing my career
@pradipadvitote12882 жыл бұрын
After completing the automation testing cours can we become job ready, or we have to take traning again in selected company.
@raghuchinni61792 жыл бұрын
Parent class Child class contain same method signature Different implementation
@raghuchinni61792 жыл бұрын
Class can extends only one class at a time
@arunkumar-xr1em2 жыл бұрын
Hi sir, build() is an optional one right?
@Arjun2mkap3929 Жыл бұрын
If he is not answering or wrong answer sir please correct it there itself else we will get confusion
@shajahansk8542 Жыл бұрын
❤
@ParuFunTime2 жыл бұрын
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
@pramodthakare69552 жыл бұрын
Pp p
@pramodthakare69552 жыл бұрын
P
@hiteshsc2 жыл бұрын
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.
@sukanyadash57142 жыл бұрын
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.
@sdetpavan2 жыл бұрын
Please check details on my website.
@ravitejagollapudivsss27692 жыл бұрын
@@sdetpavan Sir can you please provide the website address pls. Iam new to this channel....!!
@bharathKumar-or6gd2 жыл бұрын
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
@dineshd91552 жыл бұрын
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!
@Napalem992 жыл бұрын
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
@dineshd91552 жыл бұрын
@@Napalem99 Thank you so much..
@Vijayawada-k3p2 жыл бұрын
If you learn python,you can use it as binding language for selenium, you can go as python developer and DA
@dineshd91552 жыл бұрын
@@Vijayawada-k3p Hi, I can't understand cleary. i am really sorry could you please expalin with clearly.
@OscarBurton-m9c3 ай бұрын
MacGyver Plaza
@BM_Mind-je8qo Жыл бұрын
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
@sspinjari2 жыл бұрын
Wow
@raghuchinni61792 жыл бұрын
Multiple inhertance is not applicable for java classes...
@fero___30052 жыл бұрын
No we can use using interface
@saurabhlal23682 жыл бұрын
Hello sir which languages is best for automation testing ?
@lostboy51602 жыл бұрын
Java
@dipeshkhotele39012 жыл бұрын
Java
@Rider-jn6zh2 жыл бұрын
@@lostboy5160 why not python...is there any particular reason that java is best
@mukulsingh92392 жыл бұрын
@@Rider-jn6zh Industry demand
@lostboy51602 жыл бұрын
@@Rider-jn6zh no particular reason for that but mostly company refer java
@PriyankaPatil-qt7yv2 жыл бұрын
Sir plzz u help me how to handle calender cleartrip webpage plzz sir
@raghuchinni61792 жыл бұрын
Parent & child have static keyword It is method hiding
@raghuchinni61792 жыл бұрын
Class implement A,B
@purnachandratiruveedhula4792 жыл бұрын
pavan Sir, need your support for i m unable to track interview proper manner
@masthanvalimasthan63082 жыл бұрын
what is web driver pop up , one of interwive plan aske the this question please help me
@kishorechary13542 жыл бұрын
Hi sir i am a diploma holder as I can enter into the IT Testing field
@rao.harshvardhan2 жыл бұрын
Sir how to join your class for selenium with java for testing@pavan Kumar