You are on page 1of 15

1.

What are the examples of Data Centric and Process Centric Apps ( Choose 3)?? a. Time card Application************ b. Word Processor********** c. Online Auction Management************** d. Inventory management

2.

What can Force.com Data Loader do? ( Choose 3) a. Insert more than 50,000 records in a single go+*********** b. Insert, Delete and Update records for Custom Object********** c. Insert records to different Objects in a single go Not Possible d. Perform rollback e. Run a batch process************

3.

Of the following, what are the things not possible to include in User Page Layout ( Choose 2) a. Tagging b. Custom Links c. Inline Visualforce page d. Custom Buttons************ e. Custom Fields

4.

When will you use Apex Logic? a. Zip Code object stores all the zip information. For an Object, when a zip is entered, it should be validated against the available Zip Codes b. User places an Order, the details of which are checked in runtime against details in the database w.r.t . Price and Quantity and if everything is Ok, the order details are placed in another object. ********** c. ---- 2 more options. But which can be easily eliminated

5.

What kind of relationship cannot exist in Salesforce? a. A Custom Object having a Standard Object as Master. b. A standard object having another Standard Object as Lookup c. A standard Object as a detail of a Custom Object ***************
TCS Confidential Page 1 of 15

6.

Profiles enables us to do which of the following : (Choose 2) a. Apply Password Settings b. It can override the visibility of the records shared with the User************ c. Allow the user to see / modify the Data*************** d. ---- One more option, Cant remember -----

7.

Approval is required based on the amount in a field. When the amount is more than 50,000, the person to whom it is submitted, his approval is required. When the amount is more than 100,000, his managers approval is also required. What would you use? a. Workflows b. Validations c. Dynamic Approval Routing d. Approval Processes***************

8.

You have created a time based workflow rule. Choose from the following 2 ways to check whether the workflow actions are getting fired or not: a. Create or update a record with values satisfying the workflow rule. Check the Time Bases Workflow Queue *************** b. In the debug log, set yourself as a User. Create a record and then check the debug log. c. ----- 2 other options. Cant remember -----

9.

Which of the following refers to the data model of Salesforce: a. Force.com API b. Force.com Metadata API *************** c. d. ---- 2 other options ---------

10. Which of the following falls under Business Logic Layer: ( Choose 2) a. Process Automation something b. Extensible Data Model c. --- 2 other options ----11. To create a new record from the side bar, which of the following is required? a. New component to be added in side bar. b. Create a new tab for that object. *************** c. Create a new button on the page layout 12. In a MVC archietecture, which of the below corresponds to View (Select 2) a. Page layouts*************** b. Validation rules c. Custom objects and Tabs*************** d. Workflows
TCS Confidential Page 2 of 15

13. How will you measure trends? a. Dashboards b. Analytic Snaphots*************** c. table 14. Can a standard object have more than one master-detail relationship? a. True b. False 15. In the Model-View-Controller paradigm, controller refers to? a. Apex b. Visualforce c. S-control d. View 16. What are the features of Managed Package? Upgrade iin 17. How can Bug records (custom object) be related to other bugs in the system? a. master-detail b. self relationship*************** c. Parent-child d. Hierarchical 18. Which editions support Apex and Visualforce(Select 2) a. Unlimited Edition*************** b. Enterprise Edition*************** c. Apex Edition d. Professional Edition e. Group Edition

19. Using a mobile device, how do you approve an approval record?(here the options were 1. By sending email from smartphone, by logging into sfdc using the mobile browser) a. By logging into Salesforce using the mobile browser *************** aaaams b. By Sending SMS c. By sending a text message d. It is not possible to approve using mobile devices.?????? 20. When you want to share a particular record with a user, which of the following sharing model will you use: a. Sharing rule b. Role hierarchies c. OWD d. Manual Sharing***************

21. By creating a new tab, which of the following features are available? a. The view page*************** b. Create new instance of the object c. Sidebar search is enabled
TCS Confidential Page 3 of 15

d. An option under Create New in the Sidebar

