Normal Backend python django related question
Lead Backend Developer Interview Questions
9,388 lead backend developer interview questions shared by candidates
DB questions about relations Indexing and it’s types Connections pool Normalization vs de normalization What is Cors ?
Asked to solve Count and say Leetcode question.
We have a database table with insurance policies. This is managed by a service that exposes an API that our customers can use to create and modify policies. When a change is made to a policy, like for example the coverage limit being increased, we need to store both the old and the new revisions of the policy. The API needs to be able for any given time to return the state of the policy as it was on a given date. As an example, we have a 1 year renter's insurance policy starting January 1. On July 1, i.e. 6 months later, the policy (customer) decides to increase the coverage limit from $50K to $75K. We need to store the policy as it was before and after the change. How would you implement this? The backend is a relational database, but if you have other methods or data store types to solve this that you find to be better, feel free to use them. Columns: id, type, deductible, cov_limit, cov_start_date, cov_end_date, customer_id
- CLIIMING STAIRS - VALID PARANTHESIS - MISSING NUMBER
Related backend, Database, System design, Architecture
Give some coding exercise.
find string in substring; some basic system design diagram
Why you interested in this position
System Design question, 1. You are to design a backend system for a parking lot that is automated with lifts and robots.. they are trying to understand if you understood the problem statement. 2. Scale this to thousands of parking lots all over India, addressing millions of requests. Hypothetical ofcourse. But they are looking how you make modifications to your system and scale it.
Viewing 4951 - 4960 interview questions