1) Given a array and a sum, find all the pairs in the array which have the given sum. 2) Given a BST you need to identify swapped nodes
Senior Development Engineer Interview Questions in Dubai
1,587 senior development engineer interview questions shared by candidates in Dubai
Given a string, konylabsinterview write a program to return bool if a given pattern matches.pattern example - kon*lab*terview*
Give a 2D rectangular array represented as a 1D arrary in row-major form, rotate the array by 90 degrees
One of the question was on Designing & Code a TTL Cache with some modifications
Probability of a knight making a valid move on NxN matrix in m steps.
Write a function that detects the first non-repeating character in a char array, and do so with only a single pass over the array.
How many balls can u place into a box out of 25 balls.Not mentioned anthing more than this...how funny is this :)
Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?
Coding round : If A,B,C are 3 non-zero digits(1-9), find all combinations of A,B,C such that AB * AB = CAB.
Write a program to remove vowels from a given string
Viewing 1 - 10 interview questions