Will the following lines run and compile? Please explain: char p[4]; strcpy (p, "This is a copy"); What is the output of the following lines? How is it different from the question above? char *buf = new char[4]; strcpy (buf, "This is a copy");
Intern Software Engineer Interview Questions
9,360 intern software engineer interview questions shared by candidates
Write a program that inputs a number and outputs all the prime numbers less than that number. For example, if INPUT = 10 your OUTPUT should be 2 3 5 7 OR Write a program that reverses a singly linked list.
R&D statistics questions
Write a function to validate the integrity of a binary search tree.
The open-ended stuff as outlined above; was not fully expecting this for an intern position.
Since I'm finding an intern, they just ask me about my projects.
I believe that I must respect the company and its impressive interview process by not giving away explicit details about their interview questions. But either way, I certainly believe that if you have taken a good data-structures level course from a school with a good CS program, then you should probably be good to go.
Implement a BST.
The onsite interview was with the vice-president , director of engineering and senior engineer.
What programming languages are you comfortable with? Are you experienced with Linux? Name two accomplishments that you are proud of. What type of work would you like to do?
Viewing 6171 - 6180 interview questions