Sobes.tech

System Analyst

¿Tienes experiencia trabajando con SQL y procedimientos almacenados?

194

¿Cómo se llama la asignación de costos al valor del activo (capitalización)?

184

@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

182

¿Cómo encaja un analista en el proceso Scrum? ¿De dónde provienen las tareas?

181

¿Has trabajado con rastreadores de tareas y sistemas de gestión de requisitos?

180

CREAR O MODIFICAR PROCEDIMIENTO dif.get_request_to_cancel_not_confirmed_delivery AS BEGIN ESTABLECER NOCOUNT ON; declarar @delivery_id bigint , @request_queue_id bigint , @request_id bigint , @contents varchar(max) seleccionar top 1 @delivery_id = od.delivery_id , @request_queue_id = null , @request_id = odr.request_id , @contents = cn.contents desde opsapi.request rq unirse a ops.contents cn en cn.contents_uid = rq.contents_uid unirse a dif.ops_delivery_request odr en odr.request_id = rq.request_id unirse a dif.ops_delivery od en od.delivery_id = odr.delivery_id donde 1 = 1 y rq.state_code = 200 y rq.scheme_name = 'исх:опс.лк.отмена.слота.ффд' y od.state_code = 257 ordenar por rq.request_id actualizar opsapi.request establecer state_code = 202 , state_name = opsapi.get_state_name(202) , state_note = null , state_datetime = getdate() , updated_at = getdate() donde request_id = @request_id seleccionar @request_queue_id request_queue_id, @request_id request_id, @contents contents FIN GO

176

¿Qué te gustaba hacer en el último proyecto de implementación de contabilidad única y inventarios?

172

¿Qué es lo más interesante y qué, por el contrario, en el trabajo en el proyecto?

171

Describe el proceso de trabajo de un analista: ¿cómo surgen las tareas, qué sucede después?

142

¿Cómo hacer que Kafka envíe un mensaje a todos los suscriptores?

140