QVIA key 3

docx

School

Chandler-Gilbert Community College *

*We aren’t endorsed by this school

Course

825

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

5

Uploaded by ProfessorResolveWalrus38

Report
Q1: When was Docker initially released ?? The correct Answer is: None b 20 March 2013 The correct Answer is: None d 25 May 2013 e 20 March 2015 The correct Answer is: None Q2: Which character is used to indicate an end tag?? a * b / c < d None e ^ f None Q3: What language is an Ansible playbooks are written in by default?? a HTML format b XML format c None d None e JSON format f YAML format Q4: Which of the queries below will return 0 (false)??
a SELECT "EXPERTRATING" LIKE "EXP%" b All those will return 1 (true) c SELECT BINARY "EXPERTRATING" LIKE "Exp%" d SELECT "EXPERTRATING" LIKE "Exp%" e SELECT BINARY "EXPERTRATING" LIKE "EXP%" f None Q5: To program additional authentication logic besides available authenticator modules, _______________ can be used.? a Authentication Proxy The correct Answer is: None c WebHook Authentication d Keystone Password e OpenID Connect Tokens The correct Answer is: None Q6: Which of the following methods sends input to a script via a URL?? a None b Get c Both d None e None f Post Q7: How to delete a directory in Linux?? a None b remove
c None d rmdir e ls f delete Q8: If you exit a container accidentally, will you lose all the work?? The correct Answer is: None b False The correct Answer is: None The correct Answer is: None e True The correct Answer is: None Q9: Following Docker command: docker exec -it container_id bash is used to:? a Build an image b None c Activate default VM machine d Commit changes done in a Docker image e Access a running container f None Q10: Which of the following type of variables are floating-point numbers, like 3.14159 or 49.1?? a Integers b Strings c Booleans The correct Answer is: None
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
e Doubles The correct Answer is: None Q11: How to create a volume which docker container will use to store data.? a $ docker volume create b None c None d None e $ docker create volume f $ docker --volume create Q12: Which special namespace is used for special purposes like bootstrapping a cluster?? a None b kube-default c kube-public d kube-private e None f default Q13: How to restart the docker container with container id mentioned in the command.? The correct Answer is: None b $ docker res 109cb6nw The correct Answer is: None d $ docker rs 109cb6nw The correct Answer is: None f $ docker restart 109cb6nw
Q14: Volume mapping maps the host server's directory into the Docker container. The data will remain in a safe and accessible place if you do which of the following?? a re-create the container b delete the container c backup the container d break the container The correct Answer is: None f migrate the container Q15: You use a container, edit it, and update it? a None b False c None d None e True f None