Automating Data Center Solutions PracticeTest Questions 2023 - Part 8
1. Which two commands create a new local source code branch? (Choose two.)(Select 2answers)
A) git checkout -b new_branch B) git checkout -f new_branch C) git branch new_branch D) git branch -b new_branch
2. Which curl command lists all tags (host groups) that are associated with a tenant using the Cisco Stealthwatch Enterprise API?
A) curl -X GET -H'Cookie:{Cookie Data}'https://{stealthwatch_host}/smc-configuration/rest/v1/tenants/{tenant_id}/tags B) curl -X PUT'Cookie:{Cookie Data}'https://{stealthwatch_host}/smc-configuration/rest/v1/tenants/{tenant_id}/tags C) curl -X GET -H'Cookie:{Cookie Data}'https://{stealthwatch_host}/smcconfiguration/rest/v1/tenants/tags D) curl -X POST -H'Cookie:{Cookie Data}'https://{stealthwatch_host}/smc-configuration/rest/v1/tenants/tags
3. Which two statements describe the characteristics of API styles for REST and RPC? (Choose two.)(Select 2answers)
A) REST and RPC API styles are the same. B) REST-based APIs are used primarily for CRUD operations C) RPC-based APIs function in a similar way to procedures D) REST-based APIs function in a similar way to procedures.
4. Which two APIs are available from Cisco ThreatGRID? (Choose two.)(Select 2answers)
A) User Scope B) Curated Feeds C) Data D) Access
5. Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)(Select 2answers)
A) RSA private key with a key size of 1024 B) SHA256 hash of the message body, including empty message bodies C) RSA private key with a key size of 2048 D) SHA256 hash of the message body and message headers
Write a public review