Sobes.tech

System Analyst

Which DBMSs have you worked with, which ones have you used more or less, and at what level?

201

What is idempotency? How to achieve idempotency of a request in our case?

Middle+
201

Are you willing to consider a hybrid work format (with visits to the client)?

Middle
201

If there are three records in the first table and three in the second, how many records will be returned by a left join?

201

How does Bit.Finance differ from ERP?

Middle+
201

Did you do the testing yourself or did a tester do it?

Middle
201

Tell about yourself and your recent work experience.

Middle
201

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

How to solve the interaction problem of 100 microservices? What is an API Gateway and what does it do?

Middle
201

Have you used Requirements Yogi in Confluence?

Middle
201

Tell us about yourself, what have you worked on, what are you considering now, why are you looking?

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

Is there anything to add regarding the project? Would you like to highlight anything additionally?

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
/138