DEPRECATED - Split into separate topic quizzes

This quiz contains unrelated topics and should be replaced with focused quizzes for each technology area

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

.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
Question 5 Multiple Choice (Single Answer)

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
Question 6 True/False

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

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

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
Question 8 Multiple Choice (Multiple Answers)

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
Question 9 Multiple Choice (Multiple Answers)

Select the products which qualifies as BRMS products

  1. IBM/ILOG JRules
  2. Pega
  3. FICO
  4. Haley
Question 10 Multiple Choice (Multiple Answers)

Identify the components of a BRMS Software

  1. Rule Editor
  2. Rules Repository
  3. Rule Engine
  4. All of the Above
Question 11 Multiple Choice (Multiple Answers)

Identify the Algorithms used in BRMS Software

  1. Sequential
  2. Inferencing
  3. Forward and Backward Chaining
  4. Fast Path
  5. None of the above
Question 12 Multiple Choice (Multiple Answers)

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
Question 13 True/False

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
Question 14 Multiple Choice (Single Answer)

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
Question 15 True/False

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
Question 16 Multiple Choice (Single Answer)

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
Question 17 True/False

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
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Multiple Answers)

Weblogic supports following mechanisms for communicating with Tuxedo domain

  1. JOLT
  2. SOAP over HTTP
  3. WTC
  4. XML - RPC
Question 20 True/False

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