SSRS Interview Questions Download PDF

1 . What is SSRS?

1. SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. 2. It is used for preparing and delivering interactive and variety of reports. 3. It is administered through an web based interface. 4. Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. 5. SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) 6. SSRS allows are reports to be exported in various formats (Excel, PDF, word etc)


2 . Explain Reporting Life Cycle?

Reporting Services has mainly three phases: 1. Development of Reports (Developer) – First of all a report needs to be design which is primarily done by report developer 2. Management of Reports (DBA) – Once the Report is being developed, DBA need to ensure 3. Security – Only authorized user should access the report 4. Execution – How the report will be executed to optimize data sources performance 5. Scheduling of reports – so that report are executed on scheduled timings 6. Report Delivery (DBA + Developer) – Once the report is being developed and executed now the report should be reached to final recipients (business users) who are going to understand / analyze report data. if any changes, we again go back to development stage.


3 . Explain SSRS Architecture?

Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the following components: – Report Manager, Reporting Designer, Browser Types Supported by Reporting services, Report server, Report server command line utilities, Report Server Database, Reporting Services Extensibility, Data sources that is supported by Reporting Services.


4 . What are the Reporting Services components?

Reporting services components assist in development. These processing components include some tools that are used to create, manage and view reports. 1. Report Designer is used to create the reports. 2. Report Sever is used to execute and distribute reports. 3. Report Manager is used to manage the report server.


5 . SQL Server Reporting Services vs. Crystal Reports.

Crystal reports are processed by IIS while SSRS have a report server. Caching in Crystal reports is available through cache server. On the other hand, caching in SSRS is available for Report history snapshots. Crystal reports have standards and user defined field labels. SSRS allows only user defined field labels.


6 . How does the report manager work in SSRS?

Report manager is a web application. In SSRS it is accessed by a URL. The interface of this Report manager depends on the permissions of the user. This means to access any functionality or perform any task, the user must be assigned a role. A user with a role of full permissions can entire all the features and menus of the report. To configure the report manager, a URL needs to be defined.


7 . What are different types of roles provided by SSRS?

1. Browsers 2. Content Manager 3. My Reports 4. Publishers 5. Report Builder


8 . Name and Describe few console utilities for SSRS?

RSConfig.exe: Configuration of connection properties between the Report Server to the repository database. • RSKeyMgmt.exe: Management of encryption keys via command-line • RS.exe: Utility used for deploying the report on report server


9 . What are the drawbacks of reporting in SSRS?

For many years, Microsoft had no direct solution for reporting with the SQL Server besides Crystal Reports. Now, they have SQL Server Reporting Services, but it does have several drawbacks. It is still complex to understand the complete functionality and structure of this new component, and many users are still relying on the reporting application they are more familiar with, which is Crystal Reports. Also, components in SSRS like Report Builder and Report Designer are meant for different users for different aspects of the report process, yet complete understanding and exposure to both is important to utilize both functions fully and extensively. There are also issues when exporting very large reports to Microsoft Excel, as it can lead to a loss of data.


10 . What are the three different part of RDL file explain them?

In visual studio RDL files has three parts. 1. Data: It contains the dataset on which we write the query. Data set is connected with data source. 2. Design: In design you can design report. Can create tables and matrix reports. Drag columns values from source. 3. Preview: to check the preview after the report run.


Post Question Details

Ques. 5byg0p

Posted On: 4/29/2023 7:34:40 AM


Ques. b2q3bs

Posted On: 9/21/2022 7:04:39 PM