Discount Offer
Home / Salesforce / Identity and Access Management Designer / Identity-and-Access-Management-Architect - Salesforce Certified Identity and Access Management Architect (SU24)

Salesforce Identity-and-Access-Management-Architect Test Dumps

Total Questions Answers: 243
Last Updated: 24-Feb-2025
Available with 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Online Test: $20 $80

PDF + Online Test: $25 $99



Pass Identity-and-Access-Management-Architect exam with Dumps4free or we will provide you with three additional months of access for FREE.


Check Our Recently Added Identity-and-Access-Management-Architect Practice Exam Questions


Question # 1



An Identity and Access Management (IAM) Architect is recommending Identity Connect to integrate Microsoft Active Directory (AD) with Salesforce for user provisioning, deprovisioning and single sign-on (SSO).
Which feature of Identity Connect is applicable for this scenario?
A. When Identity Connect is in place, if a user is deprovisioned in an on-premise AD, the user's Salesforce session Is revoked Immediately.
B. If the number of provisioned users exceeds Salesforce license allowances, identity Connect will start disabling the existing Salesforce users in First-in, First-out (FIFO) fashion.
C. Identity Connect can be deployed as a managed package on salesforce org, leveraging High Availability of Salesforce Platform out-of-the-box.
D. When configured, Identity Connect acts as an identity provider to both Active Directory and Salesforce, thus providing SSO as a default feature.



A.
  When Identity Connect is in place, if a user is deprovisioned in an on-premise AD, the user's Salesforce session Is revoked Immediately.





Question # 2



An identity architect has been asked to recommend a solution that allows administrators to configure personalized alert messages to users before they land on the Experience Cloud site (formerly known as Community) homepage.
What is recommended to fulfill this requirement with the least amount of customization?
A. Customize the registration handler Apex class to create a routing logic navigating to different home pages based on the user profile.
B. Use Login Flows to add a screen that shows personalized alerts.
C. Build a Lightning web Component (LWC) for a homepage that shows custom alerts.
D. Create custom metadata that stores user alerts and use a LWC to display alerts.



B.
  Use Login Flows to add a screen that shows personalized alerts.

Explanation: Login Flows are custom post-authentication processes that can be used to add additional screens or logic after a user logs in to Salesforce. Login Flows can be used to show personalized alert messages to users based on their profile or other criteria before they land on the Experience Cloud site homepage. Login Flows require minimal customization and can be configured using Visual Workflow or Apex. References: Login Flows, Customizing User Authentication with Login Flows




Question # 3



Northern Trail Outfitters (NTO) is planning to roll out a partner portal for its distributors using Experience Cloud. NTO would like to use an external identity provider (idP) and for partners to register for access to the portal. Each partner should be allowed to register only once to avoid duplicate accounts with Salesforce.
What should a identity architect recommend to create partners?
A. On successful creation of Partners using Self Registration page in Experience Cloud, create identity in Ping.
B. Create a custom page m Experience Cloud to self register partner with Experience Cloud and Ping identity store.
C. Create a custom web page in the Portal and create users in the IdP and Experience Cloud using published APIs.
D. Allow partners to register through the IdP and create partner users in Salesforce through an API.



B.
  Create a custom page m Experience Cloud to self register partner with Experience Cloud and Ping identity store.

Explanation: To create partners using an external identity provider (IdP) and avoid duplicate accounts with Salesforce, the identity architect should recommend creating a custom page in Experience Cloud to self register partner with Experience Cloud and Ping identity store. Ping is an IdP that supports OpenID Connect protocol, which allows users to sign in with an external identity provider and access Salesforce resources. By creating a custom page in Experience Cloud, the identity architect can use a custom registration handler to link the partner’s Ping identity with their Salesforce identity and prevent duplicate accounts. The custom page can also provide a seamless user experience for the partners. References: OpenID Connect Authentication Providers, Social Sign-On with OpenID Connect, Create a Custom Registration Handler




Question # 4



