int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
Software Automation Testing Interview Questions
3,198 software automation testing interview questions shared by candidates
First Round Technical 1. Find all pairs from a given int array whose sum is equals to given number. 2. Given an integer array, move all zeroes(0) at the start of the array.
- About my previous experience - Framework design patterns (Not types of automation framework) - TestNG annotations - How to execute single @Test method parallelly on 3/4 instances of chrome browser - In above case, how to pass different data for each instance through DataProvider - What is Test and method in TestNG - We can achieve same functionality as DataProvider through Java (e.g. collections)--> Which one we should prefer and why? - Program to count each letter in String e.g. GlobalGlobant -->1. With collections, 2. Without collections - Program to Print ''Found" if 3 consecutive number found in int array - How to generate Testng.xml automatically - Maven commands for build generation - Use of Maven dependncies - When does jar files gets downloaded in case of Maven pom.xml - What happens if we change jar version in pom.xml in middle of the execution -
What is the difference between a HashMap and a HashTable?
According to you, what are the worst and best Rails testing practices? Given the GitLab codebase, can you come up with specific (as boring as possible) solutions that could improve this situation?
Globant - Online Test for Automation Testing
1. Coding questions to test if you can code a program. 2. OOP questions, such as 4 pillars of OOP. 3. Questions regarding your experiences from previous employment (if you have one), strengths, and weaknesses, etc.
Extract a particular node value (if present) given a certain dynamic XML Node Structure. This Node value has a specific value format.
Questions about past experiences
Selenium and Java related questions
Viewing 1901 - 1910 interview questions