Saturday, January 25, 2020

Certified B2C Commerce Developer Salesforce Certified B2C Commerce Developer (WI20)

ABOUT THE SALESFORCE CERTIFIED B2C COMMERCE DEVELOPER CREDENTIAL
The Salesforce Certified B2C Commerce Developer credential is designed for individuals who have experience as full stack developers for Salesforce B2C Commerce Digital. This credential is targeted toward Salesforce customers, partners, and employees who want to demonstrate their knowledge and skills in using the B2C Commerce Digital to develop an eCommerce solution, such as: setting up the development environment, working with the Digital data model, working with site content, using Business Manager to perform site configuration tasks, using scripts to extend site business logic, interacting with external applications, optimizing site performance, and troubleshooting common issues.

SECTION 1. PURPOSE OF THIS EXAM GUIDE
This Exam Guide is designed to help candidates evaluate their readiness to pass the Salesforce Certified B2C Commerce Developer exam. This guide provides information about the target audience for the certification exam, recommended training and documentation, and a complete list of exam objectives; all with the intent of helping candidates achieve a passing score. Salesforce highly recommends a combination of on-the-job experience, and self-study to maximize the likelihood of passing the exam.

SECTION 2. AUDIENCE DESCRIPTION: SALESFORCE CERTIFIED B2C COMMERCE DEVELOPER

The Salesforce Certified B2C Commerce Developer generally has three to six months of experience in a B2C Commerce Developer role and has the skills and knowledge of the following concepts:
 Has knowledge of how the elements of a B2C Commerce Digital site interact.
 Can create cartridges to add reusable functionality to a site.
 Has knowledge of the elements contained within SiteGenesis.
 Can describe the behavior of pipelines in existing sites or LINK cartridges.
 Can create and troubleshoot JavaScript controllers to add business logic to a site.
 Can create reusable code using ISML templates.
 Can use Digital Script API packages to manipulate site elements.
 Can use the Forms Framework to control the validation, rendering, and storing consumer-entered values.
 Can create and manage jobs using the job scheduler.
 Can use Open Commerce APIs and Web Services.
 Can use appropriate techniques to troubleshoot issues with site code or site configuration as well as optimize site performance.

A candidate for this exam will likely need assistance with:
 Troubleshooting front end tool installation and IDE if the developer encounters issues.
 Using front-end build tools, such as those included with SiteGenesis.
 Replicating code and data using the appropriate instances of the B2C Commerce Digital infrastructure.
 Architecting solution elements.
 Managing Certificates and private keys.
 Establishing firewall rules for integrations.

A candidate for this exam is not expected to know how to do the following:
 Design a site, build complex sites, or create complex integrations.
 Perform administrative tasks (e.g., maintain a Primary Instance Group, use Control Center for administrative tasks, whitelist IP addresses).
 Use cartridges from the B2C Commerce Community Suite.
 Know any particular development lifecycle methodology.

Typical job roles a Salesforce Certified B2C Commerce Developer candidate may include:
 Front End Developer
 Full Stack Developer
 Technical Architect

SECTION 3. ABOUT THE EXAM


The Salesforce Certified B2C Commerce Developer exam has the following characteristics:
 Content: 60 multiple-choice/multiple-select questions
 Time allotted to complete the exam: 105 minutes
 Passing Score: 70%
 Registration fee: USD 200, plus applicable taxes as required per local law
 Retake fee: USD 100, plus applicable taxes as required per local law
 Delivery options: Proctored exam delivered onsite at a testing center or in an online proctored environment. Click here for information on scheduling an exam.
 References: No hard-copy or online materials may be referenced during the exam.
 Prerequisite: None

SECTION 4. RECOMMENDED TRAINING AND REFERENCES
As preparation for this exam, Salesforce recommends a combination of: hands-on experience, training course completion, and self-study.
The following are links to self-study resources that are associated with the areas listed in the Exam Outline section of this exam guide:
Xchange Community*
Commerce Cloud Digital online documentation
Click here* for information on how enroll in instructor-led courses and launch online learning courses.
Courses recommended for this exam:
GEN 001 Getting Started with Demandware
DEV 001 Demandware Platform Architecture Overview
CCD 101 Developing for Digital I
CCD 201 Developing for Digital II

*Please note that you will need an Xchange Community username and password to access the Xchange Community. To obtain access to the Xchange Community, please contact your B2C Commerce Account Manager.

SECTION 5. EXAM OUTLINE
The Salesforce Certified B2C Commerce Developer exam measures a candidate’s knowledge and skills related to the following objectives. A candidate should have hands-on experience with B2C Commerce and should be able to demonstrate knowledge and expertise in each of the areas below.

ENVIRONMENT SETUP

 Given a sandbox instance and Eclipse IDE, install UX Studio and upload code to the sandbox environment.
 Given a sandbox instance and data import files, import files using Business Manager Import/Export modules.
 Given the code for a storefront site, add the correct sequence of cartridge names to the provided cartridge path.
 Given a sandbox instance and UX Studio connection, troubleshoot file synchronization issues between UX Studio and the sandbox environment.