Universal Containers (UC) is looking to build a Canvas app and wants to use the corresponding Connected App to control where the app is visible. Which two options are correct in regards to where the app can be made visible under the Connected App setting for the Canvas app? Choose 2 answers
A. As part of the body of a Salesforce Knowledge article.
B. In the mobile navigation menu on Salesforce for Android.
C. The sidebar of a Salesforce Console as a console component.
D. Included in the Call Control Tool that's part of Open CTI.



C.
  The sidebar of a Salesforce Console as a console component.


D.
  Included in the Call Control Tool that's part of Open CTI.





Question # 5



Universal Containers (UC) is using its production org as the identity provider for a new Experience Cloud site and the identity architect is deciding which login experience to use for the site. Which two page types are valid login page types for the site? Choose 2 answers
A. Experience Builder Page
B. lightning Experience Page
C. Login Discovery Page
D. Embedded Login Page



C.
  Login Discovery Page


D.
  Embedded Login Page

Explanation: Login Discovery Page and Embedded Login Page are two valid login page types for Experience Cloud sites. Login Discovery Page allows users to choose their preferred login method, such as username/password, SSO, or social sign-on. Embedded Login Page allows users to log in from any site page without being redirected to a separate login page. References: Login Discovery Page, Embedded Login




Question # 6



A global company has built an external application that uses data from its Salesforce org via an OAuth 2.0 authorization flow. Upon logout, the existing Salesforce OAuth token must be invalidated.
Which action will accomplish this?
A. Use a HTTP POST to request the refresh token for the current user.
B. Use a HTTP POST to the System for Cross-domain Identity Management (SCIM) endpoint, including the current OAuth token.
C. Use a HTTP POST to make a call to the revoke token endpoint.
D. Use a HTTP POST to make a call to the revoke token endpoint.



C.
  Use a HTTP POST to make a call to the revoke token endpoint.

Explanation: To invalidate an existing Salesforce OAuth token, the external application needs to make a HTTP POST request to the revoke token endpoint, passing the token as a parameter. This will revoke the access token and the refresh token if available. The other options are not relevant for this scenario. References: Revoke OAuth Tokens, OAuth 2.0 Token Revocation




Question # 7



A farming enterprise offers smart farming technology to its farmer customers, which includes a variety of sensors for livestock tracking, pest monitoring, climate monitoring etc. They plan to store all the data in Salesforce. They would also like to ensure timely maintenance of the Installed sensors. They have engaged a salesforce Architect to propose an appropriate way to generate sensor Information In Salesforce.
Which OAuth flow should the architect recommend?
A. OAuth 2.0 Asset Token Flow
B. OAuth 2.0 Device Authentication Row
C. OAuth 2.0 JWT Bearer Token Flow
D. OAuth 2.0 SAML Bearer Assertion Flow



A.
  OAuth 2.0 Asset Token Flow

Explanation: To generate sensor information in Salesforce, the architect should recommend OAuth 2.0 Asset Token Flow. OAuth 2.0 Asset Token Flow is a protocol that allows devices, such as sensors, to obtain an access token from Salesforce by using a certificate instead of an authorization code. The access token can be used to access Salesforce APIs and send data to Salesforce. OAuth 2.0 Asset Token Flow is designed for devices that do not have a user interface or a web browser. References: OAuth 2.0 Asset Token Flow, Authorize Apps with OAuth




Question # 8



The executive sponsor for an organization has asked if Salesforce supports the ability to embed a login widget into its service providers in order to create a more seamless user experience. What should be used and considered before recommending it as a solution on the Salesforce Platform?
A. OpenID Connect Web Server Flow. Determine if the service provider is secure enough to store the client secret on.
B. Embedded Login. Identify what level of UI customization will be required to make it match the service providers look and feel.
C. Salesforce REST apis. Ensure that Secure Sockets Layer (SSL) connection for the integration is used.
D. Embedded Login. Consider whether or not it relies on third party cookies which can cause browser compatibility issues.



D.
  Embedded Login. Consider whether or not it relies on third party cookies which can cause browser compatibility issues.

