1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________.
B D M
DM

2)Runtime Profiling is used by which category of users?
Developers and System Administrators
Configuration Manager
Quality Analyst

3)Which module in the Spring.Net is used to achieve greater efficiency and consistency in writing data access functionality in ADO.NET
Spring.Ado
Spring. Data
Spring.Database

4)_____________ defines as "Model the underlying business that the application must support"
Conceptual design
Logical design
Physical design

5)The TypeLibConverter class, located in the _______________ namespace, converts the classes and interfaces contained in an assembly to a COM type library. This API produces the same type information as the Type Library Exporter, described in the previous section.
System.Runtime.Hosting
System.Runtime.Remoting
System.Runtime.CompilerServices
System.Runtime.Interop

6)What do dependency checking mode "simple" do
Dependency checking for collaborators
Dependency checking for primitive types and collections
No dependency checking
Dependency checking for collaborators, primitive types and collections

7)In Windows Azure SQL the length of X.509 v3 certificate key must be at least ______ bits.
2048
1028
1024
2024

8)Which module in the Spring.Net is used for distributed communication technology, such as .NET Remoting, Enterprise Services, ASMX Web Services, and WCF services.
Spring.Web
Spring.Services

9)Service Bus supports only ____ Trust code access security.
Full
High
Low
Medium

10)What is data-driven unit test?
A unit test that retrieves values from a data source instead of typing values into a test method.
A unit test that accepts value by typing values into a test method.
A unit test that is populated with data for the method being tested using the Visual Studio Application Lifecycle Management testing tools.
A unit test that is populated with data for the test method.

11)Apart from the default set of HTTP Request and Response inspectors,how would you load your own Inspector objects in Fiddler?
Building Response Objects
Adding Events in Request and Response
Building Custom Inspectors
Can be customized

12)What functionality in resharper allows to transfer a method's body into the body of its callers and remove the method altogether?
Copy Type
Inline Method
Encapsulate Field
Inline Field

13)Windows Azure SQL Database Business Edition now supports databases up to ______ GB.
150
1500

14)Manual tests are run locally using ______________that lets you record the outcome of each test step and save the results of your test every time that you run it.
Test Total
Test Outcome
Test Runner
Load Runner

15)Which of the following attributes is mandatory for every MSTest method and comes before the method definition
TestInitializeAttribute
TestCleanupAttribute
TestMethod
TestClass

16)Which of the below is the Interface for AutoTamper extensions that want to "peek" at request headers?
IAutoTamper1
IAutoTamper2
IAutoTamper3
IHandleExecAction

17)class SampleCollection { private T[] arr = new T[100]; public T this[int i] { get { return arr[i]; } set { arr[i] = value; } } } In the above code the method defined is an example of which type?
Property
Indexer
Binding

18)To explicitly force one or more objects to be initialized before the object using this element is initialized
use depends-on attribute
use force-initialize attribute
use intialize-order attribute
use ref attribute

19)Which refactoring feature in the Visual Studio integrated development environment (IDE) that provides an easy way to rename identifiers for code symbols such as namespaces?
ConvertMethod
Convert
Rename
Refactor

20)A _______ type allows you to retrieve objects that represent containers and blobs stored within the Blob Storage Service.
CloudBlobClient
CloudBlobServer
CloudBlobContainer
CloudBlob

21)The EntityFrameworkTemplateFileManager (and the EF templates in general) require the hostspecific=”____” setting in the template directive. Setting this value to _____ allows code inside the template to access a Host property and communicate with the both the template transformation engine and Visual Studio.
text
server
True
false

22)Of the below options which defines the Protype scope in the Spring Frame Work
A single object definition to any number of object instances.
single object definition to a single object instance
a single object definition to the lifecycle of an application
a single object definition to a single object instance

23)Select Area-Level Permissions for Work Item Tracking? a)GENERIC_WRITE b)GENERIC_READ c)WORK_ITEM_WRITE d)WORK_ITEM_READ
a and b are correct
a,b,c and d are correct
c and d are correct
a and c are correct

24)A generic term that can describe any structured approach to solving some or all of the problems related to architecture?
Architectural Taxonomy
Architectural Process
Architectural Methodology
Architectural Artifact

25)What does the IConfigurableObjectFactory method void RegisterSingleton(string name, object objectInstance) do
Register the given existing object as singleton in the object factory under the given object name.
Given an object name, create an alias and register
determines whether or not the object definition registered under the given name is a singleton or a prototype and if not registeres as singleton
Injects dependencies into the supplied target instance assigning the supplied name to the abstract object definition and registeres as singleton

