PassTest Salesforce-Associate日本語リアル試験問題Salesforce-Associate日本語練習問題集 [Q42-Q63]

Share

PassTest Salesforce-Associate日本語リアル試験問題Salesforce-Associate日本語練習問題集

厳密検証されたSalesforce-Associate日本語試験問題集と解答で無料提供のSalesforce-Associate日本語問題と正解付き

質問 # 42
マーケティング マネージャーは、ステージがクローズド・ロストに変更されたときに、商談で「喪失理由」フィールドを必須にしたいと考えています。
この要件を強制するには、Salesforce 担当者は何をすべきでしょうか?

  • A. ページレイアウト上でフィールドを必須にします。
  • B. Opportunity オブジェクトに検証ルールを作成します。
  • C. フィールドを普遍的に必須にします。

正解:B

解説:
Explanation
A validation rule on the Opportunity object is the best way to enforce the requirement that the Reason Lost field is required when the stage is changed to Closed Lost. A validation rule can specify a condition and an error message to display when the condition is not met. For example, the condition could be AND(ISPICKVAL(StageName, "Closed Lost"), ISBLANK(Reason_Lost__c)) and the error message could be "Please enter a reason for losing the opportunity." Making the field required on the page layout or universally required would not work, because the field should only be required when the stage is changed to Closed Lost, not for other stages.


質問 # 43
ある組織は、Salesforce をビジネス モデルに導入したいと考えています。要件には次のものが含まれます。
* 業務管理
* プログラム管理
* 助成金
*募金活動
* マーケティング
* 婚約
これらの要件をすべて処理できるように事前に構成されているクラウドはどれですか7

  • A. 経験
  • B. 分析
  • C. 非営利団体

正解:C

解説:
Explanation
The Nonprofit Cloud is the cloud that is preconfigured to handle all of the requirements listed. The Nonprofit Cloud is a set of products and solutions designed specifically for nonprofit organizations, such as operations management, program management, grantmaking, fundraising, marketing, and engagement. The Nonprofit Cloud includes the Nonprofit Success Pack (NPSP), which is a managed package that adds pre-built objects, fields, workflows, and reports to the standard Salesforce platform. The Analytics Cloud is a cloud that provides business intelligence and data visualization tools, such as Einstein Analytics and Tableau. The Experience Cloud is a cloud that allows the creation of digital experiences, such as websites, portals, and mobile apps, for customers, partners, and employees.


質問 # 44
Get Cloudy Consulting (GCC) は、従来の CRM システムから Salesforce への移行を計画しています。GCC は現在、専用のシングルテナントのオンプレミス システムを使用していますが、Salesforce が使用しているようなマルチテナント アーキテクチャを利用したいと考えています。
マルチテナント アーキテクチャの特徴の 1 つは何ですか?

  • A. リソースはテナントごとに制限されます。
  • B. リソースは共有されていますが、テナントは互いのリソースを要求できません。
  • C. リソースは共有されており、テナントはお互いのリソースを要求できます。

正解:B

解説:
Explanation
One feature of multi-tenant architecture is that resources are shared but tenants cannot claim each other's resources. Multi-tenant architecture means that multiple customers (tenants) share the same hardware, software, and infrastructure resources, but their data and configurations are isolated and secure. This allows Salesforce to deliver high performance, scalability, and availability to its customers


質問 # 45
オポチュニティのあるすべての取引先のレポートはどのように作成できますか?

  • A. 商談のある取引先レポート タイプを使用します。
  • B. アカウント レポート タイプを使用します。
  • C. 商談レポート タイプを使用します。

正解:A

解説:
Explanation
Using the Accounts with Opportunities report type is the best way to create a report of all Accounts with Opportunities. A report type defines the set of records and fields available to a report based on the relationships between a primary object and its related objects. The Accounts with Opportunities report type includes accounts that have at least one related opportunity, and allows fields from both objects to be displayed in the report. Using the Accounts report type would not work, because it would include accounts that do not have any related opportunities. Using the Opportunities report type would not work, because it would not include account fields in the report.


質問 # 46
マネージャーは自分のチームが所有するすべてのレコードを表示できますが、他のチームが所有するレコードは表示できません。
記録へのアクセスはどのように制御されていますか?

  • A. 権限セット
  • B. プロファイル
  • C. 役割階層

正解:C

解説:
Explanation
The role hierarchy is a way of controlling access to records based on the user's position in the organization. A user can see all of the records owned by themselves and the users below them in the hierarchy, but not records owned by users above them or in a different branch.


