0

platforms and products Online Quiz - 95

Description: platforms and products Online Quiz - 95
Number of Questions: 39
Created by:
Tags: platforms and products
Attempted 0/39 Correct 0 Score 0

What will be the output of TRIM(’H’ FROM ’Hey welcome on earth’)


Correct Option: D

Common type system is built into which of the following

  1. CLR

  2. RCT

  3. RCW

  4. GAC


Correct Option: A

Which of the following must be done in order to connect data from some data resource to Repeater control?

  1. Set the DataSource property

  2. Call the DataBind method

  3. Both A) and B)

  4. None of the Above


Correct Option: C
Explanation:

To connect data from a data resource to a Repeater control, both options A) and B) must be done:

A) Set the DataSource property: This property is used to specify the source of data for the Repeater control. It can be set to a data source such as a database, XML file, or an object that implements the IEnumerable interface.

B) Call the DataBind method: This method is used to bind the data from the specified data source to the Repeater control. It populates the control with the data and displays it according to the defined layout.

Therefore, the correct answer is C) Both A) and B).

Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called

  1. Serialization

  2. Threading

  3. RCW

  4. AppDomain


Correct Option: A

Which method do you invoke on the DataAdapter control to load your generated dataset with data?

  1. Load ( )

  2. Fill( )

  3. DataList

  4. DataBind


Correct Option: B

The .NET framework which provides automatic memory management using a technique called

  1. Serialization

  2. Garbage Collection

  3. Assemblies

  4. Overriding


Correct Option: B

The type of code found in Code-Behind class is

  1. Server-side code

  2. Client-side code

  3. Both A) and B)

  4. None of the above


Correct Option: A

AI Explanation

To answer this question, you need to have knowledge of code-behind classes and their purpose.

The code-behind class is a concept used in web development, specifically in the ASP.NET framework. It is a file that contains the server-side code for a web page or user control.

Server-side code, as the name implies, runs on the server and is responsible for processing requests and generating the HTML that is sent to the client's browser. The code-behind class typically handles events and performs data processing and manipulation.

Client-side code, on the other hand, runs in the client's browser and is responsible for manipulating the HTML elements and providing interactivity. Examples of client-side code include JavaScript and CSS.

Based on this information, we can conclude that the type of code found in the code-behind class is server-side code. Therefore, the correct answer is A) Server-side code.

In ASP.NET the < authorization > section contain which of the following elements

  1. < allow >

  2. < deny >

  3. Both A) and B)

  4. None of the Above


Correct Option: C

Which of the following denote ways to manage state in an ASP.Net Application?

  1. Session objects

  2. Application objects

  3. ViewState

  4. All the Above


Correct Option: D

AI Explanation

To manage state in an ASP.Net application, there are several ways available. Let's go through each option to understand why it is correct or incorrect:

Option A) Session objects - This option is correct. Session objects can be used to store and retrieve user-specific data across multiple requests. The data stored in session objects is associated with a particular user session and can be accessed throughout the application.

Option B) Application objects - This option is correct. Application objects can be used to store and retrieve data that needs to be shared among all users of an application. The data stored in application objects is available to all users and can be accessed throughout the application.

Option C) ViewState - This option is correct. ViewState is used to store and retrieve the state of controls on a web page. It is used to maintain the state of controls across postbacks, allowing the web page to remember user input and control values.

Option D) All the Above - This option is correct. All three options (Session objects, Application objects, and ViewState) are valid ways to manage state in an ASP.Net application.

The correct answer is D) All the Above. This option is correct because all three options (Session objects, Application objects, and ViewState) denote ways to manage state in an ASP.Net application.

The actual work process of ASP.NET is taken care by

  1. inetinfo.exe

  2. aspnet_isapi.dll

  3. aspnet_wp.exe

  4. None of the Above


Correct Option: C

who is refered as the father of Open source technology?

  1. Linus Torvalds

  2. Richard Stallman

  3. David Kudrow

  4. Richard Ballmer


Correct Option: B

Which of the following is not a Linux distro?

  1. Gentoo

  2. SUSE

  3. Safari

  4. Xenoppix


Correct Option: C
  1. open chat

  2. pidgin

  3. gtalk

  4. open office express


Correct Option: B

Most popular Linux distro Ubuntu is based on?

  1. Red Hat

  2. Linux 1

  3. Debian

  4. Open solaris


Correct Option: C

Android is a JAVA ME implementation

  1. True

  2. False


Correct Option: B

Android software stack has

  1. Linux Kernal

  2. Windows Mobile 6.0 OS

  3. symbian

  4. WINCE


