Question: please help ASAP GitHub and Git are undeniably similar. True or False? A) True B) False Question 17 (2.5 points) When developing an API, a


GitHub and Git are undeniably similar. True or False? A) True B) False Question 17 (2.5 points) When developing an API, a developer needs to consider the physical limitations of a system-that is, the bandwidth, the number of concurrent connections that can be routed, and how much data can be transferred between the system and its users. There is only so much data that can be pushed through a system. What mechanism can be used in this scenario to build a RESTful service? A) Caching B) Firewall C) Rate-limiting D) Timers E) Bufferring Which of the following modules will convert Yet Another Markup Language (YAML) code to Python objects? A) pyats B) pyang C) netmiko D) PYYAML Question 19 (2.5 points) What syntax would you use to open a text file to be written to? A) data =load("text.txt","w") B) open("text.txt", "w") C) data = open("text.txt", "w") D) load("text.txt", "w") Question 20 (2.5 points) In which language is the following code written? interface: name: GigabitEthernet2 description: Wide Area Network enabled: true ipv4: address: - ip: 172.16.0.2 netmask: 255.255.255.0 A) JSON B) YAML C) XML D) Python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
