Solve either one the below coding question you have to move zeros either to end of the array or bring them to beginning of the array. For example, if {14, 0, 5, 2, 0, 3, 0} is the given array, then moving zeros to end of the array will result {14, 5, 2, 3, 0, 0, 0} and bringing zeros to front will result {0, 0, 0, 14, 5, 2, 3}. Solve without using For loop and without using a new blank array/collection. Write a Java program to replace all leading and trailing zeroes in a number without using Replace function. Eg. input - 0001120380.0000 output - 1120380, input - 00012.001200 output - 12.0012
Software Automation Testing Interview Questions
3,198 software automation testing interview questions shared by candidates
How to print even & odd numbers concurrently using thread? How to use Optional Parameter? If you have two generics defined of type string, int in main method, but you have to run only string one.How you will do so ? What is the difference between hiding method & overriding method? They said to write the code. Write a code to make a list of object type? They will give some test scenarios to write test cases. Some Automation basics. Some Sql queries like find the second highest salary from employee table.
abstract and interface difference. Oops concepts, testNg
TR2 questions. Usually from where you get the requirements for your Testing activity Criteria to automate About your automation framework Agile ceremony/meetings in agile About sprint duration What is the role of scrum master.. What is the basic code that be right for taking screenshot for fail steps If u have 3 or 4 objects, with same properties how do identify your required element In a table I have certain value I have to retrieve certain value how to write x path In selenium how many ways we can enter text Types of wait - fluent wait What are types of exceptions u faced till now How to handle exceptions When we need to use throws keyword to handle exception In excel sheet how you retrieve data What is the difference between find element and find elements
Selenium E2E for multi dropdown selection
Capgemini L1 Interview : 1. Does selenium support excel reading? 2. How you are reading excel in your automation? 3. If website taking time to load the home page after logged in how will you handle the time ? 4. can we automate the text color? 5. how to select value from dropdown using index. 6. how you deal with broken link? 7. If I enter username and pass and logged in , in welcome page if it's displayed as Welcome username, how will you validate the username is same or not? 8. how will you find the value in table? 9. how will you find the value in second row of the table? 10. which inheritance is not supported by java? 11. multiple inheritance is supported by what in java? 12. verify vs assert 13. If parent and child class have same method add() with same parameters, If in main class, I call add function , which function will execute?
test automation framework related questions
int Question : AABBBCCCCaaaaa , Expected output is below Output:A2B3C4a4
patterns programs + java and selenium basic questions
basic q selenium and java
Viewing 1041 - 1050 interview questions