Sobes.tech

System Analyst

@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

Come si inserisce un analista nel processo Scrum? Da dove vengono i compiti?

171

Come si chiama l'attribuzione dei costi al valore dell'attivo (capitalizzazione)?

170

Hai lavorato con tracker di task e sistemi di gestione dei requisiti?

170

CREA O MODIFICA PROCEDURA dif.get_request_to_cancel_not_confirmed_delivery AS BEGIN SET NOCOUNT ON; dichiara @delivery_id bigint , @request_queue_id bigint , @request_id bigint , @contents varchar(max) seleziona top 1 @delivery_id = od.delivery_id , @request_queue_id = null , @request_id = odr.request_id , @contents = cn.contents da opsapi.request rq unisci a ops.contents cn su cn.contents_uid = rq.contents_uid unisci a dif.ops_delivery_request odr su odr.request_id = rq.request_id unisci a dif.ops_delivery od su od.delivery_id = odr.delivery_id dove 1 = 1 e rq.state_code = 200 e rq.scheme_name = 'исх:опс.лк.отмена.слота.ффд' e od.state_code = 257 ordina per rq.request_id aggiorna opsapi.request impostando state_code = 202 , state_name = opsapi.get_state_name(202) , state_note = null , state_datetime = getdate() , updated_at = getdate() dove request_id = @request_id seleziona @request_queue_id request_queue_id, @request_id request_id, @contents contents END GO

166

Cosa è più interessante e cosa, al contrario, nel lavoro sul progetto?

156

Cosa ti piaceva fare nell'ultimo progetto di implementazione di contabilità unica e inventari?

156

Descrivi il processo di lavoro di un analista: come emergono i compiti, cosa succede dopo?

136

Come fare in modo che Kafka invii un messaggio a tutti gli iscritti?

130