Sobes.tech

In what cases is it undesirable to use a microservices architecture?

Middle — Middle+
218

What monitoring and analytics tools have you used in your projects?

Senior
217

What is the main purpose of using a framework in software development?

Junior — Middle
217

var i = 1; i < 5; i++ ) { setTimeout( () => console.log(i), 1000 ); } const userName = new MyComparatorConstructor('Sinichkin'); try { if (userName == "Ivanov" || prev == "Skidorov") { console.log('Access granted'); } else { console.log('Forbidden'); } } catch (error) { if (error instanceof ComparisonProhibited) { } } .valueOf() .toString() String.toPrimitive

Middle
216

In which cases is an index not used? When is it better to use a hash index instead of a B-tree?

Middle+
216

You found out through EXPLAIN ANALYZE that your queries are suboptimal. What are the most common causes of query inefficiency?

Middle
215

What is semantic search within embeddings?

Senior
215

What is the purpose of guards in programming and in what situations is their use justified?

Junior — Middle
215

How do JSON and JSONB differ in PostgreSQL?

Middle
214

Why does an async function return a Promise if called without await?

Middle+
214

What methods and approaches do you use to ensure security in your projects?

Junior — Middle
214

You are deploying a new feature to the test environment and it causes the test environment to go down. What will you do?

Middle
214

// 2. Formulate a query to select users who do not have a EUR wallet.

Middle+
213

Do you have ambitious plans for professional growth and skill development?

Junior — Middle
213

Why are you considering the offer now?

Senior
212

function fixed (f) { const me = this return function next (...a) { if (a.length < f.length) { return function (...b) { return next(...a, ...b) } } return f.call(me, ...a) } } export default fixed

Middle
212

Why is async/await needed?

Middle+
211

What methods can be used to detect and fix memory leaks in an application?

Junior — Middle
210

What affects the performance of a Node.js application?

Junior — Middle
209
/87