You are on page 1of 10

1)cap gemini interview questions on 16 May 2013

sharing rules
relationships
reports
report types-
summary-tabular-columns many
dashboards-refreshment time ,how many columns can be created?
apex run time engine
multitenant
workflows
action types
which action takes place first in workflows?field update
annotations-types-explanation?
approval process-steps,actions -task,email alert,fu,out
visual force-html,xml
agile method
soql & sql diff & soql limits
import wizard
what is sales force
action function
apex-ajax diff
what is <apex columns>?
describe methods
salesforce sites

2)Accenture interview questions on 25th May

1.Difference between Before Trigger and After Trigger


Scenario 1 :
I have two objects one is a standard object i.e Account and the other one is a
custom object and their have a look up relations .I have created 3 text fields as
A,B,C in custom object.Now when I concatenate b/w A and B , the result should get
displayed in C.when u type the value manually in field C ,it should throw the
error.So which type of trigger is used and how wil u write the code?
2.what is a class?
3.Difference between standardcontroller, controller and extensions in Salesforce?
Scenario 2:
I have a standard controller as Account and extension as contact how do u use the
tags?
4. what is the difference between input field and input text?
5.what is a collection??
6.what is a map?
7.what are primitive data types?
8.Have u used any date pdt or double ?
9.Have used Batch apex?
10.Idea about Integration?
3) Accenture interview questions on 25th June
How do u rate in customization and configuration?
What is OWD?
Sharing Rules/
Difference b/w profile and a role?
Scenario 1:
I have a task for various team members.The sign date and due date alert should be
sent automatically to the users one day before the due date?
Scenario 2 :
I have a parent obj as Account and child obj as Address their have a master detail
relationship.I have three field as primary,houseno and city.How can I highlight
these three fields at account level.

4)By Collerabera Technologies(Accenture Pune) on july17th


1.Tell me about your project ?
2.What are the Events you have used in your project?
Explain on which your scenario you have used?
3.Have you ever crossed the governor limits in your project?
4.What is Bulkify Trigger?Have you used this?
5.Visual force?Explain with the scenario used in your project?
6.Ajax components?Have you used in your project?
7.what is the difference between profiles & Role?
8.what are all controlled by profiles?
9.Difference b/w profile & permission?
Scenario 1:
Trigger calls a class ,class having some functions and fields on that object.when a
trigger is fired,will it effects the permission user?
Scenario 2:
I have opportunity object �were amount is a field.One of the users does not have
access to that field at permission level.when I update a record will it effect that
user?
10.What is Future annotation??Asynchronous
11.what is Batch apex?
12.what are Test Classes?what is system.assert?
13.What are record types?have u used in ur project?
14.Have u used standard object in ur project?
5)By Delottie (Hyderabad) on 18th July
1.Difference b/w SOAP API & Rest Api?
Scenario 1:
When a track field history for a particular field i.e status field is: inprogress
and changed to ending.When u run part of a code.How do u identify in test classes
that the status has been changed?
2.what is test classes?
3.In a Master Detail relationship ?how many no of hierarchies can be created?
Scenario 2:
I want to display an image in standard page ?how is it possible?
3.what is a report & dashboard?
4.What is matrix report?
5.In a custom object?how many fields can be created?
6.what is custom settings?

Scenario 3:
When a object is created an id is generated ,when a field is created an id is
generated.when an id or the object is deployed from one sandbox to another sandbox?
How will you support the id or identify the id?
7.What are record types?
8.Order of execution for tigger & workflow?
6)By Accenture (Pune): on 19th July
1.Tell me about your project?
2.What are owds / sharing rule?
Scenario 1:
When u have shared a patient report to the doctor,the access given was private.The
same report should be accesses by higher official?how is it possible?
3.What are profile & permission?
4.What are future annotation?what is asynchronous?what are the methods?
5. What are Test annotation? what are the methods?
6.What are setup object and none setup objects?how do u handle?
7.have u used the property see all data=true?
8.Difference b/w trigger and classes?

