Sobes.tech

DBA / Database

What is a transaction? Name the ACID principles.

Middle
209

Explain the phrase: 'Accept the things you cannot change' — what does it mean?

209

What timeout parameters do you know in PostgreSQL? Tell about lock_timeout, statement_timeout, transaction timeout, and session timeout.

Middle
209

BEGIN LOOP UPDATE table SET status = 'PROCESSED' WHERE category = 'OLD' AND ROWNUM <= 50000; EXIT WHEN SQL%NOTFOUND; COMMIT; END LOOP;

208

What is an autonomous transaction? How to use and declare it?

Middle
208

Tell us about the ACID principles — what does each letter mean: Atomicity, Consistency, Isolation, Durability?

Middle
207

Will using an indexed column speed up GROUP BY and ORDER BY operations?

207

What challenges were encountered during the creation of the Always On high availability cluster?

207

How to monitor replica lag from the master through the dashboard?

206

Tell me about ETL/ELT processes, dimensional tables, snowflake schema, and star schema.

Middle
206

What do you know about Apache Kafka?

Middle
206

Tell about your current position: responsibilities, team, infrastructure, tools.

205

How to perform a minor update of PostgreSQL in a Patroni cluster?

205

If a procedure is rolled back, will the result of the trigger (AFTER INSERT) that was fired within this procedure be preserved?

Middle
203

How do you determine that an index is needed for a query? How do you set up queries and what system tables do you use?

Middle
203
/12