Have you worked with requirements tracing?
System Analyst
Tell us how you use AI and what tools you use.
You are a system analyst for the Corporate Account Opening system for legal entities. A task has been received from the business customer: to implement an account opening service. The account opening service includes creating a contract and reserving an account. When opening an account, the client's contract was successfully created (saved in the database), but the reservation service returned a technical error. What requirements, as an analyst for the Corporate Account Opening system for legal entities, would you present to the Contract Functional Part (FP) and Reservation FP? Consider options for implementing an integration scenario, taking into account a distributed microservice architecture.
Describe the algorithm for retrieving a specific page from the database with filtering and sorting.
What does the treasury do in a bank?
What microservices did the backend consist of? Can you recall what services they were?
How to understand that the HTTP request headers have ended and the request body has started?
Integration with the new service does not exist yet — it needs to be developed. How does this change the approach?
How will you conduct a dialogue with a complex adjacent team when it is necessary to agree on integration?
There is a website with PDF books. To get a PDF, three parameters are needed: author, year, title. Users remember either the title or the author. How would you organize the search page and what API would you use to retrieve the PDF?
How does the release happen in the team?
Business speaks abstractly: I want no errors. What next?
Why did you choose post-control instead of preventive control at the application creation stage?
Tell us what sections your system analytics for the integration task consist of.
Tell me more about configuring system prompts for e-chat. Structured, without fluff.
What do you know about network protocols? Which protocols do you know and to what extent?
What are DLP systems?
Tell us what happened with your education and why it is not completed.
What data type should be used to transmit a date via API in JSON?
POST v1/videos/{userid}? { "page_size":"10", "page":"2" } Response { "summary": { "page_size":"10", "current_page":"2", "total":"100" }, "videos": [ { "name": "abc", "video_url":"[link]" }, { "name": "abd", "video_url":"[link]" } ] }