Do you know Ruby? In a string of 1s and 0s, how would you find the number of zeros. (allowed to search online if you don't know ruby)
Software Development Engineer In Test Sdet Interview Questions
3,736 software development engineer in test sdet interview questions shared by candidates
You have a function called two sums that return an integer array of the indices that add up to the target value (leetcode question)
how will you select the test cases for automation?
1st coding interview: Easy leetcode question. Palindrome sort of level 2nd coding interview: Mid leetcode question. Two-pointer sort of thing 3rd coding interview: Hard leetcode question. I am not even sure what the interviewer wanted here because he kept changing requirements to make it harder and harder, and he didn't bother to explain what he wanted me to do even after I asked
1. Write a program where input is - "aabbbccaabbbcc" and output should be "a2b3c2a2b3c2" 2. Selenium version u are using and difference between Selenium 3 and Selenium 4 3. Maven and questions on maven 4. Why do we need different types of 2XX series if the developer can make 200 itself to work for different type. ( he was looking for something other than the standard protocols or conventions used) 5. Git fetch vrs Git pull 6. Bare minimum things to in browser before every release to confirm that the application is free from security vulnerability. 7. in postman, what is the difference between access token and refresh token.
DSA, Project related, MCQs. Coding challenge was of medium level
1. Introduce Yourself 2. Automation Framework Explantation 3. Explain OOPs Concepts 4. Explain About OOPs Concepts in Automation Framework
Longest substring in the given string without repeating any duplicate characters EX: "ababcda" --> "abcd"
Find two strings are anagram
Refactor a solution using SOLID principles and write some automated test cases. You can use any language but I chose C#.
Viewing 1091 - 1100 interview questions