DIGITAL ARCHITECTURE
 Given a Business Manager task, work with the product data model to manage products, their categorization, and associated inventory.
 Given a configuration task, use Business Manager to work with storefront data to complete a storefront order.
 Given a configuration task, use Business Manager to work with Content Assets, Content Slots, and Content Folders.

DATA MANAGEMENT/BUSINESS MANAGER USAGE
 Given a business requirement, modify site search preferences and settings to enable searching for a specified product attribute.
 Given a business requirement, create a new search refinement definition that can be used on the storefront.
 Given existing code and a sandbox instance, enable and access logging category in Business Manager.
 Given business requirements, pass data to a downstream system; extend the storefront to expose a new attribute on an existing system object type.
 Given business requirements, create a custom object type to store a custom data type.
 Given a performance issue and sample code, determine the faulty cache configuration and identify the cause.
 Given a specification and a sandbox instance, configure OCAPI permissions for Data and Shop APIs.

APPLICATION DEVELOPMENT
 Given a development task, create ISML templates that use the following ISML functionality: local include, remote include, modules, and components.
 Configure and use the debugger to inspect script and pipeline functions.
 Given a requirement, create a JavaScript controller that leverages a script and renders a template/JSON.
 Given a coding scenario, modify a JavaScript controller to alter the control logic.
 Given a requirement, modify the appearance of a form, add validation and CSRF protection, and use bindings to process fields.
 Given localization requirements, implement and enhance templates, form definitions, static files, properties files, and persistent object attributes to ensure that localized pages are displayed as expected.
 Given a logging task, write code that logs non-sensitive data to custom log files with different log levels.
 Given a requirement and a simple service specification, integrate and deploy using Service framework.
 Given a use case, extend functionality with a hook that is not previously defined in hooks.json.
 Given code that violates documented best practices, identify the issues and modify the code to conform to best practices including performance & scalability.
 Given a business requirement, use OCAPI Shop and Data APIs to enable interoperability with an external system.

SECTION 6. SAMPLE EXAM QUESTIONS
The following questions are representative of those on the Salesforce Certified B2C Commerce Developer exam. These questions are not designed to test your readiness to successfully complete the certification exam, but should be used to become familiar with the types of questions on the exam. The actual exam questions may be more or less difficult than this set of questions.
1. A business user wants to add a link to a category page in the body of a content asset. The category's ID is: `mens-jeans`.
Which link function will generate the correct link?

Choose One
A) `$url('Search-Show', 'cgid', 'mens-jeans')$`
B) `$httpUrl('Search-Show', 'cid', 'mens-jeans')$`
C) `$include('Products-Show', 'cgid', 'mens-jeans')$`
D) `$url('Products-Show', 'cid', 'mens-jeans')$`
2. A Developer has been asked to configure a content slot with featured products.

Which two slot content types can the developer configure to achieve the requirement?
Choose Two
A) Content Asset
B) HTML
C) Product
D) Recommendation

3. Given the resource bundle files below:
The file hello.properties contains:
greeting=Hello!
The file hello_fr.properties contains:
greeting=Bonjour!
Which sample code returns the value from the greeting key
in hello_fr.properties?
Choose One
A) dw.web.Resource.msg('greeting_fr', 'hello', null)
B) dw.web.Resource.msg('greeting', 'hello_fr', null)
C) dw.web.Resource.msg('greeting', 'hello', 'fr')
D) dw.web.Resource.msg('greeting', 'hello', null)

4. A Developer is tasked with converting the Universal Containers site from using pipelines to using controllers. As a temporary fix, the Developer wants to call the Account-Login pipeline from a new controller and return to the new controller after login. The Account-Login pipeline has a login form.
What should the Developer do to accomplish this?
Choose One
A) Convert the Account-Login pipeline to a controller.
B) Use the Pipeline.execute() method to call the Account-Login pipeline.
C) Use the Pipeline.call() method to call the Account-Login pipeline.
D) Add a URL Redirect to the Account-Login pipeline.

SECTION 7. ANSWERS TO SAMPLE EXAM QUESTIONS
1. A
2. C & D
3. D
4. A

SECTION 8. MAINTAINING A CERTIFICATION
One of the benefits of holding a Salesforce credential is always being up to date on new product releases. Our release exams are designed to ensure you have the latest information you need to be a successful Salesforce Certified expert.
Bookmark these useful resources for maintaining your credentials:
· Maintenance Exam Due Dates
· Verify Your Certification Status
· Overall Maintenance Requirements
Don’t let your hard-earned credential expire! Once you earn the credential, if you do not complete all maintenance requirements by the due date, your credential will expire, or in some cases, become suspended. For more information, click here.

QUESTION 1
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded.

Which service type should the Developer register?

A. FTP
B. SOAP
C. HTTP Form
D. WebDAV

Correct Answer: C