Correct Option: A

------- file extension denotes an Android application for distribution and installation

  1. .jad

  2. .apk

  3. .and

  4. .jar


Correct Option: B

----------- Android application component doesn't have a visual user interface, rather runs in the background

  1. Activity

  2. Service

  3. Broadcast receiver

  4. Intent


Correct Option: B

Update strategy transformation is

  1. Passive and Connected

  2. Active and Connected

  3. Passive and Unconnected

  4. Active and Unconnected


Correct Option: B

In a Sequence Generator Transformation,what is CURRVAL port?

  1. It generates a sequence of numbers by connecting it to a transformation or target

  2. It is the NEXTVAL value plus one or NEXTVAL plus the Increment By value

  3. Any of above two, depending on whether the flag specified for this is checked or not.

  4. None of these


Correct Option: B

Which of the following statement is true,on validation of mappings?

  1. All the mappings in a repository can be validated at a time,in one go.

  2. All the mappings in a folder of a repository can be validated at a time,in one go.

  3. All the mapping using the same objects in the mapping can be validated at a time,in one go.

  4. None of These


Correct Option: B
  1. Row Indicator

  2. Column Indicator

  3. File Indicator

  4. None of these


Correct Option: A

Which of the following statement is not true about metadata extension?

  1. It extends the metadata stored in the repository by associating an repository object

  2. Vendor defined and User Defined are two types of Metadata Extensions

  3. It is mandatory to specify metadata extensions for every transformation.

  4. A new port can be added to the source by using metadata extensions


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of metadata extensions. Let's go through each option to understand why it is correct or incorrect:

Option A) It extends the metadata stored in the repository by associating a repository object - This option is correct. Metadata extensions can be used to extend the metadata stored in a repository by associating it with a repository object.

Option B) Vendor defined and User Defined are two types of Metadata Extensions - This option is correct. Vendor defined and User Defined are two types of metadata extensions that can be used to define additional metadata properties.

Option C) It is mandatory to specify metadata extensions for every transformation - This option is incorrect. It is not mandatory to specify metadata extensions for every transformation. Metadata extensions are optional and can be used to define additional metadata properties as needed.

Option D) A new port can be added to the source by using metadata extensions - This option is correct. Metadata extensions can be used to add new ports to a source object.

The correct answer is C) It is mandatory to specify metadata extensions for every transformation. This option is incorrect because metadata extensions are optional and not mandatory for every transformation.

  1. Dynamic Cache

  2. Shared Cache

  3. Distributed Cache

  4. Persistent Cache


Correct Option: C

Which of the following is not a type of task?

  1. Email

  2. Start

  3. Session

  4. Command


Correct Option: B

Which Unix Command can be used in Informatica?

  1. PCCMD

  2. PMCMD

  3. PMCMND

  4. None of these


Correct Option: B

Debugger can be run for

  1. Instance Data

  2. Target Data

  3. Both

  4. None of these


Correct Option: C

Which of the following is a User Defined Transformation

  1. Source Qualifier

  2. Stored Procedure

  3. Both

  4. None of these


Correct Option: C

Which of the following classes contains rules that support the behavior and appearance of all work objects?

  1. Data-

  2. Embed-

  3. Work-

  4. Assign-


Correct Option: C

Which type of flow rule does not include end user intervention?

  1. Screen flow

  2. Straight-through process flow

  3. Starter flow

  4. Subflow


Correct Option: B

Which statement is true about properties that begin with prefixes "px", "py" and "pz" ?

  1. They cannot be displayed or used in PRPC

  2. They can only be used in flow action rule

  3. There are no such properties in PRPC

  4. They are provided by Pega and are considered standard properties


Correct Option: D

The Client Event handler renders HTML based on end user input

  1. True

  2. False


Correct Option: A

In which parts of an Activity rule can When Condition rules be used to evaluate a condition?

  1. Precondition

  2. Method

  3. Transition

  4. Iteration


Correct Option: A,C

All rules are subject to rule resolution

  1. True

  2. False


Correct Option: B

Which of the following components are present in all configured services?

  1. Service Package

  2. Service Architecture

  3. Service Method

  4. Service Activity


Correct Option: A,C,D

what is the purpose of skill based routing?

  1. To display a different user interface to and operator based on their skills

  2. To route a work object to an operator based on their skills

  3. To route a work object to a manager for resolution

  4. "Skill-based routing" is the term used to describe all work object routing in PRPC


Correct Option: B
- Hide questions