Sobes.tech

How do you structure your workday and prioritize tasks?

Junior — Middle
234

/* * Implement an EventEmitter. * With methods emit and on. * * on(eventName: string | Symbol, callback: (payload?: any) => void): * () => void; * Takes an event name and a callback function. * The function subscribes to the event. * The result of the function should be an unsubscribe function. * * emit(eventName: string | Symbol, payload?: any): void * Takes an event name and a payload that will * be passed to each listener of eventName; the function triggers the event. * If no listener is found, it should throw an exception. * * ------------------------------------------------------ * * Example: * const myEmitter = new EventEmitter(); * * const unSubscribe = myEmitter.on('event', (payload) => { * console.log('an event occurred!!!', payload); */

Middle+
234

Could you list the main types of tests used in software testing?

Junior — Middle
234

What criteria do you use when choosing a database management system for a new project?

Junior — Middle
233

Can you explain what is meant by an index in a database and what role it performs?

Junior — Middle
233

What would you do if you think a colleague's proposal is unsuccessful and needs improvement?

Junior — Middle
233

Can you explain what is meant by the isolation level in the context of databases?

Junior — Middle
233

What is the role of SQL and in what scenarios is it used?

Junior — Middle
233

Tell us about your completed projects and your experience working on them.

Junior — Middle
233

Explain the concept of virtual views in database management systems and their role in data handling.

Junior — Middle
233

What steps do you take to achieve your goals and objectives?

Junior — Middle
233

What should you pay attention to in a company that points out potential problems or shortcomings?

Junior — Middle
232

Have you had experience using or working with generics in programming?

Junior — Middle
232

Have you had experience with delays in the event processing cycle (Event Loop Latency)?

Junior — Middle
232

How can the binding mechanism be applied in development?

Junior — Middle
232

[name] asked: Where are you from?

Senior
231

What is the role of the triple equals operator in comparing values in a programming language?

Junior — Middle
231

When should you use an array inside a MongoDB document, and when should you create a separate collection (one-to-many)?

Senior
230

What number of active users used the application within this project?

Junior — Middle
230
/87