Certified Pega Robotics System Architect v8.0 (2019) — Question 1
You are working on a team project with several other architects. Each architect is assigned to create activities for several applications. You are ready to add your
HR adapter project to the controller project.
Which three steps are required to add the HR project to the main solution? (Choose three.)
Answer options
- A. Create an activity to make a call to the HR project to log in to the application.
- B. Import the HR project to the controller project using the manage imported projects window.
- C. Update the controlling project's .Net framework property to match the HR adapter project.
- D. Add an existing project from the solution file using the solution explorer window.
- E. Add an assembly reference to the HR project from the controller project.
Correct answer: A, B, E
Explanation
The correct steps to add the HR project involve creating an activity to log in, importing the project, and adding an assembly reference. Options C and D are not necessary for this specific integration process, as updating the .Net framework property is only needed if there is a version mismatch, and adding an existing project from the solution file is not required when using the import functionality.