QUESTION 2
What happens if the log file size limit is reached in custom logging?

A. Logging is suspended for the day.
B. Logging is suspended for two hours.
C. The log file is deleted and recreated from scratch.
D. The log file rolls over and the last used log is overwritten.

Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%
2Fcom.demandware.dochelp%2FSiteDevelopment%2FUnderstandingLogFiles.html

QUESTION 3
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
A.
B.
C.
D.

Correct Answer: C

Section: (none)
Explanation
Explanation/Reference:

QUESTION 4
A Digital Developer selects “Show Orderable Products Only” in the Search > Search Preferences Business Manager module.
Which business goal does this accomplish?

A. Exclude products from search results if Available to Sell (ATS) = 0.
B. Exclude back-ordered products from showing on the website.
C. Block displaying the product detail page if Available to Sell (ATS) = 0.
D. Exclude pre-order products from search results.

Correct Answer: A

QUESTION 5
Universal Containers created a site export file from staging in the global export directory.
How should the Digital Developer update their sandbox using this staging site export file?

A. Perform a data replication from staging.
B. Use the Site Development > Site Import & Export Business Manager module.
C. Download the site export file and use UX Studio to transfer the data to the sandbox.
D. Use the Site Development > Import & Export Business Manager module.

Correct Answer: B
 

Click here to view complete Q&A of Certified B2C Commerce Developer exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig

Friday, January 24, 2020

2V0-41.19 VMware Professional NSX-T Data Center 2.4 Exam


Exam Details
The Professional NSX-T Data Center 2.4 exam (2V0-41.19) which leads to VMware Certified Professional – Network Virtualization 2020 certification is a 70-item exam, with a passing score of 300 using a scaled method. Candidates are given an appointment time of 105 minutes, which includes five-minute seating time and adequate time to complete the exam for non-native English speakers. Actual exam time is 100 minutes. Exam Delivery This is a proctored exam delivered at Pearson VUE testing centers, world-wide. For more information, visit the Pearson VUE website. Certification Information For details and a complete list of requirements and recommendations for certification attainment, please reference the VMware Education Services – Certification website. Minimally Qualified Candidate The minimally qualified candidate should have 6 months or more experience installing, configuring, managing, and troubleshooting NSX-T Data Center 2.4 solutions. Candidates should be knowledgeable of the features, functions, and architectures of NSX-T. They should have at least 6 months hands-on experience with Linux and KVM. They should have 1 year of experience working in IT and with VMware vSphere and its command line. The successful candidate will likely hold additional industry-recognized IT certifications or accreditation. The MQC should have all the knowledge contained in the exam sections listed below. Exam Sections VMware exam blueprint sections are now standardized to the seven sections below, some of which may NOT be included in the final exam blueprint depending on the exam objectives.

Section 1 – Architecture and Technologies
Section 2 – Products and Solutions
Section 3 – Planning and Designing
Section 4 – Installing, Configuring, and Setup
Section 5 – Performance-tuning, Optimization, and Upgrades
Section 6 – Troubleshooting and Repairing
Section 7 – Administrative and Operational Tasks

If a section is missing from the list below, please note it is because the exam has no testable objectives for that section. The objective numbering may be referenced in your score report at the end of your testing event for further preparation should a retake of the exam be necessary.
Sections Included in the Exam

Section 1 – Architectures and Technologies - There are no testable objectives for this section
Section 2 – VMware Products and Solutions

Objective 2.1 Describe the VMware Virtual Cloud Network Vision
Objective 2.2 Outline the solutions of NSX Portfolio
Objective 2.3 List the use-cases for NSX Data Center
Objective 2.4 Explain the value proposition and features of NSX
Objective 2.5 Identify Physical and Virtual Infrastructure Requirements for NSX-T Data Center
Objective 2.6 Describe NSX Architecture and Component sub-systems
Objective 2.7 Differentiate the functionalities of Management Plane, Control Plane, Data Plane, and Consumption Planes
Objective 2.8 Define NSX-T Data Center Terminology
Objective 2.9 Describe the Logical Switching Architecture and Features
Objective 2.10Describe the Logical Routing Architecture and Features
Objective 2.11Describe the NSX-T Data Center Network Services
Objective 2.12 Explain the Edge Architecture and Features
Objective 2.13 Explain the NSX Security Architecture and Features
Objective 2.14 Identify the supported integration platforms of NSX-T (Containers, Public Cloud, Private Cloud, Hybrid Cloud, DevOps tools, 3rd Party etc.)

Section 3- Planning and Designing - There are no testable objectives for this section

Section 4 – Installing, Configuring, and Setup
Objective 4.1 Outline the installation and preparation workflow of NSX-T Data Center
Objective 4.2 Deploy and Configure NSX-T Data Center Environment
Objective 4.3 Configure Hypervisor Networking [vSphere and KVM] for NSX-T Data Center
Objective 4.4 Configure and manage Logical Switching Features
Objective 4.5 Configure and manage Logical Routing Features
Objective 4.6 Configure NSX-T Edge Nodes and Edge Cluster
Objective 4.7 Configure NSX-T Data Center Network Services [Layer-3]
Objective 4.8 Configure NSX Security Features
Objective 4.9 Configure Service Insertion with NSX-T Data Center

