architecture Online Quiz - 57

architecture Online Quiz - 57

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

When designing universe, what is usually the best way to solve loops issues ?

  1. Using aliases
  2. Removing extra joins
  3. Using Contexts
  4. A loop cannot be removed
Question 2 Multiple Choice (Multiple Answers)

How can we deploy a universe from a repository to another ?

  1. Using Import Wizard
  2. Saving for all users locally before moving the universe from the source environment to the target one
  3. Not possible
  4. Using federation
Question 3 Multiple Choice (Single Answer)

If we have to calculate an average, it should be achieved at

  1. Universe level
  2. Report level
  3. Database level
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Before being published in the repository, a universe must have the following type of connection

  1. Shared
  2. Secured
  3. Personal
  4. All of the above
Question 5 Multiple Choice (Multiple Answers)

We can schedule a report

  1. Using DesktopIntelligence
  2. Using Webintelligence
  3. Using Infoview
  4. Using CMC
Question 6 Multiple Choice (Single Answer)

The Deployment happens in the following order

  1. Development -->Integration ? Prelife ? Production
  2. Development ? Production -->Integration ? Prelife
  3. Development ? Prelife -->Integration ? Production
  4. Development -->Integration ? Production ? Prelife
Question 7 Multiple Choice (Single Answer)

What is WCF?

  1. Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications
  2. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments
  3. Windows Communication Foundation (WCF) is designed to offer a manageable approach to distributed computing, broad interoperability
  4. All of the above
Question 8 Multiple Choice (Single Answer)

WCF stands for

  1. Windows communication Foundation
  2. Web Communication foundation
  3. Windows Code Foundation
  4. Windows Channel Foundation
Question 9 Multiple Choice (Single Answer)

WCF is a

  1. Presentation Technology
  2. Distributed application development technology
  3. Back end technology
  4. Technology to built layered architecture
Question 10 Multiple Choice (Single Answer)

WCF’s fundamental communication mechanism is ________ web services

  1. Soap-based
  2. Xml-Based
  3. Binary-based
  4. All of the above
Question 11 Multiple Choice (Single Answer)

WCF support following encoding mechanism

  1. Text encoding
  2. MTOM (Message transmission optimization mechanism)
  3. Binary encoding
  4. All of the above
Question 12 Multiple Choice (Single Answer)

WCF application can be hosted in

  1. IIS
  2. Windows activation Service
  3. Windows service
  4. All of the above
Question 13 Multiple Choice (Single Answer)

What are the protocols supported by WCF

  1. Only TCP
  2. Only HTTP
  3. Only TCP and HTTP
  4. Only TCP,HTTP and FTP
Question 14 Multiple Choice (Single Answer)

WCF uses following utility to generate client:

  1. svcutil.exe
  2. XSD.exe
  3. WCFClientGenerationUtil.exe
  4. All of the above
Question 15 Multiple Choice (Single Answer)

Default serialization mechanism used by WCF

  1. DataContractSerializer
  2. XML Serializer
  3. All of the above
  4. Binary serialization
Question 16 Multiple Choice (Single Answer)

Data Contract serializer serializes members marked with the _______ attribute when serializing data contract types. The XmlSerializer class serializes ______ member

  1. DataMemberAttribute, Public
  2. ServiceContractAttribute, Public
  3. DataMemberAttribute,Private
  4. DataContractAttribute,Public
Question 17 Multiple Choice (Single Answer)

I make unrelated classes work together.

  1. Data Access Object
  2. Transfer Object
  3. Business Delegate
  4. Adapter
Question 18 Multiple Choice (Single Answer)

I reduce coupling between Web and Enterprise tiers

  1. Business Delegate
  2. Model View Controller
  3. Fast Lane Reader
  4. View Helper
Question 19 Multiple Choice (Single Answer)

I decouple data representation, application behavior, and presentation

  1. Model View Controller
  2. Business Delegate
  3. Composite View
  4. Service Locator
Question 20 Multiple Choice (Single Answer)

I transfer business data between tiers

  1. Value List Handler
  2. Data Access Object
  3. Transfer Object
  4. Business Delegate