Technical - Coding
Links:
- 14 Patterns to Ace Any Coding Interview
- Leetcode Patterns
- CodeWars
- Blind 75 (or via LeetCode)
- ClimbStairs (Fibonacci: T:O(1) S:O(1))
Technical - Situational
- I have a choice to make a web frontend integrate using a graphQL API or a REST API. Which one is better for long term maintenance of the application?
- I can integrate 2 different systems: either point-to-point or hub-and-spoke, or I can use a bus. What are the pro's and cons of each?
- What is a canonical API?
- I have 2 systems that integrate currently using dropped files. How would fix that? Should I fix it? What does it mean?
- I have a system that receives all of its input through EDI & I want to transit that system to one that is near real time. What infrastructure should I put in?
- I want to put an API interface onto my web services that are made available through either Azure or AWS. What is the necessary component that I should aquire from my cloud service provider in order to protect those API's from malware?
- I want to decide whether I should be using a relational database or a NoSQL database. Give the pro's and con's which one is faster for writing?