Enterprise and .NET Architecture Fundamentals

Test your knowledge of enterprise architecture patterns including Post-Redirect-Get, service-oriented architecture (SOA), and key technologies from both Java/WebSphere and .NET ecosystems including WebSphere Application Server, WCF, Workflow Foundation, and Entity Framework.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

In which two situations does SOA have the potential to be significantly beneficial(Choose two)

  1. When application is to be decommissioned in the near future
  2. In a homogeneous IT environment
  3. When there are only a few reasons for future change to the system under consideration
  4. When the applications accessing a system are geographically spread out
  5. In a heterogeneous IT environment
Question 2 Multiple Choice (Single Answer)

WIth respect to SOA(Service Oriented Architecture), what is the full form of DIS?

  1. Data Integration Standard
  2. Data Interpretation Standard
  3. Data Interchange Standard
  4. Data Improvisation Standard
Question 3 Multiple Choice (Single Answer)

An XML-based language for describing Web services and how to access them

  1. SOAP
  2. UDDI
  3. WSDL
  4. WS-I
Question 4 Multiple Choice (Single Answer)

The element that extracts the value of a selected node in an XSL stylesheet is

  1. <xsl:select>
  2. <xsl:value-of>
  3. <xsl:element>
  4. <xsl:import>
Question 5 Multiple Choice (Single Answer)

Which of the following abbreviations is incorrectly expanded?

  1. CTS - Common Type System
  2. CLS - Common Language Specification
  3. CAS - Component Authorization Specification
  4. FCL - Framework Class Library
Question 6 Multiple Choice (Single Answer)

Which of the following features was first introduced with .Net 2.0

  1. .Net Compact Framework
  2. Support for IP6
  3. Windows Card Space
  4. Generics
Question 7 Multiple Choice (Single Answer)

Windows Presentation Foundation - the new user interface system was introduced with

  1. .NET Framework 1.1
  2. .NET Framework 2.0
  3. .NET Framework 3.0
  4. .NET Framework 3.5
Question 8 Multiple Choice (Single Answer)

Which of the following statements is false about Common Language Runtime

  1. .NET Framework 2.0 CLR was was introduced with VS 2005
  2. .Net Framework 3.0 uses the .NET Framework 2.0 CLR
  3. .Net Framework 3.5 uses the .NET Framework 2.0 CLR
  4. .Net Framework 3.5 SP1 first time introduce the .NET Framework 3.0 CLR
Question 9 Multiple Choice (Single Answer)

The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as

  1. ADO.ORM
  2. ADO.NET Entity Framework
  3. ADO.Hibernate
  4. ORM.ADO
Question 10 Multiple Choice (Single Answer)

Which of the following statements is false about Windows Communication Framework (WCF)

  1. WCF Service can define Data, Service, fault and Message contract
  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF
  3. WCF also support authentication using Issued token by secure token service
  4. WCG support Message reliability without ordered delivery
Question 11 Multiple Choice (Single Answer)

Name the .NET Framework feature that can be used to add a method to pre-compiled classes without using inheritance

  1. Extension methods
  2. Lambda Expression
  3. Anonymous methods
  4. Expression trees
Question 12 Multiple Choice (Single Answer)

Which of the following statements is false about Windows Workflow Foundation

  1. Extensible Application Markup Language - XAML can be used to define workflow declaratively
  2. Sequential Workflow and State Machine Workflow are two basic workflow type
  3. Workflow can be persisted into SQL server using built in persistence provider
  4. Workflow Runtime can not be hosted in Windows application
Question 13 Multiple Choice (Single Answer)

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

  1. LINQ to Objects
  2. LINQ to XML
  3. LINQ to ORACLE
  4. LINQ to SQL
Question 14 Multiple Choice (Single Answer)

Windows Card Space support following protocols except

  1. WS-Security
  2. WS-Encryption
  3. WS-SecurityPolicy
  4. WS-Trust
Question 15 Multiple Choice (Single Answer)

In BIB architecture in which layer an ACI component comes?

  1. Presentation Layer
  2. Portal Layer
  3. Service layer
  4. Persistence Layer
  5. None of the above
Question 16 Multiple Choice (Single Answer)

Which interface should be implemented for Health Check of the application?

  1. Health
  2. HelathCheck
  3. HealthCheckable
  4. IsHealthy
Question 17 Multiple Choice (Single Answer)

Which among below is the correct syntax for processing a jsp by XSLT?

  1. <c:set var="xsluri" scope="page"><c:out value="sepaddoverview"/></c:set> <aab-util:aabProcessXML xslUri="${xsluri}" xmlDoc="${xmlDoc}" />
  2. <c:set var="xsluri" scope="page"><c:out value="sepaddoverview"/></c:set> <aab-xml:aabProcessXML xslUri="${xsluri}" xmlDoc="${xmlDoc}" />
  3. <aab-xml:aabProcessXML xslUri="sepaddoverview" xmlDoc="${xmlDoc}" />
  4. Only b and c
  5. All of the above
Question 18 Multiple Choice (Single Answer)

What does Language filter do?

  1. It changes the context path, request URI and request URL back to the ones before HTTP server rewrote the request.
  2. It rewrites the URLs in the format /nl/<application>?lang=<langCode> to /<langCode>/<application>.
  3. Only 2
  4. Both of the above
  5. None of the above
Question 19 Multiple Choice (Single Answer)

Which among the following happens in PRG pattern?

  1. For displaying screen there is GET request, for changing status of server POST request is made.
  2. In struts-config.xml file in the action tag "redirect=false" will be there.
  3. When the page is refreshed GET request is made.
  4. Only 1
  5. Only 1&3
Question 20 Multiple Choice (Single Answer)

For IMS connection which one from below should be configured on WAS.

  1. IMS Connect
  2. IMS Connector for Java
  3. IC4J
  4. Resource Adapeter
  5. Only b,c and d