<< Prev Question Next Question >>

Question 22/99

The maximum view state size of a visualforce page is______________.

Recent Comments (The most recent comments are at the top.)

private - Jan 05, 2025

in documentation here https://help.salesforce.com/s/articleView?id=000384993&type=1 is written "Salesforce allows Visualforce pages to have a maximum view state size of 170KB.". There is no right option on this question

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (99q)
Question 1: A developer created and tested a Visualforce page in their d...
Question 2: What is the correct syntax for calling a controller action f...
Question 3: The progress of an apex job queued is using the System.enque...
Question 4: A customer has a single Visualforce page that allows each us...
2 commentQuestion 5: Lightning Aura Component (Exhibit) Given the code above, whi...
Question 6: A company has code to update a Request and Request Lines and...
Question 7: A developer is asked to build a solution that will automatic...
Question 8: Line 1 public class AttributeTypes Line 2 { Line 3 private f...
2 commentQuestion 9: What is the transaction limit for the number of records for ...
Question 10: A developer is writing unit tests for the following method: ...
Question 11: A developer writes the following Apex trigger so that when a...
2 commentQuestion 12: Which of the follow be used together in DML operations (tran...
Question 13: A developer wants to integrate invoice and invoice line data...
Question 14: A developer sees test failures in the sandbox but not in pro...
Question 15: Which use case is an appropriate fit for the @future asynchr...
Question 16: A developer has generated Apex code from a WSDL for an exter...
1 commentQuestion 17: A developer has requirement to query three fields (id, name,...
Question 18: A developer receives an error when trying to call a global s...
Question 19: What is the correct order of execution for Visualforce Page ...
Question 20: A developer is developing a reuseable Aura Component that wi...
Question 21: Which three Visualforce components can be used to initiate A...
1 commentQuestion 22: The maximum view state size of a visualforce page is________...
Question 23: How long is field history retained?...
Question 24: What are two benefits of using External IDs? Choose 2 answer...
Question 25: How can the DISTANCE and GEOLOCATION functions be used i|n S...
Question 26: A developer is writing a complex application involving trigg...
Question 27: What is the transaction limit for the number of records for ...
Question 28: A developer is working on code that requires a call to an ex...
2 commentQuestion 29: Given the following code: (Exhibit) Assuming there were 10 C...
Question 30: A developer wrote a trigger on Opportunity that will update ...
1 commentQuestion 31: Universal Containers has a Visualforce page that displays a ...
Question 32: A Lightning Component functions in preview mode and needs to...
Question 33: Which scenario requires a developer to use an Apex callout i...
Question 34: The Salesforce instance at Universal Containers currently in...
Question 35: What is the transaction limit for the number of records usin...
2 commentQuestion 36: What tool in the Developer Console contains information on S...
Question 37: When should you use the "transient" property on variables?...
Question 38: After a Platform Event is defined in a Salesforce org, event...
1 commentQuestion 39: What is the transaction limit on the number of callouts?...
3 commentQuestion 40: An org has a requirement that the Shipping Address on the Ac...
2 commentQuestion 41: A business process requires sending new Account records to a...
Question 42: REST uses___________.
1 commentQuestion 43: A developer i$ tasked Dy Unversai Containers to build out a ...
Question 44: A company's support process dictates that any time a Case is...
Question 45: A large company uses Salesforce across several departments. ...
Question 46: A developer must create a custom pagination solution. While ...
Question 47: Just prior to a new deployment, the Salesforce Administrator...
Question 48: A company needs to automatically delete sensitive informatio...
Question 49: The Contact object has a custom field called "Zone." Its dat...
Question 50: A developer wants to call an Apex Server-side Controller fro...
2 commentQuestion 51: Universal Containers implements a private sharing model for ...
2 commentQuestion 52: In an organization that has multi-currency enabled, a develo...
Question 53: A developer needs to send Account records to an external sys...
1 commentQuestion 54: Consider the following code snippet, depicting an Azure comp...
Question 55: What is a benefit of using a WSDL with Apex?...
Question 56: The "action" attribute on &lt;apex:page&gt; is ONLY evaluate...
Question 57: A developer has created a Team Member sObject that has a Mas...
Question 58: What is the transaction limit on the number of "sendEmail" m...
Question 59: During the Visualforce Page execution, what step follows imm...
Question 60: What is the optimal syntax for adding a link to a case in a ...
2 commentQuestion 61: Which of the following standard fields are indexed? (Choose ...
Question 62: Consider the controller code above that is called from a Lig...
Question 63: A developer is building a Visualforce page that interacts wi...
Question 64: A developer wrote an Apex class to make several callouts to ...
Question 65: A company represents their customers as Accounts in Salesfor...
Question 66: What are the ways a developer can create test data of Contac...
Question 67: An org has a requirement that an Account must always have on...
Question 68: What is the transaction limit on the max timeout for all cal...
Question 69: A company has a native iOS app for placing orders that needs...
Question 70: A developer has created a Visualforce page that uses a third...
Question 71: The test method above calls an @future method that increment...
1 commentQuestion 72: @isTest static void testAccountUpdate() { Account acct = new...
1 commentQuestion 73: A developer Is asked to develop a new AppExthange applicatio...
Question 74: What is the best practice to initialize a Visualforce page i...
Question 75: A developer built a Component to be used at the front desk f...
Question 76: A company has a Request__c object that has a lookup to the O...
Question 77: A developer has built a multi-page wizard using a single Cus...
1 commentQuestion 78: A company uses Opportunism to track sales to their customers...
1 commentQuestion 79: A company decides that every time an Opportunity is created,...
1 commentQuestion 80: Universal Containers needs to integrate with a Heroku servic...
Question 81: A company has a custom object Sales_Help_Request__c that has...
Question 82: Universal Containers wants to be able to bring up an Account...
Question 83: What can be done to improve the performance of the insert tr...
Question 84: A Lightning Component has a section that displays some infor...
1 commentQuestion 85: As part of a custom development, a developer creates a Light...
Question 86: Consider the following queries. For these queries, assume th...
Question 87: Code must have X% overall code coverage....
Question 88: Which statement is true about using ConnectApi namespace (al...
Question 89: A developer encounters an error that states that the Apex he...
Question 90: What is the transaction limit for SOQL queries?...
Question 91: An org has a requirement that addresses on Contacts and Acco...
Question 92: A developer gets an error saying 'Maximum Trigger Depth Exce...
Question 93: A managed package uses a list of country ISO codes and count...
1 commentQuestion 94: What are three benefits of using declarative customizations ...
Question 95: A developer writes the following code: (Exhibit) While testi...
Question 96: A developer has written an After Update trigger on Account. ...
Question 97: Business rules require a Contact to always be created when a...
Question 98: Universal Containers allows customers to log into a Salesfor...
Question 99: A developer must create a custom pagination solution for acc...