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

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

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

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

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

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

السؤال #1
Which sandbox is used for performance testing?
A. Developer
B. Full
C. Partial
D. Developer Pro
عرض الإجابة
اجابة صحيحة: B
السؤال #2
Universal Containers (UC) wants to build a Recruiting app that allows for multiple Positions to appear on custom objects Websites and Postings. UC requires a report that shows the related custom objects of Postings. Which two items should an app builder configure to implement this? (Choose two.)
A. Create two new Custom Report Types
B. Configure a Postings object with Lookup field to both Positions and Websites
C. Configure a Postings object with Master-Detail field to both Positions and Websites
D. Utilize the Standard Report Types
عرض الإجابة
اجابة صحيحة: AC
السؤال #3
Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. The goal is to encourage managers to be more concise In their comments and stay at 255 characters or less. There is preexisting information In the Manager Notes field that often is well beyond the character limit.What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?
A. Preexisting information will truncate to the first 255 characters
B. Preexisting Information in the field will be completely lost
C. Preexisting information will remain even if it was over 255 characters
D. Preexisting information will cause an error message to pop up
عرض الإجابة
اجابة صحيحة: A
السؤال #4
Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails respectively, NTO wants to track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? (Choose two.)
A. Use a master-detail relationship between the Park and Trail objects
B. Use a formula field on the Park record to show the total number of trails
C. Use a lookup relationship between the Park and Trail objects
D. Use a roll-up summary field on the Park record to show the total number of Trails
عرض الإجابة
اجابة صحيحة: AD
السؤال #5
The Recruiting ream at AW Computing captures thejob acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter s job offer, the date of hire should be entered and not be changed on subsequent cecord edit.Which validation formula should the app builder use?
A. NOT(ISCLANK(Job_Accepted_c)) andand ISCHANGED(Hire_Date_c)
B. (ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))
C. NOT{ISandlANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)
D. (lSBLANK(Job_Accepted_c) andand NOT(lSCHANGED(Hire_Date_c))
عرض الإجابة
اجابة صحيحة: A
السؤال #6
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.What automation tool should be used to complete this task?
A. Workflow
B. Approval process
C. Flow
D. Process Builder
عرض الإجابة
اجابة صحيحة: C
السؤال #7
Which feature should an app builder use to ensure that new Leads are automatically sent to the appropriate Sales Rep?
A. Workflow Rules
B. Visual Flow
C. Lead Assignment Rules
D. Lead Convert
عرض الإجابة
اجابة صحيحة: C
السؤال #8
Universal Containers has deployed custom tabs through change sets, without including the profiles, to production (enterprise edition). Which statement is true in regards to the visibility of custom tabs?
A. Custom tabs are exposed for all users
B. Custom tabs are hidden for all users
C. Custom tabs are default off for all users
D. Custom tabs are default on for all users
عرض الإجابة
اجابة صحيحة: B
السؤال #9
Cloud Kicks (CK) wants to simultaneously delete a Suppliere record and all Supplierltem__c records if a partnership ends with a supplier.What solution could an app builder use to meet the requirement?
A. Many-to-many
B. Indirect lookup
C. Hierarchical
D. Master-detail
عرض الإجابة
اجابة صحيحة: D
السؤال #10
An app builder is preparing to deploy a new app from the sandbox to production using change sets. What two considerations should an app builder keep in mind during this process? (Choose two.)
A. Users should be logged out of production when receiving inbound change sets
B. Change sets do not include all components and may have to perform some changes manually
C. Salesforce Connect automatically establishes a link between environments
D. Transactions will revert if the deployment errors
عرض الإجابة
اجابة صحيحة: BD
السؤال #11
Cloud Kicks wants to efficiently Increase the company's adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.Which tool should be used?
A. Import Wizard
B. Lightning Object Creator
C. Data Loader
D. Schema Builder
عرض الإجابة
اجابة صحيحة: B
السؤال #12
The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child objectStar__c.What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?
A. A Star__c report typewith Galaxy__c as a field will be automatically created
B. A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c
C. A Galaxy__c with Star__c report type will be automatically created
D. A new custom report type will need to be created for Galaxy__c with Star__c
عرض الإجابة
اجابة صحيحة: C
السؤال #13
A new app builder on the Cloud Kicks team is getting familiar with relationships in the data model. What functionality would present the app builder a comprehensive view of all relationships ...?
A. Schema Builder
B. Lightning Object Creator
C. Object Manager
D. Lightning Record Page
عرض الإجابة
اجابة صحيحة: A
السؤال #14
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. What validation rule would an app builder use to prevent other users from making this update?
A. AND( $UserRole
B. AND( $UserRole
C. AND( $UserRole
D. AND( $UserRole
عرض الإجابة
اجابة صحيحة: D
السؤال #15
Universal Containers has a workflow on opportunity that will change the status field to "In Progress" when the Stage field is changed "Negotiation." In addition, there is a validation rule on Status that will prevent the status being set to "In Progress" if the amount of the opportunity is less than $10,000.A user named Frank does not have FLS to see status. When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?
A. Workflow rules cannot trigger a validation rule
B. Workflow rules occur after validation rules and thus override validation rules
C. Field Level Security prevents the validation rule from running
عرض الإجابة
اجابة صحيحة: A

View The Updated Salesforce Exam Questions

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

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

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

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

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