The interview process was good. However, even for a manager role, they were expecting complete answers and did not give any weightage to approach. They should also consider how a person approaches a given problem statement.
Technical Questions Asked in Oracle
What is the difference between throw and throws?
How many exceptions are there in Selenium?
What will be the output for the following code snippet? java String s = "Sachin"; s.concat("Tendulkar"); System.out.println(s);
Answer: The output will be "Sachin".
What happens when you add a value to a HashMap with an existing key?
Answer: It will replace the old value with the new value when you try to put a value using the same key.
What are the other ways to send keys to a Selenium WebElement other than the sendKeys() method?
What is Selenium WebDriver and explain its architecture.
Why do we use WebDriver driver = new ChromeDriver(); and not ChromeDriver driver = new ChromeDriver();?
Write the XPath of a web element using a following sibling.
Write a program for an array with 0's and 1's so that the output has all 0's first and then all 1's. Answer: This requires sorting the array. Write a program to sort the array.
How can we find broken links in Selenium, including links with an href attribute that is not null, but where those links point to pages like 404 or 500 (i.e., links should point to 200 series pages)?
The following metrics were computed from 1 interview experience for the Oracle QA Manager role in Noida, Uttar Pradesh.
Oracle's interview process for their QA Manager roles in Noida, Uttar Pradesh is extremely selective, failing the vast majority of engineers.
Candidates reported having very negative feelings for Oracle's QA Manager interview process in Noida, Uttar Pradesh.