Q: Why do you want to work in our company?
Engineers Interview Questions
842,048 engineers interview questions shared by candidates
If you have a large cube filled with N-cubed cubes and you remove the top layer of those cubes, how many cubes have you removed ?
Who is the CEO of Openreach
Same as others mentioned on glassdoor. 3 hour round is pawn only chess. 6 hour on-site has pair programming, leetcode and small one hour projects
There are 2 ropes not identical but their burning time is 60 mins.You have to measure 45 mins using both of them.
C Basics and Networking Concepts
a line of code has one logical bug in it, find the bug.
What are your 3 strengths and 3 weaknesses?
Given two words as Strings, determine if they are isomorphic. Two words are called isomorphic if the letters in one word can be remapped to get the second word. Remapping a letter means replacing all occurrences of it with another letter while the ordering of the letters remains unchanged. No two letters may map to the same letter, but a letter may map to itself. * * Example: * given "foo", "app"; returns true * we can map 'f' -> 'a' and 'o' -> 'p' * * given "foo", "boa"; returns false * we can map 'f' -> 'b', 'o' -> 'o', we can't map 'o' -> 'a' * * given "bar", "foo"; returns false * we can't map both 'a' and 'r' to 'o' * * given "turtle", "tletur"; returns true * we can map 't' -> 't', 'u' -> 'l', 'r' -> 'e', 'l' -> 'u', 'e' ->'r' * * given "ab", "ca"; returns true * we can map 'a' -> 'c', 'b' -> 'a' */
write a function and return true or false if there is a pair of number that sum up as 10.
Viewing 1341 - 1350 interview questions