Architecture Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws

Total Page:16

File Type:pdf, Size:1020Kb

Architecture Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws Architecture Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Main application 5 Creatio layers 5 Creatio infrastructure 6 Horizontal scaling 10 Deployment options 12 Mobile application 13 Mobile application basics 13 Schemas 14 Mobile application compatibility with Creatio products 16 Mobile application Installation options 16 Process modelling service 16 Studio Creatio, free edition basics 16 Studio Creatio, free edition operation schema 17 Studio Creatio, free edition compatibility with Creatio products 17 Studio Creatio, free edition deployment options 17 Global search service 18 Global Search Service basics 18 Global search service operation schema 18 Global search service scalability 20 Global search service compatibility with Creatio products 20 Global search service deployment options 20 Bulk duplicate search service 21 Bulk duplicate search basics 21 Bulk duplicate search service operation schema 21 Bulk duplicate search service scalability 23 Bulk duplicate search service compatibility with Creatio products 23 Bulk duplicate search service deployment options 23 Website event tracking service 24 Website tracking service basics 24 Website event tracking service operation schema 24 Website event tracking service scalability 25 Website event tracking service compatibility with Creatio products 25 Website event tracking service deployment options 26 Database enrichment service 26 Workflow 26 Compatibility with Creatio products 27 © 2021 Creatio. All rights reserved. Table of Contents | 4 Deployment options 27 Machine learning service 27 Workflow 28 Scalability 29 Compatibility with Creatio products 29 Deployment options 29 Exchange Listener synchronization service 29 Workflow 30 Scalability 30 Compatibility with Creatio products 30 Deployment options 30 Static content bundling service 31 Workflow 31 Compatibility with Creatio products 32 Deployment options 32 Bulk email service 32 Bulk email service basics 32 Bulk email service compatibility with Creatio products 33 Bulk email service deployment options 33 Creating applications on Creatio platform 33 Creatio customization levels 34 Application development tools 35 No-code 38 Now-code tools 38 Front-end (JS) 39 Creatio's front-end core components 40 Asynchronous module definition 41 Modular development in Creatio 41 Back-end (C#) 44 Back-end development workloads 45 Back-end development tools and utility capabilities 46 Integrations 47 Integration of external applications with Creatio 47 Creatio integration with third-party applications 49 © 2021 Creatio. All rights reserved. Main application | 5 Main application Beginner The classic three-tier Creatio architecture is cross-platform, flexibile, and scalable. The presentation layer lets users access Creatio UI via a web browser or a mobile app for Android or iOS. Creatio application layer is available for the .NET Framework and .NET Core platforms, and can be deployed on Windows, Linux, and macOS web servers. Creatio supports Microsoft SQL Server, Oracle, and PostgreSQL for persistent storage on the data layer. Creatio supports version control system server integration, which allows for multi-user development. The Creatio architecture supports horizontal scaling and different deployment methods: cloud and on-site (with or without fault tolerance). Creatio layers Creatio has a classic three-tier architecture with the following layers: data, application, presentation. Presentation layer The presentation layer contains web pages, JavaScript code, and styles that define the UI logic and look. The key technologies used here are Angular, JavaScript, Ext.JS, HTML5, and CSS. The supported browsers include Chrome, Firefox, Edge, and Safari. Creatio mobile app is an alternative client to access the application with UI optimized for Android and iOS devices. Application level The application layer defines the core business logic, such as dynamic case management, business process engine, phone integration, etc. This layer handles user authentication/authorization, license checks, and instantiation. It also runs custom © 2021 Creatio. All rights reserved. Main application | 6 business logic implemented via Creatio and low-code tools. This layer corresponds to the application server on the infrastructure level. Data layer The data layer stores and manages all customer data, application settings, metadata, and user authentication data. Creatio uses it for in-memory session data storage, frequently used caches, and quick interactions between web farm nodes. Supported database management systems (DBMS): Microsoft SQL Server, Oracle, and PostgreSQL. Caching server: Redis database. This layer corresponds to the caching server and the database server on the infrastructure level. Creatio infrastructure The architecture of the main Creatio application: Application server The application server corresponds to the application layer and performs the main computations. Creatio supports the .NET Framework and .NET Core platforms. © 2021 Creatio. All rights reserved. Main application | 7 Setup options for Creatio products Creatio products .NET .NET Framework Core Marketing + + Sales Enterprise + + Sales Commerce + Sales Team + Service Enterprise + + Customer Center + Studio + + Lending + Bank Customer Journey + Bank Sales + Sales Enterprise & Marketing & Service Enterprise + + Sales Enterprise & Marketing & Customer Center + Sales Commerce & Marketing & Customer Center + Sales Team & Marketing + Sales Team & Marketing & Customer Center + Bank Sales & Bank Customer Journey & Lending & + Marketing Application server on the .NET Framework platform Creatio on the .NET Framework platform runs under Microsoft Internet Information Services (IIS) on Windows. Learn more about the system requirements for Creatio product servers on the .NET Framework platform: Server-side system requirements. The .NET Framework Creatio application server consists of two components: 1. The loader ( WebAppLoader ) – an application that performs Creatio service functions and redirects users to the © 2021 Creatio. All rights reserved. Main application | 8 main Creatio application's configuration component. The loader handles the following: user authorization license verification and user authentication running the background task scheduler The loader is located in the Creatio root folder on the file system level. After the application loader authenticates a query, the users can work with the configuration component. 2. The configuration component ( WebApp ) – an application that implements specific configuration in Creatio and handles the business logic. The configuration component is located in the Terrasoft.WebApp folder on the file system level. Application server on the .NET Core platform Creatio on the .NET Core platform runs under Kestrel on Linux. Learn more about the system requirements for Creatio product servers on the .NET Core platform in the Server- side system requirements article. Creatio application on .NET Core is monolithic and serves as both the application loader and the configuration component. Learn more about Creatio products on the .NET Core platform in the Creatio .NET Core products article. Database server The database server is a part of the Creatio data layer. The database stores the following data: user data data required for Creatio operation configuration settings that determine the product functionality You can use the following database management systems (DBMS): MS SQL Server. Oracle (for the on-site deployment). PostgreSQL. Learn more about the currently supported DMBS: Server-side system requirements. © 2021 Creatio. All rights reserved. Main application | 9 Setup options for Creatio products Creatio products MS Oracle PostgreSQL PostgreSQL SQL (.NET Core) Marketing + + + Sales Enterprise + + + Sales Commerce + + Sales Team + + Service Enterprise + + + Customer Center + + Studio + + + Lending + + Bank Customer Journey + + Bank Sales + + Sales Enterprise & Marketing & + + + + Service Enterprise Sales Enterprise & Marketing & + + Customer Center Sales Commerce & Marketing & + + Customer Center Sales Team & Marketing + + Sales Team & Marketing & Customer + + + Center Bank Sales & Bank Customer Journey + + + + & Lending & Marketing Redis caching server Redis is a part of the Creatio data layer. It handles the following tasks: User and application data storage (user profile, session data, etc.). © 2021 Creatio. All rights reserved. Main application | 10 Cached data storage. Data exchange between web farm nodes. Creatio uses data warehousing to achieve these goals. This technology is based on an object class model, a unified API that manages the application's access to data in an external repository. Creatio uses Redis caching server as the external repository. Redis supports the following data storage strategies: Data storage in memory only. Redis converts a persistent
Recommended publications
  • Google Cloud Issue Summary Multiple Products - 2020-08-19 All Dates/Times Relative to US/Pacific
    Google Cloud Issue Summary Multiple Products - 2020-08-19 All dates/times relative to US/Pacific Starting on August 19, 2020, from 20:55 to 03:30, multiple G Suite and Google Cloud Platform products experienced errors, unavailability, and delivery delays. Most of these issues involved creating, uploading, copying, or delivering content. The total incident duration was 6 hours and 35 minutes, though the impact period differed between products, and impact was mitigated earlier for most users and services. We understand that this issue has impacted our valued customers and users, and we apologize to those who were affected. DETAILED DESCRIPTION OF IMPACT Starting on August 19, 2020, from 20:55 to 03:30, Google Cloud services exhibited the following issues: ● Gmail: The Gmail service was unavailable for some users, and email delivery was delayed. About ​ 0.73% of Gmail users (both consumer and G Suite) active within the preceding seven days experienced 3 or more availability errors during the outage period. G Suite customers accounted for 27% of affected Gmail users. Additionally, some users experienced errors when adding attachments to messages. Impact on Gmail was mitigated by 03:30, and all messages delayed by this incident have been delivered. ● Drive: Some Google Drive users experienced errors and elevated latency. Approximately 1.5% of Drive ​ users (both consumer and G Suite) active within the preceding 24 hours experienced 3 or more errors during the outage period. ● Docs and Editors: Some Google Docs users experienced issues with image creation actions (for ​ example, uploading an image, copying a document with an image, or using a template with images).
    [Show full text]
  • Hybrid Cloud Foundation
    Hybrid Cloud Foundation Explore, Plan, Implement Hybrid Cloud Foundation is your on-ramp to Azure. This This offering includes modules focusing on Core Azure, Microsoft Services Solution Offering will help you learn Azure IaaS, Azure Operations, and Azure Workloads. The about Azure so that you can make informed design Operations module is a discovery and planning workshop. decisions leading to an Enterprise-grade implementation The Core, IaaS, and Workload modules include a technical to meet your business needs and strategies. design workstream, and a hands-on exploration and implementation workstream. Outcomes Reduce cloud Prepare for new Accelerate cloud adoption risk operating models adoption Benefit from cloud adoption Cloud completely changes how IT is Take your hybrid solution to market expertise shaped over thousands delivered and managed. Gain quickly with a structured approach of engagements with Fortune 500 insights and recommendations for and detailed guidance based on and other Enterprise organizations running and operating in the cloud. our past experience. around the world. Capabilities Hybrid Cloud Foundation Modules Related offerings Core Azure Design (3 weeks) Azure Workloads for SAP (6+ weeks): Focus on design decisions core to Azure: subscription Azure Workloads for SQL (6+ weeks): model, naming conventions, identity, security, and external Design and implement a specific VM-based workload. network connectivity. Azure Migration Pilot (3 weeks): Migrate your first VM- based workloads to Azure. Azure IaaS Design (6 weeks) Extend your core Azure design. Focus on the design Azure Operations Jumpstart (5 weeks): Deep planning to decisions to enable Azure IaaS capabilities: compute, help your people, process, technology shift for operating storage, networking, and extending on-premises in the cloud.
    [Show full text]
  • Opennebula 5.4 Deployment Guide Release 5.4.15
    OpenNebula 5.4 Deployment guide Release 5.4.15 OpenNebula Systems Jun 19, 2018 This document is being provided by OpenNebula Systems under the Creative Commons Attribution-NonCommercial- Share Alike License. THE DOCUMENT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IM- PLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENT. i CONTENTS 1 Cloud Design 1 1.1 Overview.................................................1 1.2 Open Cloud Architecture.........................................2 1.3 VMware Cloud Architecture.......................................7 1.4 OpenNebula Provisioning Model.................................... 13 2 OpenNebula Installation 19 2.1 Overview................................................. 19 2.2 Front-end Installation.......................................... 19 2.3 MySQL Setup.............................................. 25 3 Node Installation 27 3.1 Overview................................................. 27 3.2 KVM Node Installation......................................... 28 3.3 vCenter Node Installation........................................ 34 3.4 Verify your Installation.......................................... 42 4 Authentication Setup 50 4.1 Overview................................................. 50 4.2
    [Show full text]
  • Comptia® Security+ SY0-601 Cert Guide
    CompTIA® Security+ SY0-601 Cert Guide Omar Santos Ron Taylor Joseph Mlodzianowski A01_Santos_Fm_pi-plii_1.indd 1 01/06/21 2:49 pm CompTIA® Security+ SY0-601 Cert Guide Editor-in-Chief Copyright © 2022 by Pearson Education, Inc. Mark Taub All rights reserved. No part of this book shall be reproduced, stored in Product Line Manager a retrieval system, or transmitted by any means, electronic, mechanical, Brett Bartow photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the Executive Editor information contained herein. Although every precaution has been taken in Nancy Davis the preparation of this book, the publisher and author assume no respon- Development Editor sibility for errors or omissions. Nor is any liability assumed for damages Christopher A. Cleveland resulting from the use of the information contained herein. ISBN-13: 978-0-13-677031-2 Managing Editor ISBN-10: 0-13-677031-2 Sandra Schroeder Library of Congress Control Number: 2021935686 Senior Project Editor ScoutAutomatedPrintCode Tonya Simpson Copy Editor Trademarks Chuck Hutchinson All terms mentioned in this book that are known to be trademarks or ser- vice marks have been appropriately capitalized. Pearson IT Certification Indexer cannot attest to the accuracy of this information. Use of a term in this book Erika Millen should not be regarded as affecting the validity of any trademark or service mark. Proofreader Abigail Manheim Warning and Disclaimer Technical Editor Every effort has been made to make this book as complete and as accurate Chris Crayton as possible, but no warranty or fitness is implied.
    [Show full text]
  • S Strategic Plan for Genesi: North a America
    Page 1 of 24 Strategic Plan for Genesi: North America Genesi will be providing the San Antonio school district, in partnership with SA Yes, technology software products to incorporate technology into every aspect of the educational environment. The partnership with SA Yes will enable Genesi to provide packages that include a wireless mobile computing device for each educator and student, a productivity, communication, and presentation software for use as learning tools, and online instructional resources that supports studies in English language arts, mathematics, science, and social studies. The package will cost anywhere from $150 to $250 per student. The bundled packages will be discounted from the base cost and the partnership will help alleviate the cost of the school district. The computers will be given to each student to use throughout the entirety of the year. It will alleviate the hassle of carrying textbooks and notebooks. Insttead, the majority of the work will be completed and submitted to the teacher through thhe computer. The vision for educational technology has been encouraged by educators and leaders in recent years. Technology’s incorporation into the educational environment allows students to learn and creates environments that enhance teaching and learningg. It provides students a more personalized learning experience. Interactive technologies allow students to build new knowledge by doing, receiving feedback, and refining their understaannding. Technology immersion requires that curricular and assessment resources support the state’s curriculum. Currently, the majority of the software used in school districts is web-based and would not be affected by the Lennox operating system. Page 2 of 24 Strategic Business Plan for Genesi North America Team Members Parker Moore Hillary Adams Will Touchstone Tunggul Sitindjak Page 3 of 24 I.
    [Show full text]
  • Guest OS Compatibility Guide
    Guest OS Compatibility Guide Guest OS Compatibility Guide Last Updated: September 29, 2021 For more information go to vmware.com. Introduction VMware provides the widest virtualization support for guest operating systems in the industry to enable your environments and maximize your investments. The VMware Compatibility Guide shows the certification status of operating system releases for use as a Guest OS by the following VMware products: • VMware ESXi/ESX Server 3.0 and later • VMware Workstation 6.0 and later • VMware Fusion 2.0 and later • VMware ACE 2.0 and later • VMware Server 2.0 and later VMware Certification and Support Levels VMware product support for operating system releases can vary depending upon the specific VMware product release or update and can also be subject to: • Installation of specific patches to VMware products • Installation of specific operating system patches • Adherence to guidance and recommendations that are documented in knowledge base articles VMware attempts to provide timely support for new operating system update releases and where possible, certification of new update releases will be added to existing VMware product releases in the VMware Compatibility Guide based upon the results of compatibility testing. Tech Preview Operating system releases that are shown with the Tech Preview level of support are planned for future support by the VMware product but are not certified for use as a Guest OS for one or more of the of the following reasons: • The operating system vendor has not announced the general availability of the OS release. • Not all blocking issues have been resolved by the operating system vendor.
    [Show full text]
  • Main Application Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws
    Architecture Main application Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Main application 4 Creatio layers 4 Creatio infrastructure 5 Horizontal scaling 9 Deployment options 11 © 2021 Creatio. All rights reserved. Main application | 4 Main application Beginner The classic three-tier Creatio architecture is cross-platform, flexibile, and scalable. The presentation layer lets users access Creatio UI via a web browser or a mobile app for Android or iOS. Creatio application layer is available for the .NET Framework and .NET Core platforms, and can be deployed on Windows, Linux, and macOS web servers. Creatio supports Microsoft SQL Server, Oracle, and PostgreSQL for persistent storage on the data layer. Creatio supports version control system server integration, which allows for multi-user development. The Creatio architecture supports horizontal scaling and different deployment methods: cloud and on-site (with or without fault tolerance). Creatio layers Creatio has a classic three-tier architecture with the following layers: data, application, presentation.
    [Show full text]
  • Rackspace Service Blocks: Complex Cloud Operations Gain Advanced Operational Guidance and Support from Certified Cloud Specialists
    Rackspace Service Blocks: Complex Cloud Operations Gain advanced operational guidance and support from certified cloud specialists. Large organizations and businesses running highly complex cloud About Rackspace environments often require customized cloud architecture and access Rackspace is your trusted partner across cloud, to highly skilled cloud resources. Finding the right level of technical applications, security, data and infrastructure. expertise can be challenging, because talent is scarce, expensive and hard to retain. Rackspace® Complex Cloud Operations help you manage • A leader in the 2018 Gartner Magic Quadrant ongoing operational challenges and keep you informed on ever-evolving for Public Cloud Infrastructure Managed cloud features. Service Providers, Worldwide • 3,000+ cloud experts Experts Dedicated to Your Success • Hosting provider for more than half of the Rackspace is a next-generation cloud services provider that manages the Fortune 100 full cloud lifecycle. Complex Cloud Operations offers access to advanced technical resources to better manage public cloud operations and • 20+ years of hosting experience infrastructure architecture. • Customers in 150+ countries • 3,000+ AWS accreditations Key Features • 1,000+ AWS certifications Rackspace offers a range of robust features to support complex cloud operations including: • 1,300+ Microsoft certifications worldwide • 200+ Microsoft-certified professionals Expertise: Expert technical resources, including solution architects, lead engineers, container and Kubernetes experts, and DevOps professionals • 150+ Microsoft Azure certifications worldwide help optimize public cloud operations and architectural infrastructure. • 100+ Microsoft Azure-certified professionals Optimized Custom Configurations: Custom configurations include • 13 Microsoft partner certifications monitoring services, OS optimization, patch management, alert response • Five-time Microsoft Hosting Partner of the Year runbooks and deployment management.
    [Show full text]
  • Mobile App Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws
    Mobile app Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Get started with the mobile app setup 4 System requirements for mobile devices 4 Install the app 5 Mobile application settings 6 Message operation modes 8 Get started with the mobile app UI 11 Search records 14 Add records 15 Filter records 15 Edit records 18 Run actions 21 Approve records 22 Work with the mobile app calendar 23 View someone else's calendar 25 Add a task 25 Task actions 26 Work with dashboards in the mobile app 27 Work with service cases in the mobile app 29 Create a new case 31 Process a case 31 View processing history 33 Mobile application FAQ 34 Why won’t the mobile app sync in online mode (Error "Item% 24 batch not found)? 34 How to resolve the synchronization conflict in the offline mode? 34 How to clear the mobile app cache? 35 How can I set up push notifications for mobile application users? 36 © 2021 Creatio.
    [Show full text]
  • An Experimental Study of Load Balancing of Opennebula Open-Source Cloud Computing Platform
    An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman, StudentMember, IEEE Kawser Wazed Nafi Syed Akther Hossain, Member, IEEE & ACM Abstract— Cloud Computing is becoming a viable computing organization existing computing infrastructure into a private or solution for services oriented computing. Several open-source hybrid cloud [3]. Eucalyptus, CloudStack, OpenStack and cloud solutions are available to these supports. Open-source OpenNebula are the most popular open-source cloud solutions software stacks offer a huge amount of customizability without used as to build such community cloud platforms. Eucalyptus huge licensing fees. As a result, open source software are widely is open source cloud software for building AWS-compatible used for designing cloud, and private clouds are being built private and hybrid clouds [4]. Apache CloudStack is open increasingly in the open source way. Numerous contributions source software designed to deploy and manage large networks have been made by the open-source community related to of virtual machines Infrastructure as a Service (IaaS) cloud private-IaaS-cloud. OpenNebula - a cloud platform is one of the computing platform [5]. OpenStack is a cloud operating system popular private cloud management software. However, little has that controls large pools of compute, storage, and networking been done to systematically investigate the performance evaluation of this open-source cloud solution in the existing resources throughout a datacenter, all managed through a literature. The performance evaluation aids new and existing dashboard that gives administrators control while empowering research, industry and international projects when selecting their users to provision resources through a web interface [6].
    [Show full text]
  • Our Approach and Platform for CRM Success
    See and serve your customers better ℠ Our approach and platform for CRM success Commercial Excellence | Customer Care | Systems Support March 2020 Contents What is a CRM strategy? Why commit to a CRM strategy? What does the CRM technology do? What is our preferred CRM platform? How might we help? How about a demo? 2 What is a CRM strategy? Commitment to knowing and serving your customers better A Commitment For better interaction with, insight upon, and value for your customers. CRM A Platform For collecting data, supporting workflow, providing insight, and connecting outwardly across marketing, sales, and service. Customer Relationship A Culture Management Of delivering a positive customer experience via interactions that are informed, timely, and useful. 3 Why commit to CRM? Value drivers across marketing, sales, and service Better messages, Better team allocation Faster offers, & win rates & orchestration cycle times Superior Informed & coordinated Consolidated service sales pursuits systems Robust & Better Better agility reliable data compliance & flexibility Full view Better customer Better efficiency of customer experience & satisfaction & effectiveness 4 What does the CRM technology do? Enablement of a CRM strategy, transformation, and culture Teams & Workflow 1 2 3 Marketing Sales Service Integrations for Integrations with External Interactions CRM Platform Enterprise Systems Website HR Email 1. Unified Data Storage Finance Social 2. Workflow for Front- Operations Line Users Partners Data Warehouse 3. Dashboards for Managers Accounts | Contacts | Interactions Contracts | Orders | Projects | Field Dispatch Activities | Campaigns | Opportunities Inquiries & Cases | Service Level Agreements Objective: Coordinated interactions, workflow, insight, and integrations 5 What is our preferred CRM Platform? (1 of 2) Cloud-based, low-code, high-value CRM and BPM Brand name prior to Oct.
    [Show full text]
  • AWS-Certified-Solutions-Architect
    100% Valid and Newest Version AWS-Certified-Solutions-Architect-Professional Questions & Answers shared by Certleader https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional-dumps.html (398 Q&As) AWS-Certified-Solutions-Architect-Professional Dumps Amazon AWS Certified Solutions Architect Professional https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional- dumps.html The Leader of IT Certification visit - https://www.certleader.com 100% Valid and Newest Version AWS-Certified-Solutions-Architect-Professional Questions & Answers shared by Certleader https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional-dumps.html (398 Q&As) NEW QUESTION 1 An organization is planning to extend their data center by connecting their DC with the AWS VPC using the VPN gateway. The organization is setting up a dynamically routed VPN connection. Which of the below mentioned answers is not required to setup this configuration? A. The type of customer gateway, such as Cisco ASA, Juniper J-Series, Juniper SSG, Yamaha. B. Elastic IP ranges that the organization wants to advertise over the VPN connection to the VPC. C. Internet-routable IP address (static) of the customer gateway's external interface. D. Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the customer gatewa Answer: B Explanation: The Amazon Virtual Private Cloud (Amazon VPC) allows the user to define a virtual networking environment in a private, isolated section of the Amazon Web Services (AWS) cloud. The user has complete control over the virtual networking environment. The organization wants to extend their network into the cloud and also directly access the internet from their AWS VPC. Thus, the organization should setup a Virtual Private Cloud (VPC) with a public subnet and a private subnet, and a virtual private gateway to enable communication with their data center network over an IPsec VPN tunnel.
    [Show full text]