Create a function that search a sequence of strings in a long string
Student Developer Interview Questions
970 student developer interview questions shared by candidates
167. Two Sum II - Input Array Is Sorted question similiar to 224. Basic Calculator
How does Wix make money
1. Shuffle an array in a random way, so all possible permutation will have same probability. 2. you get a sorted array of integers, and 1 double (avg). you need to find the subarray inside the array, with the average of the given double. 3. you get a list of collage courses and their pre-requirement courses. you need to create a possible courses flow. (Top-sort algo)
determine whether one linked lists is a sub-list of the other
What are some projects you've worked on? Why do you want to work at Epic? How did you find out about this position? Why are you interested in coding?
6. Which framework between Spring Boot and Django would you prefer if you have to handle a large number of concurrent users? (asking this from my previous job experience)
2. Check 2nd bit of an integer is 1? Write the code in C++
Tell me about a time you had to communicate with someone who made a mistake.
In the technical interview they asked about solving a problem where you get 2 arrays, one for integer numbers where the numbers in it can repeat themselves called "nums", and one for integer numbers as well called "data". You are asked to compute how many each number from nums show up in total in data and return the total sum of numbers from nums. Numbers can show multiple times in nums and in data as well and you need to take repeats into account.
Viewing 581 - 590 interview questions