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 insert at line 03?

You are developing a game that allows players to collect from 0 through 1000 coins. You are creating a method
that will be used in the game. The method includes the following code. (Line numbers are included for
reference only.)
01 public string FormatCoins(string name, int coins)
02 {
03
04 }
The method must meet the following requirements:
• Return a string that includes the player name and the number of coins.
• Display the number of coins without leading zeros if the number is 1 or greater.
• Display the number of coins as a single 0 if the number is 0.
You need to ensure that the method meets the requirements.
Which code segment should you insert at line 03?

Which code segment should you use?

You are developing an application that retrieves patient data from a web service. The application stores the
JSON messages returned from the web service in a string variable named PatientAsJson. The variable is
encoded as UTF-8. The application includes a class named Patient that is defined by the following code:

You need to populate the Patient class with the data returned from the web service.
Which code segment should you use?

Which twoactions should you perform?

An application is throwing unhandled NullReferenceException and FormatException errors. The stack trace
shows that the exceptions occur in the GetWebResult() method.
The application includes the following code to parse XML data retrieved from a web service. (Line numbers are
included for reference only.)

You need to handle the exceptions without interfering with the existing error-handling infrastructure. Which twoactions should you perform? (Each correct answer presents part of the solution. Choose two.)

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 ‘inf.
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 4 of 12« First...23456...10...Last »