26)Microsoft Windows Azure SQL Database does not support ____________.
ASYMKEYPROPERTY
ALTER DATABASE
COLUMNPROPERTY
IDENT_SEED

27)Which module in the Spring.Net is used to perform integration testing with NUnit?
Spring.Testing
Spring.NUnit
Spring.Testing.NUnit
Spring.Diagnostic

28)Which of the below Session Flag will If present, execution of this session will pause before the request is issued in Fiddler?
x-overrideHost
x-securepipe
ui-breakresponse
ui-breakrequest

29)The ------------- pattern provides guidance on structuring the service provider portion of the contract.
Service Interface
Service Gateway
Service stub
Service Façade

30)Which of the below dialogboxes in refraction will notify you if the refactoring engine detects compile errors or discovers that a refactoring operation inadvertently causes a code reference to bind to something different from what it was originally bound to?
Verification Results
Refractor Dialog Box
Error Window
Information Dialog

31)In Queue storage, while using Peek Messages operation, only _______ (total number of messages) messages retrieved.
32
16
64
128

32)Which interface provides a set of services that convert a managed assembly to a COM type library and vice versa?
Type Interface
ITypeLibConverter Interface
ILGenerator Interface
TypeBuilder Interface

33)What is the purpose of folderdiff command in version control?
folderdiff command applies changes from one branch into another.
folderdiff command is used to display and compare a visual representation of the differences between files in two server folders, in a server folder and a local folder, or in two local folders.
Compares, and if it is possible, displays differences between two files, files in two folders, or a shelveset and a local or a server file.
Retrieves a copy of a file from the server for Team Foundation version control to the workspace and creates folders on disk to contain it.

34)The ________ provides connectivity options for Windows Communication Foundation (WCF) and other service endpoints – including REST endpoints.
Service Bus
Message Bus
Table Storage Bus
Queue Storage Bus

35)The Role of Due Diligence Manager is to,
Revisit the estimate and proposal based on the Due Diligence findings
Draw up a Due Diligence approach document and this should be shared with the customer.

36)The name/value keyed collection that lets you store any loosely typed data introduced by ASP.NET MVC 3?
ViewBag
Hashtable
Array
JqueryArray

37)Which property does not support multiple concurrent invocations of asynchronous methods?
IsBusy
IsSingle
IsMultiple
IsLock

38)The default type converter for enumerations is
System.ComponentModel.Enumeration
System.ComponentModel.EnumConverter
System.ComponentModel.DefaultConverter
System.ComponentModel.TypeConverter

39)The act of building an interface by composing it from discrete views at run time, likely from separate modules is ?
view model
view injection
view discovery
UI composition

40)By using HTTP GET, in Queue storage service, ________ parameter returns one or more messages from the front of the queue, without altering the message's visibility to other clients.
peekonly=true
?message=true
?displaymessage=true
?visibleMessage=true

41)We can resolve Component Object Model (COM) interoperability problems by displaying your Windows Form on a .NET Framework message loop, which is created by using the ______________ method.
Application.Stop
Application.Start
Application.Run
Application.End

42)Which of the below is not supported by IntelliTrace?
ASP.NET
Windows Forms
WCF
C++

43)Which of the elements is not available in MS Build Conditional Constructs?
Choose
IF
When
Otherwise

44)The original, signed SOW is maintained by
BFM/Legal Team
Technical Manager
Program Manager
Delivery Manager

45)Which of the following options shown below is not correct about History command ?
History command is used to determine the changeset number in which a set of files were committed.
History command is used to display revision history for one or more files and folders.
History command opens the History window displaying buttons to select Details,View and compare details.
History command is used to determine the history of permissions given to the user

46)Select incorrect Iteration-Level Permissions for Work Item Tracking? a)GENERIC_WRITE b)GENERIC_READ c)WORK_ITEM_WRITE d)WORK_ITEM_READ
a and b are incorrect
c and d are incorrect
a and c are incorrect
b and d are incorrect

47)What is a cross cutting service
a service that is generic enough to be applicable across different contexts
a service cutting across different patterns
a service which is a combination of two patterns
a service which is a combination of more than two patterns

48)What is the purpose of merge command in version control?
The merge command applies changes from one branch into another.
Enables an administrator to view and change the following configuration settings for a team project.
Commits pending changes in the current workspace to the server for Team Foundation version control.
Makes the local file writable, and changes its Pending Change status to "edit" in the workspace.

49)To make a custom class that can have a unique key which interface it muct implement
Idictionary
ICollection
INotifyPropertyChanged
IList

