Software Development Engineer Intern Interview Questions

2,288 software development engineer intern interview questions shared by candidates

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
Apr 30, 2022

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)
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
May 12, 2022

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)

1) Basic Array problem, easy question, to find if X array can be divided into two halves such that each half has atleast K sum 2) Basic String Matching, Can be solved in O(n^2) the constraints allow it 3) prefix suffix 4) sliding window
Aug 12, 2024

1) Basic Array problem, easy question, to find if X array can be divided into two halves such that each half has atleast K sum 2) Basic String Matching, Can be solved in O(n^2) the constraints allow it 3) prefix suffix 4) sliding window

Viewing 2071 - 2080 interview questions

Glassdoor has 2,288 interview questions and reports from Software development engineer intern interviews. Prepare for your interview. Get hired. Love your job.