Array medium question on leetcode
Software Engineer Summer Internship Interview Questions
23,925 software engineer summer internship interview questions shared by candidates
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?
To describe a project you did in the past.
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 } }
Know how to work with bits.
Viewing 1871 - 1880 interview questions