Section 5 – Performance-tuning, Optimization, Upgrades - There are no testable objectives for this section

Section 6 – Troubleshooting and Repairing
Objective 6.1 Identify the default log file locations of NSX-T Data Center components
Objective 6.2 Compare and Contrast Tools Available for Troubleshooting
Objective 6.3 Troubleshoot Common NSX Installation/Configuration Issues
Objective 6.4 Troubleshoot Common NSX Component Issues
Objective 6.5 Troubleshoot Common Connectivity Issues
Objective 6.6 Troubleshoot Common physical infrastructure Issues

Section 7 – Administrative and Operational Tasks
Objective 7.1 List Operations Tasks in a VMware NSX Environment (syslog, backup/restore etc.)
Objective 7.2 Configure roles and permissions for NSX-T Data Center environment
Objective 7.3 Generate Log bundles
Objective 7.4 Monitor a VMware NSX Implementation

QUESTION 1
Which two commands are used to query the arp-table of a logical switch? (Choose two.)

A. get logical-switch arp-table
B. get logical-switch arp-table
C. get logical-switch arp-table
D. get logical-switch arp-table
E. get logical-switch arp-table

Correct Answer: A,B


QUESTION 2
When a stateful service is enabled for the first time on a Tier-0 Gateway, what happens on the NSX Edge node?

A. SR and DR doesn't need to be connected to provide any stateful services.
B. SR is instantiated and automatically connected with DR.
C. SR and DR is instantiated but requires manual connection.
D. DR is instantiated and automatically connected with SR.

Correct Answer: B

QUESTION 4
A security administrator needs to configure a firewall rule based on the domain name of a specific application.
Which field in a distributed firewall rule does the administrator configure?

A. Policy
B. Profile
C. Service
D. Source

Correct Answer: B

Explanation:
On the Profile page, choose which profiles to apply the rule to. For most servers, you should apply the rule to
all three profiles, because servers are usually continually connected to a single network. For mobile computers
in domain environments, you typically need to apply firewall rules only to the Domain profile.

QUESTION 5
What are two supported VPN configuration types in a NSX-Y Data Center? (Choose two.)

A. OpenVPN
B. MPLS
C. L3VPN
D. L2VPN
E. SSLVPN+

Correct Answer: CE

Click here to view complete Q&A of 2V0-41.19 exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig
Best VCP-NV 2019 2V0-41.19 Certification, VCP-NV 2019 2V0-41.19 Training at certkingdom.com

Sunday, January 5, 2020

5V0-21.19 VMware vSAN 6.7 Specialist Exam 2019 Exam

Exam Details
The VMware vSAN 6.7 Specialist Exam 2019 (5V0-21.19) which leads to VMware Specialist – vSAN 2020 badge, is a 60-item exam, with a passing score of 300 using a scaled method. Candidates are given an appointment time of 120 minutes, which includes five-minute seating time and adequate time to complete the exam for non-native English speakers. Actual exam time is 115 minutes.

Exam Delivery
This is a proctored exam delivered at Pearson VUE testing centers, world-wide. For more information, visit the Pearson VUE website.

Certification Information
For details and a complete list of requirements and recommendations for certification attainment, please reference the VMware Education Services – Certification website.

Minimally Qualified Candidate
The minimally qualified candidate (MQC) has 6-12 months hands-on experience configuring, managing, and designing vSphere and vSAN. The MQC can deploy and administer VMs using VMware vSphere Storage Policy-Based Management (SPBM). The MQC has basic knowledge in these areas: storage, networking, hardware, security, monitoring, and troubleshooting. The MQC holds a current VCP6-DCV, VCP6.5-DCV, VCP-DCV2019 or VCP-DCV2020 certification.

Exam Sections
VMware exam blueprint sections are now standardized to the seven sections below, some of which may NOT be included in the final exam blueprint depending on the exam objectives.
Section 1 – Architecture and Technologies
Section 2 – Products and Solutions
Section 3 – Planning and Designing
Section 4 – Installing, Configuring, and Setup
Section 5 – Performance-tuning, Optimization, and Upgrades
Section 6 – Troubleshooting and Repairing
Section 7 – Administrative and Operational Tasks

If a section is missing from the list below, please note it is because the exam has no testable objectives for that section. The objective numbering may be referenced in your score report at the end of your testing event for further preparation should a retake of the exam be necessary.

Sections Included in the Exam
Section 1 – vSAN Architectures and Technologies
Objective 1.1 – Describe vSAN requirements
Objective 1.2 – Demonstrate how vSAN stores and protects data
Objective 1.3 – Define vSAN space efficiency features
Objective 1.4 – Define vSAN stretched cluster architecture requirements
Objective 1.5 – Compare the architectural requirements of a vSAN 2-node cluster and a stretched cluster

