A developer needs to create a Visualforce page that displays Case data. The page will be used by both supportreps and support managers. The Support Rep profile does not allow visibility of the Customer_Satisfaction__c field, but the Support Manager profile does.How can the developer create the page to enforce Field Level Security and keep future maintenance to a minimum?
Answer(s): D
Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
Answer(s): C
An org has a single account named `NoContacts' that has no related contacts. Given the query:List<Account> accounts = [Select ID, (Select ID, Name from Contacts) from Account where Name=`NoContacts'];What is the result of running this Apex?
Answer(s): B
Which three options can be accomplished with formula fields? (Choose three.)
Answer(s): A,C,E
A developer executes the following query in Apex to retrieve a list of contacts for each account:List<account> accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ;Which two exceptions may occur when it executes? (Choose two.)
Answer(s): C,D
Share your comments for Salesforce PDI exam with other users:
question 18 : response isnt a ?
question 17 : responses arent b and c ?