22. Can you run a scheduled data import every night at 1 am, if so using which of the following: a. Import wizard b. Data loader c. Data loader using command prompt *************** d. Scheduled jobs

23. The following option in Validation rules can be using with Translation workbench: a. Rule name b. Description c. Criteria d. Error message*************** 24. A,B can see W,X,Y fields of an object and A should also be able to see Z, which B cannot. How do you achieve this kind of security on the page? a. Field level security *************** b. Remove the field Z from page layout c. Create a sharing rule so that only A can see Z d. Object level security

25. You can upgrade your Apps of the following types: a. Managed Packages*************** b. Unmanaged Packages c. You cant upgrade the Apps once published d. Installed Packages 26. A lookup relationship can be converted to Master-Detail when the following conditions are met (Choose all that are applicable) a. Making the parent field as a required field in the child object. b. All existing records in the child object contain data for parent field. *************** c. All existing records in the child object need not contain data for parent field and is applicable only to the new records that would be created. d. Parent field need not be a required field in the child object. 27. History tracking cannot be disabled for: (Choose 3) a. Cases*************** b. Accounts c. Contacts d. Solutions*************** e. Contracts*************** 28. Dashboard refresh can be monitored using: a. Apex jobs b. Scheduled jobs*************** c. Dashboard jobs d. Report jobs

TCS Confidential

Page 4 of 15

29. What needs to be done if the user wants to create the record using the Create New Dropdown from the Left navigation? 30. How many master detail relationship are allowed on a Custom Object? 2 31. Only the particular user with the profile should be able to submit the record for approval, how do you achieve this?

32. How to create many to- many relationships? (It was repeated two three times) a. Junction object (custom object) having a lookup to the other 2 objects*************** b. two relationships c. Create a lookup on the first object for the other and lookup on the second for the first 33. How do you populate the City values based on the state selected? a. Dependent pick list*************** b. Validation Rules c. Workflows d. Apex Trigger 34. Which workflow evaluation rule doesnt support Time dependent workflow? Every time the record is created or updated 35. There are two questions similar like, how to expose few fields only for some profile? 36. What happens if you use Upsert and the duplicate externalId is found? Error is reported 37. When you try to load the data into Sandbox using Dataloader, If the login fails what needs to be checked? 38. You have a field called position opendate (Date time field) how do you find out the no of days the position is opened? 39. The sailesforceIds are Identical between which environments? 40. In the custom application what are the following things represents View 41. If the approval process has 3 approvers in the first step. When it will move to the next step a. Unanimous approval is required and all the approvals are there *************** b. First approval is there and unanimous approval is not required *************** c. Majority approval is required and Majority of Approval is there

42. How do you lock the record once it is submitted for Approval? 43. How does the User get the ability to do manual sharing from the UI? a. If Developer adds the Share button on the layout. b. If the object is declared as Private or Public Read only in Organizations wide settings 44. Which field is used to derive the manager of the particular user? There is a field called manager in the User object. 45. what are all the possible things that you can do with Pagelayout().
TCS Confidential Page 5 of 15

46. There are two custom objects called Position and Job Application. Job Application has look up relationship with Position. What happens to the Job Application record if the related Position record is deleted? Nothing happens 47. A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. 48. What are the below edition supports both Apex and Visualforce? a. Professional, b. Apex Edition, c. Group Edition, d. Enterprise and *************** e. Unlimited Edition. *************** 49. Manager has team of 4 members. He wants to share some of the records with the team. By using what the team members can see each others data? (select 2) a. Report Running User*************** b. Dashboard Running User*************** c. Report Folder Access Settings d. Dashboard Folder Access Settings There is an junction object X which is having two master detail relationship. Y object is having primary master details relationship. What is the effect of custom object Y on Look and Feel of X? a. X object will inherit look and feel from Object Y What can be used for Initial Submitters List a. Profiles*************** b. roles and subordinates*************** c. active team members d. public groups Who can share records when the hierarchical grant access is turned off? a. Only the Owner b. Owner, System Administrator only c. Owner, System Administrator and the Users above the user in the role hierarchy d. Owner, System Administrator and the Users below the user in the role hierarchy All users in your org should be able to read records from Custom Object Position. Except user X, all user should able edit Position records. How developer can setup those things. a. Set org wide defaults for Position as Public Read Only b. Create public group having all Users except User X. And then create Sharing Rule***************

