You need to implement a process. The process must perform the following:
Run when a new account is created.

Make changes to the account as the user who created the account.

Send an email message to the account as the owner of the account. This may be a different user than

the user who created the account.
Which process type should you use?
Correct Answer: A
Explanation/Reference:
Workflow. Use this process to model and automate real world business processes. These processes can be configured to run in the background or in real time and can optionally require user input. Workflow processes can start automatically based on specified conditions or can be started manually by a user.
Incorrect Answers:
B: Business process flow. Use this process to create a visualization of the business process flow. Users are guided through various stages of the sales or customer service processes. At each stage, you complete specific steps and then move to the next stage. You can customize the process flow by adding or removing steps, changing the order of the stages, or adding new entities to the process flow.
C: A business rule is not a process type.
D: Dialog. Use this process to create an interactive step-by-step data entry form that requires user input to start and run to completion. When you start the dialog process, a wizard-like interface is presented so you can make appropriate selections or enter data as you progress through each page of the wizard.
References: https://msdn.microsoft.com/en-us/library/gg309471.aspx