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

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

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

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

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

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

السؤال #1
How is the Lightning Component framework different from Visualforce?
A. The framework can be used to build mobile apps only
B. The framework is client-side centric, while Visualforce relies on server calls
C. They are both useful in building components, but Visualforce has a simpler markup
D. None of the above
عرض الإجابة
اجابة صحيحة: B
السؤال #2
An app builder needs a custom solution and is considering using either AppExchange or their local developer community. Ease of updates is the primary consideration. What should the app builder consider?
A. An unmanaged package from AppExchange
B. An open-source custom development
C. A managed package from AppExchange
D. An open-source unmanaged package
عرض الإجابة
اجابة صحيحة: C
السؤال #3
Universal Container installs an unmanaged package. Which of the following are true: (choose 2)
A. Unmanaged packages can be upgraded
B. Unmanaged packages don't have a version number
C. Tests are executed during deployment
D. Unmanaged packages have a namespace prefix E
عرض الإجابة
اجابة صحيحة: CE
السؤال #4
Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution.What should the app builder do to meet the deadline and custom requirements?
A. Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria,
B. Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email
C. Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development
D. Choose an unmanaged package from Appexchange that closely meets the requirements of the project and allows programmatic development
عرض الإجابة
اجابة صحيحة: B
السؤال #5
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.What can be the issue?
A. The record page template is unable to support mobile devices
B. The component needs to be activated
C. The record page needs to be activated
D. The component has been developed for Desktop Pages
عرض الإجابة
اجابة صحيحة: D
السؤال #6
You can secure data at the organization level, using all of these methods, except __________.
A. Limit Login IP addresses
B. Limit Login Hours
C. Set password policies
D. Use hardware token
عرض الإجابة
اجابة صحيحة: D
السؤال #7
What are two capabilities of Schema Builder? Choose 2 answers
A. Editing custom settings
B. Creating a new record type
C. Showing selected objects on a page
D. Viewing page layouts in a new window
عرض الإجابة
اجابة صحيحة: CD
السؤال #8
Universal Containers needs to update a field on an Account when anOpportunity Stage is changed to Closed Lost. What tools can we use to accomplishthis requirement? (Choose 2)
A. Lightning Process Builder
B. Assignment Rule
C. Workflow Rule
D. Approval Process
عرض الإجابة
اجابة صحيحة: AC
السؤال #9
Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application. What should an app builder recommend to meet these requirements?
A. Create a master-detail relationship on Open_Position__c to Application__c
B. Create a master-detail relationship held on Applicant__c to Application__c
C. Create a master-detail relationship field on Application__c to Open
D. Create a master-detail relationship field on Applicant__c to Apphcabon_c
عرض الإجابة
اجابة صحيحة: A
السؤال #10
Nickname__c is a custom text field on a contact record that is utilized to override the contact name appearing on an email template. This field is not required and is not always filled in.Which formula should an app builder use to select the contact's preferred name for email communications?
A. IF(NOT(ISBLANK(Nickname__c)),Nickname_c,FirstName)
B. IF(TEXT(Nfckname__c), Nickname_c,FirstName)
C. IF(ISNUUL(Nteknarne _
D. IF(NOT(BLANKVALUE(Nickname__c)),Nickname__c, FirstName)
عرض الإجابة
اجابة صحيحة: A
السؤال #11
You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.What could be the most optimal model to achieve this?
A. Create a Project object then Modules as a child object
B. Create a Project then add Tasks to it
C. Create Project, Module, Responsibility as parent, child and grandchild objects
D. Create Project and Module objects then Responsibility as a junction object
عرض الإجابة
اجابة صحيحة: A
السؤال #12
Which values must be defined when creating a new Opportunity Stage? Choose 3 answers A. Close Date
B. Amount
C. Probability
D. Forecast Category
E. Type
عرض الإجابة
اجابة صحيحة: CDE
السؤال #13
What is true regarding the user interface for external object data? Choose 1 answer.
A. External object data can be accessed via lists views
B. External object data can be accessed via custom tabs
C. External object data can be accessed via detail pages
D. Chatter Feeds can be enabled on external object pages
E. All of the above
عرض الإجابة
اجابة صحيحة: E
السؤال #14
Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records. How should an app builder implement this requirement?
A. Create a formula field on the Case object using the TEXT function
B. Create a roll-up summary field using Support Level on the Account object
C. Create a formula field on the Account object using the ISPICKVAL function
D. Create a Process Builder and use a field update on the Case object
عرض الإجابة
اجابة صحيحة: A
السؤال #15
In a real estate app, if a listing is sold, all related inspections for the listing must be cancelled. What business logic feature best caters to this requirement? Choose 1 answer.
A. Use a trigger to update the status of the related inspection records when the listing status is updated
B. Use Process Builder to define a process action to update related records based on the listing status change
C. Use Visual Workflow to define a flow to iterate through the related inspection records and update the status to 'Cancelled'
D. Create a standard workflow on the Listing object with a workflow record update action on the related Inspection records
عرض الإجابة
اجابة صحيحة: B
السؤال #16
An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set set was deployed to production, the reports were NOT deployed. What should the app builder do?
A. Move the reports to the Untried Public Reports folder and add them to a new change set
B. Move the reports from the Unfiled Public Reports folder and add them to a new change set
C. Recreate the reports in production
D. Add the reports to an unmanaged package and install the unmanaged package into production
عرض الإجابة
اجابة صحيحة: B
السؤال #17
Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced.At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?
A. After-Save Record-Triggered flow
B. Before-Save Record-Triggered flow
C. Process Builder
D. Workflow rule
عرض الإجابة
اجابة صحيحة: D
السؤال #18
Universal Containers introduces a custom object called Service, which has a lookup to Account. Field enter Service using the Salesforce1 mobile app. Operators create new Service records when viewing Account name which needs to automatically display the current Account. How can this be accomplished?
A. Create an action in the Service object and add it to the Account page layout
B. Create an action in the Service object and add it to the Service page layout
C. Create an action in the Account object and add it to the Service page layout
D. Create an action in the Account object and add it to the Account page layout
عرض الإجابة
اجابة صحيحة: D
السؤال #19
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final load and regression testing before going to production.When should the full sandbox be refreshed?
A. After each major release to production
B. After each push from the partial data sandbox
C. After a new user is added to production
D. After user acceptance testing is complete
عرض الإجابة
اجابة صحيحة: A
السؤال #20
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases for IT and HR requests. Other users provide customer support with case records. How can an App Builder enable different users to see different fields, based on the case type?
A. Create different case record types for IT, HR and Customer Support
B. each record type by profile
C. Create different case field sets for IT, HR and Customer Support
D. Create different case record types for IT, HR and Customer Support
E. Create different case field sets for IT, HR and Customer Support
عرض الإجابة
اجابة صحيحة: A
السؤال #21
What type of relationships can you create on External Objects? (Choose all that apply.)
A. Lookup
B. External lookup
C. Indirect lookup
D. Direct lookup
E. All of the above
عرض الإجابة
اجابة صحيحة: ABC
السؤال #22
What type of sandbox should you use for full performance and load testing?
A. Developer
B. Partial Copy
C. Full Sandbox
D. Developer Pro
عرض الإجابة
اجابة صحيحة: C
السؤال #23
You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.
A. An external ID is indexed and increases query performance
B. An external ID can be either text, number or email data types
C. An external ID is used to represent an identifier for a record from an external system
D. External IDs are not case sensitive
عرض الإجابة
اجابة صحيحة: ABC
السؤال #24
All contact's mailing post code should match the account shipping postal code.How to do it?
A. Use NOT EQUAL operator
B. Use compare operator
C. Use distance()use distance()
D. Geolocation()
عرض الإجابة
اجابة صحيحة: B
السؤال #25
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
السؤال #26
Sales reps at Universal Containers create multiple quotes per opportunity.What automation tool should an app builder recommend to delete rejected quotes?
A. Validation rule
B. Flow process
C. Workflow rule
D. Approval process
عرض الإجابة
اجابة صحيحة: B
السؤال #27
Contracts must be approved before the status is set to Finalized.How can this requirement be met?
A. Add a final approval action in the approval process to update a field on the contract and use a validation rule to check this field when the contract status is changed to Finalized
B. Use a trigger on the contract object to check the contract has been approved when the status is changed
C. Use Process Builder to check the contract is approved when the contract is edited and the status is set to Finalized
D. Add a validation action in the approval process to ensure the status is not set to "Finalized" before the contract is approve
عرض الإجابة
اجابة صحيحة: A
السؤال #28
A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions. Which two conditions should the app builder review? (Choose two.)
A. If the list view contains more than one record type
B. If the list view selected is the recently viewed list view
C. If the list view restricts sharing for the user
D. If the list view contains a chart created by the user
عرض الإجابة
اجابة صحيحة: AC
السؤال #29
The convert button on Leads should NOT appear until the Lead Status picklist is set to Qualified. What should an app builder suggest to meet these requirements?
A. Picklist dependency, page layouts, record types
B. Process Builder field update, quick action, record type
C. Page layouts, record types, Process Builder field update
D. Custom button, validation rule, record types
عرض الإجابة
اجابة صحيحة: C
السؤال #30
What is true about change sets? (Choose two.)
A. Change sets can only contain modifications you can make through the Setup menu
B. They contain data such as records
C. Change sets can only be sent between organizations that are affiliated with a production organization
D. All of the above
عرض الإجابة
اجابة صحيحة: AC

View The Updated Salesforce Exam Questions

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

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

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

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

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