50.

51.

52.

53.

54.

What does out of the box salesforce give you?? a. data warehouse b. approval process c. workflow rules d. validation rules *************** 55. What is the example from below which will make use of Formula in a workflow or approval? a. To check if the current user belongs to a particular profile *************** b. ---- 3 other options -----

TCS Confidential

Page 6 of 15

56. 57.

What is not required to build an app on salesforce using declarative means? Writing SQL queries*************** Compile code*************** Building Data Model In the design phase we do not know who will be the users of the system. What will be the impact of this on our design? ( Choose 2) Security considerations will not be there for approval processes and workflows. *************** Dashboard and reports cannot be built*************** ----- 2 more options ---There is a requirement where we have to create Position records as well as Interviewers. The issue here is we have to create a Position record, save it and then go for scrolling of interviewers list. How you can simplify this a. Put a validation rule Provide user a pop up to enter this information Visualforce Page which will create a wizard for this *************** eray dedi erayca Position is a custom Object containing details of each position. Candidate contains the details of each candidate such as Skills. When a user is viewing the Position records, he should also be able to see all those Candidates who matches the skill required for the post. How can this be achieved? a. Add related list of Candidate b. Create a lookup relationship of candidate on Position*************** eray dedi dikkat!!!!!! c. Create a Visualforce page. We have lookup between Position and Job Application. What changes need to be done, if we want to update Position Interface available on Job Application Detail Page layout. Workflow rules Automation and Web Services API are available in which edition? a. Enterprise edition*************** b. Unlimited edition*************** c. Group edition d. Professional edition

58.

b. c. 59.

60.

61.

62.

In MVC, data model refers to? a. Custom Fields*************** b. Custom Tabs c. Workflow Rules d. Apex classes 63. Match the following: Force.com as ( a) Database as (b) Logical as ( c) User Interface as (d) Development as (e) --- Another Option ---Task creation WF rules Assignment Rules Force.com Development tool Page Layout Tabs Field Creation
TCS Confidential Page 7 of 15

64.

Related to position object of recruiting app: u want to display rating as radio button ,from 1to 5 a. Create a field of type radio button b. Create a picklist , with radio buttons c. Create a visualforce page What are the data types available for Formula field types(choose 3) a. Currency*************** b. Checkbox c. Date*************** d. Percent*************** e. email External id can be defined on which field types a. email, *************** b. Phone c. Text*************** d. Number*************** e. 2 more options available ---

65.

66.

67. For the following scenario what will you do in Salesforce? Automated First step approval There is a team to give approval , if any one person approves the record is considered approved CEO to approve.

a. Create WF rules b. Create parallel process with approval at each step from each team member c. Create parallel approval process d. Create multiple approval process. 68. Someone has made changes to an approval process, how will administrator test who made the changes. a. Debug Log *************** b. Audit Trail c. Created by field d. Approval Process changed date. 69. You have to run batch of data at 2 PM. How will you do it? Data loader command prompt

TCS Confidential

Page 8 of 15

70. Where will you check if time based WF on Case have triggered correctly.(Select 2) a. Monitoring Time based WF*************** b. History Tracking for Activity c. History Tracking for Case d. Debug Log*************** 71. What component in a dashboard gives you a grand total(Select two) Correct answers are Metric and Gauge I have checked that!! a. Table b. Gauge*************** c. Chart d. Metric *************** 72. Tags can be enabled from where (Select 3) a. Organization Setting kesin deil b. Users Setting c. Profile Level d. Page Layout e. --- 1 more option was there --73. When u create a Tab what all things u get by default (Select 3) a. Create New component on home page b. Most recent records list c. Search Side bar d. Quick create option e. Can use in Reports

74.

In console the related list setting is done in?

