Sobes.tech

DBA / Database

What is the difference between synchronous and asynchronous replication in Always On?

258

How do you understand that these specific indexes on these columns will help achieve performant queries? How do you determine high selectivity?

193

Have you ever had to automate processes? How did you identify slow queries and how was the optimization carried out?

193

If a user only needs to execute a stored procedure and nothing else, what permissions should be granted to them?

160

Among the listed query types (SELECT, INSERT, UPDATE, DELETE), which ones speed up indexes and which ones slow them down?

160

Tell me more about database security: users, logins, permissions — what did you do at the user level?

159

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

158

If a query has many conditions (for example, 10 columns in WHERE and JOIN) — what index would you create to improve performance?

158

Explain conceptually how indexes work in SQL. What types of database queries exist?

149

When monitoring performance, what else did you pay attention to besides slow queries? (CPU, I/O operations)

148

How to configure indexes in PostgreSQL to ensure fast search across all keys in a table?

147

Tell me about indexes: when you create them, when it is good, and when it is bad?

145

How did you manage user access rights to the database? How did you create user groups and assign permissions?

133

Tell me about the All-in-one approach in the project: did you create it yourself, when was it used, how many were there?

97