51)The Enterprise Solution Patterns Using Microsoft .NET (ESP) identifies the ___ clusters.
1
3
2
5

52)_________ is the oldest and the most common format of tokens in use today for single sign-on (SSO) and claims-based identity.
Security Assertion Markup Language (SAML)
OAuth WRAP
OAuth 2.0
WS-Trust

53)Using what refraction in resharpert tool can you move type members to a superclass or an interface?
Move Resources
Pull Members Up
Change order
Pull Members Down

54)What is the recommended technique by wipro for estimating highly complex and/or includes multiple technology projects.
Work Breakdown Structure
Delphi Estimation
Function Point Estimation
Planning Poker

55)To create custom XML Parsers what is the class that is typically dervied from
ObjectParserInterface
SpringXMLParser
BaseXMLParser
ObjectsNamespaceParser

56)One way to categorize the patterns is to divide the pattern graph into the three levels, those are?
Architecture, Design and Service
Design, Implementation and Deployment
Architecture, Design and Deployment
Architecture, Design and Implementation

57)When an ObjectContext object is first created in a new application domain, the Entity Framework generates a set of classes that it uses to access the database. These classes are called ___________
joins
LINQ
views

58)Name the security tool which manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs)?
Cert2spc.exe
SignTool.exe
Certmgr.exe
Makecert.exe

59)The method Spring.net container calls after Initialization of object
AfterPropertiesSet()
InitializingObject()
SetCustomProperties()
ConfigureProperties()

60)Which method Invokes a delegate on the thread or context appropriate for the application model?
AsyncOperation.Start()
AsyncOperation.Begin()
AsyncOperation.Post()
AsyncOperation.Init()

61)In cloud table storage, which method used to create table in CloudTableClient class?
CreateTableIfNotExist
CreateCloudTableClient
TableServiceEntity
CreateTable

62)What is the purpose of Difference command in version control?
folderdiff command is used to display and compare a visual representation of the differences between files in two server folders, in a server folder and a local folder, or in two local folders.
Compares, and if it is possible, displays differences between two files, files in two folders, or a shelveset and a local or a server file.

63)Which module in the Spring.Net is used to configure your application using Dependency Injection?
Spring.Reference
Spring.Core
Spring.Dependency

64)Which is not a valid memory pool available in managed mobile Direct3D programming?
IndexBuffer
Managed memory
System
Video

65)The localization service interface for messages/texts in Spring.Net
IMessageSource
Imessages
IMessagesAndTexts
Iresources

66)If the risk score at a project level is greater than ____ in a FPP then the risk management plan should be reviewed by the SDH.
162
356
252
400

67)Who is responsible to send the signed NDA to Customer?
Bid manager / Proposal manager
Business Development Manager
Client Engagement Manager
Business Finance Manager

68)Which of the below can ne used for remote debugging session?
windbg Server=YourHostComputer
windbg -remote -server
windbg tcp:Port=5005,Server=YourHostComputer
windbg -remote tcp:Port=5005,Server=YourHostComputer

69)Which of the refactoring operation provides an easy way to change the order of the parameters for indexers?
Reorder Parameters
Order Parameters
ReArrange Parameters

70)The number of discrete and independent modules are integrated together in a host environment to form a single, seamless application ?
Prism Library
Modular Application
Composite Application
Service Application

72)In Default Workflow Scheduler Service, the following property determines how many simultaneous threads the scheduler service will allow at one time.
SimultaneousWorkflowsCount
DefaultworkflowsCount
MaxSimultaneousWorkflows
MaxThreadCount

73)The Entity Framework uses the ____________ to describe the application-specific object or “conceptual” model against which the developer programs.
Enterprise Data Model
Entity Data Model
Entity Data Management
Enterprise Data Maintenance

74)To publish a workflow as a Web service, which of the following statement suits best?
The project must be a workflow project, and it must have at least one workflow that contains the WebServiceReceiveActivity and WebServiceOutputActivity activities
All the Workflow in the project must contain the WebServiceReceiveActivity and WebServiceOutputActivity activities
Workflow in the project should not support session.
We cant publish a workflow as a web service

75)From where the mock objects concepts spreads
OXE
SHC
XTC
AVC

76)For Visual Studio 2010,which is the default target version of the .NET Framework in test projects ?
Framework 3.0
Framework 3.5
Framework 4.0
Framework 2.0

77)Which file is the combination of three metadata files: the conceptual schema definition language (CSDL), store schema definition language (SSDL), and mapping specification language (MSL) files?
An .aspx
An .asmx
An .edmx
.rdlc

