How to make sure Integer Only store positive values
Internship Software Interview Questions
24,857 internship software interview questions shared by candidates
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.
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
Viewing 1931 - 1940 interview questions