1.
Which of these provides a simpler user interface for creating ad hoc reports, directed primarily at business users rather than developers?
Correct Answer
B. Report Builder
Explanation
Report Builder provides a simpler user interface for creating ad hoc reports, directed primarily at business users rather than developers. It is designed to be user-friendly and intuitive, allowing business users to easily create and customize their own reports without the need for extensive technical knowledge or programming skills. Report Builder offers a wide range of pre-built templates, drag-and-drop functionality, and a user-friendly interface, making it the ideal choice for business users who need to quickly generate ad hoc reports.
2.
What's the full meaning of RDL?
Correct Answer
B. Report Definition Language
Explanation
RDL stands for Report Definition Language. This is the full meaning of RDL.
3.
The following are the requirements for creating a Basic Table Report except
Correct Answer
A. A Text Editor
Explanation
The given requirements for creating a Basic Table Report include Microsoft SQL Server 2008 R2 with the AdventureWorks2008R2 database installed, SQL Server 2008 Reporting Services, and SQL Server Business Intelligence Development Studio. However, a text editor is not required for creating a Basic Table Report.
4.
RDL files are written in what language?
Correct Answer
B. XML
Explanation
RDL files are written in XML. XML (Extensible Markup Language) is a markup language that is used to store and transport data. RDL (Report Definition Language) is a file format used by Microsoft SQL Server Reporting Services to define the structure and layout of a report. XML is a suitable language for RDL files as it allows for the organization and representation of data in a hierarchical and structured manner.
5.
The following are different types of data sources in SSRS except
Correct Answer
D. IBM
Explanation
The given options list different types of data sources that can be used in SSRS. ODBC, Microsoft SQL Server, and Oracle are all valid data sources that can be used in SSRS. However, IBM is not a valid data source in SSRS. Therefore, the correct answer is IBM.
6.
There are how many stages of Enterprise Reporting Life Cycle?
Correct Answer
C. 3
Explanation
The correct answer is 3 because the question asks about the number of stages in the Enterprise Reporting Life Cycle. The options provided are 1, 2, 3, and 4. Since the question specifically mentions the stages, we can conclude that there are three stages in the Enterprise Reporting Life Cycle.
7.
Which programming language can be used to code embedded functions in SSRS?
Correct Answer
A. Visual Basic .NET Code
Explanation
Visual Basic .NET Code can be used to code embedded functions in SSRS. SSRS (SQL Server Reporting Services) is a reporting tool by Microsoft that allows users to create, deploy, and manage reports. Visual Basic .NET is a programming language that is commonly used for developing applications on the .NET framework. In SSRS, users can write custom code using Visual Basic .NET to create embedded functions that can be used in their reports for various purposes such as data manipulation, calculations, or formatting.
8.
A published report that accepts input values through parameters is called a/an
Correct Answer
D. Parameterized Report
Explanation
A published report that accepts input values through parameters is called a parameterized report. This type of report allows users to customize the report by providing specific values for the parameters, such as date range or product category. The report then uses these input values to generate the desired output, providing a more flexible and personalized experience for the users.
9.
The following are the Command Line Utilities available in Reporting Services except
Correct Answer
A. ·RX Utility
Explanation
The RX Utility is not a command line utility available in Reporting Services.
10.
There are how many different part(s) of RDL file
Correct Answer
C. 3
Explanation
The correct answer is 3 because an RDL file consists of three main parts: the report definition, the data source, and the report layout. The report definition defines the structure and elements of the report, the data source specifies where the data for the report comes from, and the report layout determines how the report will be displayed and formatted.