Leetcode easy level question. Brute force is O(n^2), less optimal: O(n log n), most optimal: O(n)
Software Development Intern Interview Questions
2,987 software development intern interview questions shared by candidates
Write the function to decide if two dates are within 30 days or more.
They asked about how I would design a dictionary using data structures.
Test if a link list is a cycle.
The first interviewer asked me two questions: store each level of a binary tree in its own list. The other was a simple dynamic programming problem that requires some context The second interviewer was content with asking me one question about the shortest distance between two words in a document (word index).
Nothing unexpected.
Do I have any questions about working for Amazon
Implement a function that gives the Fibonacci number of a number that is passed into that function.
Q1) Reverse a singly linked list. Q2) Find if String A contains String B. Q3) Design a cache system on the local machine and on cloud to handle 1000's of images on cloud. Such that it takes minimum response time to respond to user query.
What does your stack look like?
Viewing 2911 - 2920 interview questions