Explanation: Embedded Login is a feature that allows Salesforce to embed a login widget into any web page, such as a service provider’s site, to enable users to log in with their Salesforce credentials. However, Embedded Login relies on third-party cookies, which can cause browser compatibility issues and require users to adjust their browser settings. Therefore, this should be considered before recommending it as a solution on the Salesforce Platform. References: Embedded Login, Embedded Login Implementation Guide




Get 243 Salesforce Certified Identity and Access Management Architect (SU24) questions Access in less then $0.12 per day.

Salesforce Bundle 1:


1 Month PDF Access For All Salesforce Exams with Updates
$200

$800

Buy Bundle 1

Salesforce Bundle 2:


3 Months PDF Access For All Salesforce Exams with Updates
$300

$1200

Buy Bundle 2

Salesforce Bundle 3:


6 Months PDF Access For All Salesforce Exams with Updates
$450

$1800

Buy Bundle 3

Salesforce Bundle 4:


12 Months PDF Access For All Salesforce Exams with Updates
$600

$2400

Buy Bundle 4
Disclaimer: Fair Usage Policy - Daily 5 Downloads

Salesforce Certified Identity and Access Management Architect (SU24) Exam Dumps


Exam Code: Identity-and-Access-Management-Architect
Exam Name: Salesforce Certified Identity and Access Management Architect (SU24)

  • 90 Days Free Updates
  • Salesforce Experts Verified Answers
  • Printable PDF File Format
  • Identity-and-Access-Management-Architect Exam Passing Assurance

Get 100% Real Identity-and-Access-Management-Architect Exam Dumps With Verified Answers As Seen in the Real Exam. Salesforce Certified Identity and Access Management Architect (SU24) Exam Questions are Updated Frequently and Reviewed by Industry TOP Experts for Passing Identity and Access Management Designer Exam Quickly and Hassle Free.

Salesforce Identity-and-Access-Management-Architect Test Dumps


Struggling with Salesforce Certified Identity and Access Management Architect (SU24) preparation? Get the edge you need! Our carefully created Identity-and-Access-Management-Architect test dumps give you the confidence to pass the exam. We offer:

1. Up-to-date Identity and Access Management Designer practice questions: Stay current with the latest exam content.
2. PDF and test engine formats: Choose the study tools that work best for you.
3. Realistic Salesforce Identity-and-Access-Management-Architect practice exam: Simulate the real exam experience and boost your readiness.

Pass your Identity and Access Management Designer exam with ease. Try our study materials today!

Official Salesforce Certified Identity and Access Management Architect SU24 exam info is available on Salesforce website at https://trailhead.salesforce.com/en/credentials/identityandaccessmanagementarchitect

Prepare your Identity and Access Management Designer exam with confidence!

We provide top-quality Identity-and-Access-Management-Architect exam dumps materials that are:

1. Accurate and up-to-date: Reflect the latest Salesforce exam changes and ensure you are studying the right content.
2. Comprehensive Cover all exam topics so you do not need to rely on multiple sources.
3. Convenient formats: Choose between PDF files and online Salesforce Certified Identity and Access Management Architect (SU24) practice questions for easy studying on any device.

Do not waste time on unreliable Identity-and-Access-Management-Architect practice test. Choose our proven Identity and Access Management Designer study materials and pass with flying colors. Try Dumps4free Salesforce Certified Identity and Access Management Architect (SU24) 2024 material today!

Identity and Access Management Designer Exams
Salesforce Identity-and-Access-Management-Architect Exam Dumps
  • Assurance

    Salesforce Certified Identity and Access Management Architect (SU24) practice exam has been updated to reflect the most recent questions from the Salesforce Identity-and-Access-Management-Architect Exam.

  • Demo

    Try before you buy! Get a free demo of our Identity and Access Management Designer exam dumps and see the quality for yourself. Need help? Chat with our support team.

  • Validity

    Our Salesforce Identity-and-Access-Management-Architect PDF contains expert-verified questions and answers, ensuring you're studying the most accurate and relevant material.

  • Success

    Achieve Identity-and-Access-Management-Architect success! Our Salesforce Certified Identity and Access Management Architect (SU24) exam questions give you the preparation edge.

If you have any question then contact our customer support at live chat or email us at support@dumps4free.com.