Sobes.tech

System Analyst

Cum se integrează un analist în procesul Scrum? De unde provin sarcinile?

177

Ai lucrat cu trackere de sarcini și sisteme de gestionare a cerințelor?

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

Cum se numește atribuirea costurilor la valoarea activului (capitalizare)?

170

CREEAZĂ SAU MODIFICĂ PROCEDURA dif.get_request_to_cancel_not_confirmed_delivery AS BEGIN SET NOCOUNT ON; DECLARĂ @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

Ce îți plăcea să faci în ultimul proiect de implementare a contabilității unice și inventarizări?

162

Ce este cel mai interesant și ce, dimpotrivă, în munca pe proiect?

160

Descrie procesul de lucru al unui analist: cum apar sarcinile, ce se întâmplă apoi?

136