質問 # 47
Get Cloudy Consulting (GCC) は、財務システムを Salesforce 環境と統合したいと考えています。AppExchange を検索し、その金融システムのドキュメントを確認した後。GCC では何も見つかりませんでした。
この統合を構築するには何を使用する必要がありますか?

  • A. 金融サービス
  • B. コマースクラウド
  • C. ミュールソフト

正解:C

解説:
Explanation
The tool that GCC should use to build an integration between its financial system and its Salesforce environment is MuleSoft. MuleSoft is a platform that enables companies to connect any application, data, or device using APIs. MuleSoft helps GCC to create and manage integrations between Salesforce and other systems, such as its financial system, without writing any code. MuleSoft also provides prebuilt connectors, templates, and best practices to speed up the integration process


質問 # 48
Get Cloudy Consulting では、レコードが作成または編集されるたびに、[ステータス] フィールドの値が必要になります。
これを強制するには何をすべきでしょうか?

  • A. 入力規則を使用してフィールドを必須にします。
  • B. 組織全体のデフォルトでフィールドを必須にします。
  • C. オブジェクト マネージャーでフィールドを必須にします。

正解:C

解説:
Explanation
Making the field required in Object Manager is the simplest way to enforce that a value is entered every time a record is created or edited.


質問 # 49
取引先と取引先責任者の間にはどのような関係タイプが存在しますか?

  • A. 自分
  • B. ルックアップ
  • C. マスターディテール

正解:B

解説:
Explanation
The relationship type between accounts and contacts is a lookup relationship. A lookup relationship links two objects together, but does not affect security, ownership, or deletion. A master-detail relationship is a type of lookup relationship that creates a parent-child relationship between two objects, where the child records inherit the security and ownership of the parent record, and are deleted when the parent record is deleted. A self relationship is a type of lookup relationship that links an object to itself, creating a hierarchy of records.


質問 # 50
Get Cloudy Consulting は Salesforce を組織に展開しています。新しいユーザーには、部門に基づいて異なるアクセス要件がある場合があります。
部門の要件に基づいて新しいユーザーに適切なアクセスを許可するには、何を推奨する必要がありますか?

  • A. 個別プロファイル
  • B. 役割階層
  • C. 権限セット

正解:C

解説:
Explanation
Permission sets are used to grant additional access to users based on their functional or departmental needs.
Role hierarchy is used to grant access to records based on the user's position in the organization. Individual profiles are used to define the baseline access for users based on their license type and job function.


質問 # 51
Get Cloudy Consulting のダッシュボードには、会社のすべての主要業績評価指標 (KPls) が 1 つのビューに表示されます。同社の Salesforce 担当者は、ダッシュボードに各地域のすべての同じ KPl を表示できる機能を追加するように依頼されました。
アソシエイトはこの機能をどのように追加する必要がありますか?

  • A. ダッシュボードに地域フィルターを追加します。
  • B. 地域ごとに新しいダッシュボードを作成します。
  • C. AppExchange の分析パッケージを使用します。

正解:A

解説:
Explanation
The associate should add a Region filter to the dashboard to show all the same KPIs for each of the regions. A dashboard filter allows users to change the data displayed on a dashboard without changing the underlying reports. Users can apply one or more filters to a dashboard and select the values they want to see. For example, a Region filter can show the KPIs for different regions, such as North America, Europe, Asia, etc.


質問 # 52
Salesforce の担当者は、一連の時点における値の変化を示す必要があるレポートを作成しています。
これらの変化を視覚化するために、従業員はどのタイプのグラフをこのレポートに追加する必要がありますか?

  • A. ドーナツ
  • B. スキャッター
  • C. ライン

正解:C

解説:
Explanation
The type of chart that the associate should add to the report to help visualize the changes in a value over a series of points in time is a line chart. A line chart shows how a numeric value changes over time or across categories, using a continuous line that connects the data points. A line chart is useful for showing trends, patterns, or fluctuations in the data.


質問 # 53
アカウントとそれに関連する機会にアクセスするには、Salesforce のどのチームにアソシエートを追加する必要がありますか?

  • A. リードチーム
  • B. 機会チーム
  • C. アカウントチーム

正解:C

解説:
Explanation
The account team is the team that a Salesforce associate should be added to gain access to an account and its related opportunities. The account team is a feature that allows the user to share an account and its related records, such as contacts, opportunities, and cases, with other users who play a role in the account. The account team can include different team members with different roles and access levels. For example, the account team could include a sales rep, a sales manager, a product specialist, and a customer service agent.
The opportunity team is a feature that allows the user to share an opportunity and its related records, such as products, quotes, and activities, with other users who work on the opportunity. The opportunity team does not grant access to the account or its other related records, such as contacts or cases. The lead team is a feature that allows the user to share a lead and its related records, such as tasks, events, and notes, with other users who work on the lead. The lead team does not grant access to the account or its related records, such as contacts or opportunities.