75. There is a lookup relnsp between A& B and between B & C. A user wants to capture information regarding A, B and C in a report. What he should do? a. Cannot capture b. Create Report Type with A with B with C. c. ---- 2 more options were there. ---76. Import of Users, Contact and Account in which sequence? AL ?? a. Sequence does not matter b. Users , account and then contact c. Account , contact and User 77. There is a business requirement, data model , development aspect are finalized only decision is not taken on reports and dashboard . What will happen. a. Management cannot view dashboard b. Data model cannot meet the requirements. c. On basis of data model may be report requirements wont get fulfilled. 78. . When status field is closed, total amount field should have some value. How will you accomplish this? a. Create a trigger b. Create a Validation rule
TCS Confidential Page 9 of 15

c. Create a WF rule 79. A business requirement can be fulfilled both by a Trigger and by Formula Field. As a developer why one should select Formula Field a. In trigger one needs to write test method*************** b. Formula Field is controlled from browser end only*************** c. Formula field is more flexible and controlled 80. One needs to view in a related list only selected records filtered by user. How can you achieve this? a. Change Search Layout b. Make Visualforce Page*************** c. --- (Two More options ) --In Role Hierarchy user can see what data a. Only data of his subordinates where subordinate is the Owner b. All data which is visible to the subordinate c. Only data where he is the owner 82. In an organization records should be visible to all users when value is Y it should only be visible to owner a. Make Organization wide default as Private and write sharing rules. b. Make WF which changes org wide default settings c. ---(Two more options) ---

81.

83. When user selects a particular value from a picklist Email field should be visible to him. a. Make WF rule to change the record type field b. Make VF page c. --- (Two more options) --84. While importing Data following pts are respected a. Page Layout required fields are respected b. Always required fields are respected c. User access to fields are respected One more option Validation rules are always respected. 85. Company wants to monitor its sales data from some x period to y how will it achieve this a. Use matrix report b. User Analytic Snapshot c. Create record type for a report 86. To update a record in Salesforce using Data Loader what do you need? a. Salesforce Record Id*************** b. Any unique name for record c. External Id (upsert yapar bu) 87. Which one of the following cant be a Final Rejection Action in approval process? a. Lock the record b. Outbound Message c. Delete the record and send to recycle bin*************** d. Email Alert

TCS Confidential

Page 10 of 15

88. What can be enabled for a custom object? a. Queues*************** ama 2007den beri b. Assignment Rule c. Track Field History*************** d. don't remember this option but it was not valid 89. What is possible from the following. (There was one more similar question about Formula Fields) a. Formula field referring to a field in the parent object. b. Formula field referring to a field in the child object. c. Formula field referring to a field both in the child object and parent object. d. Roll up summary Field counting the number of child object records. 90. Which Profile can see encrypted fields by default? Correct answer is none of the profile can do it by default!! a. System Administrator b. Decryptor(Somthing) Profile. C 91. By using which tool the developer can change the Data Model of an Salesforce ORG a. Setup Tool b. Force.com IDE *************** c. Force.com API d. Data Loader 92. What Kind of Tags are possible? a. Personal b. public 93. How can a developer edit the Hover details of a Lookup field? ?

(Study : Encrypted fields, Metric dashboard, combination charts, process visualize, lookup filter, revise questions.) 94. Encrypted Custom Fields related question

TCS Confidential

Page 11 of 15

95. Force.com Domain name related question 96. Features of custom report 97. Which element is included in the security mode of Force.com site? 98. Import Wizard related question 99 . What is included in the force .com sites security? a) Visualforce Page names b) Read/write access to all the standard objects. *************** c) CURD permissions on all the objects. d) Custom objects. 98.Custom Reports a) Output layout of the report. b) Output layout of the report wizard --two more--100. Force.com Domain name related question choose 3 a) it should be unique b) its name should be preferable the company name c) it cannot be changed 101. Encryped custom fields are available a) custom reports b) sidebar search c) wokflow rules and assignment rules d) validation rules*************** e) roll up summary fields. 102 . If the external Id field has duplicate records in the CSV. What will happen for the upsert operation a) Upsert fails b) Duplicate entry c) Error out*************** d) The first copy is inserted Around 10 questions were exactly same from the existing questions set. 10-12 more were similar but with different tone and options

