Practice Exams:

Uncategorized

Google Professional Cloud Network Engineer – Configuring Network Services: Load Balancer, CDN , DNS

3.1 Configuring load balancing Load balancer, high availability and auto scaling. This is you can think of network service essentially but that comes in Compute service because it is related most of the services which we will use as a back end from the Compute and I do not actually am not able to differentiate that because all other containers service or app engine they have got their own internal load balancer purely in the context of compute service we can just see simple plane the learning way for the…

Read More

Google Professional Cloud Network Engineer – Implementing Network Security

5.1 Configuring Identity and Access Management (IAM) Section Five implementing Network Security network security is very important in cloud environment, especially public cloud environment, because you are or the enterprises are uploading their data or managing their data inside the public environment. And it’s not only one particular company hosting their data in one data center, there are many multiple companies hosting their data in those multiple environment or data centers. So security is very important and especially network security is really most important for us to consider when we…

Read More

CRT-450 Salesforce Certified Platform Developer – User Interface – 25% Part 4

The Lightning Component framework and its benefits In this lecture we will talk about the Lighting Component framework and its benefits. The topics of this lecture are the Lighting Component Framework and the benefits of this framework. Border and flexible, device aware and responsive, better performance, event driven architecture, reduce development time, and can be used in different places. Before listing the benefits of the Lighting Component Framework and the details of these benefits, we need to know what is this framework? The Lighting Component Framework is a UI framework…

Read More

CRT-450 Salesforce Certified Platform Developer – User Interface – 25% Part 3

3.17- Standard vs Custom Controller vs Controller Extension Hey, guys. This is section three, logic and Process Automation. And this is lecture number 17, standard versus Custom Controller versus Controller Extension. And this lecture will talk about the use case of each one of these. First of all, as opposed to a static page, a controller is required to show your data on a Salesforce page. So we cannot show any data, any salesforce data on the page without using a controller. All controllers are Apex classes. They can be…

Read More

CRT-450 Salesforce Certified Platform Developer – User Interface – 25% Part 2

3.16- Write Visualforce Controllers Hey, guys. This is section three logic and process automation. And this is lecture number 16. Write visual force controllers. In this lecture, we’ll talk about how we can write custom Visual Force controllers and how we can also write Control extensions. First of all, before learning how to write custom controllers and controllers extensions, you have to complete section four. Section four introduce you to VisualForce and to also standard controllers. So it’s a prerequisite before this lecture. This is a refresher. As we have…

Read More

CRT-450 Salesforce Certified Platform Developer – User Interface – 25%

4.1- Display Salesforce Data using Visualforce – Part 1 – Visualforce Overview Hey guys. This is section four. User interface. And this is lecture number one display Salesforce data using VisualForce. In this lecture we will talk about VisualForce, what it is, when should we use it and where can we build it. And finally we’ll talk about how we can pull Salesforce data into VisualForce pages. First of all. What’s? VisualForce. Visual Force allows you to create eight custom user interface pages in Salesforce and the Force platform instead…

Read More

CRT-450 Salesforce Certified Platform Developer – Testing, Debugging and Deployment – 17% Part 5

6.3- Deploying Metadata – Demo So I will first show you how we can deploy metadata using the force IDE. As we can see we have two different orgs here, I have added this, the 20 org. Let me go to its page. This is the 21 org and we have the 20 org. I would open the object think and as you can see there are zero custom objects. What I will do, I will deploy some metadata components from the 21 org. So I will deploy some objects….

Read More

CRT-450 Salesforce Certified Platform Developer – Testing, Debugging and Deployment – 17% Part 4

6.2- Developer Console, Workbench and Force.com IDE – Demo 1 – Developer Console First of all, we start with the Developer Console. To access it, just click on your name and click on Developer Console. This will open the developer console. This is the main page. At the bottom we have different tabs. Clicking on each one of these will change the view. And at the top I have the menu item. First, let’s talk about the file menu. First of all, what I can do with the new item….

Read More

CRT-450 Salesforce Certified Platform Developer – Testing, Debugging and Deployment – 17% Part 3

5.5- Invoking Apex in Execute Anonymous vs. Unit Tests Hey, guys. This is section five testing, and this is lecture number five invoking Apex and Execute Anonymous versus unit tests. And this lecture will mainly talk about the difference between writing Apex and invoking it in an Execute Anonymous block versus writing it and invoking it in a unit test. First of all, let’s start with the Execute Anonymous. The Execute Anonymous as the ability to run any line of Apex code, just like the ability to run any line…

Read More

CRT-450 Salesforce Certified Platform Developer – Testing, Debugging and Deployment – 17% Part 2

5.3- Test Data Hey guys. This is section five testing. And this is lecture number three, test data. In this lecture we’ll talk about how to generate test data to be used in our unit tests in order to perform the test methods. Need data in order to function. You need to feed data to the test methods in order to function, in order to perform the tests. But how can we we get these data? First of all, let me go back to our developer console and let me…

Read More