78)What do the autowiring mode "autodetect" do
Chooses to inspect the objects within the container, and look for an object named exactly the same as the property
Chooses to resolve collaborators by type
chooses no autowiring
Chooses constructor or byType through introspection of the object class

79)Which class from Client Application Services is described as "This class provides the static IsOffline property that you use to switch your application to offline mode"?
ClientFormsIdentity
ClientFormsAuthenticationCredentials
ClientRolePrincipal
ConnectivityStatus

80)A typical development project would have 60-70% of requirements phase and about _____% of UAT Effort at onsite and the rest of the phases at offshore.
70
80
90
60

81)Find out the equivalent WPF control for the following Windows Forms control "BindingSource"?
ViewSource
CollectionViewSource
BindingNavigator
DomainUpDown

82)The patterns that can not be used for DI
Visitor
Factory
Builder
Prototype

83)Nunit is Initially ported from
Cunit
Xunit
JUnit
All the abouve

84)The scope of Due Diligence document is?
Review the terms and conditions of proposal
Submit the revised proposal to customer
The Due Diligence team should request for the latest information (things could have changed from the time of RFP and first proposal submission) and all available documents as applicable.
A detailed note on the Applications / Technology / Platforms / Business that will be covered as part of due diligence

85)which command is not the part of tf command-line utility?
Add Command
Changeset command
Configuration command
Get Command

86)For abrupt closure, ________ initiates the project closure in POC through “Remove Added Contract” in Manage Contract under Activities tab in POC.
TM
BFM
PM
BDM

87)Runtime Identifier is used for,
Adding two processes to Performance monitor
Disambiguates the runtimes within a process; it does not provide any other information about the runtime.
Modify two processes at runtime
Used to remove the processes at run time.

88)What are the Reasons to Mocking the Objects
Test needs to query the object, but the queries are available in the real object
real object yet exist
real object is slow
Both A and B

89)Select Enterprise Solution Patterns Viewpoints from following options.
Architecture, Design and Implementation
Database, Application, Deployment and infrastructure
Database, Application and Deployment
Database, Application and infrastructure

90)In Command prompt how do you attach to a running process noninvasively when you launch WinDbg?
windbg -pa -p ProcessID
windbg -pv -p ProcessName
windbg -pv -p AppDomainID
windbg -pv -p ProcessID

91)In Queue Service REST API, ___________ operation sets stored access policies for the queue that may be used with Shared Access Signatures.
Set Queue ACL
Put Message
Peek Messages
Set Queue Metadata

92)What does IVariableSource base interface do
provide the ability to get the value of property placeholders (name-object) pairs from a variety of source objects
provide the ability to get the object name property from a variety of source objects
provides the ability to get the value of property placeholders (name-value) pairs from a variety of sources.
provide the ability to get the object type property from a variety of source objects

93)Which method remove all Direct3D device resources so you can start another Windows Mobile Direct3D application on the same Pocket PC or Smartphone?
MemoryManager.ReleaseD3DMobile
Manager.ReleaseD3DMobile
MemoryManager.Release()
Manager.Release()

94)The maximum number of messages that the message buffer can hold is ____ messages.
fifty
100
200
500

95)Who should conduct Periodic Verification, at least once every calendar year to verify the responsibilities and obligations in the Contract Documents (MSA/SOW)?
VH
BFM/DM/BDM
SQAM/TM/PM
SBUH

96)Which one of these is a process for creating an enterprise architecture that is part of the TOGAF standard?
ADM (Architecture Development Method)
ADM (Application Development Method)
ADM (Architecture Deployment Method)
ADM (Asynchronous Deployment Method)

97)The following pattern uses a controller at the page scope, accepts input from the page request, invokes the requested actions on the model, and then determines the correct view to use for the resulting page.
Page Controller
Front Controller
Intercepting Filer

98)while modelling the application Activity diagram is used for?
Sequence of interactions between users and system or its parts. An alternative view to the activity diagram.
Flow of work and information between activities performed by users and system or its parts
Constraints and rules not specific to a particular use case
Glossary of types that are used to describe the requirements; the types visible at the system''s interface.

99)The _________ provides the functionality to create partial classes to which you can add user code to column and row changing events of the data tables in the dataset.
Data Tier
Table Adapters
Dataset Designer
TableAdapter Queries

Recommended Answers

All 2 Replies

I'm curious why you would think anyone on any forum would answer 99 questions for you when it's clear that you need to answer these questions? Take the initiative and work at this test yourself, you'll be much better off for it in the end.

What goober wrote those questions? Question 95 is especially entertaining given the acronym vomit of its multiple choice answers, but most of the questions are amusing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.