What is your preferred specialty?
Software New Grad Interview Questions
6,138 software new grad interview questions shared by candidates
Explain to me your most proud project and what you learned from it.
When you type a URL in a Browser, the desired web page gets displayed. What processes take place behind the scene?
Tell me about a nurse you met you'd like to be like?
Why did you want to become a nurse?
Tell me about yourself?
How to reverse a linked list with your eyes closed?
Standard data structure, system design questions.
Given an array of integers (not sorted), find the kth largest number. Make it O(n)
Implement a function to merge 2 sorted arrays into a third array. Followup, to do in-place considering one array can contain all the elements. Third problem was to reverse a linked list. First problems I coded in java for the third he wanted to use C/C++ (to see how I do with pointers).
Viewing 581 - 590 interview questions