What is the Big O notation for the following program?
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
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)
Quick Sort code
Memorize a sequence of numbers.
Memorize a sequence of numbers
String parsing type questions leetcode easy.
Describe a scenario where you had to act decisively
Given a infix expression (string) convert it to postfix
Viewing 2741 - 2750 interview questions