Sobes.tech

System Analyst

Tell us about your experience — the first, current, or the most relevant to us?

204

If we have two parallel threads, how to display a parallel gateway — only at the branching or also at the merging?

179

Is it possible to bypass an exclusive gateway but still show the branching condition?

171

Provide an example of a memorable task: how it was formulated, what you did, what artifacts were the result, how it was handed over to development, and tell about the team.

164

{ "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" } } } } } } }

161

Construct a URL based on the data from the tables below to obtain client information: GET:/api/clients/information/... | Attribute | Data Type | Constraint | Description | Mandatory | |--------------|------------|----------------|--------------------------------------------------|------------| | clientId | string | maxLength: 64 | Client identifier | [1] | | Attribute | Data Type | Constraint | Description | Mandatory | |--------------|------------|----------------|--------------------------------------------------|------------| | requestInfo | array | maxItems: 200 | Set of systems to be queried for client information | [0..n] | | requestInfo | string | maxLength: 64 | Name of the system | [0..1] |

157

What elements were added to the BPMN diagram? Is there an example of a simple flow?

145

Tell about the overall scheme — what objects, what arrays, what is stored?

144

Do you check the code on an intuitive level or do you describe cases? Are acceptance tests and functionality demonstrations conducted?

143

Did you add new statuses to the status model — how exactly? What was the implementation? Hardcoded or a reference?

142

How did you participate in acceptance? What exactly was required from the analyst?

131