Sobes.tech

What characterizes subscribers in the Pub/Sub pattern?

228

What is the difference between JOIN and UNION?

227

Have you written anything with CTE (Common Table Expression, WITH)?

225

What problems can we face when designing a microservices architecture?

225

Tell us about yourself: how did you get into programming and about your last workplace.

224

How were guidelines for the number of columns in ORDER BY or the frequency of PARTITION BY (e.g., monthly) chosen?

222

// Given an array of integers nums and an integer target // Find two numbers whose sum equals target and return their indices // Assume there is exactly one solution and you cannot use the same element twice // The answer can be returned in any order // Examples: // [2,7,11,15], target = 9, answer [0,1] (nums[0] + nums[1] == 9) // [3,2,4], target = 6, answer [1,2] (nums[1] + nums[2] == 6) // [3,3], target = 6, answer [0,1] (nums[0] + nums[1] == 6)

219

Tell us about advertising metrics: impressions, clicks, what metrics are there in general?

219

Where do you want to grow, what to work on, what experience to gain?

217

How does this project onto your service? How did all this grow and what reports were built?

213

Tell about your workflow: how tasks were assigned, which repository was used, what were the contours?

213

How many people are in your team, and how was the process for you?

212

How often were releases made? In small doses or large portions when closing a major task?

211

What SQL and NoSQL databases do you know?

211

What are the drawbacks of using confluent-kafka-go with librdkafka under the hood?

209

Have you experienced deadline shifts, and why?

209

Increase the number of iterations to 12.

207
/10