.....


R. N.
Diese Lernkarten decken fortgeschrittene Themen in der Informatik ab, insbesondere im Bereich der Netzwerkautomatisierung und -programmierung. Sie konzentrieren sich auf Konzepte wie YANG-Modellierung, API-Interaktionen, Versionierung und Netzwerkkonfiguration, einschließlich der Verwendung von Tools wie Git, Docker und RESTful APIs. Die Karteikarten sind ideal für Entwickler und Netzwerkingenieure, die ihre Fähigkeiten in der Automatisierung und Programmierung von Netzwerkinfrastrukturen verbessern möchten, indem sie praktische Anwendungen und Best Practices lernen.
Cartes-fiches
90
Utilisateurs
1
Langue
Allemand
Catégorie
Informatique
Niveau
Autres
Créé / Mis à jour
12.04.2021 / 28.04.2021

Cartes-fiches

FILL BLANK -
Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?

TARGET_DIR=/usr/local/certs -
for f in '__________ __________'; do
__________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''

ls TARGET_DIR mv

Users cannot access a webserver and after the traffic is captured, the capture tool shows an ICMP packet that reports "communication administratively prohibited". What is the cause of this webserver access issue?

What is an advantage of a version control system?

A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?

What is the first development task in test-driven development?

What is the purpose of a firewall in application deployment?

A small company has 5 servers and 50 clients. What are two reasons an engineer should split this network into separate client and server subnets? (Choose two.)

----unsicher----

How does a developer create and switch to a new branch called "my-bug-fix" to develop a product fix?

What operation is performed with YANG model-driven programmability in NX-OS?

gRPC = HTTP/2

NETCONF = SSH

RESTCONF = HTTP/HTTPS

Cheks out, seems fine

Étudier