Sobes.tech

System Analyst

Overall, what is important to you in a new project? If there are two offers, what will you consider when choosing?

Middle+
203

Why are only some steps numbered (1,2,3,4) on the diagram, while others are not?

Middle+
203

What is your experience with Python? Have you written simple scripts with loops or something heavier — pandas, matplotlib?

Middle
203

What attributes are important for the 'Loan' entity at the top level?

Middle
203

Would working on second-line support be a step back for you, considering your analytical experience?

203

-- 1. List clients without orders in the last month. -- Structure: -- customers (customer_id, name, registration_date) -- orders (order_id, customer_id, order_date, amount) SELECT DISTINCT c.customer_id, c.name FROM customers c LEFT JOIN orders o ON c.customer_id = o.customer_id and o.order_date >= DATE_TRUNC('month', CURRENT_DATE) - INTERVAL '1 month') WHERE o.amount IS NULL -- 2. Calculate the share of each subcategory in the total revenue of the category -- sales (product_id, category, subcategory, revenue, sale_date) -- Result needed: category | subcategory | share_of_category

Senior
203

Tell us why you decided to change your workplace.

Middle+
203

Which HTTP method is used to replace a single letter in the login of a personal account and why?

Middle
202

Why do some choose SQL databases?

Middle
202

Which employment format is preferred — TК or ИП?

Middle+
202

What notations do you work with in practice?

Middle
202

[Name] asked: in which city do you reside?

202
/138