0

platforms and products Online Quiz - 44

Description: platforms and products Online Quiz - 44
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0
  1. One info source can have more than one source system assigned to it

  2. One info source can have more than one data source assigned to it provided the data sources are in different source systems

  3. Communication structure is a part of an info source

  4. None of the above


Correct Option: A,C

Select the statement(s) that is/are true about the data sources in a BW system:

  1. If the hide field indicator is set in a data source, this field will not be transferred to BW even after replicating the data source

  2. A field in a data source won't be usable unless the selection field indicator has been set in the data source

  3. A field in an info package will not be visible for filtering unless the selection field has been checked in the data source

  4. All of the above


Correct Option: A,C
  1. The table used to store the control parameters is ROIDOCPRMS

  2. Field max lines is the maximum number of records in a packet

  3. Max Size is the maximum number of records that can be transferred to BW

  4. All of the above


Correct Option: A

The indicator 'Do not condense requests into one request when activation takes place' during ODS activation applies to condensation of multiple requests into one request to store it in the active table of the ODS.

  1. True

  2. False


Correct Option: B

Select the statement(s) which is/are not true related to flat file uploads:

  1. CSV and ASCII files can be uploaded

  2. The table used to store the flat file load parameters is RSADMINC

  3. The transaction for setting parameters for flat file upload is RSCUSTV7

  4. None of the above


Correct Option: C

Which statement(s) is/are true related to Navigational attributes vs Dimensional attributes?

  1. Dimensional attributes have a performance advantage over Navigational attributes for queries

  2. Change history will be available if an attribute is defined as navigational

  3. History of changes is available if an attribute is included as a characteristic in the cube

  4. All of the above


Correct Option: A,C

Which of the following is not correct about Parallel development in Visual Studio 2010?

  1. Parallel programming means development of multithreaded applications to improve performance for multi processor architectures

  2. Parallel programming harnesses the computing power of manycore (multi processor) architectures

  3. Helps developers solve business problems and not concurrency problems

  4. VS 2010 will include technologies to simplify parallel computing for both native and managed code developers

  5. Provides common infrastructure for resource management and task scheduling for Parallel-aware applications


Correct Option: A

Which of the following is not true about Visual Studio 2010 text templates?

  1. Text template is a mixture of text blocks and control logic that can generate a text file

  2. Text template can generate file that can be text of any kind, such as a Web page, or a resource file, or program source code in any language

  3. Text templates can be used at run time to produce part of the output of an application

  4. Text templates cannot be used for code generation

  5. Whenever you edit the template during development, the template is transformed to a class which is compiled as part of the application


Correct Option: D
  1. Provides “Call Hierarchy”, a design time feature which enables a developer to select an entity or method and see how the code calls inwards or outwards or passes the entity in and out of the code section

  2. New VS 2010 Editor is rebuilt using Silverlight

  3. Provides “Highlight References” feature, which provides a visual representation of the references to a selected entity in the code without needing to use the “Find In Files” feature

  4. Navigate To feature to search for a symbol or file in the source code

  5. The Generate From Usage feature that lets you use classes and members before you define them


Correct Option: B
  1. Visual Studio 2010 includes new project templates for creating solutions that target Microsoft Office 2010

  2. You can create solutions for 32-bit and 64-bit versions of Microsoft Office 2010

  3. The code that you write in Office projects is the always same when you target the .NET Framework 3.5 or the .NET Framework 4

  4. You can combine multiple document-level and application-level office solutions and deploy them as a single package

  5. When you target the .NET Framework 4, it is now possible to deploy office solutions without the Office primary interop assemblies


Correct Option: C

Which of the following is not correct about Application Life cycle Management features in Visual Studio 2010?

  1. Visual Studio 2010 will support UML 2.1. All 13 diagrams of UML will be supported in Visual Studio 2010

  2. You can generate Use Case, Sequence, Class, Component, and Activity Diagrams

  3. The new Architecture Explorer provides architects and developers a mechanism for visualizing code assets in a number of ways including graphs, stacked diagrams and dependency matrices

  4. Layer diagram feature enables to define the high level architectural layers of the system in visual representation and allows to check these constraints automatically during implementation phase

  5. Microsoft Test Runner enables to take a snapshot of the system data, including OS version and Service Pack and other pertinent system data and also capture images of the application under test, or even partial or full screen video of the test being run.


Correct Option: A
  1. Search in the Breakpoints window, label breakpoints, import and export breakpoints

  2. There is no support for debugging mixed-mode native and managed code on 64-bit operating systems

  3. You can use the Parallel Stacks and Parallel Tasks debugger tool windows to visualize and debug parallel code that is written in C++, C#, or VB

  4. A newly redesigned Threads window provides filtering, call-stack searching and expansion, and grouping

  5. WPF debugging enhancements include enhanced tracing to view events in your WPF application and WPF Tree Visualizer to inspect and search the WPF tree


Correct Option: B
  1. You can develop SharePoint solutions with SharePoint project type templates and SharePoint project item templates

  2. Browse SharePoint sites by using the Server Explorer

  3. Debug SharePoint applications by pressing F5

  4. The SharePoint development tools in Visual Studio 2010 are same as the Visual Studio extensions for Windows SharePoint Services available for Visual Studio 2005/2008

  5. Aggregate and integrate back-end data by using Business Data Connectivity (BDC) models


Correct Option: D

Which of the following features is not part of Visual Studio 2010 for creating data sources in applications and binding those data sources to controls?

  1. Drag-and-Drop Data Binding for WPF

  2. Drag-and-Drop Data Binding for WCF

  3. Drag-and-Drop Data Binding for Silverlight

  4. Connecting to Data in Multiple Objects

  5. Extending Queries in the EntityDataSource Control


Correct Option: B
  1. The Visual Studio 2010 Report Viewer controls do not support the SQL Server 2005 version of Reporting Services report server

  2. Microsoft Word is added as an export format for report generation

  3. Visual Studio 2010 provides a new Report Wizard that simplifies data definition and report design by guiding you step-by-step through a series of tasks that lead to a finished report

  4. You cannot process your existing RDL 2005 reports in the Visual Studio 2010 Report Viewer controls

  5. The new Tablix and gauge data regions and enhanced chart data regions in Report Designer are the enhancements in VS 2010 for Report creation


Correct Option: D

Which of the following does not apply to working with COM types in .NET 4.0

  1. Prior to .NET 4.0, when a COM component was referenced, Visual Studio would create an additional assembly to describe the COM DLL to the CLR (a PIA or Primary Interop Assembly). In .NET 4, you can instruct the compiler to embed type information from an i

  2. Using embedded interop types reduces the size of your application, because most applications do not use all the features of a COM component

  3. The compiler embeds only the type information that your application uses and does not embed the unused methods

  4. When .NET client obtains and releases a reference to a COM object, it is required to maintain the reference count on the COM object similar to any other COM client


Correct Option: D

The new enhancement in C# 4.0 allows you to pass parameters into a function in any order

  1. True

  2. False


Correct Option: B

Which of the following does not apply to new feature Optional parameters in C# 4.0

  1. Optional parameters can make your code more readable and easier to maintain, and can reduce the amount of typing you have to do

  2. We can use optional parameters and no longer have to overload functions with a number of methods

  3. Optional parameters are created in C# by specifying a default value and must appear after required parameters

  4. Following is the way to specify optional parameters for function ReadFile static void ReadFile(string FileName:"", string OpenMode:"ReadOnly") {...}


Correct Option: D
- Hide questions