Sobes.tech

SRE / Platform Engineer

What exactly did you check when calling the API: only the successful HTTP status or also the response content and business result?

584

1. Write a Python object "switches" in YAML format. 2. Transform "switches" so that it contains only "cisco" switches. 3. In the command standardise_macaddr, get the last host address in the network "172.16.0.0/28". 4. Parse "dhcp_snooping_table" into a list of dictionaries of the following form: ```python dhcp_snooping_table_parsed = [ { "mac": "00:E9:BC:3F:A6:50", "ip": "100.1.1.6", "interface": "FastEthernet0/20", }, { "mac": "00:E9:22:11:A6:50", "ip": "100.1.1.7", "interface": "FastEthernet0/21", } ] ``` 5. Write a class "NetworkSubnet" that has 2 methods: - get_subnet - returns the first available subnet of the specified length as an IPv4Network class object. - show_network_pool - returns a list of available subnets.

487

What is Multistage build in Docker and why is it needed?

465

How does the Go runtime process a million I/O-bound requests (e.g., in a proxying/API gateway service)?

Senior
458

Are you satisfied with a gross salary of [amount] rubles (before taxes)?

443

Did you design the network or just maintain the existing infrastructure?

428

How to deploy Kubernetes using Ansible?

Middle
411

What did the releases look like and how exactly did you participate in them?

399

What is a MAC address?

Middle
399

What does 'correcting a value in ConfigMap' mean?

Middle
387

The problem has been confirmed, what to do next?

383

Is the incident resolved, the service restored — is that all or is there something else to do?

377

What types of units do you know in SystemD?

Middle
372

How to update a package in Ubuntu?

Middle
369

How to correctly change the value of a ConfigMap so that the service sees it?

366

The contract specifies a 98% uptime requirement. What questions does this raise for you?

361
/17