What exactly did you check when calling the API: only the successful HTTP status or also the response content and business result?
SRE / Platform Engineer
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.
What is Multistage build in Docker and why is it needed?
How does the Go runtime process a million I/O-bound requests (e.g., in a proxying/API gateway service)?
Are you satisfied with a gross salary of [amount] rubles (before taxes)?
Did you design the network or just maintain the existing infrastructure?
How to deploy Kubernetes using Ansible?
What is GitOps?
What did the releases look like and how exactly did you participate in them?
What is a MAC address?
What does 'correcting a value in ConfigMap' mean?
The problem has been confirmed, what to do next?
What is OpenStack?
Tell me about your experience, what you had to do, what tasks you solved?
Is the incident resolved, the service restored — is that all or is there something else to do?
What types of units do you know in SystemD?
How to update a package in Ubuntu?
How to correctly change the value of a ConfigMap so that the service sees it?
The contract specifies a 98% uptime requirement. What questions does this raise for you?