GIAC
GSSP-.NET · Question #424
(Topic 4) You work as a Software Developer for ABC Inc. You are defining a component for an application. In some deployments, the component will be deployed on the same computer as the application…
The correct answer is C. Create a marshal-by-reference object. See the full explanation below for the reasoning.
Question
- (Topic 4)
You work as a Software Developer for ABC Inc. You are defining a component for an application. In some deployments, the component will be deployed on the same computer as the application. In other deployments the component will be deployed on a separate computer. The component has implicit dependencies and needs to access and use server- side resources that cannot cross system boundaries. You must ensure that your component design supports both deployment scenarios. What will you do to accomplish the task?
Options
- ACreate a SingleCall object.
- BCreate a marshal-by-value object.
- CCreate a marshal-by-reference object.
- DCreate a Singleton object.
How the community answered
(54 responses)- A6% (3)
- B4% (2)
- C81% (44)
- D9% (5)
Community Discussion
No community discussion yet for this question.