x.a2();
z.a2();
z.c1();
z.a1();
y.c1();
x.a1();
第1题:
You are designing a test plan for an existing Windows Azure .NET 4 application. Method calls return incorrect results for certain input parameters. You need to recommend an approach for debugging the method calls. What should you recommend?()
第2题:
abstract class A { abstract void al(); void a2() { } } class B extends A { void a1() { } void a2() { } } class C extends B { void c1() { } } and: A x = new B(); C y = new C(); A z = new C(); Which four are valid examples of polymorphic method calls?()
第3题:
Which method of the ChildActionExtensions class calls a child action method and renders the result inline in the parent view?()
第4题:
Move the loop code into the constructor of the service class from the OnStart method.
Drag a timer component onto the design surface of the service. Move the calls to the long-running procedure from the OnStart method into the Tick event procedure of the timer, set the Enabled property of the timer to True, and call the Start method of the timer in the OnStart method.
Add a class-level System.Timers.Timer variable to the service class code. Move the call to the DoWork method into the Elapsed event procedure of the timer, set the Enabled property of the timer to True, and call the Start method of the timer in the OnStart method.
Move the loop code from the OnStart method into the DoWork method.
第5题:
x.a2();
z.a2();
z.c1();
z.a1();
y.c1();
x.a1();
第6题:
the seventh call is routed via the PSTN
the call is denied and the original six (6) calls remain
the call is completed and the first call is dropped
the call is completed, but all calls have quality issues
the call is completed but the seventh call has quality issues
第7题:
To illustrate a problem with examples.
To provide tips for solving a problem.
To indicate the results of a problem.
To reveal the causes of a problem.
第8题:
GET
PUT
UPDATE
DELETE
POST
REMOVE
第9题:
discard
next policy
accept
ignore
第10题:
CASCADE
UNIQUE
NONUNIQUE
CHECK
PRIMARY KEY
CONSTANT
NOT NULL
第11题:
Foo.beta() is a valid invocation of beta().
Foo.alpha() is a valid invocation of alpha().
Method beta() can directly call method alpha().
Method alpha() can directly call method beta().
第12题:
The doStartTag method is called once.
The doAfterBody method is NOT called.
The EVAL_PAGE constant is a valid return value for the doEndTag method.
The SKIP_PAGE constant is a valid return value for the doStartTag method.
The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.
第13题:
Given: 6.
第14题:
You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()
第15题:
private
final
static
int
abstract
第16题:
Attach the remote debugger to the application.
Use the Microsoft Visual Studio 2010 Test Manager tool.
Use IntelliTrace to collect only eventsfrom the application.
Use IntelliTrace to collect events and call information from the application.
第17题:
L2TP
2547bis
L2F
PPTP
MPLS
第18题:
Apply the OnDeserializing attribute to the ProcessChildren method.
Specify that MyClass implements the IDeserializationCallback interface.
Specify that MyClass inherits from the ObjectManager class.
Apply the OnSerialized attribute to the ProcessChildren method.
Create a GetObjectData method that calls ProcessChildren.
Create an OnDeserialization method that calls ProcessChildren.
第19题:
Apply the OnDeserializing attribute to the ProcessChildren method.
Specify that Certkiller Class implements the IDeserializationCallback interface.
Specify that Certkiller Class inherits from the ObjectManager class.
Apply the OnSerialized attribute to the ProcessChildren method.
Create a GetObjectData method that calls ProcessChildren.
Create an OnDeserialization method that calls ProcessChildren.
第20题:
OSPF
BGP
IS-IS
PIM
RIP
第21题:
x.a2();
z.a2();
z.c1();
z.a1();
y.c1();
x.a1();
第22题:
The do Start Tag method is called once.
The do After Body method is NOT called.
The EVAL_Page constant is a valid return value for the do End Tag Method.
the EVAL_BODY_BUFFERED constant is a valid return value for the do Start Tag method.
第23题:
Path
Session
discovery
establishment
Advertisement
第24题:
The doStartTag method is called once.
The doAfterBody method is NOT called.
The EVAL_PAGE constant is a valid return value for the doEndTag method.
The SKIP_PAGE constant is a valid return value for the doStartTag method.
The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.