Exam 1Y0-312 All QuestionsBrowse all questions from this exam
Question 17

Which PowerShell cmdlet is used to check the connection string, which connects the Citrix Delivery Controller to communicate to the site database?

    Correct Answer: B

    The Get-BrokerDbConnection cmdlet is used to retrieve information about the connection string that connects the Citrix Delivery Controller to the site database.

Discussion
rikiliOption: B

B should be correct. It's clearly stated here https://developer-docs.citrix.com/projects/delivery-controller-sdk/en/latest/Broker/Get-BrokerDBConnection/

hoortizrOption: B

B is the correct answer, it only works on onpremises

mco_wOption: B

Correct Answer is B - Get-BrokerDbconnection Output looks like: Server=MYSQL01\SQLEXPRESS;Initial Catalog=CitrixSITENAMESite;Integrated Security=True