Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Download Exam 500-710 Practice Test Questions with 100% Verified Answers [Q46-Q64]

Share

Download Exam 500-710 Practice Test Questions with 100% Verified Answers

Share Latest 500-710Test Practice Test Questions, Exam Dumps

NEW QUESTION # 46
Which application is integrated with the CMR solutions to provide for conference scheduling?

  • A. Cisco TMS
  • B. Cisco Prime Collaboration
  • C. Cisco Telepresence Server
  • D. Cisco Conductor

Answer: A


NEW QUESTION # 47
Which option is a method for controlling bandwidth within a subzone?

  • A. do not disturb
  • B. federation
  • C. authentication
  • D. interoperability

Answer: C


NEW QUESTION # 48
Which two options are requirements to use OAuth access tokens with Cisco Spark?
(Choose two.)

  • A. Services can request the access token only when the authenticated user grants permissions to this service.
  • B. Tokens must request access to servers before applications register to Cisco Spark.
  • C. Applications must register to Cisco Spark as a server to request access tokens.
  • D. Servers must register to Cisco Spark as an application to request access tokens.
  • E. Applications can only request the access token when the authenticated user grants permissions to this service

Answer: D,E


NEW QUESTION # 49
Which two steps are needed to initially log in to the Cisco Spark Management Portal? (Choose two.)

  • A. On the next page, enter the password and click Sign In again.
  • B. From your web browser, navigate tohttp://admin.ciscospark.com
  • C. Enter your username and click Sign In.
  • D. From your web browser, navigate tohttp://cisco.com/spark.
  • E. Enter the password a second time to confirm.

Answer: B,C

Explanation:
To initially log in to the Cisco Spark Management Portal, an engineer needs to follow these steps:
* From
your web browser, navigate to http://admin.ciscospark.com.
This is the URL for the Cisco Spark Management Portal, where you can manage your Cisco Spark services, users, devices, and settings1.
* Enter your username and click Sign In. Your username is the email address that you used to sign up for Cisco Spark1. You will be redirected to the Cisco Webex login page2.
* On the next page, enter the password and click Sign In again. Your password is the one that you created when you activated your Cisco Spark account1. You will be logged in to the Cisco Spark Management Portal2. References := https://www.cisco.com/c/en/us/about/help/login-account-help.html
* https://www.cisco.com/c/en/us/about/account.html


NEW QUESTION # 50
Which statement about Call Service Connect on a Cisco Spark Hybrid deployment is true?

  • A. Call Service Aware does not need be deployed to use Call Service Connect.
  • B. Call Service Connect does not require media traversal capabilities or licenses to be installed.
  • C. Mutual TLS can be used to deploy Call Service Connect, but it is not required.
  • D. Call Service Connect allows integration between Cisco Spark and Cisco Unified Communications Manager.

Answer: D


NEW QUESTION # 51
Which statement about setting up a call bridge cluster for a resilient and scalable Cisco Meeting Server deployment is true?

  • A. Call bridges can connect to databases in full mesh.
  • B. Only one call bridge should be configured per domain in a database cluster.
  • C. Call bridges only connect to the master database.
  • D. Call bridges can read/write to any database in a cluster at anytime.

Answer: A


NEW QUESTION # 52
Which description of the role of the conference alias in the Cisco Conductor is true?

  • A. It is dialed by a user and Conductor uses that alias to determine the conference template.
  • B. It selects the Expressway to be used for media traversal.
  • C. The conference template determines the bridge pool to be selected for a conference.
  • D. It determines the bridge pool to be selected for a conference.

Answer: A


NEW QUESTION # 53
Which two primary protocols does TMS use to communicate with endpoints and infrastructure? (Choose two.)

  • A. BFCD
  • B. SIP
  • C. SNMP
  • D. HTTPS
  • E. H.323

Answer: B,C

Explanation:
* TMS stands for TelePresence Management Suite, which is a software application that provides centralized management, scheduling, and monitoring of video conferencing endpoints and infrastructure1.
* TMS uses two primary protocols to communicate with endpoints and infrastructure: SIP and SNMP23.
* SIP stands for Session Initiation Protocol, which is a signaling protocol that is used to establish, modify, and terminate multimedia sessions, such as voice and video calls. TMS uses SIP to communicate with endpoints and infrastructure that support SIP, such as Cisco Unified Communications Manager, Cisco Expressway, Cisco Meeting Server, and Cisco TelePresence endpoints23.
* SNMP stands for Simple Network Management Protocol, which is a protocol that is used to monitor and manage network devices, such as routers, switches, servers, and endpoints. TMSuses SNMP to communicate with endpoints and infrastructure that support SNMP, such as Cisco TelePresence System MXP series, Cisco TelePresence Server, and Cisco TelePresence Conductor23.
* TMS also uses other protocols, such as HTTP/HTTPS, XML, and SOAP, to communicate with endpoints and infrastructure, depending on the type and version of the system23.
References := 1: Cisco TelePresence Management Suite - Cisco 2: Cisco TelePresence Management Suite Administrator Guide (15.13) - How Cisco TMS Communicates with Managed Systems 3: Cisco TelePresence Management Suite Administrator Guide (15.13) - Required Ports for Cisco TMS Communication : [Session Initiation Protocol - Wikipedia] : [Simple Network Management Protocol - Wikipedia]


