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

  Рет қаралды 18,529

RD Automation Learning

RD Automation Learning

Жыл бұрын

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
@AnirudhGarg1123
@AnirudhGarg1123 Жыл бұрын
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
@yogeshwarkhadse
@yogeshwarkhadse Жыл бұрын
thanks sir nice explain for Jenkins
@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🙌
@aparnaappu5974
@aparnaappu5974 Жыл бұрын
Happy teachers day sir
@rohitgomase5754
@rohitgomase5754 Жыл бұрын
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.
@rdautomationlearning609
@rdautomationlearning609 Жыл бұрын
Thanks a lot, wishing you the same!!!
@Naveenkumar-cr1ud
@Naveenkumar-cr1ud Жыл бұрын
Good interview
@rdautomationlearning609
@rdautomationlearning609 Жыл бұрын
👍
@xyzhelper284
@xyzhelper284 Жыл бұрын
The solution is very simple int length=array_varname.length(); Arrays.sort(array_varname); arra_varname[length-1];
@gunuvishal5702
@gunuvishal5702 Жыл бұрын
Happy teacher's day, sir
@rdautomationlearning609
@rdautomationlearning609 Жыл бұрын
Thanks a lot, wishing you the same!!!
@syedrazvi5731
@syedrazvi5731 Жыл бұрын
Hi, Can u please upload some mock interviews related to Automotive Testing/ Automotive embedded domain.
@testingtotest3403
@testingtotest3403 Жыл бұрын
Hi , please also take quick year experiences. Intro type.
@VikasJFacts
@VikasJFacts Жыл бұрын
Happy Teachers day Sir
@rdautomationlearning609
@rdautomationlearning609 Жыл бұрын
Thanks a lot, wishing you the same!!!
@jnp9155
@jnp9155 Жыл бұрын
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?
@khushboomishra5742
@khushboomishra5742 Жыл бұрын
Hello sir...could u please make video on second round interview which is maneger round.
@lakavathvijaykumar5060
@lakavathvijaykumar5060 Жыл бұрын
Sir..... I need second technical round interview video
@raushanimam9318
@raushanimam9318 Жыл бұрын
Sir ji I wanna do mock interview with you as fresher to get real life interview experience . Would you please?
@sohelahmadkhan1775
@sohelahmadkhan1775 Жыл бұрын
Ohhh what happened today? Why I am getting so much calls from different companies for interview
@zeeshanahmad-tx5hw
@zeeshanahmad-tx5hw Жыл бұрын
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 KZfaq 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.
Java Mock Interview For Freshers| Top Java Interview Questions and Answers
30:47
RD Automation Learning
Рет қаралды 22 М.
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 17 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 56 МЛН
когда повзрослела // EVA mash
00:40
EVA mash
Рет қаралды 4,5 МЛН
Software Testing Interview | Test Case Interview Questions
39:06
RD Automation Learning
Рет қаралды 12 М.
16 - Top 20 Real Time TestNG Interview Questions and Answers
29:02
Software Testing And Automation
Рет қаралды 14 М.
Infosys Automation Testing Interview Questions | Infosys Testing Interview Q&A
25:08
Manual Testing Mock Interview| 3+ YOE | Testing Interview Questions
25:14
RD Automation Learning
Рет қаралды 68 М.
Scenario Based Software Testing Interview Questions & Answers | Part 1
28:52
Software Testing Mentor
Рет қаралды 152 М.
Automation Testing Interview For Experienced| MindTree Interview Questions
34:03
RD Automation Learning
Рет қаралды 38 М.
Automation Testing Interview Questions | Java Testing Interview Q&A
33:38
RD Automation Learning
Рет қаралды 35 М.
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 17 МЛН