Automation Testing Mock Interview | Selenium Interview| RD Automation Learning

Поделиться
HTML-код
  • Опубликовано: 8 июл 2021
  • ‪@rdautomationlearning609‬
    Have a look at below Playlists:
    Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc
    • Amazon Interview Quest...
    Software Testing Mock Interviews
    • What is Software Testi...
    RPA (Automation Anywhere) Interview videos
    • What is RPA?| What is ...
    This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions, Rest API interview questions, Manual Testing interview questions that were asked as part of Mock Interview Questions Process.
    software testing interview questions,software testing tools,manual and automation testing mock interview,selenium automation testing mock interview,automation testing mock interview for experienced,manual testing mock interview for experienced,rd automation learning,automation testing interview questions for 2 years experience selenium,automation testing interview questions,automation testing interview questions and answers,automation testing interview mock,software testing questions guru99, hackerrank software testing interview questions
    1. Tell us about your automation framework
    2. How many test cases do u automate in a day
    3. What is meant by dependency in TestNG?
    Dependency in TestNG is a process of making one test dependent on the other test. By providing dependencies in the test methods, we assure that a test method B would only run if test method A runs (given B depends on A). Moreover, in TestNG, we can also have one test method dependent on multiple tests.
    4. How do you create dependencies in TestNG?
    We can create the dependent tests in TestNG by providing the dependsonMethods parameter on the @Test annotation. The value of the attribute is the name of the method on which we want this method to depend.
    5. What is meant by invocationCount in TestNG?
    The invocationCount is an attribute that defines the number of times a test method has to run in a single execution. So, if the invocationCount sets as 5, then the test method would run five times each time I execute the TestNG test case.
    Syntax for invocationCount:
    @Test (invocationCount = 5)
    6. What is the significance of “timeout” in TestNG?
    In TestNG, “timeout” is a parameter that defines the maximum time that a method can take for execution. The timeout parameter is handy if the execution time is a constraint during testing, or the tester wants to take precautions against the endless execution of tests. We can declare the timeout parameter at:
    suite level: To put a time constraint on all the methods in the suite.
    method level: To put the time constraint on a particular method.
    Syntax:
    @Test (timeout = 1000)
    7. Can we disable a test in TestNG? If so, explain how?
    Yes, disabling a test can be achieved in TestNG. Once we disable a test, it will not run in the next execution cycle. Moreover, we accomplish this by using the “enabled” attribute.
    Syntax:
    @Test (enabled = False)
    8. what is array list & lnkedlist
    ArrayList
    ArrayList is implementation of list interface.
    ArrayList is not synchonized(so not thread safe)
    ArrayList is implemented using array as internal data structure.It can be dynamically resized .
    LinkedList
    LinkedList is implementation of list and deque interface.
    LinkedList is not synchronized
    LinkedList is implemented using doubly linked list as internal data structure.
    9. Search is faster in ArrayList as uses array internally which is index based. So here time complexity is O(1)
    Search is slower in LinkedList as uses doubly Linked List internally So here time complexity is O(n)
    10. What is checked exception?
    Checked exceptions are those exceptions which are checked at compile. If you do not handle them , you will get compilation error.
    11. Unchecked exceptions are those exceptions which are not checked at compile time. Java won’t complain if you do not handle the exception.
    12. What do you mean by Platform independence of java?
    You can write and compile program in one Operating system and run in other operating system.
    For example:
    You can compile program in Windows and can run it in Unix.
    13. What is difference between JVM, JRE and JDK ?
    JVM : JVM stands for Java Virtual Machine. It is virtual machine which actually runs the byte code.
    JRE : JRE stands for Java Runtime Environment. It provides runtime environment for java code. It has JVM , libraries such as rt.jar and other files.
    JDK : JDK stands for Java development kit. It is superset of JRE, it has JRE + compilation and debugging tools(javac and java).

Комментарии • 26

  • @rdautomationlearning609
    @rdautomationlearning609  3 года назад +1

    Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc
    ruclips.net/video/w_0VJHgiAr4/видео.html
    Software Testing Mock Interviews
    ruclips.net/video/tJ5Cv8TVXSw/видео.html

    • @VikramKumar-kv9mv
      @VikramKumar-kv9mv 7 месяцев назад

      😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊

  • @nikhilkp7273
    @nikhilkp7273 2 года назад +3

    One of the best channel I have ever seen. Things are explained clearly.
    As everyone says, nobody will get nervous if the interviewer like you :)
    It would be an inspiration for us the mock interview participants got hired in any company after this experience.

  • @sandeepthuniki3222
    @sandeepthuniki3222 Год назад +1

    Implementation of ArrayList is not synchronized by default. It means if a thread modifies it structurally and multiple threads access it concurrently, it must be synchronized externally.

  • @rahulaher76
    @rahulaher76 2 года назад +1

    Great sir i also want to start my career as manual or automation tester whatching this video its boost my confidance i also want to take a mock interview .plz tell what i do,its helps me to fear out .

  • @vanithamedi3979
    @vanithamedi3979 3 года назад +1

    Excellent broo nv

  • @aryenzaifrani2533
    @aryenzaifrani2533 3 года назад +5

    Arraylist : In this insertion data is preserved, helpful in search data.
    Linklist: insertion data is not preserved. Helpful in data update, delete.

    • @rdautomationlearning609
      @rdautomationlearning609  3 года назад

      Absolutely correct answer!!

    • @aryenzaifrani2533
      @aryenzaifrani2533 3 года назад

      @@rdautomationlearning609 I will surely contact you for my Mock Interview in the next 2 months for Manual +Automation(Sel).

    • @arshadayyubbaghwan3887
      @arshadayyubbaghwan3887 4 месяца назад

      Linked List also maintain insertion order, correct me if I am wrong

  • @Chocoboy1128
    @Chocoboy1128 2 года назад +2

    hai sir can i get resume with selenium with java model resume from you please

  • @ramshah6733
    @ramshah6733 3 года назад +1

    sir does selectorshub certification helps in interveiw and what are the selectorshub interview questions?

  • @ShubhamMishra-lo6wz
    @ShubhamMishra-lo6wz 3 года назад +3

    Arraylist is not synchronized linkedlist is

  • @RohanKumar-bo6fi
    @RohanKumar-bo6fi 2 года назад +1

    Hello Sir, I also wanted to participate in your mock interview session as I am also looking for a job switch in Automation. Can you please help me in enrolling for the mock interview sessions

    • @rdautomationlearning609
      @rdautomationlearning609  2 года назад

      Please share your CV at rdautomationlearning@gmail.com

    • @RohanKumar-bo6fi
      @RohanKumar-bo6fi 2 года назад

      @@rdautomationlearning609 sure Sir, Thanks a lot. I will be sharing right away.

  • @abhinavdeshmukh5243
    @abhinavdeshmukh5243 2 года назад

    What happened to market there is no call for automation test engineer ...i upload my resume since last 15 days not getting that much call

  • @vishaldeshpande51ify
    @vishaldeshpande51ify 3 года назад +1

    Vector is synchronized

  • @pd2337
    @pd2337 2 года назад +1

    Is this mock for 1st or 2nd round?