How would you ensure high-frequency recording of SCADA tags through Kafka?
System Analyst
Is it better to start designing with the API or with the architecture?
There is a SOAP service. Which of the edits will not cause errors in existing clients? - Rename the existing element phone → msisdn - Change the type from string to int for an existing element - Change the namespace of the schema/operations - Add a new optional element (minOccurs="0") to an existing type - None of the options will avoid errors
Why are you looking for a job? What is your expected income?
How familiar are you with Kafka? Rate from 1 to 10.
Where in JSON Schema can you specify required? What are the options?
List the main types of UML diagrams
How does an access token differ from a refresh token?
Is there a difference in maintaining a schedule with history and without history of changes?
What UML diagrams have you used?
Tell me about your main responsibilities regarding documentation.
You mentioned BPMN diagrams — what tools did you use?
Explain the business process and the request path in the CAPEX project management system.
Can POST be used to retrieve data?
How is the process of work organized: how are tasks planned, for what period, who do you communicate with, and in what form do tasks arrive?
Imagine you need to design an API integration. Name the first three steps as a system analyst.
What does the authorization service return in the body of a successful response?
What types of files would you use for importing numbers?
What types of architectures have you encountered?
It would be incorrect: - You can send a body in a GET request - POST requests can be sent without a body - PUT completely overwrites the existing resource or creates a new one if absent - The UPDATE method partially updates the resource's state - DELETE is idempotent