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

Görev takipçileri ve gereksinim yönetim sistemleriyle çalıştınız mı?

172

Bir analist Scrum sürecine nasıl entegre edilir? Görevler nereden gelir?

171

Giderlerin varlık değerine dahil edilmesine (sermayeleştirme) ne ad verilir?

170

VEYA DEĞİŞTİRİN 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

166

Son tek bir muhasebe ve envanter uygulama projesinde ne yapmaktan hoşlandınız?

158

TrafficType alanının ne anlama geldiğini nasıl öğrenebilirim?

139

Bir analistin çalışma sürecini tanımlayın: Görevler nasıl ortaya çıkar, sonra ne olur?

136