You are on page 1of 2

JARVIS INTEVIEW QUESTIONS

1.what is an apex loader?

2.through salesforce import wizard how many records we can import into salesforce
objects and the wizard will support for which objects?

3.what is mean by record type?

4.what are the types of triggers and what is the bulk trigger?

5.what is wrapper class in salesforce?

6.what are formula and rollup summary fields and diff b\n them? when should rollup-
summary anable?

7.what is the limitations of formula field?

8.what is s-controller and what is visualforce page?

9.where to write visualforce code?

10.what are apex governor limits?

11.what is difference in ISNULL and ISBLANK?

12.is it possible to write the apex code from user interface?

13.what is wrapper class?

14.what is the diff b\n SOQL and SOSL?

15.how to call javascript using static rsource in visual force page?

16.what is the diff b\n ROLE &PROFILE?

17.diff b\n master detail relationship and lookup relationship?

18.if i put "renderas" attriute as "PDF" then it display the "PDF" document but i
want the same in MS-WORD format then how you will do this?

19.what are the types of bindings available in visualforce? give example?

20.is it possible to change the existing data types of custom fields,if yes please
explain?

21.what is dataloader?

22.write a syntax and structure of scheduler class?

23.write a apex code to send a email?

24.write a code to find the avg amount of all your opportunities by campaign?

25.how can you access url parameters into a visual force page?

26.how to get the record type ID using dynamic apex?


27.how to show loading image while ajex call in vasual force? or how to show image
in <apex:actionstatus> tag in visualforce?

28.will below query work explain?


select count(id),name,address__c from opportunity GROUP BY name

29.let's consider that the first component in vf page is the date picker.in that
case whenever the page loads, salesforce auto focus the first component resulting
in date picker on focus event .because of this the date picker
component opens automatically.how we can avoid this?

30.what are different kinds of reports?

You might also like