Enjoy 15% Discount With Coupon 15off

Monthly Archives - October 2022

What should an identity architect recommend to configure the requirement with limited changes to the third-party app?

A third-party app provider would like to have users provisioned via a service endpoint before users access their app from Salesforce. What should an identity architect recommend to configure the requirement with limited changes to the third-party app?A . Use a connected app with user provisioning flow. B. Create Canvas...

Read more...

Which three Salesforce permissions are available to map to AD permissions?

Northern Trail Outfitters (NTO) recently purchased Salesforce Identity Connect to streamline user provisioning across Microsoft Active Directory (AD) and Salesforce Sales Cloud. NTO has asked an identity architect to identify which salesforce security configurations can map to AD permissions. Which three Salesforce permissions are available to map to AD permissions?...

Read more...

Which of the following actions is a chief audit executive most likely to take in order to identify gaps in the internal audit activity’s knowledge, skills, and competencies?

Which of the following actions is a chief audit executive most likely to take in order to identify gaps in the internal audit activity’s knowledge, skills, and competencies?A . Complete a skills assessment of the internal audit activity based on. The IIA Global Internal Audit Competency Framework. B. Develop a...

Read more...

What is the value of the CITY variable?

The following SAS program is submitted: data work.flights; destination = ‘cph’; select(destination); when(’LHR’) city = ‘London’; when(’CPH’) city = ‘Copenhagen’; otherwise city = ‘Other’; end; run; What is the value of the CITY variable?A . Other B. Copenh C. Copenhagen D. ‘‘(missing character value)View AnswerAnswer: A

Read more...

What should you recommend to meet the Microsoft Teams requirements for guest access?

What should you recommend to meet the Microsoft Teams requirements for guest access?A . From the Azure Active Directory admin center, modify the External collaboration settings to include fabrikam.com only. B. From the Microsoft 365 admin center, modify the Office 365 groups settings. C. From the External access settings in...

Read more...

Which SAS statement completes the program and results in a value of ‘Printing750’ for the DEPARTMENT variable?

Given the raw data record DEPT: ----|----10---|----20---|----30 Printing 750 The following SAS program is submitted: data bonus; infile ‘dept’; inputdept$ 1-11 number 13- 15; <insert statement here> run; Which SAS statement completes the program and results in a value of ‘Printing750’ for the DEPARTMENT variable?A . department = dept II...

Read more...