Section 2 - Planning and Designing – There are no testable objectives for this section

Section 3 - Planning and Designing a vSAN Solution
Objective 3.1 – Define and demonstrate vSAN design considerations
Objective 3.2 – Design a vSAN cluster
Objective 3.3 – Use vSAN design and sizing tools
Objective 3.4 – Explain interoperability with vSphere features
Objective 3.5 – Define which VMware solutions integrate with vSAN

Section 4 – vSAN Installation, Configuration, and Setup
Objective 4.1 – Configure and validate a vSAN configuration
Objective 4.2 – Create and manage disk groups
Objective 4.3 – Configure and validate vSAN services
Objective 4.4 – Configure vSAN stretched cluster and 2-node configurations

Section 5 – Performance-tuning, Optimization, and Upgrades – There are no testable objectives for this section

Section 6 – Troubleshooting and Repairing a vSAN solution
Objective 6.1 – Identify failure scenarios
Objective 6.2 – Interpret vSAN Health warnings
Objective 6.3 – Determine vSAN Health using vSphere Host Client, ESXCLI, and RVC
Objective 6.4 – Evaluate performance information in the UI and using CLI
Objective 6.5 – Manage hardware replacement

Section 7 – vSAN Administrative and Operational Tasks
Objective 7.1 – Create, update, and modify vSAN policies and apply to objects
Objective 7.2 – Describe vSAN data placement changes
Objective 7.3 – Interpret vSAN capacity terms
Objective 7.4 – Evaluate vSAN performance metrics
Objective 7.5 – Describe effects of maintenance mode options
Objective 7.6 – Explain how to add capacity to a vSAN cluster
Objective 7.7 – Patch or upgrade a vSAN cluster
Objective 7.8 – Describe the operational characteristics/differences between vSAN 2-node architecture and stretched cluster
Objective 7.9 – Explain encryption processes
Objective 7.10 – Explain how to utilize TRIM and UNMAP from vSAN and guest perspective
QUESTION 1
Which two vSAN Health Check items are included for vSphere Update Manager integration? (Choose two.)

A. vSAN build recommendation
B. vSAN object health
C. Online health connectivity
D. vSAN release catalog up-to-date
E. Performance data collection

Correct Answer: AC

QUESTION 2
What is a benefit of using vSphere Distributed Switches in a vSAN network?

A. Simplifies network abstraction
B. Enables network redundancy
C. Supports faster network adapters
D. Provides the ability to adjust the MTU

Correct Answer: D

QUESTION 3
A single disk in a vSAN disk group suffers from an unrecoverable hardware failure. This causes vSAN to set
the health status for all disks in the group to Permanent disk loss, indicating disk failure.
Assuming all other disks have not suffered from a hardware failure, why would vSAN mark all disks in the group as failed?

A. The vSAN disk management service has failed.
B. The affected vSphere host is offline.
C. The key management server is offline.
D. Deduplication and compression are enabled on the vSAN cluster.

Correct Answer: A
Click here to view complete Q&A of 5V0-21.19 exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig
Best VMware Specialist - vSAN 2019 5V0-21.19 Certification, VMware Specialist - vSAN 2019 5V0-21.19 Training at certkingdom.com

Saturday, January 4, 2020

HPE0-S57 Designing HPE Hybrid IT Solutions Exam

Exam ID HPE0-S57
Exam type Proctored
Exam duration 1 hour 30 minutes
Exam length 60 questions
Passing score 62%
Delivery languages Japanese, English, Korean
Supporting resources These recommended resources help you prepare for the exam:

Designing HPE Hybrid IT Solutions, Rev. 19.21

Additional study materials
HPE ASE - Hybrid IT Solutions Architect V1 (HPE0-S57) Study Guide

Register for this Exam
You need an HPE Learner ID and a Pearson VUE login and password.

No reference material is allowed at the testing site. This exam may contain beta test items for experimental purposes.

During the exam, you can make comments about the exam items. We welcome these comments as part of our continuous improvement process.

Exam description
This certification validates a successful candidate's ASE level skills to plan, design, recommend, and demonstrate HPE Hybrid IT solutions and deliver a proof-of-concept for a solution.
Ideal candidate for this exam
The ideal candidate typically has a minimum of three years of design and/or operational experience or equivalent in at least one of the core HPE areas (server, storage, networking) and six months design and/or operational experience or equivalent in other HPE solutions and technologies.
Exam contents
This exam has 60 questions.
Advice to help you take this exam

Complete the training and review all course materials and documents before you take the exam.
Use HPE Press study guides and additional reference materials; study guides, practice tests, and HPE books.
Exam items are based on expected knowledge acquired from job experience, an expected level of industry standard knowledge, or other prerequisites (events, supplemental materials, etc.).
Successful completion of the course or study materials alone, does not ensure you will pass the exam.

Objectives This exam validates that you can:

