Fizz buzz, palindrome , and basic OOP questions
Internship Software Engineer Interview Questions
23,667 internship software engineer interview questions shared by candidates
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.
Given a 2d array of student id and course, return all courses each pair of students is sharing. empty list otherwise.
Matrix and some array questions
I signed an nda to interview.
Q: K Largest Values, Print all Amicable Pairs
What are the 4 basics behind object-oriented programming?
Viewing 1861 - 1870 interview questions