Scenario 1 :
Trigger insert on drinsert object ?how do u invoke this by a class and update the
object?
9.What are scheduable interface?
10.What are the different types of controllers?Difference b/w custom controller and
extensions?
Scenario 2:
In a vf page I have a custom controllerand many extensions as ext1,ext2,ext3 with
same method?how will the class overrides?
11.What is polymorphism
12.Data loader operations?
Scenario 3:
I hav Dr and patient object how will you export the records of these objects having
the city as same.
13.What are Batch apex?
14.Roll up summary??
7)Persistent Interview question on 30th Aug 2013
Tell me abt ur project?
What is the difference b/w with sharing and without sharing?
Workflow?Types of workflow?which type u have used?
What is a action support and action function?

8)NTT Data Questions (on sep 2nd)

What is inline editing in VF ?


What is Email to case?
What is Assignment rule?
Email services?
Difference b/w external id and unique id?
what is developer console?
what is wrapper class?
what is transisent variable?
What is Batch Apex?
custom settings??
difference b/w std ctrll and custom ctrll??
std crtll behaviour and normal behaviour?
difference b/w render and rerender?
what is the tool ur using??
what all the data types u have moved?

9)TECH MAHINDRA on 8th OCT

how do you justify ur project to the client?


types of sharings?
owds?
difference b/w map,set and relationship?
what is controller? types?
difference between change set and force.com ide tool?Steps
what is the relation between account contact and opp?
diffe b/w workflow and triggers?
pacakages and un pacakages?
sales processs?
diff b/w trigger.new and trigger.old?
difference b/w personal and business account?
what is assignment rule?
what are governer limits?
How do u share a apex class through a trigger?

10)Infosys Interview question on 22 oct 2013

What is a public and private class?


What are standard profiles?
Is salesforce a public or private ?
Can we import records for cases?
How many records can be generated for a report?
Is forcasting a preacquistion?
1) Scenario :Develop a search text page on top .Once you search for the name of the
account it should display all the records related to the name??Using Visual Pages
2) Scenario :I have couple of pages in an application.Says as
page1,page2,page3,page4,page5.All the five pages are having same content as footer
and header??when i add some sentences on page 1 ,it should appear in all the
pages .How can u achieve this??
Using Visual Pages
3)In a log if all the accounts are deleted from a system.
The client wants to know which user has deleted the accounts ,name ,modified and
time frame??
The client is a non techinal person doesnot have any knowledge of the system??
4)what are the different sandboxes?
5)what are the ids which gets generated in the sandboxes??
6)what is the major difference b/w the sandboxes??
7) Scenario :I have written a test code in the sandbox and gives me 100% code
coverage??but once i send it to production it gives me 0% code coverage??what will
be issue??
8) Scenario :I want a to create a visual page and it should be a Search page,when i
select the country / language it should display me the page in particular
language??how can i achieve this using a static header??

11)Bodh Tree : 22 nov 2013{1st Round}

1)I have 4 a/cs and 10 contacts how can i retrive the account details
DataLoader :
2)Future Annotation
can i cal a future method in another future method
3)what is apex scheduler
how can i get page refreshed for every 10 seconds
4)what are action methods?
what are the attributes of action function?
5)how do u write a query in soql?
Scenario :i have a scenario how can i get the account related contact details
through soql query?and would like to retrieve about 1 lakh records?
6) Scenario :i hav a scenario i have an account object and 'n' number of a contacts
to the account?how can get the count of this contacts?
7)quote view page?can we overwrite?
8) Scenario :i have a scenario how can i get the count displayed in a page for an
account object?
9)what is custom setting??
Scenario :i have a scenario i have moved a apex picklistclass from sandbox to
production and now i would like to add one picklist value in class? where can i add
the value in sandbox or in production?
10)what is a Report?Types of Report ?what is a dashboard?
11)what is view stats?
12) Scenario :i have a scenario in an account object when ever i update the account
name ,the same name should get updated in contact?By Trigger .Tell me the steps
how do u write
13)what is Recursive Triggers?
14)How do u invoke the recursive trigger?

