Create Queries with Best Practice – SOQL and SOSL – Salesforce Certified Platform Developer I Study Guide

6.3  Create Queries with Best Practice SOQL (Salesforce Object Query Language) and SOSL (Salesforce Object Search Language) are two query languages used in Salesforce to retrieve data from the database. Here are the main differences between SOQL and SOSL: SOQL (Salesforce Object Query Language) –– Queries start with the “SELECT” keyword. –– It is used […]

Reviewing and Adapting Your Solution – Meeting Performance Objectives – SAP-C02 Study Guide

Reviewing and Adapting Your Solution The last stage of the overall process consists of conducting regular performance reviews of your workload’s behavior. For that, you simply need to apply the best practices that were covered in this and previous chapters. First, you want to automate the creation of your AWS resources to speed up your […]

Cram Quiz Answers – Domains, DNS, and Content Delivery – SOA-C02 Study Guide

Cram Quiz Answers 1. Answer: D is correct. A CNAME record cannot be used for the zone apex (example.com). The IP address of the ELB may change, so you should point to the DNS name of the ELB. 2. Answer: B and C are correct. You must first authorize the association of the VPC and the hosted […]

TCP/IP Networking Model – Introduction to Networking – 200-301 Study Guide

TCP/IP Networking Model A networking model, sometimes also called either a networking architecture or networking blueprint, refers to a comprehensive set of documents. Individually, each document describes one small function required for a network; collectively, these documents define everything that should happen for a computer network to work. Some documents define a protocol, which is a […]

 Type Inference of var – Building Blocks – 1Z0-829 Study Guide

Type Inference of var Now that you understand the local variable part, it is time to go on to what type inference means. The good news is that this also means what it sounds like. When you type var, you are instructing the compiler to determine the type for you. The compiler looks at the […]

Getting hands-on with Amazon Textract – AWS Application Services for AI/ML – MLS-C01 Study Guide

Getting hands-on with Amazon Textract In this section, you will use the Amazon Textract API to read an image file from our S3 bucket and print the FORM details on Cloudwatch. The same can be stored in S3 in your desired format for further use or can be stored in DynamoDB as a key-value pair. […]

Summary – Connecting On-Premises Networks – ANS-C01 Study Guide

Summary This chapter expanded on hybrid networks, which were introduced in Chapter 6. We went into more detail about how on-premises data centers and networks connect to AWS cloud services. You learned about site-to-site VPN connections that use the public Internet to connect into AWS. An important part of using a VPN is to provide […]

Master/detail relationship – Understanding Salesforce sharing and security – Salesforce Data Architect Theory – Salesforce Certified Data Architect Study Guide

Master/detail relationship A Master/detail relationship closely links two objects together, so much so that certain behavior of the child record is affected. This includes sharing, whereaccess to the Master (or parent) record gives access to the detail (or child) record. Master/detail relationships also support roll-up summaries. When Master records are deleted, all child records are […]

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

Note If you choose the bucket you created earlier in this chapter, either remove the lifecycle policy that will delete any files created in the bucket after 24 hours or check the logs sent to that bucket before those log files are deleted. Your Amazon Kinesis Data Firehose has been set up, but it still […]

Salesforce Object Search Language (SOSL) – SOQL and SOSL – Salesforce Certified Platform Developer I Study Guide

6.2  Salesforce Object Search Language (SOSL) Salesforce Object Search Language (SOSL) is a query language specifically designed for searching records in Salesforce. It allows you to search across multiple standard and custom Salesforce objects simultaneously, making it a powerful tool for finding data that meets specific criteria. SOSL queries can be used in various contexts, […]