Posts

Showing posts from December, 2017

Iot Online Training

Learn IoT from iteanz the market leader! Enhance your skill set and boost your hirability through innovative and hands on Internet of Things (IoT)  with iteanz. Iteanz provides the most comprehensive and extraordinary technical training with our wealth of experience on IoT . Come 2020 and millions or even billions of smart electronic devices, linked by the Internet, would interact with each other independent of human intervention. This network of interacting electronic devices is named as the Internet of Things (IoT) . Looking at it from our times (2013), one could expect the IoT to consist of PCs, tablet computers, digital cameras, e-Book readers, mobile phones, robots, private and public computer networks and whatever new smart electronic devices that would be developed between now and 2020. Ultimately, the “Internet of Things” represents only the latest in the ongoing evolution of the Internet. It will almost certainly be a different landscape six months fro

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

Salesforce Interview Questions and Answers

Image
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, checkbox, auto number to other types Altering to multi-select picklist from any type except picklist Changing t

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