nerdexam
Microsoft

70-466 · Question #91

You need to configure the SSRS data source. What should you do?

The correct answer is A. Use Windows credentials.. Configuring an SSRS data source with Windows credentials uses the authenticated Windows identity to connect to the data source, which is appropriate when integrated security is required.

Implement a reporting services solution

Question

You need to configure the SSRS data source. What should you do?

Options

  • AUse Windows credentials.
  • BPrompt the user for credentials.
  • CIn the data source configuration window, select the Credentials are not required option.
  • DStore the credentials.

How the community answered

(39 responses)
  • A
    87% (34)
  • B
    3% (1)
  • C
    3% (1)
  • D
    8% (3)

Why each option

Configuring an SSRS data source with Windows credentials uses the authenticated Windows identity to connect to the data source, which is appropriate when integrated security is required.

AUse Windows credentials.Correct

Selecting Windows credentials in the SSRS data source configuration causes the report server to use the Windows identity of either the report viewer or a configured service account via Kerberos or NTLM, ensuring that authentication is handled through the existing Active Directory infrastructure without storing plaintext passwords.

BPrompt the user for credentials.

Prompting the user for credentials requires interactive login each time a report runs, which breaks unattended or scheduled report execution scenarios.

CIn the data source configuration window, select the Credentials are not required option.

The 'Credentials are not required' option is only valid for data sources that support anonymous access; using it against a secured data source results in connection failures.

DStore the credentials.

Storing credentials embeds a specific username and password in the data source configuration, which introduces a credential management risk and does not leverage Windows-integrated authentication.

Concept tested: SSRS data source Windows integrated authentication configuration

Source: https://learn.microsoft.com/en-us/sql/reporting-services/report-data/specify-credential-and-connection-information-for-report-data-sources

Topics

#data source credentials#Windows authentication#SSRS data source#security

Community Discussion

No community discussion yet for this question.

Full 70-466 Practice