Certified Pega Robotics System Architect v8.0 — Question 11

What are two valid steps to add the custom .NET component to a solution? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C because importing the DLL as a project item allows it to be part of the solution, and adding it to the Toolbox window makes it easy to use in the design environment. Options B and D are incorrect because referencing the DLL in RuntimeConfig.xml is not a standard method for adding components directly to the solution, and simply copying the DLL does not integrate it into the project effectively.