Write the code or pseudo code for a LRU cache.
Software Engineer Principal Interview Questions
2,045 software engineer principal interview questions shared by candidates
Given some files with size and collection, design a file system that generates a summary like the total size per collection for top k collections. https://leetcode.com/discuss/interview-question/1508471/code-design-file-processing-scenario
Q: You need to build a Jira board. Describe your approach, edge-cases, etc. Q: How do you deal with the Tech Debt?
coding: Observe an online snake game, figure out how it works, write a working interface for your own snake game.
Check the LeetCode, filter by Atlassian.. just practice those.. Question will be from that only.. nothing new.. it was a hash map problem.
Take a stream of 'upvotes' and 'downvotes' on particular pieces of 'content', and then return the ID of the most 'upvoted' piece of content
Standard coding questions from their limited set of problems, Design Tagging system
How to code a median filter without actually telling you it's a median filter... for real. They were trying to be purposefully tricky about it by doing a poor job of explaining it without naming it.
How would you diagnose a web page becoming very slow
Given a database of flights from source and destination, time taken and price. Source Destination Price Time Airlines Delhi Mumbai 5000 120 min Indigo Mumbai Chennai 3000 60 min Indigo Mumbai Blr 2500 60 min Vistara Delhi Blr 6000 160 min Vistara Blr Chennai 1500 45 min Vistara List all flights as per provided criteria, and the ability to sort by price and time. Eg. Delhi to Chennai can be 2 routes costing 8000 (180 min) and 7500 (205 min)
Viewing 1901 - 1910 interview questions