Percentage of Exam Sections/Objectives

9% Describe, differentiate, and apply industry standard architectures and technologies.
Describe the most common industry standard workloads and their characteristics/differentiators as they relate to optimizing for performance and/or availability
Describe, contrast and differentiate compute, storage and network architectures and how to select and optimize for specific customer workloads
Understand datacenter environmental factors

18% Gather and analyze customer business and technical requirements
Identify key customer business, technical and system requirements and outcomes
Identify and collect key metrics for infrastructure performance

25% Recommend and position HPE Hybrid IT products, solutions, tools, and appropriate services for customer use cases
Identify and position key HPE solutions and workload offerings with the key alliance partner ecosystem components to the appropriate customer use case
Given a customer use case, differentiate and position HPE products for compute elements of the solution
Given a customer use case, differentiate and position HPE products for storage elements of the solution
Given a customer use case, differentiate and position HPE products for networking elements of the solution
Given a customer use case, differentiate and position HPE products for hyper converged elements of the solution
Given a customer use case, differentiate and position HPE products for software-defined and cloud elements of the solution
Given a customer use case, differentiate and position HPE offerings for services elements of the solution
Describe and differentiate tools, RAs, sizers, and github scripts and templates and apply them to the appropriate use case

39% Architect and design an HPE solution based on customer needs
Given a set of customer requirements, select the appropriate HPE and 3rd party products and services for the solution
Given a set of customer requirements, design and architect a solution based on the customer requirements
Analyze a set of customer requirements and validate that a final solution design meets those requirements
Document customer intent and solution design
Identify and use the appropriate tools to architect and configure the solution
update a proposed solution based on availability, supply constraints, additional or updated requirements, and/or cost.

9% Present and Demonstrate the solution to the customer and advise implementation planning
Present the solution to the customer
Describe the customer adoption and use of the solution

QUESTION 1
A customer is a cloud provider who needs a new storage array. They want a solution that has built-in multitenancy features.
Why should you propose HPE 3PAR StoreServ to the customer?

A. It divides controller nodes into groups for multiple tenants.
B. It includes the virtual domains feature as part of all-inclusive licensing.
C. It divides drives into separate pools for multiple tenants.
D. It includes the NPARs feature for physical separation of the array into tenant areas.

Correct Answer: C

QUESTION 2
A customer is looking for a new platform to support their AI research projects.
Which technology should you recommend?

A. Peer Persistence
B. Multi-core GPUs
C. Availability clustering
D. Persistent memory

Correct Answer: A

QUESTION 3
A customer is looking to virtualize desktops and application access to provide better business continuance and
disaster recovery. They also need simplified deployment and the ability to scale out in the feature.
Which HPE platform should you recommend?

A. Edgeline
B. ProLiant DL
C. Superdome Flex
D. SimpliVity

Correct Answer: D

QUESTION 4
What must be taken into account when using the HPE FlexFabric 5945 4-slot Switch as a ToR switch in a solution?

A. adding in a Network Analytics Engine license
B. specifying a fan tray with the appropriate direction of airflow
C. adding in an Intelligent Resilient Framework license
D. selecting power supplies with adequate reserve PoE+ capacity

Correct Answer: A

QUESTION 5
A customer wants to implement a container platform across their enterprise data center. They need to automate hardware and software configurations to quickly provision and deploy at scale.
Which authentication solution should you recommend?

A. Red Hat Ansible Tower
B. OpenStack on OpenStack
C. Chef
D. DevStack

Correct Answer: A

Click here to view complete Q&A of HPE0-S57 exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig
Best HPE ASE HPE0-S57 Certification, HPE ASE HPE0-S57 Training at certkingdom.com

Friday, January 3, 2020

PEGAPCRSA80V1_2019 Pega Certified Robotics System Architect (PCRSA) 80V1 2019 Exam

Pega is the leader in cloud software for customer engagement and operational excellence. The world’s most recognized and successful brands rely on Pega’s AI-powered software to optimize every customer interaction on any channel while ensuring their brand promises are kept. Pega’s low-code application development platform allows enterprises to quickly build and evolve apps to meet their customer and employee needs and drive digital transformation on a global scale. For more than 35 years, Pega has enabled higher customer satisfaction, lower costs, and increased customer lifetime value.

QUESTION 1
Select two statements that correctly describe adapters. (Choose two.)

A. Adapters have accessible properties, methods, and events that launch, monitor, and expose enterprise applications for automation.
B. An adapter allows users to integrate with an application built on a specific platform.
C. An adapter orchestrates the deployment of a robotic solution and monitors the robots of the robot worker pool.
D. An adapter integrates with Windows applications by using a self-hosted REST service through application JavaScript.

Correct Answer: A,B



QUESTION 2
You are designing an automation that adds new customers to an online insurance web site. If a customer
exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.
While debugging the automation, you notice that you are receiving a control not created exception message in
the Add Customer procedure after a page navigation occurs.
How do you resolve the exception?

