PrepAway - Latest Free Exam Questions & Answers

Category: 70-483 (v.5)

Exam 70-483: Programming in C# (update May 25th, 2017)

Which code segment should you use in the method body?

You are implementing a method named ProcessReports that performs a long-running task. The
ProcessReports() method has the following method signature:
public void ProcessReports(List<decimal> values,CancellationTokenSource cts, CancellationToken ct)
If the calling code requests cancellation, the method must perform the following actions:
• Cancel the long-running task.
• Set the task status to TaskStatus.Canceled.
You need to ensure that the ProcessReports() method performs the required actions. Which code segment
should you use in the method body?

Which type of object should you use in the method?

You need to write a method that retrieves data from a Microsoft Access 2013 database. The method must meet
the following requirements:
• Be read-only.
• Be able to use the data before the entire data set is retrieved.
• Minimize the amount of system overhead and the amount of memory usage.
Which type of object should you use in the method?

Which code should you use to replace line 05?

You are developing an application.
The application contains the following code segment (line numbers are included for reference only):

When you run the code, you receive the following error message: “Cannot implicitly convert type ‘object” to ‘int’.
An explicit conversion exists (are you missing a cast?).”
You need to ensure that the code can be compiled. Which code should you use to replace line 05?


Page 6 of 12« First...45678...Last »