NEW QUESTION # 54
Which two options are requirements to use OAuth access tokens with Cisco Spark? (Choose two.)

  • A. Tokens must request access to servers before applications register to Cisco Spark.
  • B. Services can request the access token only when the authenticated user grants permissions to this service.
  • C. Applications must register to Cisco Spark as a server to request access tokens.
  • D. Servers must register to Cisco Spark as an application to request access tokens.
  • E. Applications can only request the access token when the authenticated user grants permissions to this service

Answer: B,E

Explanation:
= OAuth is an open standard for authorization that allows applications and services to access resources on behalf of a user, without sharing the user's credentials. OAuth uses access tokens to grant permissions to applications and services to access the user's resources1. Cisco Spark supports OAuth 2.0, which is the latest version of OAuth2.
To use OAuth access tokens with Cisco Spark, you need to follow these steps2:
* Register your application or service to Cisco Spark as an integration. You will receive a client ID and a client secret, which are used to identify your application or service to Cisco Spark.
* Redirect the user to the Cisco Spark authorization URL, where the user can login with their Cisco Spark credentials and grant permissions to your application or service. The permissions are defined by the scopes that you specify in the authorization URL. For example, if you want to access the user's messages and rooms, you need to request the spark:messages_read and spark:rooms_read scopes.
* Receive an authorization code from Cisco Spark, which is sent to the redirect URI that you specify in the authorization URL. The redirect URI must match the one that you registered with Cisco Spark.
* Exchange the authorization code for an access token and a refresh token from Cisco Spark, using your client ID and client secret. The access token is used to access the user's resources on Cisco Spark, such as messages, rooms, people, etc. The refresh token is used to obtain a new access token when the current one expires.
* Use the access token to make API requests to Cisco Spark on behalf of the user. You need to include the access token in the Authorization header of your HTTP requests, such as Authorization: Bearer
<access_token>.
Therefore, the two options that are requirements to use OAuth access tokens with Cisco Spark are:
* C. Applications can only request the access token when the authenticated user grants permissions to this service. This is true because the user needs to authorize the application or service to access their resources on Cisco Spark, by logging in and consenting to the scopes that the application or service requests.
* E. Services can request the access token only when the authenticated user grants permissions to this service. This is also true because the service needs to obtain the user's consent to access their resources on Cisco Spark, by redirecting the user to the Cisco Spark authorization URL and receiving an authorization code.
The other options are not requirements to use OAuth access tokens with Cisco Spark, because:
* A. Tokens must request access to servers before applications register to Cisco Spark. This is false because tokens are not entities that can request access to servers. Tokens are strings that represent the permissions that the user grants to the applications or services. Applications or services need to register to Cisco Spark before they can request tokens, not the other way around.
* B. Servers must register to Cisco Spark as an application to request access tokens. This is false because servers are not the same as applications. Servers are physical or virtual machines that host applications or services. Applications or services are software programs that interact with Cisco Spark. Servers do not need to register to Cisco Spark, but applications or services do.
* D. Applications must register to Cisco Spark as a server to request access tokens. This is also false because applications are not the same as servers. Applications are software programs that interact with Cisco Spark. Servers are physical or virtual machines that host applications or services. Applications do not need to register to Cisco Spark as servers, but as integrations.
References := OAuth 2.0, Cisco Spark for Developers - Authentication


NEW QUESTION # 55
Which option is the first thing to occur when a source endpoint dials a destination endpoint?

  • A. An invite is sent to the Cisco Meeting Server.
  • B. An alert is sent to the SIP Server.
  • C. An alert is sent to the Cisco Meeting Server.
  • D. An invite is sent to the SIP Server.

Answer: D


NEW QUESTION # 56
Whichtwo administrative functions can a Cisco Spark Partner reseller perform from the Osco Spark Management portal? (Choose two.)

  • A. Enable Single Sign-On and Directory sync through corporate LDAP services on-premises.
  • B. Help to manage the customer accounts.
  • C. Quickly start customer trials.
  • D. Determine role-based access and view usage reports.
  • E. Determine Single Sign-On customer usage reports.

