November 13, 2018

Srikaanth

Samsung Electronics Most Frequently Asked Latest SSRS Interview Questions Answers

What Is Rs.exe Utility?

Rs.exe utility is used for deploying the report on report server. It is built in with the report server and can be customized.

Can We Run Reporting Services With Sql Server Express Edition, Which Is A Free Version Of Sql Server?

Yes we can. SQL Server Express Edition with Advanced Services support Reporting Services. These is the free version.

What Are The Tools Available In Market As An Alternative To Sql Server Reporting Services?

Non-Open Source

Actuate
Hyperion (BRIO)
SIEBEL-CRM
BusinessObjects
Oracle Express OLAP
Qlikview
Cognos
Informatica Power Analyzer
Proclarity
IntelliView
Dundas Chart for .NET
MS-Excel
SAS
MicroStrategies
Pentaho
Open Source

Jasper Reports
JFreeReport
BIRT (Business Intelligence Reporting Tools)
OpenReport
DataVision
Pentaho
Samsung Electronics Most Frequently Asked Latest SSRS Interview Questions Answers
Samsung Electronics Most Frequently Asked Latest SSRS Interview Questions Answers

What Is Reporting Lifecycle?

Generally a Reporting Services has three mainly three phases

Development of Reports (Developer): at first reports need to be developed and it is done the developers.

Management of Reports (DBA): When the Report is being developed DBA ensure the following things

Security: only authorized user should access the report

Execution: how the report will be executed to optimize data sources performance

Scheduling of Reports: so that report are executed on scheduled timings

Report Delivery (DBA + Developer): When the report is being developed and executed the report is transferred to the business users. They use it and if any modification is required the report is go back to the development stage.

What Is The Web Service Used For Reporting Services? What Is Reporting Services Web Service?

The web service used in reporting service or SSRS is Reporting Services Web service. With this Web service SSRS provides a single entry point to the full functionality of the report serve. These Web service uses SOAP (Simple Object Access Protocol) over HTTP and acts as a communications interface between client programs and the report server. The Web service and its methods represent the functionality of the report server and allow us to create custom tools for any part of the report life cycle (from management to execution).

What Are The New Features Of Sql Server 2008 R2 Reporting Service?

The SQL Server 2008 R2 has introduced a lot of new features. Some of them are given below

New Report Types – Table, Matrix, List, Chart, and Sub report
Some New Tools is added to report designer Toolbox
Report Data Panel – built in page numbers
Report Builder 3.0

What are sub reports and how to create them?

A sub report is like any other reports which can be called in main report and can be generate
through main report. Parameters can be passed from main report to sub report and basis of
that report can be generated.

What is the report model project?

Report model project is for creating Adhoc reporting. You can create the adhoc reports
through report builder. Report model project can be created on bids or report server. This
model can have simple view. And using

What is report server project?

Report Server Project contains the RDL file and it need to be deployed on report server to
view the report files to application and user.
It a solution where we design our reports. You can add it by going into BIDS clicking on
new item and then selecting reports server project. Once the solution is created you can start
creating reports.

What is Query parameter in SSRS?

Query parameters is mentioned in the query of the datasources that are to be included into the SQL script’s WHERE clause of the SQL that can accept parameters. Query parameters begin with the symbol @.The name should not contain spaces and can not begin with numeral. For clarity, we use only letters.

What are the Reporting Service Components in SSRS?

Report Designer: A place where we can create report. Report Server: Provides services for implementation and delivery of reports. Report Manager: A Web-based administration tool for managing the Report Server.

What is a matrix in SSRS?



A matrix is a data region linked to a report set. Matrix allows us to create crosstab reports with the report variables displaying on rows and columns. It allows us to drag and drop fields into it.
Subscribe to get more Posts :