لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
From where can users access and customise the Mobile Navigation Menu?
A. Setup > Navigation > My Menus > New
B. Setup > Mobile App > Mobile Only Navigation
C. App Launcher > Mobile App > Mobile Setup > Navigation Menu
D. Setup > Salesforce Navigationcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #2
Universal Containers has just purchased large volume of contact data from anexternal vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts. What should an Architect recommend to prevent data duplication in salesforce?
A. Utilize an off-platform de-duplication tool prior to loading
B. Load the data into salesforce and then utilize the contact Duplicate Rule feature
C. Utilize a batch apex process to de-duplicate thedata after loading
D. Create a de-duplication trigger before loading the data
عرض الإجابة
اجابة صحيحة: A
السؤال #3
What is considered Backend APIs in the context of Mobile App security?
A. The sum of all paths for data and commands into and out of the app
B. The resource connection and authentication, authorization, activity logging, data validation, and encoding
C. All valuable data used and stored in the app
D. The interfaces used to connect services and transfer datacorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #4
What is the correct term of this OAuth component definition: A short-lived token that represents the access granted by the end user.
A. Consumer Key
B. Access Token
C. Authorization Code
D. Refresh Token
عرض الإجابة
اجابة صحيحة: C
السؤال #5
Is the following security mechanism used to protect data at Rest or in Transit? Authorization
A. Data in Transitcorrect
B. Data at Rest
عرض الإجابة
اجابة صحيحة: A
السؤال #6
Which mobile app operating system is supported by the Mobile SDK?
A. Bothcorrect
B. Android
C. iOS
عرض الإجابة
اجابة صحيحة: A
السؤال #7
In which of the User-Agent flow does the authorization check take place?
A. The connected app uses the access token to access data on the end user’s behalf
B. The end user opens the mobile app
C. The user approves access for this authorization flow
D. The connected app directs the user to Salesforce to log in
عرض الإجابة
اجابة صحيحة: D
السؤال #8
Which of the following options in NOT available in the mobile app?
A. View Campaign Hierarchies
B. Merge Accounts
C. Create Quote from Opportunities
D. View Attatchments
عرض الإجابة
اجابة صحيحة: B
السؤال #9
Which Server-Side scope parameter will allow the Mobile Connected app to access to the identity URL service?
A. idcorrect
B. api
C. openid
D. refresh_token
عرض الإجابة
اجابة صحيحة: A
السؤال #10
True or False? The two supported OSs for the Salesforce App are iOS and Android.
A. FALSE
B. TRUEcorrect
عرض الإجابة
اجابة صحيحة: B
السؤال #11
What is the correct term of this OAuth component definition: A value used by the consumer to gain access to protected resources on behalf of the user.
A. Access Tokencorrect
B. Consumer Key
C. Refresh Token
D. Authorization Code
عرض الإجابة
اجابة صحيحة: A
السؤال #12
What concept in Mobile app security responds to this definition: ll valuable data used and stored in the app, including secrets and keys.
A. Data at Restcorrect
B. Data in Transit
C. Backend API
عرض الإجابة
اجابة صحيحة: A
السؤال #13
True or False? Push notifications is a default feature and hence does not need to be enabled by the Admin.
A. TRUE
B. FALSEcorrect
عرض الإجابة
اجابة صحيحة: B
السؤال #14
Which Server-Side scope parameter will allow the Mobile Connected app to a refresh token to be returned when the app is eligible to receive one?
A. web
B. refresh_tokencorrect
C. openid
D. visualforce
عرض الإجابة
اجابة صحيحة: B
السؤال #15
True or False? Knowledge Users will be able to edit and create new Knowledge Articles from the Mobile App.
A. FALSEcorrect
B. TRUE
عرض الإجابة
اجابة صحيحة: A
السؤال #16
When a connected app employs a Refresh Token, what does Salesforce return?
A. An Access Tokencorrect
B. An encoded URL
C. A boolean value that determines access
D. Nothing
عرض الإجابة
اجابة صحيحة: A
السؤال #17
The Salesforce mobile app gets language support from the language and region settings on the mobile device, the language setting for the mobile device's default browser, and the language and region settings in the user's Salesforce user profile. What will happen if these elements have conflicting language preferences?
A. The app will be presented based on the user's profile preferences
B. The App will be presented in the "Fallback App Language" defined by the Admin
C. The app will be presented based on the phone's region settings
D. The user will be able to see different languages in the app
عرض الإجابة
اجابة صحيحة: D
السؤال #18
What will be required if a user wanted to add a Visualforce page to the Mobile Navigation menu?
A. A Tab for it
B. Visualforce pages cannot be accessed from mobile Salesforce
C. A Custom Object for it
D. A mobile component for it
عرض الإجابة
اجابة صحيحة: A
السؤال #19
What are the three capabilities of the Bulk API? Choose 3 answers
A. Roll back all transactions within a batch of 10000 records
B. process multiple batch jobs asynchronously
C. Process multiple batch jobs synchronously
D. Monitorjob status via the API
E. Monitor job status via the Web UI
عرض الإجابة
اجابة صحيحة: BDE
السؤال #20
What Mobile Appsec Term is defined here? A software testing method performed to analyze the runtime behavior of the code.
A. Buffer Overflow
B. Dynamic Testingcorrect
C. Authentication
D. Static Testing
E. Authorization
عرض الإجابة
اجابة صحيحة: B
السؤال #21
What is the correct term of this OAuth component definition: A value used by the consumer―in this case, the Mobile SDK app―to identify itself to Salesforce. Referred to as client_id.
A. Authorization Code
B. Refresh Token
C. Consumer Keycorrect
D. Access Token
عرض الإجابة
اجابة صحيحة: C
السؤال #22
Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.What integration pattern should an Architect suggest?
A. Nightly batch validating records modified the previous day
B. Outbound Message with a Callback
C. @Future method with an Apex callout
D. Remote Invocation initiated by Middleware
عرض الإجابة
اجابة صحيحة: B
السؤال #23
Will the "visualforce" scope parameter value give the connected app access to standard salesforce visualforce pages?
A. Nocorrect
B. Yes
عرض الإجابة
اجابة صحيحة: A
السؤال #24
Which language input does the Salesforce mobile app NOT take into consideration when selecting which language to show the app on?
A. Region settings in mobile device
B. Language settings in mobile device
C. Language settings in user profile
D. Manufacturing country of the mobile phone
عرض الإجابة
اجابة صحيحة: D
السؤال #25
Differences between Mobile and Web Appsec: _______ appsec engineers need to secure sensitive data while traversing the mobile device carrier’s network and the internet.
A. Web
B. Mobilecorrect
C. Both
عرض الإجابة
اجابة صحيحة: B
السؤال #26
What is the Mobile App Attack Surface?
A. All the different points where an attacker could get into an app and exfiltrate data
B. Encryption and checksums, access auditing, and data integrity and operational security controls
C. The resource connection and authentication, authorization, activity logging, data validation, and encoding
D. The sum of all paths for data and commands into and out of the app
عرض الإجابة
اجابة صحيحة: A
السؤال #27
True or False? Tasks are NOT available in the Salesforce Mobile App.
A. TRUE
B. FALSE
عرض الإجابة
اجابة صحيحة: B
السؤال #28
Which Server-Side scope parameter will allow the Mobile Connected app to access to all data accessible by the logged-in user, and encompasses all other scopes?
A. visualforce
B. refresh_token
C. fullcorrect
D. id
عرض الإجابة
اجابة صحيحة: C
السؤال #29
What Mobile Appsec Term is defined here? A software intermediary that allows two apps to talk to each other
A. Authentication
B. APIcorrect
C. Authorization
D. Buffer
E. Buffer Overflow
عرض الإجابة
اجابة صحيحة: B
السؤال #30
To run the integration in Outlook, each user must have the Salesforce add-in, where is this available from?
A. Google Play
B. AppStore
C. Microsoft AppSource Storecorrect
D. AppExchange
عرض الإجابة
اجابة صحيحة: C

View The Updated Salesforce Exam Questions

SPOTO Provides 100% Real Salesforce Exam Questions for You to Pass Your Salesforce Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: