Sobes.tech

Tech Support / L1-L3

What is DNS and how does it work? What are the main nodes in this system?

Principal
315

/** * 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
300

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

293

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

Principal
292

What is the difference between TCP and UDP?

Junior
281

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

Principal
277

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

Junior
272

Why is atomic called so and how does it work?

Principal
266

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

Principal
263

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

Middle
261

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

260

How to use embedding to simulate inheritance in Go?

Principal
257

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

Middle
256

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

254

What else needs to be checked in a more complex infrastructure (hundreds of servers, dozens of domain controllers)?

Middle
253

What else needs to be checked besides replication?

Middle
249
/8