Answer: B,C

Explanation:
A Cisco Spark Partner reseller can perform the following administrative functions from the Cisco Spark Management portal1:
* Quickly start customer trials: A partner can create a trial account for a customer and assign licenses and services to the trial users. The partner can also monitor the trial status and usage from the portal2.
* Help to manage the customer accounts: A partner can view and edit the customer account details, such as the company name, address, and domain. The partner can also add or remove licenses and services, assign administrators, and manage billing and payment information3.
The other options are not correct because:
* Determine Single Sign-On customer usage reports: This function is not available from the Cisco Spark Management portal. The partner can only enable or disable Single Sign-On for a customer account, but not view the usage reports.
* Enable Single Sign-On and Directory sync through corporate LDAP services on-premises: This function is not available from the Cisco Spark Management portal. The partner can only enable or disable Single Sign-On and Directory sync for a customer account, but not configure them through corporate LDAP services on-premises .
* Determine role-based access and view usage reports: This function is not available from the Cisco Spark Management portal. The partner can only assign administrators to a customer account, but not determine the role-based access. The partner can also not view the usage reports of the customer account3.
References := 1: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cloudCollaboration/spark
/partnerportal/b_spark-partner-portal-user-guide.html 2:https://www.cisco.com/c/en/us/td/docs
/voice_ip_comm/cloudCollaboration/spark/partnerportal/b_spark-partner-portal-user-guide/b_spark-partner- portal-user-guide_chapter_0100.html 3: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm
/cloudCollaboration/spark/partnerportal/b_spark-partner-portal-user-guide/b_spark-partner-portal-user- guide_chapter_0101.html : https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cloudCollaboration/spark
/partnerportal/b_spark-partner-portal-user-guide/b_spark-partner-portal-user-guide_chapter_01011.html :
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cloudCollaboration/spark/partnerportal/b_spark- partner-portal-user-guide/b_spark-partner-portal-user-guide_chapter_01010.html


NEW QUESTION # 57
Which protocol is used to communicate codec capabilities and Real-Time Transport Protocol ports?

  • A. Real-Time Transport Control Protocol
  • B. H.460
  • C. Assent
  • D. Session Description Protocol

Answer: D

Explanation:
* The Session Description Protocol (SDP) is a protocol that defines a text-based format for describing the multimedia sessions and the media streams involved in them12.
* SDP is used to convey information such as the session name, purpose, originator, timing, media types, codecs, formats, transport protocols, ports, addresses, encryption keys, bandwidth, and other attributes12.
* SDP is typically used in conjunction with other signaling protocols, such as SIP, H.323, or RTSP, to establish and control the multimedia sessions12.
* SDP does not itself provide any mechanism for transporting the media streams; it only describes them. The actual media transport is done by protocols such as RTP, which uses the information provided by SDP to set up the appropriate ports and codecs12.
References := 1: Session Description Protocol - Wikipedia 2: RFC 4566 - SDP: Session Description Protocol


NEW QUESTION # 58
Cisco Meeting Server has several components that can be enabled to expand the functionality of the server.
Which component is used for interworking between different communication protocols?

  • A. web bridge
  • B. TURN server
  • C. XMPP
  • D. H.323 gateway
  • E. call bridge
  • F. load balancer
  • G. SIP edge

Answer: D

Explanation:
#
* Cisco Meeting Server is a software application that provides scalable, secure, and interoperable video, audio, and web conferencing on premises or in the cloud1.
* Cisco Meeting Server has several components that can be enabled to expand the functionality of the server, such as2:
* Web Bridge: This component provides web-based access to meetings using WebRTC or Cisco Meeting App.
* Load Balancer: This component distributes the load of incoming calls and web requests across multiple Call Bridges and Web Bridges.
* TURN Server: This component provides firewall and NAT traversal for media streams using the TURN protocol.
* H.323 Gateway: This component provides interworking between different communication protocols, such as SIP, H.323, and WebRTC.
* SIP Edge: This component provides secure SIP signaling and media encryption for external endpoints and servers.
* Call Bridge: This component hosts the conferences and provides transcoding, layout, and recording services.
* XMPP: This component provides chat and presence services using the XMPP protocol.
* The component that is used for interworking between different communication protocols is the H.323 Gateway2. The H.323 Gateway allows Cisco Meeting Server to communicate with endpoints and servers that use different protocols, such as H.323, SIP, or WebRTC. The H.323 Gateway can also provide protocol conversion, media encryption, and bandwidth management for the interworked calls2.
* Therefore, the correct answer is D. H.323 gateway.
References := 1: Cisco Meeting Server - Overview 2: Cisco Meeting Server Deployment Guide (2.9)


