Is your company currently looking for a Salesforce Administrator? If yes, then you need to asked them correct questions so you get the right candidate and not someone you need to teach.
A Salesforce Administrator should have knowledge of Validation Rules, Objects, Fields, Workflow Rules, User Profiles and General Knowledge. So I have prepared questions to ask interviewee about Salesforce.com. This may even help people who are going to the interview for a salesforce.com administrator position.
Lets Start:
- What is the difference between Lookup Relationship and Master-Detail Relationship?
- True or False? If you were to delete a record that had a lookup to a child object, all child object records would get deleted as well.
- Where is the view Account hierarchy link?
- What does the Account Hierarchy tell or do?
- Where can you make a field required?
- What actions can you call with Process Builder?
- What type of Workflow Alerts are there?
- Validation Rules, What are they use for in Salesforce?
- What is Dataloader?
- What is the difference between Profiles and Roles in Salesforce.com?
- What one standard object in Salesforce is a conjunction object?
Check out my Other Blogs:
VisualForce Made Easy
Dataloader Made Easy
Thanks
Give me feedback or post some questions that I missed out on.
Zishan
Thanks for sharing valuable interview questions.
ReplyDeleteInterview Questions
i want answers.plz send me
ReplyDeleteSir Plz send me answers also . plzzzzzzzzzzzzzzzzzzzz
ReplyDeleteSir Please Send Answer to My Mail : harikrishnan87@gmail.com
ReplyDelete1 que answer :
ReplyDeleteMaster – Detail Relationship :
1. We cannot create master – detail relationship type fields directly if records already exists. Instead we have to first create Look up fields then fill all the records with that lookup filed. After that we can convert the lookup fields to master – detail relationship.
2. If we delete master records then detail (Child) records are deleted.
3. It creates the parent(master) child(Detail) relationship between objects.
Look up relationship :
1. Look up relationship creates relations between two objects.
2. If we delete any object then other object is not deleted
2 ans : False
ReplyDeleteHi Please send me answers to mradhika.ds@gmail.com
ReplyDeletethx
PLEASE,
ReplyDeletesend me the answers to venkat2205@gmail.com
Thanks in advance
VenkAT
This comment has been removed by the author.
ReplyDeleteSir Please Send me the Answers to My Mail : ravikirans999@gmail.com
ReplyDelete1st ans:
ReplyDeleteLOOK_UP RELATIONSHIP:IN LOOKUP RELATIONSHIP WE CAN DELETE THE PARENT OBJECT IT WILL BE NOT AFFECTED TO THE CHILD OBJECT.IN LOOKUP RELATION WE CAN ESTABLISH A RELATION WITH THE 25 OBJECTS.
MASTER DETAIL RELATIONSHIP:IN MASTER DETAIL RELATIONSHIP WHEN EVER WE DELETE THE PARENT OBJECT AUTOMATICALLY CHILD OBJECT ALSO DELETED.WE CAN ESTABLISH 2 MASTER DETAIL RELATIONSHIPS.
9th ans)dataloader: whenever we want to insert records from outside to salesforce we can use dataloader.through dataloader.we can take one excel file and map with the salesforce fields names and u can import data directly to the salesforce .csv files.in single shot we can directly 50000 records we can insert to salesforce.
ReplyDeletenote:we have to install the apex dataloader software in our system.
sir pls send me the answers to my mail bhaskarlbc@gmail.com
ReplyDeletePlease send to superblogger12@gmail.com
ReplyDeletePls send the answers at gems181@gmail.com
ReplyDelete2nd ans:
ReplyDeletefalse.
Hello sir please send me answers to my mail: manishashetty7@gmail.com
ReplyDeleteHello sir please send me answers to my mail: srikanthkollasfdc@gmail.com
ReplyDeletepls send me the answers to my mail:g.shivaprasadreddy@gmail.com
ReplyDeletepavan
ReplyDeleteplease send me anser to this question
3.Where is the view Account hierarchy link?
my mail: pavant0192@gmail.com
hai sir am pavan
ReplyDelete5.Where can you make a field required?
10.What is the difference between Profiles and Roles in Salesforce.com?
please send me answers to dis questions.
my mail:pavant0192@gmail.com
why we are using visualforce pages ? what is the difference between html and vf ?
Delete3 ways of making the field mandatory are:-
DeletePage Layout:- Field can be made mandatory from the page layout when it needs to be made mandatory for a set of users
Field Level Security:- Field can be made mandatory from the FLS when it needs to be made mandatory for all the users in the Organization and even from the API’s
Validation Rule:- Field can be made mandatory from the Validation Rule when it needs to be made mandatory for user who is using the same Page layout used by other users
Salesforce.com recommends using the Page Layput option for making the field mandatory.
hai sir dis is pavan
ReplyDeleteplease send me all answers to above questions.
pavan.
please send all answers to above questions.
ReplyDeletemy mail:pavant0192@gmail.com
we can make the field required in 3 ways
ReplyDelete1) during creation of object
2) with the help of page layouts we can
3) with validation rules
Diff b/w roles n profile
ReplyDeletewith the help of profile we can control object level permission tab level permission we can control record field level and we can restrict ip ranges can control login hours
Roles is used for data share based on role hierarchy this data is shared
PLZZZZ SEND ANSWERS TO ME SIR....
ReplyDelete10 question
ReplyDeleteanswer: roles controls records
profiles controls objects
pls..send..the..all..answers..to..my..mail.............yendeti.sai@gmail.com
ReplyDeleteQuestion:-For each and every object how many relationships we can create
ReplyDeleteSend me to my email id: sjay367@gmail.com
regards
jayasimha
hai
ReplyDeleteplz send the all aswers to my mail
ReplyDeletesaradhi1224@gmail.com
This comment has been removed by the author.
ReplyDeleteWe can have only one relationship for each and every object.
Deleteyes it is usefull to everyone to tKE SOME GENERAL KNOWLRDGE IN SALESFORCE can u provide more questuions for better practice
DeleteHi can you please send the answers to my mail:
ReplyDeletemanuglp@gmail.com
Thank you in advance
Hi can you please send the answers to my mail:
ReplyDeletechrisc3616@hotmail.com
Thank you so much
Reply
Hi sir can you please send the answers to me? Thank you very much.
ReplyDeleteliyanly007@gmail.com
please send answers to my mail id
ReplyDeletechowdary.kavula@gmail.com
Sir please send the answers to my mail id
ReplyDeleterchaduvu@gmail.com
i need answers plz send me
ReplyDeletei want answers please send me
ReplyDeleteNice and Informative about Salesforce Interview Question...
ReplyDeleteThanks
Themoderneducation.com
Finally can we know the ANSWER for ACCOUNT hierarchy link?
ReplyDeletewt does it do nd wher we cn find it??????????
mail me on sma525@gmail.com
DeleteThis comment has been removed by the author.
DeleteHey crazycse,
Delete1) You can find Account Hierarchy in the Accounts Detail page, just below Account Name if, the layout hasn't been compromised.
2) Hierarchy tells you about the hierarchy of the Account, Its parent Account, Grand Parent as well(Parent of Current Parent) hence it become easier to understand, where does it stand etc etc.
Try clicking the Hierarchy link once you fill in the Parent Account, you'll have better understanding i guess.
Hope it helps :)
We can make a field require Through PAGELAYOUTS,while Field Creation,nd With Validation Rules
ReplyDeleteWorkFlow Alerts ARE:
ReplyDeleteField Update
Assining Task
Email Alert
Outbound Message
Define a validation rule by specifying an error condition and a corresponding error message. The error condition is written as a Boolean formula expression that returns true or false. When the formula expression returns true, the save will be aborted and the error message will be displayed. The user can correct the error and try again.
ReplyDeleteProfile: profile is nothing but What type of Permission will give to users,
ReplyDeletewe have many types of permissions
general permission ,tab leval permission,object leval permission,read&write permission,record type permission
Role:role is nothing but hierarchy in the org. while creating the user profile is mandotary but profil is not mandotary
My question:
ReplyDeleteHow can we represent the junction object in Reports?
Try to post the answer,I will post reply soon in
sahithisalesforce-solutions.blogspot.in
If there is a Class in production, if we want to Overwride the same Class,
ReplyDeletei) Then what will happen ?
ii) What error message it throws ?
Class name is already in use or has been previously used
ReplyDeleteThanks for sharing such an Nice and Informative information
ReplyDeleteSalesforce CPQ Online Training
Salesforce CPQ Online Training Hyderabad