Multiple choice technology packaged enterprise solutions Which instruction is used to start execution of second activity asynchronously Branch Call Queue None Reveal answer Fill a bubble to check yourself C Correct answer Explanation The Queue instruction (or Queue-Activity method) is used to start the execution of another activity asynchronously in a child thread, while Call executes it synchronously and Branch transfers control to it without returning.