exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 1 question 29 discussion

Actual exam question from Microsoft's 70-483
Question #: 29
Topic #: 1
[All 70-483 Questions]

You are developing an application by using C#.
You have the following requirements:
✑ Support 32-bit and 64-bit system configurations.
✑ Include pre-processor directives that are specific to the system configuration.
✑ Deploy an application version that includes both system configurations to testers.
✑ Ensure that stack traces include accurate line numbers.
You need to configure the project to avoid changing individual configuration settings every time you deploy the application to testers.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

  • A. Update the platform target and conditional compilation symbols for each application configuration.
  • B. Create two application configurations based on the default Release configuration.
  • C. Optimize the application through address rebasing in the 64-bit configuration.
  • D. Create two application configurations based on the default Debug configuration.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Xavios
Highly Voted 5 years, 7 months ago
A, D for me
upvoted 12 times
...
elYaro
Highly Voted 4 years, 6 months ago
B and D is correct. all you need is a 32bits and a 64bits configuration for each mode you have. In this case it assume you only have the 2 basic one Debug and Release. If you had Beta and Post-Prod you would need 2 config for each as well Source: https://stackoverflow.com/questions/48168980/exam-483-support-32-bit-and-64-bit-system-configurations-c-sharp
upvoted 12 times
...
noussa
Most Recent 3 years, 11 months ago
B and D are correct: it means you create web configs for both 32 bit, 46 bit, and for release and debug. So u need to create 2 web configs.debug and 2 others for release.
upvoted 1 times
...
whtvr
4 years, 9 months ago
I also don't feel like B is correct, would be more inclined to go for A, but also not 100% sure (it makes the most sense though) and D is definitely correct
upvoted 2 times
...
StudiousMCSD
5 years, 1 month ago
BD is incorrect. That will just create 4 configurations. Two that don't have accurate line numbers (the release ones) and none that will have the required symbols for each build type.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago