Sobes.tech

Tech Support / L1-L3

What is ping? How is it measured?

Junior
326

What is the difference between arrays and slices in Go? How does the capacity of a slice change?

Principal
323

What is a subnet mask? What are ports used for in network protocols?

318

What is the difference between TCP and UDP?

Junior
314

/** * Repeating characters * * Write a function that takes a string as input and returns * for each unique character the maximum number of its consecutive repetitions. * * Input: qqffbbaaaffc * Output: a:4 b:1 f:2 c:1 * * Input: bbbbbb * Output: b:6 * * Input: abc * Output: a:1 b:1 c:1 * * Input: aabbcc * Output: a:2 b:2 c:2 * * Input: aaabbbccc * Output: a:3 b:3 c:3 * * Input: a * Output: a:1 * * Input: "" * Output: */

Principal
314

Task: How many usable addresses are there in a /29 mask in IPv4?

Junior
304

What do you mean by responsibility, what do you want to take on yourself?

Principal
297

Tell us about PKI and certificates — what operations have been performed with them?.

Middle
288

Can you build CI/CD pipelines from scratch to deploy a system? Automate support, deployment, updates?

285

What else will you check using repadmin? What are you trying to see?

Middle
283

Why is atomic called so and how does it work?

Principal
281

What else needs to be checked besides replication?

Middle
276

What is DDL, DML, DCL? What are their differences and examples of commands?

274

What are goroutines in Go? How do they differ from OS threads?

Principal
273

What is a domain and how is it related to DNS?

Middle
273

How to use embedding to simulate inheritance in Go?

Principal
271
/8