How would you deal with the tight deadline?
Software Development Internship Interview Questions
212 software development internship interview questions shared by candidates
Q: explain how you embody the leadership principle of bias for action.
Live interview question: make a function that takes int as an input and returns the smallest number of steps it would take to get to one. (a step being one of the following: subtract by 1, divide by 2, divide by 3).
You are given a task to parse phone numbers out of a logfile on a linux system. How would you approach this task?
Implement a stack from the scratch. Add a method to return the min value of the stack, in addition to pop() and push().
Pretty easy questions. Seems like they were straight from Program Interviews Exposed, and basic data structure & OOP questions.
If a tree possess same tree node.
Given magazine cutouts (letters) and a ransom note, return True if the magazine cutouts can form the ransom note, False if not.
1. Tell me a time when your teammate challenges you. 2. Tell me a time when you act outside of your responsibility.
Exlpain how a web server works
Viewing 191 - 200 interview questions