Write an algorithm for the "Go" board game that determines if the game is over or not.
Graduate Software Developer Interview Questions
1,326 graduate software developer interview questions shared by candidates
What would I change on booking.com website.
Classical questions that you can find on Hacker Rank or other platforms (easy to medium), data structures (heaps, hash tables, binary tree, trie, ...), algorithms (sliding window, sorting, ...). I would recommend to go to booking.com, look at all the features the website have, try to reverse engineer. All the questions I was asked were related to the booking.com website services, both algorithms and system design.
1)why Workday 2)tell me about your career 3) Have you ever used design patterns? 3) OO questions
Name a time where you went above and beyond in a project
Code question 1: A new Amazon intern encountered a challenging task. Currently, the intern has n integers, where the value of the ith element is represented by the array element values[i]. The intern is curious to play with arrays and subsequences and thus asks you to join him. Given n integer, array values, and an integer k, the intern needs to find the maximum and minimum median overall subsequences. Code question 2: The data science team at Amazon is facing a unique challenge. A portion of their data has gone missing from their database. However, they believe they can recover the lost data based on the following instructions: 1. The missing data is a permutation of the characters found in the string firstInfo 2. The missing data is lexicographically greater than the string secondInfo 3. The missing data is the lexigraphically smallest string that satisfies the above two conditions
Provided a list of lists of ordered strings, return the a single ordered list in an efficient way.
OA tasks were medium leetcode, technical interview question on algorithm finding third connection of an individual connection. 20 minutes to solve question while explaining thought process live to interviewer.
Tell us about a time you had to learn a new skill in order to complete your project.
Should be leetcode easy-medium. Given array of strings, for each string combine the words from the array that makes up a particular string.
Viewing 771 - 780 interview questions