Cloud Computing and Salesforce
Cloud Computing and Salesforce
11.Create the Instance of Amazon EC2 web Service using AWS Educate.
20.Design and develop custom Application using Sales force Cloud (Lightning
Platform).
21.Perform the steps for the Amazon service- S3- simple storage Service using
AWS Educate.
22.Perform the steps for the Amazon Service RDB-Relational database using
AWS Educate.
23.Implement depth first Search algorithm, Use an undirected graph and develop a
recursive algorithm for searching all the vertices of a graph or tree data structure.
24. Implement Breadth first Search algorithm, Use an undirected graph and
develop a recursive algorithm for searching all the vertices of a graph or tree data
structure.
28. Implement Greedy search algorithm for any of the following application:
Jobs Scheduling Problem
29. Implement a solution for a Constraint Satisfaction Problem using Branch and
Bound and Backtracking for n-queens problem
30.Implement a solution for a Constraint Satisfaction Problem for Graph
Coloring .
give me colud computing theory which i need for my lab questions that examiner can ask
Here's the essential Cloud Computing theory you should prepare for your LP-II lab exam, especially
focused on questions related to AWS (EC2, S3, RDS) and Salesforce (Apex & Lightning Platform). I’ve also
included possible viva questions with brief answers to help you get exam-ready.
Key Characteristics:
On-demand self-service
Broad network access
Resource pooling
Rapid elasticity
Measured service
🔷 3. Deployment Models
Public Cloud – Services offered over the internet to the general public (e.g., AWS, Azure).
Private Cloud – Exclusive for a single organization.
Hybrid Cloud – Combination of public and private.
Viva Question:
Q. What is an EC2 instance?
A. It is a virtual machine in AWS used to run applications.
Viva Question:
Q. What is a bucket in S3?
A. It's a container to store objects (files).
Viva Question:
Q. Why use RDS instead of EC2 for databases?
A. RDS is fully managed, easier to maintain, and scales automatically.
a. Apex Language
Q. What is Apex?
A. Apex is a proprietary programming language by Salesforce used to develop business logic.
Q. What is a trigger in Salesforce?
A. A trigger is Apex code that executes before or after specific data manipulation language (DML)
events.
b. Lightning Platform
🔷 7. Security in Cloud
Authentication and access control
Encryption at rest and in transit
Backup and recovery systems
Role-based access (IAM in AWS, Profiles in Salesforce)
Would you like notes in PDF format or a presentation for quick lab revision?
yes
python
---------------------------------------------------------------------------
UnicodeEncodeError Traceback (most recent call last)
Cell In[1], line 65
63 # Save the PDF
64 pdf_output_path = "/mnt/data/Cloud_Computing_Lab_Theory_Viva.pdf"
---> 65 pdf.output(pdf_output_path)
Result
''
Your Cloud Computing Lab Theory and Viva Questions PDF is ready. You can download it from the link
below:
👉
Would you like similar notes for other subjects too?
Sure! Let's break down each term related to AWS EC2 in simple, exam-friendly language:
🧠 Analogy: Think of an AMI like a blueprint for building a house. You can reuse it to build many
identical houses (EC2 instances).
📌 In Viva:
Q: What is an AMI?
A: It’s a pre-configured image used to launch EC2 instances with an OS and software.
2. Key Pair
🧠 Analogy: Think of the public key as the lock on your EC2, and the private key as your personal key to
open it.
📌 In Viva:
Q: Why do we need a Key Pair in AWS EC2?
A: To securely SSH into the instance. It ensures only the authorized user can access it.
3. Instance Type
CPU
RAM
Storage
Network performance
Examples:
🧠 Analogy: Choosing an instance type is like choosing a car based on engine, speed, and comfort.
📌 In Viva:
Q: What is an instance type in EC2?
A: It specifies the hardware configuration (CPU, RAM, etc.) of the virtual server.
Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 1/1