11 b)BodhTree IQ on 3rd DEC f2f : {2nd Round}

1)Tell me about ur self ?


2)How much do u rate in apex,visual force,implementation,admin?
3)what is record types?how do u query code to fetch the records of a record type?
4) what is custom settings?how do u query the code for a custom setting?
5)what is recursive triggers?how do u invoke the recursive trigger?tell me a
scenario?
6)what is future annotation?tell me a scenario where u can use future annotation?
7)what is Schedule apex?what is the technic used in ur requeriment?can me set the
tym at 4.30 pm or 5.30pm?
8)what is render,rerender,rerender as?can we use excel document thru rerender as?
9)Scenario :i have requirement create a button ,once u click on the button a pop up
window should display with the message as YES or NO.Once u click on yes a method
should execute and when u click on No another method should execute.how do u write
a logic on this requirement?
10) Scenario :i have a requirement in an Account object i have 10000 records and
picklist field with the values as 10,20,30,40 ,50.i would like to fetch the records
of the picklist value as 10.how do u query on this?
11) Scenario :In an Account object i have 1000 records ,i want to delete 15 records
thru Data loader?how can i do ?
12)have u worked on test classes?
13)do u have an idea about java script ? other technologies like java,.net?
14)what are the technologies used in your company?hav u ever implemented on those
technologies?
15)have u worked on sevice cloud ?
16)what is migration tool?tell me the steps?
17)have u worked on customer and partner portals?
18)have u worked on sharing rule?which of sharing u have used?what are the types
of sharing?
19)what is permission set?what is the difference b/w profile,permission,sharing
20) Scenario :i have a scenario i want to share a record to an user how i can i do?
21)have u moved ur project from sandbox to production?or sandbox to sandbox?if Yes
tell me the steps
22)what is approval process?how do u code ?what are approval actions?task and email
alert how do their work?
23)what is a report ?types of report?whichtype of report is used?what is the
purpose of the tabular and matrix report?
24)what is security control?

12)THE ATHENE GROUP on 26th DEC

1)Tell me about ur self?


2)what are standard fields?Can we rename the field name?if yes tell me the steps?
3)How many custom fields can be created for a custom object?
4)Difference b/w loopup and master detail?
5)what is Roll up summary?
6)what is Many to Many relation?explain
7)what is the relation b/w a/c obj and contact obj?do their have many to many
relationship?
8)how do u create a custom tab?
9)i have an Email field where duplicate value should not be entered?so how do u
achieve it?
10)How many unique id's can be created?

12 b)The Athene Group - 2 nd Round : 2nd JAN

Tell me about your self?


1)How many implementation have u done?
2)have u worked on Sales cloud nd service cloud?
3)Have u worked on Data Migration?
4)Have u worked on Approval Process?
5)what is Agile Method?
6)Have u worked on Reports & Dashboards?
7)Do u have any idea about Designing?
8)Have u worked on Communities?
9)Have u worked on web to lead nd web to case?
10)What is Salesforce to Salesforce Connector?
11)Web Services?

13) INNOMINDS IQ on 8th JAN for SFDC TESTER POSITION :

1)Tell abt ur self


2)How do u start ur day?
3)Explaination of the project?How many modules u have done?who is ur client?
4)What is manual testing?
5)what is Regression testing?
6)what is integration testing?
7)what is the defect tool ur using?
8)what is the defect life cycle process?
9)how many test classes u have written?

14)TECH MAHINDRA IQ on JAN 27th :

1)tell me abt ur self


