Integrate Functional Testing as Part of Your Deployment – SAP-C02 Study Guide

Integrate Functional Testing as Part of Your Deployment This is a standard best practice. Functional tests should be part of your CI/CD pipeline(s). Failing any of those tests should stop the pipeline(s) from deploying any further, and trigger a rollback as needed. Integrate Resiliency Testing as Part of Your Deployment This is a more advanced […]

Invocable Methods in Flows – Salesforce Automatization Tools – Salesforce Certified Platform Developer I Study Guide

3.6  Invocable Methods in Flows Invocable methods in Salesforce allow developers to expose Apex methods as custom actions in the Flow Builder. These custom actions can be used in flows to perform complex logic that cannot be achieved with declarative tools alone. Invocable methods can receive input parameters from flows, perform some processing, and return […]

VPC Reachability Analyzer – Logging and Monitoring – ANS-C01 Study Guide

VPC Reachability Analyzer The VPC Reachability Analyzer is used to validate your network connectivity, troubleshoot, identify network configuration issues, and automate validations for connectivity after configuration changes or new deployments. The VPC Reachability Analyzer checks the network path taken by a packet from the source to destination. The tool creates a logical model of the […]

Computing K-Means step by step – Applying Machine Learning Algorithms – MLS-C01 Study Guide

Computing K-Means step by step In this example, you will simulate K-Means in a very small dataset, with only two columns (x and y) and six data points (A, B, C, D, E, and F), as defined in Table 6.8. Point x y A 1 1 B 2 2 C 5 5 D 5 6 […]

Metric Insights – Logging and Monitoring – ANS-C01 Study Guide

Metric Insights Metric Insights is part of the CloudWatch service offerings. Metric Insights provides an SQL-based query engine that can search millions of metrics in real time. Metric Insights allows you to capture trends and data patterns as they occur, enabling you to respond quickly to events using SQL-based queries. Metric Insights allows for the […]

Flow Components – Salesforce Automatization Tools – Salesforce Certified Platform Developer I Study Guide

3.4 Flow Components Salesforce Flow consists of several components that work together to automate business processes. These components include elements, variables, and connectors. Elements represent the actions that the flow can execute. Elements are connected together to define the flow’s sequence and logic, determining the order in which actions are executed. There are different types […]

IAM User Groups – Security and Compliance – SOA-C02 Study Guide

IAM User Groups You will often find that multiple IAM users have the same permissions. Instead of individually assigning each user specific permissions, you can create a user group, assign the appropriate permissions, and then assign users to the group. When you’re creating group accounts, the Add Group Wizard prompts you to provide information about […]

Downloading a JDK – Building Blocks – 1Z0-829 Study Guide

Downloading a JDK Every six months, Oracle releases a new version of Java. Java 17 came out in September 2021. This means that Java 17 will not be the latest version when you download the JDK to study for the exam. However, you should still use Java 17 to study with since this is a […]

Logging – Logging and Monitoring – ANS-C01 Study Guide

Logging CloudWatch acts as a centralized logging collection repository for both system- and application-level logs generated by all of your devices and services and also external services running in your data center with the installation of the CloudWatch logs agent. By centralizing logging into CloudWatch, you have a central repository of all logs generated by […]

IAM Permissions for Publishing Logs to CloudWatch Logs – Logging and Monitoring – SCS-C02 Study Guide

IAM Permissions for Publishing Logs to CloudWatch Logs There is a specific set of permissions that must be enabled for a user or service to send logs to the CloudWatch Logs service: If you have CloudWatch Logs being sent to a log group in CloudWatch Logs, you also need the logs:CreateLogDelivery permission. IAM Permissions for […]