質問 # 54
Salesforce 従業員は、Salesforce スキルを学習、実践、開発できる組織をすぐに作成したいと考えています。
Trailhead 内からどのタイプの組織を作成する必要がありますか?

  • A. 遊び場
  • B. サンドボックス
  • C. 開発者版

正解:A

解説:
Explanation
The type of org that the associate should create from within Trailhead to quickly learn, practice, and develop Salesforce skills is a Playground. A Playground is a free, fully functional Salesforce org that you can use to test and explore the platform. You can create multiple Playgrounds from Trailhead and use them to complete hands-on challenges and projects1. A Developer Edition is a type of org that you can create from the Salesforce website, not from Trailhead. A Sandbox is a type of org that you can create from a production org as a copy of it for testing and development purposes


質問 # 55
Salesforce 担当者はビジネスのレコードを取得したいと考えていますが、ビジネス名の一部しか覚えていません。
最小限のクリックを使用して、従業員はどのようにして目的のビジネスのアカウント レコードを検索すればよいでしょうか?

  • A. すべてのアカウントのレポート
  • B. グローバル検索ボックス
  • C. すべてのアカウントのリストビュー

正解:B

解説:
Explanation
Using the global search box is the best way to search the account records for the desired business using the fewest clicks. The global search box is a feature that allows the user to search for records across multiple objects and fields using keywords or phrases. The global search box also supports wildcards, operators, and filters to refine the search results. For example, the user could enter "Get*" in the global search box to find all account records that start with "Get". Using a list view of all accounts would not work, because a list view is a filtered set of records that display data in a tabular format. A list view does not support wildcards or operators, and it requires more clicks to apply filters and sort the records. Using a report of all accounts would not work, because a report is a tool that displays data from one or more objects in a tabular or graphical format. A report does not support wildcards or operators, and it requires more clicks to create, run, and filter the report.


質問 # 56
Cloudy Consulting は、「New Employee」という名前の部分的なサンドボックスで新入社員をトレーニングします。従業員は Sandbox でトレーニングを受講し、本番組織にサインインする準備が整いました。ただし、無効なユーザー名またはパスワードを示すエラー メッセージが ip に表示されます。従業員は、サンドボックスのユーザー名とパスワードを使用して実稼働環境にサインインしています。
このエラーを解決するには何が必要ですか?

  • A. 取り外し中。サンドボックス ユーザー名からの新入社員の付録
  • B. 本番組織の新しいユーザ名の作成
  • C. 本番組織用に別のパスワードを作成する

正解:A

解説:
Explanation
The solution to the error is to remove. New Employee appendix from the sandbox username. When you create a sandbox, Salesforce appends the sandbox name to all usernames in the sandbox copy, so that they don't conflict with usernames in the production org. To sign in to the production org, the employee needs to use their original username without the sandbox name.


質問 # 57
Salesforce 担当者はグローバル検索を使用してレコードを検索していますが、検索したいレコードの名前を覚えていません。
従業員はレコードを検索するために何を使用する必要がありますか?

  • A. オブジェクトごとのリストビュー
  • B. ワイルドカードと演算子
  • C. オブジェクトマネージャー

正解:B

解説:
Explanation
Wildcards and operators are symbols that can be used to search for records when the name of the record is not known. For example, the asterisk (*) can be used to match any string of characters, and the AND operator can be used to combine multiple terms.


質問 # 58
Get Cloudy Consulting (GCC) は現在、電話と電子メールを通じて顧客をサポートしています。GCC は、Web チャット、SMS、Facebook Messenger、WhatsApp によるサポートを提供することで、デジタルに精通した顧客のニーズに応えたいと考えています。
このニーズを満たすのはどの Salesforce 製品ですか?

  • A. エクスペリエンスクラウド
  • B. サービスクラウド
  • C. セールスクラウド

正解:B

解説:
Explanation
Service Cloud is the Salesforce product that should meet the need of Get Cloudy Consulting to offer support via web chat and other digital channels. Service Cloud is a cloud-based customer service platform that allows agents to deliver fast and personalized service across multiple channels, such as phone, email, web, social media, and messaging apps. Service Cloud also provides tools for case management, knowledge base, self-service, and analytics.


質問 # 59
Salesforce Service アプリケーションの上部にある A、B、C というラベルの付いた領域を示すスクリーンショットを参照してください。

