
試験問題集でTVB-403練習で無料最新のSalesforce練習テスト
TVB-403試験問題、リアルTVB-403練習問題集
質問 # 29
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements? Choose 2 answers
- A. Use a master-detail relationship between the Candidate and the Interview objects.
- B. Use a roll-up summary field on the candidate record to show the total number of interviews.
- C. Use a formula field on the candidate record to show the total number of interviews
- D. Use a lookup relationship between the Candidate and Interview objects
正解:A、B
質問 # 30
Which statement about record types is true? (Select 2)
- A. Users cannot view records assigned to a record type their profile does not have access to
- B. Record types can only be assigned to one profile at a time
- C. The ability to create records of a specific record type is determined by the profile
- D. Record types can be used to define picklist values available for a given field
正解:C、D
質問 # 31
An app builder needs to create new automation on an object.
What best practice should the app builder follow when building out automation7
- A. One invocable process per object.
- B. One record change process per object.
- C. One Workflow rule per object.
- D. One Flow per object.
正解:A
質問 # 32
DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
Choose 2 answers
- A. Data loss may occur when changing custom field types.
- B. Audit Trail is available through REST API extracts.
- C. Field History Tracking records value changes of 255 characters or less.
- D. Rich text field values of all lengths are displayed fully in reports.
正解:A、C
質問 # 33
Universal containers requires that all users specify a contract is sent on each opportunity prior to marking it as closed won. uc wants to be able to report on how many opportunities have sent contracts compared to how many have a missing contract when the opportunities closed. what type of field should an app builder configure to fulfill this requirement ?
- A. Picklist
- B. Text Area
- C. Checkbox
- D. Text
正解:C
質問 # 34
An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account.
Where should the app builder go to build these new rollups?
- A. Account Object
- B. Opportunity Object
- C. Lightning Object Creator
- D. Lightning App Builder
正解:A
質問 # 35
Cloud Kicks wants to know the total value of all won Opportunities for Accounts and display it on the record.
What type of summary should the app builder use in the roll-up summary field?
- A. Min
- B. Count
- C. Q Max
- D. Sum
正解:D
質問 # 36
Which two field types can be referenced by a Roll-Up Summary field using MIN or MAX?
Choose 2 answers
- A. Date/time
- B. Checkbox
- C. Formula
- D. Percent
正解:A、D
質問 # 37
Which is correctly referencing a field on the Force.com custom object Position__c?
- A. [&Position__c.Status__c]
- B. [!Position__c.Status__c]
- C. {&Position__c.Status__c}
- D. {!Position__c.Status__c}
正解:D
質問 # 38
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 toad and regression testing before going to production.
When should the full sandbox be refreshed?
- A. After user acceptance testing is complete.
- B. After each push from the partial data sandbox.
- C. After each major release to production.
- D. After a new user is added to production.
正解:B
質問 # 39
universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?
- A. Number of workflows per object limits
- B. Workflows on other objects that are being re triggered
- C. Talk to a developer about apex code issues
- D. Workflows that cause each other to fire back and forth recursively
正解:D
質問 # 40
The VP of Sales wants a Chatter post to the All-Sales private group when an opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process? Choose 2 answers
- A. Flow
- B. Workflow
- C. Process Builder
- D. Big Deal Alert
正解:A、C
質問 # 41
When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.
What should an app builder use to achieve the desired result?
- A. Custom picklist field and Process Builder
- B. Process Builder and Flow
- C. Custom button and Flow
- D. Lightning component and Process Builder
正解:C
質問 # 42
A business user wants a quick way to edit a record's status and enter a custom due date field from the record's feed in Salesforce1 Mobile App. What could be used to accomplish this?
- A. Custom Button
- B. Custom URL formula field
- C. Custom Action
- D. Custom quick access link
正解:C
質問 # 43
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers
- A. Checkbox
- B. Percent
- C. Currency
- D. Date
- E. Time
正解:B、C、D
質問 # 44
Representatives at Cloud Kicks use Salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to the data warehouse with the Lead's information.
Which automation tool should an app builder use to meet this requirement?
- A. Create a process using Process Builder to send an outbound message.
- B. Design an approval process that sends an outbound message.
- C. Create a workflow rule with an outbound message as the action.
- D. Use Lightning Flow to send an outbound message.
正解:C
質問 # 45
DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date_c populated before it is allowed to enter the qualified stage.
How should an app builder solution this request?
- A. Validation Rule
- B. Record Type
- C. Page Layout
- D. Activity History
正解:A
質問 # 46
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary Field?
- A. The CASE() function in the formula field
- B. A cross-object field reference in the formula field
- C. The NOW() function in the formula field
- D. A cross-object workflow updating a field referenced by the formula field
正解:B、D
質問 # 47
Universal container sales reps can modify fields on an opportunity until it isclosed. Only the sales operations team can modify the post close follow up date andpost close followup comments fields. How to make this happen?
- A. Use field-level security on page layouts to restrict editing fields
- B. Use record types with field sets and restrict editing fields using field-level security
- C. Use multiple record types, page layouts, and profiles
- D. Use field-level security to mark fields as read-only on the sales profile
正解:A
質問 # 48
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 can an app builder implement this requirement?
- A. Create a formula field on the account object using the ISPICKVAL function
- B. Create a formula field on the case object using the TEXT function.
- C. Create a process builder and use a field update on the case object.
- D. Create a roll-up summary field using support level on the account object
正解:C
質問 # 49
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?
- A. [Lead].Owner:Queue.OwnerId Is Null = True
- B. BEGINS([Lead].OwnerId, ,,005")
- C. [Lead].Owner:User.Role Is Null = False
- D. NOT(ISBLANK([Lead].OwnerId))
正解:D
質問 # 50
What is true regarding the user interface for external object data? Choose 1 answer.
- A. External object data can be accessed via custom tabs
- B. All of the above
- C. Chatter Feeds can be enabled on external object pages
- D. External object data can be accessed via detail pages
- E. External object data can be accessed via lists views
正解:B
質問 # 51
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(NOT(BLANKVALUE(Nickname__c)),Nickname__c, FirstName)
- C. IF(ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)
- D. IF(TEXT(Nfckname__c), Nickname_c,FirstName)
正解:A
質問 # 52
UVC is importing 1000 records into salesforce. They want to avoid any duplicate records from being created during the import. How can these requirement met?
- A. Run duplicate check
- B. Include a column in the import file that has other record name
- C. Manually merge
- D. Use "prevent duplicates"
正解:B
質問 # 53
Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able to view all cases. What is the recommended solution to configure this? Choose 2 answers
- A. Create standard role hierarchies
- B. Create criteria-based sharing rules.
- C. Set organization-wide sharing defaults to public read/only.
- D. Set organization-wide sharing defaults to private.
正解:A、C
質問 # 54
......
プラットフォームアプリケーションビルダー資格は、Salesforceプラットフォームでカスタムアプリケーションを構築するスキルを証明するための必須資格です。この認定試験は、データモデリング、セキュリティ、ユーザーインターフェースデザイン、ビジネスロジックなどのトピックをカバーしています。Salesforce TVB-403仮想ブートキャンプは、インタラクティブなトレーニングセッションとハンズオン演習を提供することで、参加者をこの試験に準備させることを目的としています。
Salesforce TVB-403認定試験は、Salesforceプラットフォーム上のアプリケーション開発の専門化を望む個人にとって、貴重な資格です。この試験に合格することで、個人はSalesforceプラットフォーム上でのカスタムアプリケーションの構築における専門知識と熟練度を証明し、Salesforceエコシステムにおけるキャリアアップや新しい機会を得ることができます。
Salesforce TVB-403:Trailhead Virtual Bootcamp for Platform App Builderは、Salesforceプラットフォーム上でカスタムアプリケーションを構築する能力を身につけるための包括的なトレーニングプログラムです。この試験は、アプリケーションの構築に関連するさまざまなトピック、データモデリング、セキュリティ、ビジネスロジック、およびユーザーインターフェイスをカバーしており、Platform App Builder認定プロセスの一部です。
確認済みTVB-403試験問題集と解答で時間限定無料提供!TVB-403には正解付き:https://jp.fast2test.com/TVB-403-premium-file.html