Ce se întâmplă după aprobarea funcției?
System Analyst
Ce înseamnă literele din RACI?
Ai experiență cu SQL și proceduri stocate?
Cum se integrează un analist în procesul Scrum? De unde provin sarcinile?
Ai lucrat cu trackere de sarcini și sisteme de gestionare a cerințelor?
@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
Care este diferența cheie dintre Kafka și RabbitMQ?
Cum se numește atribuirea costurilor la valoarea activului (capitalizare)?
Ce brokeri de mesaje cunoști?
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
Ești familiarizat cu matricea RACI?
Cum să faci o apelare API prin Swagger UI?
Ce îți plăcea să faci în ultimul proiect de implementare a contabilității unice și inventarizări?
Ce este cel mai interesant și ce, dimpotrivă, în munca pe proiect?
Ce este modelul Strangler Fig (distrugător)?
Cum să afli ce înseamnă câmpul TrafficType?
Cunoști entitățile principale ale Scrum?
Descrie procesul de lucru al unui analist: cum apar sarcinile, ce se întâmplă apoi?
Ce se folosește în Jira în contextul Scrum?
Cum face ca Kafka să trimită un mesaj tuturor abonaților?