A. Add a missing created event in the Add Customer procedure.
B. Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.
C. Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.
D. Add a missing waitForEvent.Exists method in the Add Customer procedure.

Correct Answer: D



QUESTION 3
Pega Robotic Coding Standards suggest organization of project components. You have added the _GC_CRM project item to the CRMPrj.
Which three components are recommended to be placed in the _GC_CRM project item? (Choose three.)

A. ForLoop
B. Switch
C. stringUtils
D. messageDialog
E. dateTimeUtils

Correct Answer: C,D,E



QUESTION 4
Which of the following controls cannot be added to the Windows form?

A. ComboBox
B. ProgressBar
C. Pointer
D. PictureBox

Correct Answer: C

Click here to view complete Q&A of PEGAPCRSA80V1_2019 exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig
Best Pegasystems PCRSA PEGAPCRSA80V1_2019 Certification, Pegasystems PCRSA PEGAPCRSA80V1_2019 Training at certkingdom.com

Thursday, January 2, 2020

MS-600 Building Applications and Solutions with Microsoft 365 Core Services (beta)

Candidates for this exam are Microsoft 365 Developers who design, build, test, and maintain applications and solutions that are optimized for the productivity and collaboration needs of organizations using the Microsoft 365 platform.

Candidates for this exam are proficient in Microsoft identity and Microsoft Graph. They have general knowledge on UI elements (including Adaptive Cards and UI Fabric), integration points (including Microsoft Teams, Office Add-ins, SharePoint Framework, Actionable Messages), and determining workload platform targets.

Candidates should have experience developing solutions on Microsoft Teams, Office Add-ins, or SharePoint Framework through all phases of software development. They should have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities (including Azure AD and Microsoft accounts), Azure AD B2C, and permission/consent concepts.

Part of the requirements for: Microsoft 365 Certified: Developer Associate

Related exams: none

Important: See details

Exam MS-600: Building Applications and Solutions with Microsoft 365 Core Services (beta)

Languages: English

Retirement date: none

This exam measures your ability to accomplish the following technical tasks: implement Microsoft identity; build apps with Microsoft Graph; extend and customize SharePoint; extend Teams; and extend Office.

Skills measured
Implement Microsoft Identity (20-25%)
Build Apps with Microsoft Graph (20-25%)
Extend and Customize SharePoint (20-25%)
Extend Teams (15-20%)
Extend Office (15-20%)

Implement Microsoft Identity (20-25%)

Register an Application
• determine the supported account type
• select authentication and client credentials for app type and authentication flow
• define app roles

Implement Authentication
• configure Microsoft Authentication Library (MSAL JS) for endpoint and token cache
• plan and configure scopes for dynamic or static permission
• use the MSAL JS login method

Configure Permissions to Consume an API
• configure Delegated permissions for the app
• configure Application permissions for the app
• identify admin consent requirements

Implement Authorization to Consume an API
• configure incremental consent scopes
• call MSAL JS using AquireTokenSilent/AquireToken pattern

Implement Authorization in an API
• validate Access Token
• configure effective permissions for delegated scopes
• implement app permissions using roles
• use a delegated access token to call a Microsoft API

Create a Service to Access Microsoft Graph • configure client credentials using a certificate • configure Application permissions for the app • acquire an access token for Microsoft Graph using an application permission and client credential certificate
• acquire an access token using the client secret Build Apps with Microsoft Graph (20-25%)

Optimize Data Usage with query parameters
• use $filter query parameter
• use $select query parameter
• order results using $orderby query parameter
• set page size of results using $skip and $top query parameters
• expand and retrieve resources using $expand query parameter
• retrieve the total count of matching resources using $count query parameter
• search for resources using $search query parameter
• determine the appropriate Microsoft Graph SDK to leverage

Optimize network traffic
• monitor for changes using change notifications
• combine multiple requests using $batch
• get changes using a delta query
• implement error 429 handler

Access User data from Microsoft Graph
• get the signed in users profile
• get a list of users in the organization
• get the users profile photo
• get the user object based on the users unique identifier
• get the users manager profile

Access Files with Microsoft Graph
• get the list of files in the signed in users OneDrive
• download a file from the signed in users OneDrive using file unique id
• download a file from a SharePoint Site using the relative path to the file
• get the list of files trending around the signed in user
• upload a large file to OneDrive
• get a user object from an owner list in a group and retrieve that user’s files

Manage a group lifecycle on Microsoft Graph • get the information on a group by id • get the list of members in a Group
• get the list of owners of a Group • get the list of Groups where the signed in user is a member
• get the list of Groups where the signed in user is an owner
• provision a Group • provision a Team with a Group
• delete a group Extend and Customize SharePoint

Understand the components of a SharePoint Framework (SPFx) web part (20-25%)
• identify the appropriate tool to create an SPFx Web Part project
• understand properties of client-side web parts
• understand Office UI Fabric in client-side web parts
• understand when to use an app page
• differentiate between app page and web part
• understand rendering framework options

