Technical coding question
Sdet Interview Questions
4,409 sdet interview questions shared by candidates
Walking the binary tree. I wasn't expecting this question and should have brushed up on my trees a bit more.
What's engineering?
A GPS style nearest distance question
Showing some APIs and verify how I will test and expected results in various scenarios
1) Automate a workflow flow using Selenium Webdriver on HackerRank
Write a method to find if 2 strings are anagrams. Write code to give all possible phone numbers given the digits in the number. This is basically translating something like 1800-myinterview to actual numbers.
Trim a URL address by parsing it and if a "/../" string is obtained remove previous folder and print the final URL.
What is your favorite product?
I was asked to write an algorithm in C++ to sort an array. The function I was to write was to take in a string of letters "b" and "r". b = a red ball and r = a blue ball. The function was to return an integer with the least number of swaps needed to separate the balls to be next to their own colors... So for example, RBBR would return 1, since you only need to swap one of the letters to be RRBB or BBRR.
Viewing 1431 - 1440 interview questions