103. How many master-detail relationships are possible on an object? (Standard or custom object was not mentioned..) 1 2*************** 4 3 104. Can you run a scheduled batch job every night at 1 am, if so using which of the following? Import wizard
TCS Confidential Page 12 of 15

Data loader*************** Apex scheduler It is not possible using force.com native tools 105. What is true for force.com sites? Select 3 It can not be changed once it is registered It can not be mapped to your company domain Normally it is your company name 1 more option 106. What are the security elements for force.com sites? Select 2 CRUD rights on custom objects Read/Write rights on standard objects IP address restriction Native visual force pages 107. As a developer if you want to load some job recruiters as Users and owners for corresponding Positions and job Applications (both custom objects with around 50000 job application records) in Salesforce using import wizard what issue you would face? Cant load custom objects through import wizard Cant load users through import wizard Cant load around 50,000 records through import wizard 1 more option 108. What is possible through Page Layouts of custom objects? Select 2 Add custom fields and buttons Set mandatory field based on certain value on other field Add inline visual force pages Set 3 column display (1 veya 2 possible) 109. If Developer wants to show top 10 positions based on maximum job applications in dashboard which component should be used? Matrix Gauge Table Chart 110. What can you track using debug logs? Assignment Rules Rollup summary fields Workflow rules Formula fields If developer get message from Salesforce support team that they have enabled account audit tracking feature for the organization, what developer can do with that?
TCS Confidential Page 13 of 15

Developer can populate isdeleted field on all account records Developer can populate createddate field on all account records Developer can populate systemmodstamp on all account records 1 more option

111. If you create report type with custom objects A, B and C. what feature developer will get due to this during reporting? See different report wizard steps Select different report layouts Do anti-join Reporting and filtering capability for all the 3 objects 112. Salesforce Mobile functionality is available in which editions? Select 2 Enterprise edition with additional cost*************** Professional edition Enterprise edition Unlimited edition*************** 113. Your administrator has set 9 AM - 5 PM as weekday business hours for your organization. You login into Salesforce as 4:30 PM. What will happen at 5:02 PM? You will automatically log out of Salesforce without saving your work You will automatically log out of Salesforce with work auto saved You will continue to work normally You will be able to work until you logs out from your current session*************** 114. Your administrator has set 9 AM - 5 PM as weekday login hours for your profile. You login into Salesforce as 4:30 PM. What will happen at 5:02 PM? You will automatically log out of Salesforce without saving your work You will automatically log out of Salesforce with work auto saved You will continue to work normally You will be able to work until you logs out from your current session*************** 115. Apart I got the question about public sites Customer Portal and partner portal users have to authenticate by logging

Snaphots fail because of a) Report has been changed to matrix report b) Source report has been deleted c) All********* d) Running user is inactive Dynamic dashboard -> no scheduled refresh.!
TCS Confidential Page 14 of 15

Profillerde yaplamaz: give access to records by modifying record types. -Which type of field can not be universally required -> lookup -Automated data loader for sfdc at 2.00 -> command line interface of data loader While customizing home page, custom formula field cant be used. -Depended picklists zerinde default valueler degitirilemez. -Rollup summary and formula field are always read only on detail pages and not available on edit pages: TRUE! -workflowda delete record mmkn degildir. Which following fields are not available for record types a) Cases status b) Lead status c) Opportunity status d) Solution status e) ALL ***************** Chartlar ile: a) add up to three column to a vertical column chart b) Add cumulative line to an existing line c)Add here bars to a horizontal d)Add a line to an existing line e)All******* criteria based sharing rules de solution kullanlmaz. If report type with custom object -> reporting and filtering capability for all the 3 objects.

What is the application-sharing service for sfdc - AppExchange 10 soru burdan, 10 soru 501 den. Data model izimi. Validation rule yaz. Trigger yaz. Formula field oluumu.

TCS Confidential

Page 15 of 15

You might also like