لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
The script outputs too many results when it is queried against the Cisco Umbrella Reporting API. Which two configurations restrict the returned result to only 10 entries? (Choose two.)
A. Add params parameter in the get and assign in the {"return": "10"} value
B. Add ?limit=10 to the end of the URL string
C. Add params parameter in the get and assign in the {"limit": "10"} value
D. Add ?find=10 to the end of the URL string
E. Add ?return=10 to the end of the URL string
عرض الإجابة
اجابة صحيحة: BD
السؤال #2
Which step is required by Cisco pxGrid providers to expose functionality to consumer applications that are written in Python?
A. Look up the existing service using the /pxgrid/control/ServiceLookup endpoint
B. Register the service using the /pxgrid/control/ServiceRegister endpoint
C. Configure the service using the /pxgrid/ise/config/profiler endpoint
D. Expose the service using the /pxgrid/ise/pubsub endpoint
عرض الإجابة
اجابة صحيحة: BC
السؤال #3
Which URI string is used to create a policy that takes precedence over other applicable policies that are configured on Cisco Stealthwatch?
A. /tenants/{tenantId}/policy/system/host-policy
B. /tenants/{tenantId}/policy/system/role-policy
C. /tenants/{tenantId}/policy/system
D. /tenants/{tenantId}/policy/system/{policyId}
عرض الإجابة
اجابة صحيحة: S
السؤال #4
A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information. Which code completes the script?
A. URL = BASE_URL + "/find/exa\[a-z\]ple
B. URL = BASE_URL + "/find/exa\[a-z\]ple
C. URL = BASE_URL + "/find/exa\[a-z\]ple
D. URL = BASE_URL + "/find/exa\[a-z\]ple
عرض الإجابة
اجابة صحيحة: D
السؤال #5
A security engineer attempts to query the Cisco Security Management appliance to retrieve details of a specific message. What must be added to the script to achieve the desired result?
A. Add message ID information to the URL string as a URI
B. Run the script and parse through the returned data to find the desired message
C. Add message ID information to the URL string as a parameter
D. Add message ID information to the headers
عرض الإجابة
اجابة صحيحة: C
السؤال #6
The Cisco Security Management Appliance API is used to make a GET call using the URI /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_amp?startDate=2016-09-10T19:00:00.000Z&endDate=2018- 0924T23:00:00.000Z&device_type=esa&device_name=esa01. What does this GET call return?
A. values of all counters of a counter group, with the device group name and device type for web
B. value of a specific counter from a counter group, with the device name and type for email
C. value of a specific counter from a counter group, with the device name and type for web
D. values of all counters of a counter group, with the device group name and device type for email
عرض الإجابة
اجابة صحيحة: C
السؤال #7
The security administrator must temporarily disallow traffic that goes to a production web server using the Cisco FDM REST API. The administrator sends an API query as shown in the exhibit. What is the outcome of that action?
A. The given code does not execute because the mandatory parameters, source, destination, and services are missing
B. The given code does not execute because it uses the HTTP method "PUT"
C. The appropriate rule is updated with the source, destination, services, and other fields set to "Any" and the action set to "DENY"
D. A new rule is created with the source, destination, services, and other fields set to "Any" and the action set to "DENY"
عرض الإجابة
اجابة صحيحة: A
السؤال #8
In Cisco AMP for Endpoints, which API queues to find the list of endpoints in the group "Finance Hosts," which has a GUID of 6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03?
A. https://api
B. https://api
C. https://api
D. https://api
عرض الإجابة
اجابة صحيحة: A
السؤال #9
A Python function named "query" has been developed and the goal is to use it to query the service "com.cisco.ise.session" via Cisco pxGrid 2.0 APIs. How is the function called, if the goal is to identify the sessions that are associated with the IP address 10.0.0.50?
A. query(config, secret, "getSessionByIpAddress/10
B. query(config, "10
C. query(config, secret, url, "10
D. query(config, secret, url, '{"ipAddress": "10
عرض الإجابة
اجابة صحيحة: B
السؤال #10
What does the response from the API contain when this code is executed?
A. error message and status code of 403
B. newly created domains in Cisco Umbrella Investigate
C. updated domains in Cisco Umbrella Investigate
D. status and security details for the domains
عرض الإجابة
اجابة صحيحة: D
السؤال #11
Which URL returned the data?
A. https://api
B. https://api
C. https://amp
D. https://amp
عرض الإجابة
اجابة صحيحة: S
السؤال #12
After changes are made to the Cisco Firepower Threat Defense configuration using the Cisco Firepower Device Manager API, what must be done to ensure that the new policy is activated?
A. Submit a POST to the /api/fdm/latest/operational/deploy URI
B. Submit a GET to the /api/fdm/latest/operational/deploy URI
C. Submit a PUT to the /api/fdm/latest/devicesettings/pushpolicy URI
D. Submit a POST to the /api/fdm/latest/devicesettings/pushpolicy URI
عرض الإجابة
اجابة صحيحة: S
السؤال #13
What is the purpose of the API represented by this URL?
A. Getting or setting intrusion policies in FMC
B. Creating an intrusion policy in FDM
C. Updating access policies
D. Getting the list of intrusion policies configured in FDM
عرض الإجابة
اجابة صحيحة: U
السؤال #14
A network operator wrote a Python script to retrieve events from Cisco AMP. Against which API gateway must the operator make the request?
A. BASE_URL = “https://api
B. BASE_URL = “https://amp
C. BASE_URL = “https://amp
عرض الإجابة
اجابة صحيحة: C
السؤال #15
Which expression prints the text "802.1x"?
A. print(quiz[0]['choices']['b'])
B. print(quiz['choices']['b'])
C. print(quiz[0]['choices']['b']['802
D. print(quiz[0]['question']['choices']['b'])
عرض الإجابة
اجابة صحيحة: A
السؤال #16
What must be present in a Cisco Web Security Appliance before the script is run?
A. reporting group with the name web_malware_category_malware_name_user_detail
B. data for specified dates
C. reporting group with the name blocked_malware
D. data in the queried category
عرض الإجابة
اجابة صحيحة: A
السؤال #17
A security engineer created a script and successfully executed it to retrieve all currently open alerts. Which print command shows the first returned alert?
A. print(response[data][0])
B. print(response[results][0])
C. print(response
D. print(response
عرض الإجابة
اجابة صحيحة: B

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: