1. Online Assessment I: 2. Online Assessment II: work simulation 2. Behavioral Questions: (1) work within a tight deadline? follow up: if you can go back and given sufficient time, what would you do? (2) work out of responsibility (3) put yourself forward (3) put yourself forward
Software Engineer Summer Intern Interview Questions
9,349 software engineer summer intern interview questions shared by candidates
tell me about a time you failed
Tell me about a time where you had to transfer ownership of a project. Tell me about a time where you had to take risks without having all the information. Leetcode medium problem
I got the knapsack question during my live coding interview.
Matrix Problem, rotating it 90 degrees
2.Code Question 2: Amazon Engineering maintains a large number of logs of operations across all products. A software engineer is debugging an issue in product. An efficient wat yo analyze logs is to write automated scripts to check for patterns. The engineer wants to find the maximum number of times a target word can be obtained by rearranging a subset of characters in a log entry. Given a log entry s and target word t, the target word can be obtained by selecting some subset of characters from s that can be rearranged to form string t and removing them from s. Determine the maximum number of times the target word can be removed from the given log entry. Note: both strings s and t consist only of lowercase English letters
Behavioral questions: past experiences and projects Coding questions: design a data structure to implement an imaginary feature (1st interview), design an algorithm to process some files efficiently (2nd interview)
Implement a queue using only stacks.
Asked about my Undergrad thesis
I'm not sure I should say, but it seemed like the questions in "Cracking the Coding Interview".
Viewing 8851 - 8860 interview questions