Understand SPFx extensions
• identify the appropriate tool to create an SPFx Extension project
• understand page placeholders from Application Customizer
• understand the ListView Command Set extension
• understand the Field Customizer extension

Understand the process to package and deploy an SPFx solution
• understand the options for preparing a package for deployment
• understand the options for packaging a solution
• understand the requirements of tenant-scoped solution deployment
• understand the requirements of domain isolated web parts
• understand the options to deploy a solution

Understand the consumption of Microsoft Graph
• understand the purpose of the MSGraphClient object
• understand the methods for granting permissions to Microsoft Graph

Understand the consumption of third party APIs secured with Azure AD from within SPFx
• understand the purpose of the AadHttpClient object
• understand the methods for granting permissions to consume a third party API

Understand Web Parts as Teams Tabs
• understand the considerations for creating a SPFx Web Part to be a Teams Tab
• understand the options for deploying a SPFx Web Part as a Teams Tab

Understand branding and theming in SharePoint
• understand the options for SharePoint site theming
• understand the options for site designs and site scripts Extend Teams

Understand the components of a Teams app (15-20%)
• understand the purpose of a Teams app manifest
• understand App Studio functionality and features
• identify the components of an app package for Microsoft Teams
• understand the options for distributing a Teams app
• understand the benefits of using deep links
• understand task modules

Understand webhooks in Microsoft Teams

• understand when to use webhooks
• understand the limitations of webhooks
• understand the differences between incoming and outgoing webhooks

Understand tabs in Microsoft Teams
• understand when to use tabs
• understand the capabilities of personal tabs
• understand the capabilities of channel tabs
• understand the requirements for tabs for mobile clients

Understand messaging extensions
• understand when to use messaging extensions
• understand where messaging extensions can be invoked from
• understand search based messaging extensions
• choose the appropriate message extension command type based on requirements
• understand action-based messaging extensions with adaptive cards
• understand action-based messaging extensions with parameters

Understand conversational bots
• understand when to use conversational bots
• understand the scoping options for bots
• understand when to use a task module from a bot

Extend Office (15-20%)

Understand fundamental components and types of Office Add-ins
• understand task pane and Content Office Add-ins
• understand dialogs
• understand custom functions
• understand Add-in commands
• understand the purpose of Office Add-ins manifest

Understand Office JS APIs
• understand the Office Add-in programming model
• understand Office Add-in developer tools
• understand the capabilities of the Excel Javascript API
• understand the capabilities of the Outlook JavaScript API
• understand the capabilities of the Word JavaScript API
• understand the capabilities of the PowerPoint JavaScript API
• understand the capabilities of custom functions

Understand customization of Add-ins
• understand the options of persisting state and settings
• understand Office UI Fabric in Office Add-ins
• understand when to use Microsoft Graph in Office Add-ins
• understand authorization when using Microsoft Graph in Office Add-ins

Understand testing, debugging, and deployment options
• select deployment options based on requirements
• understand testing and debugging concepts for Office Add-ins

Understand actionable messages
• understand the features of actionable messages with an adaptive card
• understand the scenarios for refreshing an actionable message
QUESTION 1
You need to configure the initial login request in the access token JavaScript script.
Which code segment should you insert at line 01?

A. const scopes = ['https://graph.microsoft.com/.default'];
B. const accessTokenRequest = {
};

C. const scopes = ['https://graph.microsoft.com/Files.Read.All',
'https://graph.microsoft.com/Mail.Send.All'];

D. const accessTokenRequest = {
scopes: ['https://graph.microsoft.com/Files.ReadWrite',
'https://graph.microsoft.com/Mail.Send']
};

Correct Answer: D

Explanation:
Scenario: ADatum identifies the following technical requirements for the planned E-invoicing capabilities:
Ensure that all operations performed by E-invoicing against Office 365 are initiated by a user. Require that
the user authorize E-invoicing to access the Office 365 data the first time the application attempts to access
Office 365 data on the user’s behalf.



QUESTION 2
You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user.
Which type of authorization flow should you use?

A. authorization code
B. refresh token
C. resource owner password
D. device code

Correct Answer: A


QUESTION 3
You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform.
Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD)
authorization endpoint? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. the tenant ID
B. the context token
C. the application ID
D. the application secret
E. the authorization code

Correct Answer: C,E


QUESTION 4
You develop a web API named WebApi1.
When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from Azure Active Directory (Azure AD).
You need to formulate the response that WebApi1 will return to the client application.
Which HTTP response should you send?

A. HTTP 307 Temporary Redirect
B. HTTP 400 Bad Request
C. HTTP 403 Forbidden
D. HTTP 412 Precondition Failed

Correct Answer: D



Click here to view complete Q&A of MS-600 exam
Certkingdom Review
, Certkingdom PDF Torrents

MCTS Training, MCITP Trainnig
Best Microsoft 365 MS-600 Certification, Microsoft 365 MS-600 Training at certkingdom.com