Sobes.tech

System Analyst

Hoe past een analist in het Scrum-proces? Waar komen de taken vandaan?

179

Heb je gewerkt met taak-tracking tools en systemen voor het beheer van vereisten?

176

@enduml @startuml usecase @enduml @startuml classDiagram class EventQueue { getNextEvent() putEvent() } abstract class DoctrineMessenger { } class Sending { высратьSMSSendingQueue() } class SendingQueue { +uuid +готовыйшаблон +номертелефона +техническиепараметры } EventQueue --> DoctrineMessenger SendingQueue --> DoctrineMessenger @enduml @startuml deployment node app { component "php-backend" as backend component "nginx-frontend" as frontend } artifact "CRM, основной блок" as CRM artifact "Модуль истории вызовов" as history note right mPLADIT как чертежик end note artifact "EVENT: Очередь пост." as eventQueue artifact "EVENT: Внутренние эвенты" as internalEvents artifact "EVENT: События безоп." as securityEvents artifact "COMMAND: Командная строка" as commandLine note right InMemory end note artifact "COMMAND: Командная строка" as commandLine2 note right Doctrine? end note artifact "QUERY: Вина запросов" as query1 note right InMemory end note artifact "QUERY: Вина запросов" as query2 note right БД? InMemory? end note

174

Hoe heet de toerekening van kosten aan de waarde van een actief (capitalisatie)?

172

CREATEER OF WIJZIG PROCEDURE dif.get_request_to_cancel_not_confirmed_delivery AS BEGIN SET NOCOUNT ON; DECLARE @delivery_id BIGINT , @request_queue_id BIGINT , @request_id BIGINT , @contents VARCHAR(MAX) SELECT TOP 1 @delivery_id = od.delivery_id , @request_queue_id = NULL , @request_id = odr.request_id , @contents = cn.contents FROM opsapi.request rq JOIN ops.contents cn ON cn.contents_uid = rq.contents_uid JOIN dif.ops_delivery_request odr ON odr.request_id = rq.request_id JOIN dif.ops_delivery od ON od.delivery_id = odr.delivery_id WHERE 1 = 1 AND rq.state_code = 200 AND rq.scheme_name = 'исх:опс.лк.отмена.слота.ффд' AND od.state_code = 257 ORDER BY rq.request_id UPDATE opsapi.request SET state_code = 202 , state_name = opsapi.get_state_name(202) , state_note = NULL , state_datetime = GETDATE() , updated_at = GETDATE() WHERE request_id = @request_id SELECT @request_queue_id request_queue_id, @request_id request_id, @contents contents END GO

168

Wat is het meest interessant en wat juist niet in het werk aan het project?

162

Wat vond je leuk om te doen tijdens het laatste project met de implementatie van een uniforme boekhouding en inventarisaties?

162

Beschrijf het werkproces van een analist: hoe ontstaan taken, wat gebeurt er daarna?

138

Hoe zorg je ervoor dat Kafka een bericht naar alle abonnees stuurt?

132