Testing Mock Interview for Experienced | 3 - 5 YOE | Testing Scenario Based Questions

Поделиться
HTML-код
  • Опубликовано: 3 сен 2022
  • Have a look at below Playlists:
    #rdautomationlearning #rdautomation
    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, Automation Testing scenario based 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 3 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
    #webdriverinterviewquestions #testnginterview questions #TestNGInterviewquestions #rdautomationlearning
    1. There is a test automation running and fails 14%, say 1/7 times? How you will debug? There is no code change or test code change.
    Compare fail pattern to input data for correlation or check error log for stability issues (object not found/timing issues).
    1 out of 7? Day of the week related? - Check run date for test, compare to calendar.
    Is there a fail pattern? Does it literally fail every 7th time or just averages to fail 1/7 of the time? Error log and execution logs are crucial.
    2. How to automate Shadow DOM & Nested Shadow DOM elements in selenium?
    We can’t access the shadow dom elements like other web elements.
    Like driver.findElement(..) can’t be used directly to handle shadow dom elements.
    Here first we need to locate the host element of shadow root then
    Get the access of shadow dom using JS through host element, it can be called as last element.
    Now shadow dom elements can be accessed using this last element.
    3. Maven settings.xml file
    In maven settings.xml file usually contains elements used to define values that configure Maven execution in various ways, like the pom.xml. This file should not be bundled to any specific project, or should not be distributed to an audience.
    This file mainly includes values such as the local repository path, alternate remote repository servers, profiles, and authentication information, etc..
    There are mainly two locations where a settings.xml file may reside.
    The Maven install: ${maven.home}/conf/settings.xml (Global Setting)
    A user’s install: ${user.home}/.m2/settings.xml (User settings)
    If both files exist then their contents get merged together, with the user-specific settings.xml being dominant.
    4. Write a program to print all permutations of a given string
    A permutation also called an “arrangement number” or “order,” is a rearrangement of the elements of an ordered list S into a one-to-one correspondence with S itself. A string of length n has n! permutation.
    Below are the permutations of string ABC.
    ABC ACB BAC BCA CBA CAB
    5. Automation Testing Question:
    How do you verify a search result list which changes consistently based on each search word and filters?
    For example, how do you make sure that the list is sorted based on price or rating or etc without any identical list to compare with? Since providing an identical list as Test Input for each word is not the best approach.
    6. What is a binary tree
    A tree whose elements have at most 2 children is called a binary tree. Since each element in a binary tree can have only 2 children, we typically name them the left and right child.
    Binary Tree Data Structure
    A Binary Tree node contains the following parts.
    Data
    Pointer to left child
    Pointer to right child

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

  • @yogeshwarkhadse
    @yogeshwarkhadse Год назад

    thanks sir nice explain for Jenkins

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

    I have a suggestion for the programming question. Here the solution you gave had Time complexity on O(n^2) since you were using nested for loops. However, with below solution we could find the solution with O(n).
    public static void main(String[] args) {
    int[] arr = {3,8,8,5,1,7,-8,0};
    int max = arr[0];
    for(int i = 0; i < arr.length; i++) {
    if(arr[i] > max) {
    max = arr[i];
    }
    }
    System.out.println("Larget num is : "+ max);
    }

    • @dinoburoh
      @dinoburoh Год назад

      Yes it's the efficient way

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

    Hi sir, in one of the company before taking interview they told to create functional, non-functional and UI testcases and execute all testcases and send report. we can create testcases for all but execution is possible for functional testcases only and for non fuctional how to execute testcases how to send report to them?

  • @manjugajre2939
    @manjugajre2939 Год назад

    Thank you very much sir ...Your all interview videos will help lot of people's to crack interview...hope in future you will get more number of views and subsribers....SUBSCRIBED SIR🙌

  • @syedrazvi5731
    @syedrazvi5731 Год назад +2

    Hi,
    Can u please upload some mock interviews related to Automotive Testing/ Automotive embedded domain.

  • @Naveenkumar-cr1ud
    @Naveenkumar-cr1ud Год назад +1

    Good interview

  • @aparnaappu5974
    @aparnaappu5974 Год назад

    Happy teachers day sir

  • @rohitgomase5754
    @rohitgomase5754 Год назад +3

    Happy Teacher's day sir....you r doing a great job. Your videos of mock interviews and your suggestions & tips after the interview are very beneficial for us. The way you take the interview keeps us updated to the current trend of que. & Scenarios.
    Thank you, keep doing this great work.

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

    Happy teacher's day, sir

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

    Hello sir...could u please make video on second round interview which is maneger round.

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

    Happy Teachers day Sir

  • @testingtotest3403
    @testingtotest3403 Год назад

    Hi , please also take quick year experiences. Intro type.

  • @sohelahmadkhan1775
    @sohelahmadkhan1775 Год назад

    Ohhh what happened today?
    Why I am getting so much calls from different companies for interview

  • @raushanimam9318
    @raushanimam9318 Год назад

    Sir ji I wanna do mock interview with you as fresher to get real life interview experience .
    Would you please?

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

    Sir..... I need second technical round interview video

  • @xyzhelper284
    @xyzhelper284 Год назад

    The solution is very simple
    int length=array_varname.length();
    Arrays.sort(array_varname);
    arra_varname[length-1];

  • @zeeshanahmad-tx5hw
    @zeeshanahmad-tx5hw Год назад +1

    Hello Sir..... I want to switch in IT but not having experience. How is possible? Suggest me... Some training provider and experience also...

    • @mohamedilyas8610
      @mohamedilyas8610 Год назад

      Please lesrn from RUclips tutorials itself. You will gain more knowledge than learning in institutes

    • @sarikasrivastava721
      @sarikasrivastava721 Год назад

      @user-ru4qg6lz8k... Brother
      Watch (Pawan sir ) SDET youtube VIDEOS.. you will easily be able to understand the QA program.
      He is a brilliant teacher.
      And watch RD automation for interviews.
      That's it.