Questions
When designing universe, what is usually the best way to solve loops issues ?
- Using aliases
- Removing extra joins
- Using Contexts
- A loop cannot be removed
How can we deploy a universe from a repository to another ?
- Using Import Wizard
- Saving for all users locally before moving the universe from the source environment to the target one
- Not possible
- Using federation
If we have to calculate an average, it should be achieved at
- Universe level
- Report level
- Database level
- None of the above
Before being published in the repository, a universe must have the following type of connection
- Shared
- Secured
- Personal
- All of the above
We can schedule a report
- Using DesktopIntelligence
- Using Webintelligence
- Using Infoview
- Using CMC
The Deployment happens in the following order
- Development -->Integration ? Prelife ? Production
- Development ? Production -->Integration ? Prelife
- Development ? Prelife -->Integration ? Production
- Development -->Integration ? Production ? Prelife
What is WCF?
- Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications
- It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments
- Windows Communication Foundation (WCF) is designed to offer a manageable approach to distributed computing, broad interoperability
- All of the above
WCF stands for
- Windows communication Foundation
- Web Communication foundation
- Windows Code Foundation
- Windows Channel Foundation
WCF is a
- Presentation Technology
- Distributed application development technology
- Back end technology
- Technology to built layered architecture
WCF’s fundamental communication mechanism is ________ web services
- Soap-based
- Xml-Based
- Binary-based
- All of the above
WCF support following encoding mechanism
- Text encoding
- MTOM (Message transmission optimization mechanism)
- Binary encoding
- All of the above
WCF application can be hosted in
- IIS
- Windows activation Service
- Windows service
- All of the above
What are the protocols supported by WCF
- Only TCP
- Only HTTP
- Only TCP and HTTP
- Only TCP,HTTP and FTP
WCF uses following utility to generate client:
- svcutil.exe
- XSD.exe
- WCFClientGenerationUtil.exe
- All of the above
Default serialization mechanism used by WCF
- DataContractSerializer
- XML Serializer
- All of the above
- Binary serialization
Data Contract serializer serializes members marked with the _______ attribute when serializing data contract types. The XmlSerializer class serializes ______ member
- DataMemberAttribute, Public
- ServiceContractAttribute, Public
- DataMemberAttribute,Private
- DataContractAttribute,Public
I make unrelated classes work together.
- Data Access Object
- Transfer Object
- Business Delegate
- Adapter
I reduce coupling between Web and Enterprise tiers
- Business Delegate
- Model View Controller
- Fast Lane Reader
- View Helper
I decouple data representation, application behavior, and presentation
- Model View Controller
- Business Delegate
- Composite View
- Service Locator
I transfer business data between tiers
- Value List Handler
- Data Access Object
- Transfer Object
- Business Delegate