Sobes.tech

System Analyst

To select clients from the Customers table who have at least one order in the Orders table, which query will do this correctly? SELECT * FROM Customers WHERE id = (SELECT customer_id FROM Orders); SELECT * FROM Customers c JOIN Orders o ON c.id = o.customer_id; SELECT * FROM Customers, Orders WHERE Customers.id = Orders.id; SELECT * FROM Customers WHERE id IN (SELECT customer_id FROM Orders);

201

You mentioned mega services responsible for something. What exactly?

Middle+
201

Have you used Requirements Yogi in Confluence?

Middle
201

Tell about your experience with integrations. Provide examples.

Middle
201

Have you worked with C4 before?

Senior
201

According to which standard did you describe the REST API? How to make POST idempotent?

Middle
201

Task: you are a marketplace analyst for selling tables. You need to implement a backend for a detailed information page for a specific table. What integration would you use and what should the analytics contain for the developer and tester?

Middle+
201

What architectural components should a guitar tuning system consist of?

201

Have you ever faced a situation where the business insisted on a solution you considered wrong? How did you handle it?

201

Why are the warehouse, manufacturer, and supplier stored in separate tables rather than in the Table table?

Middle+
201

What types of data are there in JSON?

Middle+
201

How do you understand the task of creating a unified technical database for a product?

201

What is the main problem of the chosen solution structure - Lack of semantic tags reduces accessibility and SEO effectiveness - No <h1> header on the page - Absence of <section> tag for block logic - Lack of structure in page sections - Buttons are not semantically grouped - Excessive nesting of <div> elements

201

How did requirements come? From the product side or other analysts?

Middle+
201

Does your sales experience help you in your current role as an analyst?

201

Have you worked on projects from scratch or did you join an already running project?

Middle
201

Have you participated in analyzing and troubleshooting industrial environment (production) incidents?

200
/138