What are the pros and cons of pgx?
Golang
What characterizes subscribers in the Pub/Sub pattern?
What is the difference between JOIN and UNION?
Have you written anything with CTE (Common Table Expression, WITH)?
What problems can we face when designing a microservices architecture?
Tell us about yourself: how did you get into programming and about your last workplace.
How were guidelines for the number of columns in ORDER BY or the frequency of PARTITION BY (e.g., monthly) chosen?
How do you assess your grade?
// 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)
Tell us about advertising metrics: impressions, clicks, what metrics are there in general?
Where do you want to grow, what to work on, what experience to gain?
How does this project onto your service? How did all this grow and what reports were built?
Tell about your workflow: how tasks were assigned, which repository was used, what were the contours?
How many people are in your team, and how was the process for you?
How often were releases made? In small doses or large portions when closing a major task?
What SQL and NoSQL databases do you know?
Military ID?,
What are the drawbacks of using confluent-kafka-go with librdkafka under the hood?
Have you experienced deadline shifts, and why?
Increase the number of iterations to 12.