Have you ever worked with the NumPy library? Do you know what it is used for?
System Analyst
What is TOTP?
Tell about two or three key projects you participated in over the last 2-3 years. What was the product?
How does REST API differ from SOAP (XML API)?
The requirement 'display the balance amount no later than 3 seconds after a change' — what requirement is this?
What did the process of working with requirements look like? What was input and what was output? Did you have a product owner?
The rendering process is correct if it is assumed that a notation for modeling business processes was used? Yes No
If the business requests to add a security check stage to the order payment process, how should this be correctly represented on the diagram and which related systems will it primarily affect?
When analyzing changes in a banking system's card authorization module, you found discrepancies in PIN code processing logic between requirements and existing database code. What approach is most effective to resolve this situation?
What is the difference between REST and SOAP?
Blitz - 5 questions 2. In your opinion, what is more important: achieving significant goals or following rules and instructions? Timing: 1 minute
What language do you write scripts in Postman? Do you have experience with Groovy? What complexity JSON Path expressions do you use?
Is the project budget 253,000 gross, are you willing to consider?
@startuml autonumber "<b>[0]" box "inner system" #Khaki database "Kafka" as k participant "Microservice" as ms database "PostgreSQL" as db end box box "vendor" participant "System" as ws end box ms -> k: kafka reading ms -> ms: some logic ms -> db: data save db -> ms: saving result ms -> ws: POST/... ms -> k: commit offset @enduml
Tell about your experience starting from your first company. How did you manage to combine study and work from 2022 to 2024?
How do you distinguish a business requirement from a functional requirement? Provide an example in one case.
In which direction would you like to develop further, and what role would it be?
What criteria do you use when choosing a new job? What should a vacancy have to interest you?
If you have two tables with a many-to-many relationship, how is this implemented?
There is a column with numbers in a DataFrame, I want to convert it to string type. How to do it? And if not using astype?