Get Cloudy Consulting (GCC) は、エンド ユーザーのさまざまなニーズを満たす販売およびサービス コンソールを提供していますか?
GCC のエンド ユーザーはどこから Sales Console に変更する必要があります。

  • A. ナビゲーション バーのドロップダウン (ラベル C)
  • B. アプリランチャーアイコン(ラベルA)
  • C. 検索バー(ラベルb)

正解:B

解説:
Explanation
The place where GCC's end users should go to change to the Sales Console is the App Launcher icon (Label A). The App Launcher is a menu that allows users to access all the apps and items in their Salesforce org. The Sales Console is one of the apps that can be found in the App Launcher. The user can search for "Sales Console" in the App Launcher and select it to switch to the Sales Console app. The Sales Console is a standard Salesforce Lightning console app that meets all the sales needs. The Search bar (Label B) is a feature that allows users to find records and other items in their Salesforce org, but it does not search for apps outside their org. The dropdown in the navigation bar (Label C) is a menu that allows users to switch between different tabs and items within the current app, but it does not show other apps.


質問 # 60
Get Cloud Consulting (GCC) は現在、販売、コマース、サービス、および情報技術のマーケティングに別のプラットフォームを使用しています。GCC は成長を続ける中、すべての部門を Salesforce に移行することを決定しました。
Salesforce プラットフォームにモビングすることで GCC に最大のメリットをもたらすものは何でしょうか?

  • A. Salesforce は、複数のシステムのライセンスを購入する必要をなくすことで、企業のコストを節約します。
  • B. Salesforce は、企業の顧客の完全なビューを 1 つの統合プラットフォーム上で提供します。
  • C. Salesforce は、従業員にパスワードを 1 つだけ覚えさせるようにすることでセキュリティを強化します。

正解:B

解説:
Explanation
The most benefit that GCC would get by moving to the Salesforce Platform is that it provides a complete view of a company's customers on one unified platform. This means that GCC can access and manage all the data and processes related to its marketing, sales, commerce, service, and IT departments from one place, without having to switch between different systems or platforms. This also enables GCC to have a 360-degree view of its customers, which helps it deliver personalized and consistent experiences across all touchpoints.


質問 # 61
企業がキャンペーンの効果を高め、非アクティブな顧客を再エンゲージし、顧客ベースを拡大するのに役立つ Salesforce の役割はどれですか?

  • A. デザイナー
  • B. マーケター
  • C. コンサルタント

正解:B

解説:
Explanation
The marketer role is the role that should help companies increase campaign effectiveness, reengage inactive customers, and grow their customer base. A marketer is a person who plans, executes, and analyzes marketing strategies and campaigns to promote a product, service, or brand. A marketer uses tools such as Marketing Cloud, Pardot, and Social Studio to create and manage personalized marketing campaigns across multiple channels, such as email, social media, web, and mobile. A marketer also uses tools such as Audience Studio, Datorama, and Tableau to segment, target, and measure the impact of marketing campaigns. A consultant is a person who provides expert advice and guidance to clients on how to use Salesforce products and solutions to achieve their business goals. A consultant uses tools such as Service Cloud, Field Service, and MuleSoft to help clients improve their customer service, field operations, and data integration. A designer is a person who creates and develops the visual and interactive elements of digital experiences, such as websites, portals, and mobile apps. A designer uses tools such as Experience Cloud, Heroku, and Lightning Web Components to design and build engaging and responsive digital experiences for customers, partners, and employees.


質問 # 62
Get Cloudy Consulting は現在、顧客とパートナーに関する情報を Account オブジェクトに保存しています。
顧客には当てはまらないパートナー固有の詳細がいくつかあります。
グループごとに情報アプリのみを表示するおすすめの方法は何ですか?

  • A. 顧客にはアカウントを使用し、パートナーにはカスタム オブジェクトを作成します。
  • B. アカウントに「パートナー」および「顧客」というレコード タイプを作成します。
  • C. Partner および Customer という名前のカスタム オブジェクトを作成します。

正解:B

解説:
Explanation
Creating record types on Account called Partner and Customer is the recommended way to display only the information applicable to each group. Record types allow different page layouts, picklist values, and business processes to be assigned to different users based on their profile. For example, the Partner record type could have a page layout that includes fields specific to partners, such as Partner Type, Partner Level, and Partner Status. The Customer record type could have a different page layout that excludes those fields. Using Account for customers and creating a custom object for partners would not be advisable, because it would create data silos and make reporting and sharing more difficult. Creating custom objects called Partner and Customer would not make sense, because they are both types of accounts and should use the standard Account object.


質問 # 63
......

無料でゲット!高評価Salesforce Salesforce-Associate日本語試験問題集を今すぐダウンロード!:https://www.passtest.jp/Salesforce/Salesforce-Associate-JPN-shiken.html