Can you describe a method in OpenAPI?
System Analyst
How to check that a BPMN diagram is correct and ready?
Which HTTP method is used to retrieve data?
Did you design integrations on your own or work in a team? Who was the project leader?
What is normalization and what is it for?
Have you worked with caching on the frontend and backend?
What are your current search criteria and wishes for a future employer?
{ "ClientInfo": { "type": "object", "required": [ "id", "firstName" ], "properties": { "id": { "type": "string", "maxLength": 255, "description": "Client identifier" }, "firstName": { "type": "string", "maxLength": 255, "description": "Client's first name" }, "lastName": { "type": "string", "maxLength": 255, "description": "Client's last name" }, "participantsLastModifiedDate": { "type": "string", "description": "Participant registration date in the system", "format": "date", "example": "[phone]T12:00:00.0000000" }, "participantsAddress": { "uniqueItems": true, "type": "array", "maxItems": 1000, "description": "Participant registration address", "items": { "type": "object", "properties": { "street": { "type": "string", "maxLength": 255, "description": "Street" } } } } } } }
How is asynchrony shown in BPMN?
What do you like and dislike about working as a systems analyst?
How does BPMN differ from UML?
Entities 'Client', 'Order', 'Product', and 'Payment'. Describe the data structure, relationships between entities, and justify the choice of storage model.
What is a Constraint in a database?
Which error code indicates a server error?
What should be done in case of a critical vulnerability in a mobile application, where data and tokens are transmitted unencrypted?
How do you usually verify the correctness of month-end closing? Which registers and reports do you look at first?
If the business asks to implement a new feature in a tight deadline, and the development says it's impossible with the current architecture — how would you act from a systems analyst role?
Can a primary key consist of a single field?
How do you prioritize when two urgent tasks arrive at the same time: changing legislation and urgently submitting a report with a stuck upload?
What are your steps if a task in a new topic comes as an abstract task?