You are given an analog clock. Calculate the minimum degree angle between the hour hand and minute hand for any time.
Software Development Engineer Test Interview Questions
5,412 software development engineer test interview questions shared by candidates
Selenium questions Difference between driver.quit() and driver.close(). Difference between implicit wait() and explicit wait () in Java. Describe the Automation framework. what is the output of these two print statements in java? System.out.println("Hello, World!"+ 12 +150); System.out.println(12 + 150 "Hello, World!"); Replace or create a new json object in the array? Array [ { "name" : "bob", "status" : "Active" // change key "status" to output and "Active" to true -- something like that } ]
How would you handle situation when someone disagree with you?
Basic query around java, selenium, rest assured.
Remove a character from a string
Question related to testing & programming
Mainly questions relating to data structures and testing them in extreme cases.
question on how to store many data types in 1 type
Should we ship the product that has known bugs and issues?
The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Viewing 681 - 690 interview questions