Implementing Routing in the Data Center – Networking – 350-601 Study Guide

Chapter 1. Implementing Routing in the Data Center Data centers are an essential element of the Internet and cloud infrastructure. It is the data networks that deliver data services around the world. This task would be impossible without routing. Even in the new generation of facilities like edge data centers, routers play an important role […]

Database Selection – Meeting Performance Objectives – SAP-C02 Study Guide

With such a plethora of choices, how do you pick the right database solution to provide optimal performance to your workload? Well, you need to start with your workload requirements. What type of data do you need to handle? What volume of data will you need to store? How will the data be queried? How […]

Schema Classes and Methods – Data Manipulation Language (DML) – Salesforce Certified Platform Developer I Study Guide

Override Method Apex also supports overriding from method, which allows a child class to provide a different implementation for a method that is already implemented in its parent class. When a child class overrides a method, it provides its own implementation of the method, which is used instead of the implementation in the parent class […]

Writing Literals – Building Blocks – 1Z0-829 Study Guide

Writing Literals There are a few more things you should know about numeric primitives. When a number is present in the code, it is called a literal. By default, Java assumes you are defining an int value with a numeric literal. In the following example, the number listed is bigger than what fits in an […]

AWS services – Networking and Connectivity – SOA-C02 Study Guide

AWS services:  Managed VPN: An IPsec VPN connection between a CGW in a physical datacenter and an AWS-managed virtual private gateway. Software site-to-site VPN: An IPsec VPN connection between a CGW in a physical datacenter and a customer-managed EC2 instance. ExamAlert You can configure multiple managed site-to-site VPN connections, but the maximum aggregate bandwidth of […]

Direct Connect Locations – Connecting On-Premises Networks – ANS-C01 Study Guide

Direct Connect Locations AWS Direct Connect locations are located throughout the world and are not located in AWS facilities like availability zones are. Third-party data centers are used to house the AWS DX routers. Customers contract with service providers or supply their own network equipment located in the same data centers as the AWS DX […]

S3 Standard Infrequent Access (S3 Standard-IA) – Parsing Logs and Events with AWS Native Tools – SCS-C02 Study Guide

S3 Standard Infrequent Access (S3 Standard-IA) If you have data you don’t access frequently but still need to retrieve in real time, the S3 Standard-IA storage tier provides an excellent option. If you decide to use this storage tier, consider the following: the files and objects you would store in your S3 bucket would need […]

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

Getting hands-on with Amazon Polly In this section, you will build a pipeline where you can integrate AWS Lambda with Amazon Polly. The pipeline reads a text file and generates an MP3 file, saving it to another folder in the same bucket. You will monitor the task’s progress in CloudWatch logs. You will begin by […]

Profiles and permission sets – Salesforce Data Architect Theory – Salesforce Certified Data Architect Study Guide

Profiles and permission sets Specifying the object-level security access is the main function of profiles (although additional settings are present, such as login hours, IP ranges, and the like, that aren’t in the scope of this exam). By specifying Create, Read, Edit, and Delete access to specific objects, users access to those objects can be […]

Abstract Methods – Classes, Interfaces, and Methods – Data Manipulation Language (DML) – Salesforce Certified Platform Developer I Study Guide

Abstract Methods –– An abstract method is a method declared in a class but does not have an implementation in that class. –– Subclasses must provide implementations for all abstract methods. –– An abstract class can also contain non-abstract methods. In the example below, let’s consider an abstract class named Item that represents a generic […]