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

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

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

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

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

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

السؤال #1
Universal Containers sells their products to wholesale partners and retail outlets. Each process has its own set of unique sales stages.Which three features can an Administrator customize for each opportunity stage? (Choose three.)
A. Probability
B. Forecast Category
C. Quota
D. Product Family
E. Type
عرض الإجابة
اجابة صحيحة: ABE
السؤال #2
niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time. A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system. ‘After the status for an Craer__c is first set to "Placed’, the order information must be sent to a REST endpoint in the ERP system that can process ne order at a time. What should the developer implement to accomplish this?
A. Callout from an §urare method called from a triggercorrect
B. Callout from a Sarchabie class called from a scheduled job
C. Flow with 2 callout from an invocable method
D. Callout from a queseatie class called from a trigger
عرض الإجابة
اجابة صحيحة: A
السؤال #3
What are three characteristics of change set deployments? Choose 3 answers
A. Change sets can only be used between related organizations
B. Change sets can be used to transfer records
C. Sending a change set between two orgs requires a deployment connection
D. Change sets can deploy custom settings data
E. Deployment is done in a one-way, single transaction
عرض الإجابة
اجابة صحيحة: ABCD
السؤال #4
Which three are Chatter features? (Choose three.)
A. Notes
B. Bookmarks
C. Recommendations
D. Feeds
E. Events
عرض الإجابة
اجابة صحيحة: BCD
السؤال #5
Which two are best practices when it comes to component and application event handling? (Choose two.)
A. Reuse the event logic in a component bundle, by putting the logic in the helper
B. Use component events to communicate actions that should be handled at the application level
C. Handle low-level events in the event handler and re-fire them as higher-level events
D. Try to use application events as opposed to component events
عرض الإجابة
اجابة صحيحة: AC
السؤال #6
What is the result of the following code?
A. The record will not be created and a exception will be thrown
B. The record will be created and a message will be in the debug log
C. The record will not be created and no error will be reported
D. The record will be created and no error will be reported
عرض الإجابة
اجابة صحيحة: C
السؤال #7
A developer created a custom order management app that uses an Apex class. The order is represented by an Order object and an Orderltem object that has a master-detail relationship to Order. During order processing, an order may be split into multiple orders. What should a developer do to allow their code to move some existing Orderltem records to a new Order record?
A. Select the Allow reparenting option on the master-detail relationship
B. Add without sharing to the Apex class declaration
C. Create a junction object between Orderltem and Order
D. Change the master-detail relationship to an external lookup relationship
عرض الإجابة
اجابة صحيحة: A
السؤال #8
Which two can be done with a workflow field update action? (Choose two.)
A. Update the value of a field on a child object
B. Change the record type of a record
C. Apply a specific value to a field
D. Select a formula field for a field update
عرض الإجابة
اجابة صحيحة: BC
السؤال #9
As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted. Which automation tool should be used to meet this business requirement?
A. Workflow Rules
B. Scheduled job
C. Record-Triggered Flowcorrect
D. Process Builder
عرض الإجابة
اجابة صحيحة: C
السؤال #10
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?
A. Database
B. insert records
C. insert (records, false)
D. Database
عرض الإجابة
اجابة صحيحة: D
السؤال #11
Universal Containers implemented a private sharing model for the Account object. A custom Account search tool was developed with Apex to help sales representatives find accounts that match multiple criteria they specify. Since its release, users of the tool report they can see Accounts they do not own. What should the developer use to enforce sharing permission for the currently logged-in user while using the custom search tool?
A. Use the schema describe calls to determine if the logged-in users has access to the Account object
B. Use the without sharing keyword on the class declaration
C. Use the UserInfo Apex class to filter all SOQL queries to returned records owned by the logged-in user
D. Use the with sharing keyword on the class declaration
عرض الإجابة
اجابة صحيحة: D
السؤال #12
How does the Lightning Component framework help developers implement solutions faster?
A. By providing an Agile process with default steps
B. By providing code review standards and processes
C. By providing device-awareness for mobile and desktopscorrect
D. By providing change history and version control
عرض الإجابة
اجابة صحيحة: C
السؤال #13
If two objects have a parent-child relationship, how can a user access the child record from the parent record?
A. Lookup field
B. Related list
C. Custom link
D. Child field
عرض الإجابة
اجابة صحيحة: B
السؤال #14
A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test?
A. Use Anonymous Apex to create the required data
B. Use Test
C. Use SOQL to query the org for the required data
D. Use Test
عرض الإجابة
اجابة صحيحة: B
السؤال #15
What should an administrator consider when setting up Case Feed?
A. Case Feed replaces the standard case detail page by default
B. Case Feed requires the Service Cloud User feature license
C. The Use Case Feed permission is automatically active for all profiles
D. Chatter Feed tracking must be enabled for the case object
عرض الإجابة
اجابة صحيحة: D
السؤال #16
Universal Containers has a custom object named Feedback which is used to capture Users' candid comments about their experience at work. The sales team manager and all representatives have roles in the role hierarchy with sales representatives directly under the sales team manager. HR requires that all Feedback records be private to each User. Managers should not have access to subordinates' Feedback records. What action should an Administrator take to ensure this requirement is met?
A. Confirm Feedback object is set to Restricted and Uncheck 'Enable Role Hierarchy' in Organization-wide sharing
B. Confirm Feedback object is set to Restricted and Uncheck 'Grant Access Using Hierarchies' in Organization-wide sharing
C. Confirm Feedback object is set to Private and Uncheck 'Grant Access Using Hierarchies' in Organization- wide sharing
D. Confirm Feedback object is set to Private and Uncheck 'Enable Role Hierarchy' in Organization-wide sharing
عرض الإجابة
اجابة صحيحة: C
السؤال #17
A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically reporting errors. Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?
A. Deactivate the trigger before the integration runs
B. Use a try-catch block after the insert statement
C. Remove the Apex class from the integration user's profile
D. Use the Database method with all or None set to falsecorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #18
A developer created these three Rollup Summary fields in the custom object, Project_ct,
A. Record-triggered Flow
B. Formula fieldcorrect
C. Apex Trigger
D. Process Builder
عرض الإجابة
اجابة صحيحة: B
السؤال #19
A developer is implementing an Apex class for a financial system. Within the class, the variables ‘creditAmount’ and ‘debtAmount’ should not be able to change once a value is assigned. In which two ways can the developer declare the variables to ensure their value can only be assigned one time? Choose 2 answers
A. Use the static keyword and assign its value in the class constructor
B. Use the final keyword and assign its value in the class constructor
C. Use the static keyword and assign its value in a static initializer
D. Use the final keyword and assign its value when declaring the variable
عرض الإجابة
اجابة صحيحة: ABD
السؤال #20
Which three settings are controlled by a user's profile? (Choose three.)
A. Field-level security
B. Locale settings
C. Record type assignment
D. Assigned apps
E. Feature license assignment
عرض الإجابة
اجابة صحيحة: ACD
السؤال #21
A developer creates a custom exception as shown below:public class ParityException extends Exception { }What are two ways the developer can fire the exception in Apex?
A. throw new ParityException ();
B. throw new parityException ('parity does not match');
C. new ParityException ();
D. new ParityException('parity does not match');
عرض الإجابة
اجابة صحيحة: AB
السؤال #22
Assuming that naze is 8 String obtained by an tag on 8 Visualforce page, which two SOQL queries performed are safe from SOQL injection? Choose 2 answers A) B) C) D)
A. Option Acorrect
B. Option B
C. Option Ccorrect
D. Option Dcorrect
عرض الإجابة
اجابة صحيحة: ACD
السؤال #23
niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time. A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system. ‘After the status for an Craer__c is first set to "Placed’, the order information must be sent to a REST endpoint in the ERP system that can process ne order at a time. What should the developer implement to accomplish this?
A. Callout from an §urare method called from a triggercorrect
B. Callout from a Sarchabie class called from a scheduled job
C. Flow with 2 callout from an invocable method
D. Callout from a queseatie class called from a trigger
عرض الإجابة
اجابة صحيحة: A
السؤال #24
A user is having trouble logging into Salesforce. The user's login history shows that this person has attempted to log in multiple times and has been locked out of the organization.Which two ways should the administrator help the user log into Salesforce? (Choose two.)
A. Click Unlock on the user's record detail page
B. Log in as the user and enter a new password
C. Click Reset Password on the user's record detail page
D. Send an email to the user containing the user's password
عرض الإجابة
اجابة صحيحة: AC
السؤال #25
What should be considered when configuring the lead conversation process? (Choose two.)
A. Custom lead fields can be mapped to custom object fields
B. Roll-up summary lead fields can be mapped to custom contact fields
C. Custom lead fields can be mapped to account, contact, and opportunity fields
D. Standard lead fields are automatically converted to account, contact, and opportunity fields
عرض الإجابة
اجابة صحيحة: CD
السؤال #26
Which three options are available when customizing a report? (Choose three.)
A. Add a gauge component
B. Schedule a refresh time
C. Add a grouping
D. Summarize fields
E. Add a filter
عرض الإجابة
اجابة صحيحة: CDE
السؤال #27
A developer Is Integrating with a legacy on-premise SQL database. What should the developer use to ensure the data being Integrated is matched to the right records in Salesforce?
A. Lookup field
B. External ID fieldcorrect
C. Formula field
D. External Object
عرض الإجابة
اجابة صحيحة: B
السؤال #28
A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition. As part of a data enrichment process. Universal Containers has a CSV file that contains updated data for all candidates in the system, the file contains each Candidate's primary id as a data point. Universal Containers wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the
A. Create a Process Builder on the Candidate_c object to map the records
B. Create a before Insert trigger to correctly map the records
C. Update the primaryid__c field definition to mark it as an External Idcorrect
D. Upload the CSV into a custom object related to Candidate_c
عرض الإجابة
اجابة صحيحة: C
السؤال #29
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system. Whithin the class, the developer identifies the following method as a security threat: List performSearch(String lastName){ return Database.query('Select Id, FirstName, LastName FROM Contact WHERE LastName Like %'+lastName+'%); } What are two ways the developer can update the method to prevent a SOQL injection attack? Choose 2 answers
A. Use variable binding and replace the dynamic query with a static SOQcorrect
B. Use the escapeSingleQuote method to sanitize the parameter before its use
C. Use a regular expression on the parameter to remove special characters
D. Use the @Readonly annotation and the with sharing keyword on the class
عرض الإجابة
اجابة صحيحة: A
السؤال #30
Which two are best practices when it comes to component and application event handling? (Choose two.)
A. Reuse the event logic in a component bundle, by putting the logic in the helper
B. Use component events to communicate actions that should be handled at the application level
C. Handle low-level events in the event handler and re-fire them as higher-level events
D. Try to use application events as opposed to component events
عرض الإجابة
اجابة صحيحة: AC

View The Updated Salesforce Exam Questions

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

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

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

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

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