Send the below Nested JSON object as a POST request payload ``` { "author": { "lastname": "Doe", "firstname": "Jane" } } ``` Keep in mind: 1. Not to use it as hardcoded in the body method 2. Do Not refer to it as a string 3. Not to use as a file object
Qa Engineer Interview Questions
17,678 qa engineer interview questions shared by candidates
General initial screening questions followed by salary expectations.
How much important is work life balance for you
Asked for 3 programs to write and execute. 1. Sort array 2. Reverse string 3. Accurances in string
Write a function that prints out Folders and Documents in order with subsequent spaces each time you go deeper into a Folder. You have two classes: Folder and Doc both containing strings to their names. In the Folder class you have two arrays defined that will contain folders and docs respectively. e.g. Folder1(root) at first level. Doc1, Doc2, Folder2, Folder 3 at second level. And Folder2 has two children Doc 3 and Doc 4. Output should be similar to Folder1 Doc 1 Doc 2 Folder 2 Doc 3 Doc 4 Folder 3
How did you abide by design control requirements in your last position?
input = "abcd" Output1 = ['b', 'c', 'd', a''] output2 = ['d', 'b', 'a', c''] Output3= so on.. basically strings altered
what is the important bug you found in your career
How will I test a certain system
Is there something that can make you stand up and go away right now if you hear about our team? What are your strong 'DONT's?
Viewing 1211 - 1220 interview questions