1. In the statement below, controller refers to what type of controller? Select the one correct answer. <apex:page controller="AccountController">
A. Standard Controller
B. Custom Controller
C. Controller Extension
D. Specific Controller
2. Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
A. {User.FirstName}
B. {!User.FirstName}
C. $User.FirstName
D. {!$User.FirstName}
3. Which of these is not a standard profile? Select the one correct answer.
A. Developer
B. Contract Manager
C. Read only
D. Solution Manager
4. Name the language Force.com uses to support full-text search in objects. Select the one correct answer.
A. SQL
B. VisualForce
C. SOQL
D. SOSL
5. Before a code can be deployed on production what percentage of test coverage must be achieved. Select the one correct answer.
A. 25%
B. 50%
C. 75%
D. 100%
6. In Salesforce what is the maximum number of fields that can be added to an object? Select the one correct answer.
A. There is no such limit on the number of fields
B. 100
C. 200
D. 500
7. How many characters are there in the Salesforce case-insensitive id field of an object? Select the one correct answer.
A. id field is not mandatory
B. The field length is customizable
C. This depends on the version of Salesforce
D. 18
8. Name the prefix used by standard VisualForce markup tags. Select the one correct answer.
A. vf
B. apex
C. c
D. s
9. Which of the following cannot be included in a VisualForce page? Select the one correct answer.
A. Java
B. JavaScript
C. HTML
D. Flash
10. To create a new VisualForce page HelloWorld in developer mode, which URL should be appended to server address? Select the one correct answer.
A. /HelloWorld
B. /vf/HelloWorld
C. /apex/HelloWorld
D. /home/HelloWorld
11. What is the maximum size of a VisualForce page? Select the one correct answer.
A. 1 MB
B. 5 MB
C. 15 MB
D. There is no limit on the size of a VisualForce page
12. What is the number of components that can be added to a dashboard? Select the one correct answer.
A. 20
B. 25
C. 50
D. 100
13. Which of these represent the correct syntax for custom controllers? Select the one correct answer.
A. <apex:page controller="MyController">
B. <apex:page standardController="MyController">
C. <apex:page customController="MyController">
D. <apex:page privateController="MyController">
14. Which is the first step when creating reports? Select the one correct answer.
A. Select report name
B. Select object on which report needs to be generated
C. Select type of report
D. Select columns to be displayed
15. Which of these is not a valid report type. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
16. Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
17. Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
18. Which report type does not allow generation of charts? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
19. Which of these are valid data type in Force.com development platform. Select the two correct answers.
A. Percent
B. URL
C. Choicebox
D. Long
E. Decimal
20. When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
A. Disable Visible and Read-Only
B. Disable Visible but Enable Read-Only
C. Enable Visible but Disable Read-Only
D. Enable Visible and Read-Only
21. Which report type does not support analytical snapshot? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Detailed
22. A customer has requested a user interface where list view of four objects can be accessed together with frequent navigation across them. Which feature of Force.com platform can be used to support this requirement? Select the one correct answer.
A. Console
B. Dashboards
C. Analytical Snapshot
D. Packages
E. Layout template
23. In a recruitment application, a dashboard component needs to be built that will display total number of positions. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
24. Universal Recruiters will like to hire ten employees in two months. In a recruitment application, a dashboard component needs to be built that will display progress towards achieving this goal of hiring of ten employees. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
25. Universal Recruiters uses an external system for keeping track of exits from the organization. The CEO of the organization will like to view information about exits in the Salesforce application that Universal Recruiters uses. Which dashboard component can be used to implement this feature? Select the one correct answer.
A. Gauge
B. Metric
C. Table
D. Chart
E. VisualForce page
26. Universal Recruiters uses Force.com as its recruitment platform. The Sales VP of Universal Recruiters will like a report that will display progress in recruitment across six months. Which reporting component can be used to implement this feature? Select the one correct answer.
A. Summary
B. Matrix
C. Tabular
D. Analytic Snapshot
27. Which two features are supported by Salesforce in developer mode? Select the one correct answer.
A. Developer mode allows a default user interface to be created for objects.
B. Developer mode provides a debugger that is used to perform step by step execution.
C. Developer mode allows developers to create dashboards from reports.
D. Developer mode allows split screen where user can view Visual Force editor and user interface together
E. Developer mode allows developers to create new pages by just entering the page name.
28. Universal Recruiters wants to make access to records in such a way that all managers should be able to access records that are accessible to their team members. Which feature of Force.com's security should be used to implement this requirement. Select the one correct answer.
A. Object level access to profiles
B. Field level access to profiles
C. Organization wide defaults
D. Role hierarchy
E. Sharing rules
F. Manual sharing
29. Universal Recruiters need to ensure that the Social Security Number and Phone Numbers follow a specific pattern. Which function can be used to implement this functionality. Select the one correct answer.
A. REGEX
B. EXPRMATCH
C. ISNUMBER
D. PRIORVALUE
E. VLOOKUP
30. Universal Recruiters have an object that they use to store all US zip codes and corresponding states. They want to ensure that the zip code and state specified by users are correct. Which function could be used to implement this feature? Select the one correct answer.
A. REGEX
B. EXPRMATCH
C. ISNUMBER
D. PRIORVALUE
E. VLOOKUP
31. Which of these functions is available in formulae field. Select the one correct answer.
A. ISCHANGED
B. ISNEW
C. REGEXC
D. IF
E. VLOOKUP
F. All of these functions are available in a formula field
32. A Force.com developer needs to execute Apex code snippet and check the resource usage. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
33. A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular users. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
34. While debugging an issue you realize that the field type of an object has changed. You need to find out more details about this change. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security
35. In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field History Tracking
36. Which of the following is correct about custom fields in Salesforce. Select one correct answer.
A. If a field is set as required it must be entered in the Salesforce generated pages, however it may not be specified when entering information via Force.com API
B. A required field is always present in an edit page
C. A unique field is always present in an edit page
D. A unique field increases report and SOQL performance
37. Fields of the which of the following type is not allowed to be set as external ids. Select one correct answer.
A. Date
B. Number
C. eMail
D. Text
38. The number of master detail relationship that an object can have are
A. 1
B. 2
C. 25
D. 300
39. The number of Lookup relationship that an object can have are
A. 1
B. 2
C. 25
D. 300
40. Which of these is true about the Lookup Relationship. Select one correct answer.
A. Parent is not a required field and may be omitted.
B. Deleting an object deletes its children.
C. Roll-up summary field can be used to perform basic operations over all children of a parent record.
D. Security access of the child record is dependent upon the parent record.
41. Which of the following cannot be used to build a complete Custom Tab. Select one correct answer.
A. Display an external web page
B. Display data using a VisualForce page
C. Show data from a custom object using the native user interface
D. Display the approval process using an Apex page
42. Which of the following is not supported by Enhanced Page Layout editor. Select the one correct answer.
A. Change the field name
B. Add blank spaces
C. Make a field required or read-only
D. Add a new section
E. Add a new custom field
43. Which of the following is true about Roll-up summary fields? Select one correct answer.
A. Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
B. Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
C. The results of the roll-up summary is displayed on the child in a master-detail relationship.
D. Roll-up summary fields are read only.
44. Which of the following is true about Validation Rules? Select two correct answers.
A. Validation rules are executed when the user clicks on the Save button.
B. Validation rules are not applicable when the data is stored using the API.
C. If the error condition evaluates to true, then an error message is generated and the record is not saved.
D. Validation rules are applied only when a new record is created, and not when an existing record is edited.
45. Which of the following is not a valid return type of a custom formula. Select one correct answer.
A. Date
B. Decimal
C. Text
D. Array
46. Which of the following is not a part of a Force.com app. Select one correct answer.
A. Notes
B. Tab
C. Links
D. Forms
47. An organization needs to create a public website that displays data from Salesforce.com organization without user registration. Select one correct answer.
A. Apex
B. Triggers
C. Salesforce Knowledgebase
D. Force.com sites
E. Formula
Answers
ReplyDelete1. B. controller attribute is used for Custom Controller
2. D. {!$User.FirstName} is the correct syntax to access first name.
3. A. There is no developer standard profile.
4. D. Salesforce Object Search Language
5. C. The code must get a test coverage of 75% before it can be deployed.
6. D. There can be a maximum of 500 fields in custom objects.
7. D. object id field can be 15 character case-sensitive or 18 character case-insensitive.
8. B. The prefix apex is used for standard VisualForce markup tags.
9. A. It is not possible to include Java code in VisualForce page.
10. VisualForce page address appears like /apex/HelloWorld.
11. C. VisualForce pages must be upto 15 MB.
12. A. A dashboard can have upto 20 components.
13. A.
14. B. The first step when creating reports is select the object type.
15. D. Salesforce does not have a report type named Detailed.
16. A.
17. B.
18. C.
19. A, B. Percent and URL are valid data types in Salesforce.
20. C. To make a field editable, enable Visible but disable Read-Only.
21. B. Matric report cannot be used to generate Analytical snapshot.
22. A. Console tab allows easy navigation across multiple object types.
23. B. Metric dashboard type is used to display
24. A. A gauge is used to display progress towards a goal.
25. E. VisualForce pages can be used to draw dashboard components that extract data from another source.
26. D. Analytic Snapshot feature of Salesforce is used to perform trend analysis over a period of time.
27. D, E. Last two statements about developer mode are correct.
28. D. Role Hierarchy feature of Force.com platform can be used to implement this functionality.
29. A. REGEX function is used to check a text field matches the regular expression.
30. E. VLOOKUP is used to return the value for a unique key in an object.
31. D. IF function is available in the formula field. Other functions are not available in the formula field.
32. B. System Log can be used to run code snippets.
33. A. Debug Log can be used to view the debug/error messages generated for a particular user.
34. C. Setup Audit Trail can be used to track changes made in the configuration.
35. D. Field History Tracking can be used to find out changes in field values.
36. B. A field set as required must always be present in the edit page.
37. A. Fields of type external id can be defined as Text, Number or Email.
38. B. An object can have maximum of 2 Master detail relationship
39. C. An object can have maximum of 25 Lookup relationship
40. A. Parent is not a required field in Lookup relationship
41. D. Custom tabs can be used to display a VisualForce page, data from an external page, data from a custom object.
42. E. Enhanced Page Layout editor cannot be used to create new fields.
43. D. Only option D is correct. Rollup summary field can only be applied in Master-detail. Hence A is incorrect. AVG is not supported in Rollup summary fields.Rollup Summary is defined at the parent level of a Master-Detail relationship.
44. A and C. Validation rules are applicable when the record is saved using the API, hence the option B is incorrect. Validation rules are applied every time the record is saved, hence D is incorrect.
45. D. Array is not a valid return type of custom formula.
46. A. Key element of a Salesforce app are Tab, Links and Forms.
47. D. Force.com sites is used to build public facing sites.
Thanks for sharing interview questions and answers.Salesforce Training in Chennai
DeleteThanks for sharing the information about salesforce and its certification..
ReplyDeleteSalesforce Training in Chennai
Nice blog...Very useful information is providing by ur blog..here is a way to find Oracle Training In Chennai
ReplyDeleteI have read your blog and I got very useful and knowledgeable information from your blog. It’s really a very nice article Greens Technologies Training In Chennai
ReplyDeleteExcellent post, I agree with you 100%! I’m always scouring the oracle for new information and learning whatever I can, and in doing so I sometimes leave comments on blogs.Oracle Training In Chennai
ReplyDeleteNice Article! Mostly I have gathered knowledge from the blogger, because its provides more information over the books & here I can get more experienced skills from the professional, thanks for taking your to discussing this topic.
ReplyDeleteRegards,
Informatica training in chennai|Best Informatica Training In Chennai|Informatica training center in Chennai
Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…
ReplyDeleteRegards,
sas training in Chennai|sas training institutes in Chennai|sas training center in Chennai
For all SalesForce certification latest and exact exam dumps contact us at completeexamcollection@gmail.com.
ReplyDeleteRefer our blog for more details http://completeexamcollection.blogspot.in/2015/04/salesforce-certification-dumps.html
Nice Article!...
ReplyDeleteC-Net training in chennai
Very good article.
ReplyDeleteAc Mechanic in Chennai
Pharmacy in chennai
Foreign Exchange in chennai
CALL360 Search engine
Camera sales and service chennai
Nice post! definitively I will come back to update me on this technology Thanks for the informative post. Keep doing.
ReplyDeleteSelenium Courses in Chennai
Best Selenium Training Institute in Chennai
Selenium training in Chennai
JAVA Training in Chennai
Hadoop Training in Chennai
ios training institute in chennai
Interesting blog, it gives lots of information to me. Thanks for sharing such a nice blog.
ReplyDeletelearn Robotic Process Automation
RPA Training Course
RPA Training Institute in Chennai
AWS Certification in Chennai
ccna course in Chennai
Angularjs courses in Chennai
Nice article I was really impressed by seeing this blog, it was very interesting and it is very useful for me.
ReplyDeleteFrench classes in chennai
Spanish Courses in Chennai
French language classes in chennai
French courses in Chennai
Spanish Language Course in Chennai
German Language Classes in Chennai
French Institute in Chennai
Japanese Classes in Chennai
Nice way of expressing your ideas with us.thanks for sharing with us and please add more information's.
ReplyDeletesoftware testing training institutes in bangalore
Software Testing Training in Thirumangalam
Software Testing Training in Aminjikarai
Software Testing Training in Kelambakkam
Thanks for your contribution in sharing such a useful information. Waiting for your further updates.
ReplyDeleteTOEFL Coaching in Tambaram | TOEFL Training in Chrompet | TOEFL Classes at Tambaram West | TOEFL Course in Tambaram East | TOEFL Centres in Pallavaram | TOEFL Coaching Classes in Guduvanchery | Best TOEFL Coaching Institute in Tambaram
Great Post. I was searching for such a information. Thanks for bailing me out.
ReplyDeleteEthical Hacking Course
Ethical Hacking Certification
Hacking Course
Learn Ethical Hacking
Ethical Hacking Training in Velachery
Ethical Hacking Course in Velachery
Ethical Hacking Training in Velachery
thanks for sharing such a nice info.I hope you will share more information like this. please keep on sharing!
ReplyDeleteDevOps Training in Chennai
DevOps certification Chennai
DevOps certification
DevOps Training
DevOps course in Chennai
Thank you for providing this valuable information. You have done an excellent job by posting this.
ReplyDeleteEmbedded systems course | Embedded Training in Chennai | Embedded systems Training | Embedded course | Embedded Training | Embedded systems Training in Chennai
Thank you sharing this kind of noteworthy information. Nice Post.
ReplyDeleteEducation
Technology
It was really a nice article and I was really impressd by reading this.
ReplyDeleteThank you for such amazing post. Keep up the good work.
PrimaveraTraining in Velachery
Primavera Courses in Velachery
Primavera Training in Tambaram
Primavera Training in Adyar
Primavera Courses in Adyar
Great post and informative blog.it was awesome to read, thanks for sharing this great content to my vision.
ReplyDeleteGood discussion.
Ethical Hacking Course in Chennai
SEO Training in Chennai
Ethical Hacking Course
Ethical Hacking Course near me
SEO training course
Best SEO training in chennai
Nice Post. Looking for more updates from you. Thanks for sharing.
ReplyDeletePega training in chennai
Pega course in chennai
Pega training institutes in chennai
Pega course
Pega training
Pega certification training
First of all thank for your great content. It's very useful for improve myself. Keep more updates...
ReplyDeleteDigital Marketing Classes in Bangalore
Best Digital Marketing Course in Bangalore
Digital Marketing Training in Tnagar
Digital Marketing Training in Nungambakkam
Digital Marketing Training in Kelambakkam
Digital Marketing Training in Karappakkam
Thanks for your interesting ideas.the information's in this blog is very much useful for me to improve my knowledge.
ReplyDeleteAngularjs course in Bangalore
Angularjs Training institute in Bangalore
AngularJS Course in Anna Nagar
Angular JS Training courses near me
Thanks for the great post on your blog, it really gives me an insight on this topic.I must thank you for this informative read. I hope you will post again soon.
ReplyDeleteCloud computing courses in Bangalore
Cloud Computing Course in Anna Nagar
Cloud Computing Courses in T nagar
Cloud Computing Training Institutes in OMR
Your Post is very interesting, i got more information from your post. Thanks for your great ideas. kindly keep it.....
ReplyDeleteLearn Ethical Hacking in Bangalore
Best Ethical Hacking Training in Bangalore
Ethical Hacking Training Institute in Bangalore
Ethical Hacking Training in Mogappair
Ethical Hacking Classes near me
Ethical Hacking Training in Velachery
Ethical Hacking Training in Chennai Velachery
Good Blog!!! I appreciate you for your great post. I need more info from your blog.
ReplyDeletePHP Classes in Bangalore
PHP Training Center in Bangalore
PHP Course in Annanagar
PHP Training in Chennai Annanagar
PHP Training in Velachery
PHP Training in Chennai Velachery
PHP Course in Omr
PHP Training in Tambaram
Awesome Post . Your way of expressing things makes reading very enjoyable. Thanks for posting.
ReplyDeleteHacking Course
Learn Ethical Hacking
Ethical Hacking Training Institute in Chennai
Ethical Hacking Course in Velachery
Ethical Hacking Course in Tambaram
Ethical Hacking Course in Adyar
Node JS Training in Chennai
Node JS Course in Chennai
I feel very glad to read your article. This is an excellent post and very good idea. Thank you!!!
ReplyDeleteData Science Course in Mogappair
Data Science Training in Annanagar
Data Science Training in Chennai
Data Science Training in Saidapet
Data Science Classes near me
Data Science Training in Aminjikarai
This blog is full of Innovative ideas.surely i will look into this insight.please add more information's like this soon.
ReplyDeleteBest Java Training Institutes in Bangalore
Java Training Institutes in Bangalore
Java Courses in Chennai Anna Nagar
Java courses in Tnagar
Java Courses in OMR
Amazing Post. The content is very interesting. Waiting for your future updates.
ReplyDeleteXamarin Training in Chennai
Xamarin Course in Chennai
SAS Training in Chennai
SAS Course in Chennai
Informatica Training in Chennai
Informatica course in Chennai
Informatica Training Center Chennai
Best Informatica Training in Chennai
check
ReplyDeleteExcellent blog, I wish to share your post with my folks circle. It’s really helped me a lot, so keep sharing post like this.
ReplyDeletesoftware testing training institutes in bangalore
software testing training in bangalore
best software testing training institutes in bangalore
software testing training course content
software testing training interview questions
software testing training & placement in bangalore
software testing training center in bangalore
Excellent work, I have readied at least eight posts of your website and let me tell you, your website provides the most fascinating information. It’s really helpful who are looking for Salesforce. Salesforce is a highly complex application that can be configured to do practically anything
ReplyDeleteMicrosoft Windows Azure Training | Online Course | Certification in chennai | Microsoft Windows Azure Training | Online Course | Certification in bangalore | Microsoft Windows Azure Training | Online Course | Certification in hyderabad | Microsoft Windows Azure Training | Online Course | Certification in pune
Thanks for sharing this pretty post, it was good and helpful. Share more like this.
ReplyDeleteCyber Security Training Course in Chennai | Certification | Cyber Security Online Training Course | Ethical Hacking Training Course in Chennai | Certification | Ethical Hacking Online Training Course |
CCNA Training Course in Chennai | Certification | CCNA Online Training Course | RPA Robotic Process Automation Training Course in Chennai | Certification | RPA Training Course Chennai | SEO Training in Chennai | Certification | SEO Online Training Course