2)explain me about ur project
3)On what requirements did u write the triggers nd classes explain?
4)What is Order of Execution for Triggers?
5)what is post commit
6)wht is diff b/w trigger.new and trigger.old?explain me with an Scenario
7)what is remote action?
8)how do u write ur test classes by using public or private class?
9)what is Sharing rule?types of sharing rule
10)explain me the navigation for the apex sharing?
11)how do u share the owd access by giving public or private?
12)what is custom setting ?types of custom setting?explain me with the scenarios
were u have been used?
13)what is the navigation for the hierarical?
14)what is lead assignments?what are three types of assignment in lead?
15)have u worked on Data loader?How to insert the records thru Data loader?tell me
the steps?what are the mandatory things to be checked?
16)Scenario :
In a account object i would like to update a Industrypicklistfield value as energy
?will the data gets inserted or it wil throw an error?
17)In SOQL query have u been used ISUPDATED ?
18)In a vf page i would like to display 10,000 records?how can i achieve this?
19) hav u worked on Activities?
15)Emtec Technologies on 28th JAN

1)Tell me abt ur self


2)Explain me abt ur project?
3)Types of Relationship?
4)Explain me Many to Many Relationship?if i delete the parent record will the child
records gets deleted?
5)Best pratice in writing code?
6)what is Action region?
7)what is ajax?
8)what are ajax components?
9)what is view state?
10)what is the best pratice in VF pages?
11)Scenario :
In a account object i would like fetch around 10,000 records ,at the tym of
fetching this records im having the issue with rows nad columns ?how can i achieve
this thru a vf pages?
12)How can u query on this scenario : In an opportunity object i have amount as a
field and 10

records.Calculate the sum of all the amounts .


13)Have u worked on Apex components/ pages?
14)Have u worked on ANT Tool?what are the different tools used?
15?Have u worked on Integration?
16)what are callouts?what is the difference b/w SOAP AND HTTP REST?

16)PWC ON 1st FEB :

Written Test :

1)What is current version of salesforce API ?


22,24,29,32.
2)how many external ids can be created to an object?
1,2,3,4
3)which relationship cannot be build b/w custom obj and std onj?
cust as parent and std as child,
std to std lookup,
cust as master and std as detail
4)what is rollup summary?

5)list the methods of batch apex?


6)if xyz is a salesforce org and abc is another salesforce org,how can there share
their objs and fields?if yes elborate?
7)which is the @annotation not used in apex?
remote action,
read only,
future,
future handler annotation
8)which one is false?
assert,
not assert equals,
assert equals,
assert not equals
9)what is the method used in future annotation?
list of sobjects,list of setids,list of generic objs,list of JSON
10)how to convert a string to boolean?
boolean valueof(string b),pulic static boolean b,not used in salesforce,(boolean)b
11)how to make the command button "DISABLE"
using jquery or javascript,using rendered as false,using disable attribute as
true,using
12)what is dynamic dashboard?
13)picklist and checkbox been controlled by Controlling field ?
14)what is collection unique value type of data types?
list,set,map,mapkeyset
15)messaging.email
set.targetid,setcharset,sethtmlbody,setattribute.
16)what are the combination used for workflow action?
task,email : outboundmsg,fieldupdate:task,fieldupdate,All the above
17)What is the merge field usage ?
{!user.firstname},{user.firstname},{$user.firstname},{user.!firstname},
18)
19)
20)

Technical Round :
Tell me abt ur self ?
Scenario :
i have created a vf page with name ,area and a create button?if i click on Create
button ,it should direct me to the other page and retrive all the records of an
obj?how can u achieve this?

what is wrapper class?write an example


what is lookup and master detail?when it is used?
what is a parallel approval process?
how can i get the users details?
what is system.runas()?

17)Tech MAhindra on 3rd Feb :{1st Round}


Tell me abt ur self
how implementation u have done?
What is Dynamic Apex?
Difference b/w Soql,sosl,sql
difference b/w workflow & triggers?
How to test a Apex class?
what is batch apex?
what is the difference b/w configuration,developer and full sandboxes
what is list view?
what is custom settings ?types of custom settings?
what are the different types of deployment
How many types of controllers
What is the difference b/w sales cloud and service cloud?

18)Tech Mahindra 2nd round ON 7th Feb [ Client : Sony:2nd Round]

1)Tell me abt urself.


