Certification Practice Test | PDF Questions | Actual Questions | Test Engine | Pass4Sure
PDII : Salesforce Certified Platform Developer II (PDII) Exam
Salesforce PDII Questions & Answers
Full Version: 568 Q&A
Latest PDII Practice Tests with Actual Questions
Get Complete pool of questions with Premium PDF and Test Engine
Exam Code : PDII
Exam Name : Salesforce Certified Platform Developer II (PDII)
Vendor Name :
"Salesforce"
PDII Dumps PDII Braindumps
PDII Real Questions PDII Practice Test PDII Actual Questions
Salesforce
PDII
Salesforce Certified Platform Developer II (PDII)
https://killexams.com/pass4sure/exam-detail/PDII
Question: 90
Business rules require a Contact to always be created when a new Account is created .
What can be used when developing a custom screen to ensure an Account is not created if the creation of the Contact fails?
use the Database.Delete method if the Contact insertion fails.
Disable validation rules on Contacts and set default values with a Trigger.
use the Database.Insert method with allOrNone set to False.
use setSavePoint() and rollback() with a try/catch block.
Answer: D
Question: 91
A Developer wishes to improve runtime performance of Apex calls by caching results on the client . What is the best way to implement this?
Decorate the server-side method with @AuraEnabled(cacheable=true).
Set a cookie in the browser for use upon return to the page.
Decorate the server-side method with @AuraEnabled(storable=true).
Call the setStorable() method on the action in the JavaScript client-side code.
Answer: A
Question: 92
A developer is writing a Visualforce page to display a list of all of the checkbox fields found on a custom object. What is the recommended mechanism the developer should use to accomplish this?
Schema Class
Apex API
Schema Builder
Metadata API
An Apex trigger and Apex class increment a counter, Edit_Count_c, any time that the Case is changed.
A new process on the case object was just created in production for when a Case is created or updated< since the process was created, they are reports that the Count is being incremented by more than one on Case edit.
Which change in the Apex code will fix the problem? A)
B)
C)
Option A
Option B
Option C
Option D
Answer: A
Question: 94
A developer is integrated with a legacy on-premises SQL database.
What should the developer use to ensure the data being integrated is matched to the right records in Salesforce?
External Object
Lookup field
Formula field
External Id field
Answer: D
Question: 95
A developer encounters an error that states that the Apex heap size is exceeded . Which technique may reduce heap size?
Add the transient keyword to the variable definition
Move the variable definition inside the scope of the function
Use static variables instead of instance variables
Use SOQL for loops instead of standard SOQL queries
A customer has a single Visualforce page that allows each user to input up to 1500 sales forecasts and instantly view pivoted forecast calculations. Users are complaining that the page is loading slowly, and they are seeing error messages regarding heap and view state limits.
What are three recommendations to optimize page performance? (Choose three.)
Segregate calculation functionality from input functionality
Specify the list of sales forecasts as transient
Implement pagination and reduce records per page
Create formula fields to compute pivoted forecast calculations
Use JavaScript Remoting instead of controller actions
Answer: A,C,E
Question: 97
A developer wants to retrieve and deploy metadata, perform simple CSV export of query results, and debug Apex REST calls by viewing JSON responses.
Which tool should the developer use?
Developer Console
Force.com Migration Tool
Workbench
Force.com IDE
Answer: C
Question: 98
A developer has been asked to create code that will meet the following requirements: Receives input of: Map<ld, Project_c), List<Account>
Performs a potentially long-running callout to an outside web service Provides a way to confirm that the process executed successfully
Which asynchronous feature should be used?
©future (callout=true)
Database.AllowCallouts interface
Schedulable interface
Queueable interface
Answer: D
Question: 99
A company wants to implement a new call center process for handling customer service calls. It requires service reps to ask for the caller’s account number before proceeding with the rest of their call script.
Following best practices, what should a developer use to meet this requirement?
Approvals
Flow Builder
Apex Trigger
Process Builder
Answer: B
Question: 100
A large company uses Salesforce across several departments. Each department has its own Salesforce Administrator. It was agreed that each Administrator would have their own sandbox in which to test changes. Recently, users notice that fields that were recently added for one department suddenly disappear without warning. Also, Workflows that once sent emails and created tasks no longer do so .
Which two statements are true regarding these issues and resolution? Choose 2 answers
A sandbox should be created to use as a unified testing environment instead of deploying Change Sets directly to production.
Page Layouts should never be deployed via Change Sets, as this causes Workflows and Field-level Security to be reset and fields to disappear.
The administrators are deploying their own Change Sets, thus deleting each other’s fields from the objects in production.
The administrators are deploying their own Change Sets over each other, thus replacing entire Page Layouts and Workflows in Production
Answer: A,D
Question: 101
A developer is writing code that requires making callouts to an external web service . Which scenario necessitates that the callout be made in an @future method?
The callouts will be made in an Apex Test class.
The callouts will be made in an Apex Trigger.
The callout could take longer than 60 seconds to complete.
over 10 callouts will be made in a single transaction.
Answer: B
Question: 102
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?
Force: lightningQuickAction
Lightning:editAction
Fightning:quickAction
Force:lightningEditAction
Answer: A
Question: 103
Universal Containers has a Visualforce page that displays a table every Container_ c being rented by a gives Account. failing because some of the customers rent over 100,000 containers.
What should a developer change about the Visualforce page to help with the page load errors?
Implement pagination with an OffsetController.
Implement pagination with a StandardSetController.
Use lazy loading and a transient List variable.
Use JavaScript remoting with SOQL Offset.
Answer: B
Question: 104
A developer has a page with two extensions overriding the Standard controller for Case.
What will happen when a user clicks the command button?
All of the three Save methods will be executed
Save from Case Standard Controller will be executed
Save from CaseExtensionTwo will be executed
Save from CaseExtensionOne will be executed
Answer: D
Question: 105
The Metadata API .
Is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAII, insert, update, upsert, or delete many records asynchronously by submitting batches
Provides a powerful, convenient, and simple REST-based web services interface for interacting with Salesforce. Its advantages include ease of integration and development, and it’s an excellent choice of technology for use with mobile applications and web projects
Is used to create, retrieve, update or delete records, such as accounts, leads, and custom objects, and allows you to maintain passwords, perform searches, and much more
Is used to retrieve, deploy, create, update, or delete customizations for your org. The most common use is to migrate changes from a sandbox or testing org to your production environment
Answer: D
Question: 106
Part of a custom Lightning Component displays the total number of Opportunities in the org, which is in the millions. The Lightning Component uses an Apex Controller to get the data it needs .
What is the optimal way for a developer to get the total number of Opportunities for the Lightning Component?
SUM() SOQL aggregate query on the Opportunity object
SOQL for loop that counts the number of Opportunities records
COUNT() SOQL aggregate query on the Opportunity object
Apex Batch job that counts the number of Opportunity records
Answer: C
User: Vincente***** Preparing for the PDII exam can be a challenging process, and the odds of failing are high without proper guidance. Thats where high-quality exam preparation material like Killexams.com comes in. It provides valuable information that not only complements your preparation but also increases your chances of passing the exam with flying colors. I organized my preparation with their material and scored an impressive 42 out of 50. Trust me, this material will not disappoint you. |
User: Vyachesl***** I achieved great marks on my PDII exam, and your study materials were truly exceptional compared to others. I will definitely come back to purchase more exam practice tests from you. I want to express my gratitude for your amazing PDII exam guide. I took the exam this week and performed exceptionally well. No other study material had taught me the material as comprehensively as killexams.com questions and answers. I answered 90% of the questions correctly. |
User: Nastassi***** I passed the pdii certification exam with the help of the provided Questions and Answers from killexams.com. The path to becoming certified involves more than just memorizing the Questions and Answers, so be sure to prepare thoroughly. There were some exam questions that were not in the provided practice tests, but if you practice with different types of Questions and Answers, you can attempt those questions with ease. This was my experience, and I want to thank killexams.com for helping me pass my exam. |
User: Joaquín***** I used to be lazy and always looked for shortcuts and easy techniques. During my IT course on pdii, I found it very challenging and could not find any guidelines. That is when I heard about killexams.com, which is very famous in the market. The sample and practice questions helped me prepare for the pdii exam, and I secured suitable marks. All thanks to killexams.com. |
User: Luna***** When the Salesforce pdii exam was just one week away, I found myself in a state of disarray, uncertain of how to proceed with my preparations. I feared that I might need to retake the exam if I did not score at least 80%. Following a colleagues recommendation, I purchased the Questions and Answers from killexams.com and was able to prepare adequately with the help of the well-organized material. |
Features of iPass4sure PDII Exam
- Files: PDF / Test Engine
- Premium Access
- Online Test Engine
- Instant download Access
- Comprehensive Q&A
- Success Rate
- Real Questions
- Updated Regularly
- Portable Files
- Unlimited Download
- 100% Secured
- Confidentiality: 100%
- Success Guarantee: 100%
- Any Hidden Cost: $0.00
- Auto Recharge: No
- Updates Intimation: by Email
- Technical Support: Free
- PDF Compatibility: Windows, Android, iOS, Linux
- Test Engine Compatibility: Mac / Windows / Android / iOS / Linux
Premium PDF with 568 Q&A
Get Full VersionAll Salesforce Exams
Salesforce ExamsCertification and Entry Test Exams
Complete exam list