group all words that have the same anagram together
Engineer Internship Interview Questions
23,885 engineer internship interview questions shared by candidates
Design questions. Printer.
Array medium question on leetcode
The HR asked what SDLC means and said whoever answered would get hired immediately but he said no one knew what it meant.
In your previous experiences, what technologies have you used?
Q: Given a binary tree, prove a data structure of your choice is just as efficient Q: Using C/C++, reverse a string using pointers Q: Write a basic parser for any one of the rules given a grammar (specific example I had): S > C A B | D A B A > aA | epsilon B > bA | b C > DAa | epsilon D > Db | CAA
Fizz buzz, palindrome , and basic OOP questions
I was prompted with standard behavioral questions.
2 Hackerrank questions , 1 was leetcode medium level and another hard level
Given the following code, why won't it work? Write one line to fix it int main() { uint8 x = 0; while (x < 255) { x = x + 2; print(x); // yes I know this is wrong } }
Viewing 1881 - 1890 interview questions