Are two words palindrome of each other?
Junior Software Tester Interview Questions
34,948 junior software tester interview questions shared by candidates
Sql query: There is a table, called alphabet, a column in it as alpha, there are 6 rows in that column as a,b,c,d,e,f. I want to display feabcd in output
given two linked lists with a digit in each node, add the two linked lists together. the result must be a linked list with one digit in each node. use only one iteration of the two input lists.
The tech questions were easy if you had some practices (leetcode, etc). The behavior questions did catch me. Be prepared for some real QA scenario questions!
unix questions were difficult.....sql was easy....choose your skill carefully...i choose c so they asked only c questions....
find if 2 strings are anagrams
Code to find a missing number in an array
String Palindrom, reverse words in a string, find longest substring in a string, duplicate characters in a string and print the count of it.
Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
Given a string, konylabsinterview write a program to return bool if a given pattern matches.pattern example - kon*lab*terview*
Viewing 31 - 40 interview questions