SWE interview experience for openai

status: rejected.


## behavioural, 1 hour

regular questions
* why openai
* conflict resolution
* share example of when you did something outside of your role
* etc. etc.

## technical deep dive, 1 hour

30 mins presentation over a topic, followed by 15 mins Q&A.

## system design 2, 1 hour

design slack, how to deliver a MVP in 2 weeks. how would we do message delivery scalability/reliability

## coding 2, one hour

implement a DB. add where clause, order by, delete command (via tombstone, LSM) etc

# screening

## system design, 1 hour

* implement a webhook platform. create a webhook request. (cxid, json blob). url is queried from serviceB. retry for 24 hours

## coding, 1 hour

* define an templatized iterator supporting suspension, resumption
* TDD: test driven development. write testcase to verify the behaviour first, followed by implementation.
Comments (5)