System Design
Design a buy-now-pay-later system for GitHub.
Software Engineer
GitHub
Answers
Anonymous
15 days ago
My system will have the following components
a) Credit Check Service -> we use this to check the credit worthiness of the user
b) Collect Credit card infomraiton - which will then be authorized to be charged in installments at a later time
c) A scheduler which schedules a payment to be charged
Try Our AI Interviewer
Prepare for success with realistic, role-specific interview simulations.
Try AI Interview NowInterview question asked to Software Engineers interviewing at GitHub: Design a buy-now-pay-later system for GitHub..