Posts

Salesforce Interview Questions

EXPLAIN WHAT IS SALES FORCE? Salesforce is a CRM delivered as a software-as-a-service (SaaS). WHAT ARE CUSTOM OBJECTS IN SALESFORCE? Simply put custom objects are the database tables in Salesforce. All the data related to the enterprise can be stored in Salesforce.com. These custom objects have to be defined first and then the following steps need to be taken: Join records with custom objects. The custom object data are displayed in custom lists. Create a custom tab for custom object. Building page layouts. Creating dashboard & report for analyzing custom object. The custom tab, app and object can be shared MENTION CHANGING WHAT MAY CAUSE DATA LOSS? Data loss may cause due to following reasons Changing data and date-time Altering to percent,number and currency from other data types Changing from multi-select picklist, checkbox, auto number to other types Altering to multi-select picklist from any type except picklist Changing to auto-number exce

Salesforce Interview Questions and Answers

Image
BY   SONIA FERNANDES May 26, 2017 in   INFORMATION TECHNOLOGIES (IT) 1 Comment 1963 Q1). Explain what is  sales force ? Ans:   Salesforce is a CRM delivered as a software-as-a-service (SaaS). Q2).What are custom objects in Salesforce? Ans:  Simply put custom objects are the database tables in Salesforce. All the data related to the enterprise can be stored in Salesforce.com. These custom objects have to be defined first and then the following steps need to be taken: Join records with custom objects. The custom object data are displayed in custom lists. Create a custom tab for custom object. Building page layouts. Creating dashboard & report for analyzing custom object. The custom tab, app and object can be shared Q3).Mention changing what may cause data loss? Ans:  Data loss may cause due to following reasons Changing data and date-time Altering to percent,number and currency from other data types Changing from multi-select picklist, check

C Interview Questions

WHAT ARE DIFFERENT TECHNIQUES FOR MAKING HASH FUNCTION? Techniques for making hash function. •  Truncation Method This is the simplest method for computing address from a key.In this method we take only a part of the key as address. •  Midsquare Method In this method the key is squared and some digits from the middle of this square are taken as address. •  Folding Method In this technique, the key is divided into different part where the length of each part is same as that of the required address, except possibly the last part. •  Division Method (Modulo-Division) In Modulo-Division method the key is divided by the table size and the remainder is taken as the address of the hash table. –>Let the table size is n then H (k) =k mod n Master C and Data Structure, in  this C and Data Structure  certification training. WHAT ARE THE ISSUES THAT HAMPER THE EFFICIENCY IN SORTING A FILE? The issues are: Length of time required by the programmer in coding a particular sorting