DEPRECATED - Split into separate topic quizzes
This quiz contains unrelated topics and should be replaced with focused quizzes for each technology area
Questions
Which of the following abbreviations is incorrectly expanded?
- REST - Representational State Transfer
- EDM - Entity Data Model
- CAS - Component Authorization Specification
- LINQ - Language-Integrated Query
Which of the following features was not introduced with .NET Framework version 3.5?
- ASP.NET Dynamic Data
- Peer-to-Peer Networking
- LINQ
- HashSet Collection Type
The New object Relational Mapping (ORM) framework introduced with .NET 3.5 SP1 is known as
- ADO.ORM
- ADO.NET Entity Framework
- ADO.EDM
- ORM.ADO
.NET Framework 3.5 Language Integrated Query (LINQ) supports all the listed providers except
- LINQ to Objects
- LINQ to XML
- LINQ to ORACLE
- LINQ to SQL
What type of data we can show in list data container?
- Tabular Data
- Summary Data
- Graphical Data
- None of the above
Can we create a master detail report with 2 seperate reports?
- True
- False
How can we divide the report pages based on the related information?
- Page number
- Page sets
- Page
- None of the above
Identify the functionalities that a BRMS (Business Rules Management System) software should have
- Define Rules
- Ability to Store, version, and manage the rules
- Tools for Testing, Simulating and verify the rules
- Ability to package and deploy the rules
- All of the above
Select the products which qualifies as BRMS products
- IBM/ILOG JRules
- Pega
- FICO
- Haley
Identify the components of a BRMS Software
- Rule Editor
- Rules Repository
- Rule Engine
- All of the Above
Identify the Algorithms used in BRMS Software
- Sequential
- Inferencing
- Forward and Backward Chaining
- Fast Path
- None of the above
Identify the benefits of BRMS Software
- Business Agility
- Low cost development
- Easy Maintenance
- No dependency on Code
- All of the above
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
- True
- False
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
- Nothing needs to be done as weblogic ensures this by default
- Nothing can be done, There is no way to enforce this,
- DisableClusterConstraints for the domain should be set to false
- EnableClusterConstraints for the domain should be set to true
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
- True
- False
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:
- a thread of foreign jms provider
- a thread of weblogic server
- 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
- 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
A Weblogic server uses JMS synchronous calls under the hood for mocking asynchronous delivery of messages to a MDB from a foreign JMS provider.
- True
- False
What Classloaders should be used for an application to use classes available in its deployment unit and not the ones available in server CLASSPATH?
- System
- Bootstrap
- Internal
- Filtering
Weblogic supports following mechanisms for communicating with Tuxedo domain
- JOLT
- SOAP over HTTP
- WTC
- XML - RPC
If a weblogic server reports that a thread is stuck, then there is no way to recover other than restarting the server
- True
- False