Here’s an example – Create Queries with Best Practice – SOQL and SOSL – Salesforce Certified Platform Developer I Study Guide

Here’s an example to illustrate this approach. The code starts by defining a list of SObject types (searchTypes), which includes Account and Contact. It initializes a map (relatedRecordsMap) to store related records based on their SObjectType. List<SObjectType> searchTypes = new List<SObjectType> {Account.SObjectType, Contact.SObjectType}; Map<SObjectType, List<SObject>> relatedRecordsMap = new Map<SObjectType, List<SObject>>(); // Build the SOSL query […]

Summary – Parsing Logs and Events with AWS Native Tools – SCS-C02 Study Guide

Summary In this chapter, you learned how to review and analyze many log files using native tools found in AWS. You also had a brief overview of how costs can affect your decisions when choosing the correct storage solution for your long-term log storage for your account and your organization. This overview was presented through […]

Failover Routing Policy – Domains, DNS, and Content Delivery – SOA-C02 Study Guide

Failover Routing Policy Route 53 health checks monitor the health and performance of your web resources. Health checks can monitor a specific resource (such as a web server or load balancer) or the status of an Amazon CloudWatch alarm. You can configure DNS failover based on the status of a health check. This is a […]

Routing Protocols Support on Cisco Nexus Devices – Networking – 350-601 Study Guide

Foundation Topics Routing Protocols Support on Cisco Nexus Devices The Cisco Nexus devices line-up at the time of writing this book consists of Cisco Nexus 9200, Cisco Nexus 9300, Cisco Nexus 9400, Cisco Nexus 9500, Cisco Nexus 9800 and the ultra-low latency Cisco Nexus 3550, as well as Nexus 3400 and 3600 switches. Note: In […]

Important note – AWS Application Services for AI/ML – MLS-C01 Study Guide

Important note The most scalable and cost-effective way to generate S3 PJUT events for asynchronously invocating downstream AI workflows via Lambda is to generate an AWS pre-signed URL, and then provide it to your mobile or web application users. Many users can be served at the same time via this approach, and it may increase […]

AWS Deployment Services – Establishing a Deployment Strategy – SAP-C02 Study Guide

AWS Deployment Services Multiple AWS services can be involved in deployment, depending on the technology used and the degree of operational control you want to have. The following subsections will walk you through the various solutions available with regard to controlling the deployment stage of the software lifecycle. AWS OpsWorks Let’s start with AWS OpsWorks. […]

Running Queries with Amazon Athena – Parsing Logs and Events with AWS Native Tools – SCS-C02 Study Guide

Running Queries with Amazon Athena With so much valuable data within CloudTrail and other logs, finding effective ways to query the data for specific entries is always a top priority. The Amazon Athena service makes running ad hoc queries on extensive datasets much more straightforward. When discussing storing logs on the S3 service earlier in […]

 var in the Real World – Building Blocks – 1Z0-829 Study Guide

var in the Real World The var keyword is great for exam authors because it makes it easier to write tricky code. When you work on a real project, you want the code to be easy to read. Once you start having code that looks like the following, it is time to consider using var: […]

Hierarchical – Understanding Salesforce sharing and security – Salesforce Data Architect Theory – Salesforce Certified Data Architect Study Guide

Hierarchical Only available on the user object, a hierarchical relationship is a special type of lookup to associate one user to another (where the record does not directly or indirectly refer to itself). Storing a users manager as a lookup to another user record is a common use-case for this functionality. Now we know the […]

Establishing a Deployment Strategy – SAP-C02 Study Guide

Establishing a Deployment Strategy This chapter will focus on determining a deployment strategy to meet your business requirements. We will look at the various options offered by AWS for deploying and updating your solution. Choosing the right deployment strategy is paramount to successfully manage your solution stack and meet your business requirements. This chapter will […]