0

platforms and products Online Quiz - 90

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

Which of the following abbreviations is incorrectly expanded?

  1. REST - Representational State Transfer

  2. EDM - Entity Data Model

  3. CAS - Component Authorization Specification

  4. LINQ - Language-Integrated Query


Correct Option: C

AI Explanation

To answer this question, we need to understand the expansions of the given abbreviations. Let's go through each option to determine which one is incorrectly expanded:

Option A) REST - Representational State Transfer: This expansion is correct. REST is a software architectural style for designing networked applications.

Option B) EDM - Entity Data Model: This expansion is correct. EDM is a conceptual model used to describe the structure of data in terms of entities, relationships, and attributes.

Option C) CAS - Component Authorization Specification: This expansion is incorrect. CAS stands for Code Access Security, not Component Authorization Specification.

Option D) LINQ - Language-Integrated Query: This expansion is correct. LINQ is a feature in .NET programming languages that allows developers to query data from different data sources using a unified syntax.

The correct answer is C. CAS - Component Authorization Specification is incorrectly expanded.

Which of the following features was not introduced with .NET Framework version 3.5?

  1. ASP.NET Dynamic Data

  2. Peer-to-Peer Networking

  3. LINQ

  4. HashSet Collection Type


Correct Option: A

The New object Relational Mapping (ORM) framework introduced with .NET 3.5 SP1 is known as

  1. ADO.ORM

  2. ADO.NET Entity Framework

  3. ADO.EDM

  4. ORM.ADO


Correct Option: B

.NET Framework 3.5 Language Integrated Query (LINQ) supports all the listed providers except

  1. LINQ to Objects

  2. LINQ to XML

  3. LINQ to ORACLE

  4. LINQ to SQL


Correct Option: C

What type of data we can show in list data container?

  1. Tabular Data

  2. Summary Data

  3. Graphical Data

  4. None of the above


Correct Option: A

Can we create a master detail report with 2 seperate reports?

  1. True

  2. False


Correct Option: B

How can we divide the report pages based on the related information?

  1. Page number

  2. Page sets

  3. Page

  4. None of the above


Correct Option: B

Identify the functionalities that a BRMS (Business Rules Management System) software should have

  1. Define Rules

  2. Ability to Store, version, and manage the rules

  3. Tools for Testing, Simulating and verify the rules

  4. Ability to package and deploy the rules

  5. All of the above


Correct Option: E

Select the products which qualifies as BRMS products

  1. IBM/ILOG JRules

  2. Pega

  3. FICO

  4. Haley


Correct Option: A,C

Identify the components of a BRMS Software

  1. Rule Editor

  2. Rules Repository

  3. Rule Engine

  4. All of the Above


Correct Option: D

Identify the Algorithms used in BRMS Software

  1. Sequential

  2. Inferencing

  3. Forward and Backward Chaining

  4. Fast Path

  5. None of the above


Correct Option: A,B

Identify the benefits of BRMS Software

  1. Business Agility

  2. Low cost development

  3. Easy Maintenance

  4. No dependency on Code

  5. All of the above


Correct Option: E

JMS producers are load balanced across the different members of a distributed destination for each send if load balancing is enabled and load balancing policy is set to round robin

  1. True

  2. False


Correct Option: A

To ensure that deployment of an application in a cluster succeeds only if all manged servers in the cluster are active and deploys the application succesfully

  1. Nothing needs to be done as weblogic ensures this by default

  2. Nothing can be done, There is no way to enforce this,

  3. DisableClusterConstraints for the domain should be set to false

  4. EnableClusterConstraints for the domain should be set to true


Correct Option: D

If a managed server fails to restart due to LDAP corruption, then deleting the LDAP server under managed server and restarting the server will work as managed server will get a fresh copy of the LDAP files from Admin server

  1. True

  2. False


Correct Option: A

A MDB deployed in a weblogic server is configured to listen to a queue by a foreign JMS provider (IBM Websphere MQ). In this scenario, the onMessage method of MDB will be running under:

  1. a thread of foreign jms provider

  2. a thread of weblogic server

  3. depends upon whether MDB is transactional or not. If transactional, it runs under weblogic thread, if non transactional it runs under foreign jms provider thread

  4. depends upon whether MDB is transactional or not. If transactional, it runs under foreign jms provider thread, if non transactional it runs under weblogic thread


Correct Option: C

A Weblogic server uses JMS synchronous calls under the hood for mocking asynchronous delivery of messages to a MDB from a foreign JMS provider.

  1. True

  2. False


Correct Option: A

What Classloaders should be used for an application to use classes available in its deployment unit and not the ones available in server CLASSPATH?

  1. System

  2. Bootstrap

  3. Internal

  4. Filtering


Correct Option: D

Weblogic supports following mechanisms for communicating with Tuxedo domain

  1. JOLT

  2. SOAP over HTTP

  3. WTC

  4. XML - RPC


Correct Option: A,C

If a weblogic server reports that a thread is stuck, then there is no way to recover other than restarting the server

  1. True

  2. False


Correct Option: B
- Hide questions