NEW QUESTION # 59
Which port does the Cisco Meeting Server use for SIP signaling from the call bridge to the H.323 gateway?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D


NEW QUESTION # 60
Which information can be retrieved from the Cisco event log on the Telepresence Server?

  • A. view and sort through conferencing events
  • B. view registration events
  • C. view packet loss, jitter, and latency of a call
  • D. view upcoming conferences

Answer: C


NEW QUESTION # 61
Which two elements of authentication credentials are stored in the local database of the Expressway? (Choose two.)

  • A. user authority
  • B. CA authority
  • C. username
  • D. crypto hash key
  • E. password

Answer: C,E

Explanation:
12, the Expressway can authenticate devices and users locally or remotely using different methods, such as passwords, certificates, or LDAP. When the Expressway uses local authentication, it verifies the credentials against its local authentication database, which stores the username and password of each account. The password is stored as a salted hash, which means that it is encrypted with a random value to prevent unauthorized access. The username and password are the two elements of authentication credentials that are stored in the local database of the Expressway. The other options, such as crypto hash key, user authority, and CA authority, are not stored in the local database of the Expressway. A crypto hash key is a value that is used to encrypt or decrypt data, but it is not stored in the local database. A user authority is a level of access or privilege that a user has on the Expressway, but it is not stored in the local database. A CA authority is a trusted entity that issues and validates digital certificates, but it is not stored in the local database. References :
= Cisco Expressway Administrator Guide (X14.0) - Device AuthenticationCisco Expressway Administrator Guide (X14.0) - User Accounts


NEW QUESTION # 62
Which two products are available as multipoint conferencing options in the CMR Premise platform? (Choose two.)

  • A. Telepresence Server
  • B. Cisco Meeting Server
  • C. Cisco Telepresence Multipoint Switch
  • D. Cisco Expressway
  • E. Cisco VCS

Answer: A,C


NEW QUESTION # 63
In an H.323 call that is not interworked, which three signaling protocols are routed through the Expressway?
(Choose three.)

  • A. RAS
  • B. H.254
  • C. Q.931
  • D. RTCP
  • E. H.245
  • F. RTP

Answer: A,C,E

Explanation:
In an H.323 call that is not interworked, meaning that both the caller and the callee are using the H.323 protocol, the Expressway acts as an H.323 gatekeeper and routes the following signaling protocols through itself:
* Q.931: This is the call signaling protocol that is used to establish, maintain, and terminate calls between any two H.323 entities. Q.931 messages are exchanged over a TCP connection between the endpoints and the Expressway. The Expressway can perform address translation, admission control, and call routing based on the Q.931 messages.
* RAS: This is the registration, admission, and status protocol that is used between an H.323 endpoint and the Expressway to provide services such as endpoint registration, address resolution, bandwidth management, and zone management. RAS messages are exchanged over a UDP connection between the endpoints and the Expressway. The Expressway can accept or reject registration requests, allocate bandwidth, and monitor the status of the endpoints based on the RAS messages.
* H.245: This is the control protocol for multimedia communication that is used to negotiate the capabilities, open and close logical channels, and exchange control and indication signals for audio, video, and data streams. H.245 messages are exchanged over a TCP connection between the endpoints and the Expressway. The Expressway can modify or enforce the capabilities, allocate ports, and relay the media control signals based on the H.245 messages.
The other protocols, such as RTP, RTCP, and H.254, are not routed through the Expressway in an H.323 call that is not interworked. RTP and RTCP are the protocols for sending or receiving multimedia information (voice, video, or text) between the endpoints. H.254 is not a valid protocol name, but it might be a typo for H.
264, which is a video coding standard that defines how video streams are compressed and decompressed.
These protocols are exchanged directly between the endpoints over UDP connections, without involving the Expressway. References := Cisco Expressway Administrator Guide (X14.0) - About H.323Cisco Expressway Basic Configuration Deployment Guide (X14.0) - H.323 Call Flow [Cisco Expressway Administrator Guide (X14.0) - Configuring H.323]


NEW QUESTION # 64
......

Positive Aspects of Valid Dumps 500-710 Exam Dumps!: https://www.braindumpsit.com/500-710_real-exam.html

First Attempt Guaranteed Success in 500-710 Exam: https://drive.google.com/open?id=1d8MEOy95-pT7iPKhTZ63veTnh2Yl1K7i