Refer to the exhibit.
Which two statements about the network diagram are true? (Choose two.)
A developer has created a new image to use in a Docker build and has added a tag for the image by using the command:
$ docker tag 84fe411926287 local/app:0.4
Which command must be executed next to build the Docker image using the tag?

Refer to the exhibit. Which HTTP code is returned after the RESTCONF query is executed?
A function my_func() returns True when it executes normally. Which python snippet tests my_func()?