What are your strengths and how do they manifest in your work?
System Analyst
Is a linking table needed between users and promo_codes?
Is it correct to attach an index to each column of a large table? What are the features?
What are the functional requirements besides user story and use case?
What criteria do you use when choosing an HTTP method?
Have you worked with SQL? At what level?
select * from a inner join b on a.a=b.b
How do your team conduct grooming sessions?
What changes are required in the API when adding promo codes?
If you need to filter data by many parameters, how would you implement such an API?
A system drops events to Kafka with business data, and you need to fetch this data. What will you write in the description?
What is a message broker used for?
Design a solution for a book reservation webpage in a network of bookstores: select city and store, list books with filtering, reserve by phone number, notify via SMS. Describe functional requirements, build an ERD diagram, write an SQL query, and a JSON response.
Tell me more about configuring system prompts for e-chat. Structured, without fluff.
What HTTP response codes would you suggest for this API and when are they used?
Can you sketch a simple example of an OpenAPI specification for an API that returns the risk segment value based on the client ID?
Besides the idempotency key, what other ways are there to ensure idempotency?
What will be transmitted in the body of the POST request for confirmation?
If the UUID is valid but the client is not found in the database — what will the API return?
Tell about your experience designing data models. Have you ever developed a data model from scratch?