Sobes.tech

System Analyst

Model a situation: when two-factor authentication SMS code does not arrive. What could be points of failure?

244

You need to verify the integration of card authorizations between the banking system and external processing. Choose the most comprehensive testing approach: - Conduct final testing directly in the production environment - Check main operations via REST client - Only verify successful scenarios using API testing tools - Positive + negative scenarios + load testing

Middle
244

Describe the architecture of a server that handles user setting update requests.

Middle
244

What is the main problem with this implementation BEGIN; CREATE TABLE sneakers ( id SERIAL PRIMARY KEY, design JSON NOT NULL ); CREATE OR REPLACE FUNCTION process_sneaker_order(sneaker_id INTEGER) RETURNS VOID AS $$ BEGIN UPDATE sneakers SET design = jsonb_set(design, '{status}', '"Processed"') WHERE id = sneaker_id; END; $$ LANGUAGE plpgsql; INSERT INTO sneakers (design) VALUES ('{"colors":"red,blue", "status":"Pending"}'); PERFORM process_sneaker_order(1); -- COMMIT;

243

How have you worked with access rights on a project?

Middle+
243

What types of relationships are on an ER diagram?

Middle
243

Tell us about synchronous and asynchronous integration.

Middle+
242

Do you have experience working with SOAP or XML?

Middle
242

How can cashback be implemented in a banking application? Suggest implementation options.

Middle+
242

What is the difference between frontend and backend?

Middle
242

Can a competitor be a stakeholder?

242

What are XML and XSD schemas? Why do we create XSD schemas?

Middle+
241

Is the interaction synchronous or asynchronous when applying a promo code?

Middle
241

There are several services (three), and you need to add new functionality that affects all three. What are your actions, and what should you pay attention to?

Middle+
241

Is the POST method safe?

Middle
241
/137