I was asked basic computer science theory questions for the behavioral questions. I was also asked about my project which was a REST API service. The technical question was a Leetcode easy.
Software Developer Co Op Interview Questions
626 software developer co op interview questions shared by candidates
If I have a fair, shuffled deck of cards without jokers, what are the odds that if I pull the top two cards from the deck, that they are a pair?
How do you reverse a string of characters not using a secondary string.
Describe a time you had to take a leadership role?
Given a string and number,make a new string that is the concatination of the input string for the number of times
What would you do if you saw an employee doing something dishonest.
How can you have constant time insertion and lookup in a linked-list?
In java, can you access static variables of a class that is never instantiated?
Given an array, write a function to output the ranking of each value in the array. Equal values should have the same ranking. For example: input of [25, 7, 54, 90, 7] should result in [2, 1, 3, 4, 1]
What are the main characteristics of object oriented programming?
Viewing 41 - 50 interview questions