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 } ]
Software Developer In Test Interview Questions
375 software developer in test interview questions shared by candidates
Codility - Q1. When given a number, rearrange the digits in the number to return the biggest number possible. E.g. if given 123, program should return 321
blocks of code to initialize constructor, how we can create destructor?
What are metaclasses in Python?
Are you following Trendyol Tech on Medium
Python programming
Create an automation framework based on a random WebSite.
I was given a coding test before the interview, it was asking to do some data manipulation with the given CSV. Basically I need to read the CSV which contains first name, last name, email etc. I need to group the people with same or similar last name and a valid email address. I also required to provide at least one test case. This test is in Java with eclipse.
If you have an array of 0s and 1s, create an algorithm to move all the 0s to the left side and all the 1s to the right side.
Build and explain automation on an target website
Viewing 51 - 60 interview questions