2)What is difference b/w Before insert and After insert?
3)Scenario :
i want to insert records in account and contact obj?whc type of event due to use.
4)Have u worked on test method?when is this start and stop method used?
5)can v write a test class without giving start and stop methods?
6)Scenario :
i want to create a user and a contact to the user?how do u write thru a trigger?
7)can v write Soql in test classes?
8)Have u created vf pages?on which based reqirements?
9)what is the diff b/w Standard ,custom and extension ctrll?how many ext can be
given?
10)Scenario :
i have a ctrll and 2 extension with same method as Add contact .so whc ext method
is used and why?
11)what is the method to call a Controller through javascript?
12)what is the difference b/w action function,action support?Explain me with a
Scenario?
13)what is the difference b/w with sharing and without sharing?
14)what is a user mode and system mode?
15)Can v write apex class on user mode?
16)what is agile method?
17)HAve u worked on Batch class?
18)Scenario :
Using batch class i would like to insert records 10000 records in account and 10000
records in contact .so how many batch classes wil u write?
19)i have 2 batch class - As A and B .How do i identify which class is running
whether its a A class or B class.If the B class is running how do u come to know
that the A class got completed.
20)Scenario :
I have 10 users with sales rep as their profile.i want 10 users to view account and
no edit option?how can i achieve this?
b)i want 10 users to have edit option?how can i achieve this?
21)what are record types?
22)Have u worked on Visual Force Remote objects>
23)Scenario :
Once i open a vf page ,a new account should be created?How do u achieve this?
24)Scenario :
I have a detail page and custom button?How do u call a custom button in a class?

19)Eternus Solution iq on 19th FEB:

1)What are security models?


2)how can i achieve security models?
3)Scenario :
i have a record whc has read write access?
4)Scenario:
I have a std obj account and a child obj as personal.when i click on the personal
records ,i get an error as INSUFFICIENT PRIVILAGE.
5)Scenario :
I have an account object there are few custom fields created.whn i deploy into
production ,in production pageout im not able to see the fields?
6)what are the different types of pages created in vf?
7)what are Ajax components?
8)what is actionfunction,action support,action poller?
9)what is action region?
10)Scenario:
I have a std ctrll with 10 extension having same method name?whc method will be
taken?
11)If i want to call 5th extension with another method?Then hw do u achieve it?
12)what are joints?what are semi joints?
13)Scenario:
I have a account obj and contact obj?i want to retrive the account records?how do u
query it?
14)what is Batch class?
15)Scenario:
I have Batch class named as processed account ?how can i run the class parallely?
16)what are the methods in Batch class?
17)Y do we Use ITERABLE?
18)Can we move production component into sandbox ?
19)Can we delete apex classes in production?
20)what are the different types of Migration?
21)What are the types of changeset?
22)What are Annotation?
23)what is the use of STARTTEST () and STOPTEST()?

20)TRUVEN HEALTH IQ on FEB 20th

1)What was the best challenging work u have done till now as a developer?
2)How many triggers u have written til nw from scratch?
3)Scenario :
I have 2 two objects obj1(parent) and obj2(child).i want to delete the child
records?how do u achieve this?
4)How many triggers can be written on an object?
5)What are trigger exceptions?
6)Field account(after update)
7)What is the difference b/w Database.insert and insert?
8)Can we write Soql query in for loop?
9)Scenario :
I have one account obj having many contacts.Now I want one contact to have many
accounts?how do u achieve this?
10)What is the relationship b/w campign and lead?Their is a junction object b/w
campign and lead?what is that?
11)What is the relationship b/w account and contact?
12)What is the difference b/w force.com and salesforce.com?
13)What is the relationship b/w force.com and salesforce.com?
14)In how many ways u can write a validation rule on an object?
15)What is the difference b/w <apex:message>,<apex:messages>
16)How many types of migrations ?If I want to migrate opportunity obj wat are the
steps involved?
17)What sandboxes are u using in your organization?what are types of sandbox?
18)How do u differentiate b/w a class and test class?
19)How do u write a test class to insert a account?
20)What is the differernce b/w set and map?Do map allow duplicate values?
21)How many maps can be used ?
22)What is BULK API?

You might also like