Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

BCA3: PRACTICAL EXAMINATION

SUBJECT:OPEN SOURCE & SALESFORCE (SET-1)


1. Write a shell script to create a function that takes input of two integers and perform all addition, subtraction,
multiply and divide.
2. Write a shell script to count number of alphabets, vowels, digits, word in a string.

3. Write a shell script to sum of all the array elements.

4. Create an approval process in the salesforce to send to the manager if the discount for an opportunity is
demanded more than 5%. This discount field is a custom field on the opportunity object.

BCA3:PRACTICAL EXAMINATION
SUBJECT: OPEN SOURCE & SALESFORCE (SET-2)
1. Write a shell script to compare that two strings are equal or not.

2. Write a shell script to input three integers and find out maximum and minimum value.

3. Write a shell script to input an integer and check its prime or not.

4. Create a custom field "Active" on the account object and with the help of a process builder, update the "Active"
checkbox field to true when the user creates an account record and forgets to mark it to true.

BCA3: PRACTICAL EXAMINATION


SUBJECT:OPEN SOURCE & SALESFORCE (SET-1)
1. Write a shell script to create a function that takes input of two integers and perform all addition, subtraction,
multiply and divide.
2. Write a shell script to count number of alphabets, vowels, digits, word in a string.

3. Write a shell script to sum of all the array elements.

4. Create an approval process in the salesforce to send to the manager if the discount for an opportunity is
demanded more than 5%. This discount field is a custom field on the opportunity object.

BCA3:PRACTICAL EXAMINATION
SUBJECT: OPEN SOURCE & SALESFORCE (SET-2)
1. Write a shell script to compare that two strings are equal or not.

2. Write a shell script to input three integers and find out maximum and minimum value.

3. Write a shell script to input an integer and check its prime or not.

4. Create a custom field "Active" on the account object and with the help of a process builder, update the "Active"
checkbox field to true when the user creates an account record and forgets to mark it to true.

You might also like