Posts

Showing posts from April, 2021

Cognizant Interview Questions for Freshers

SAlesforce lightning web components tutorial Cognizant Interview Question – Technical Cognizant Interview questions set 1 1) What are different types of modifiers in C? There are 5 modifiers available in C language. They are: short, long, signed, unsigned, and long long 2) What is a static variable? A static local variable retains its value between the function call and the default value is 0. The following function will print 1 2 3 if called thrice. Check out the difference between a static and global variable. 3) a++ or a = a+1, which can be recommended to increment the value by 1 and why? a++, as it is single machine instruction (INC) internally. 4) What is a dangling pointer? A pointer initially holding a valid address, but later the held address is released or freed. Then such a pointer is called as a dangling pointer. To know more about dangling pointer, check this. 5) What are lvalue and rvalue? The expression appearing on the right side of the

Salesforce interview questions

1. What is Salesforce? Answer: Salesforce is a company which provides a web-based tool called Salesforce Salesforce by following the Cloud Computing approach, providing SAAS and PAAS SAAS: Providing Sales, Marketing and Call Center applications as a service PAAS: Platform as a Service, This is a category of cloud computing that provides a platform and environment to allow developers to build applications and services over the internet. 2. What is the benefit of Salesforce CRM? Answer: Here are some of the top benefits of Salesforce CRM Ensuring faster and better sales opportunity. Deploying an analytical approach to customer acquisition. Reducing cost and improving customer satisfaction. Automation of repetitive and less important tasks. Improved efficiency and enhanced communication on all fronts. 3. Explain the advantages of Salesforce SaaS functionality? close Answer: Some of the main benefits of Salesforce SaaS are: A pay-as-you-go model perfectly suited for all customers. No

Learn Python :Python Tutorial - playlist

Learn Python Programming tutorial - Free learning Video play list Learn python , how to do python download and how to do python programming with examples. Python english Tutorial (Master Python) - This Python english video series will teach you all the Python basics needed to master python in a very short span of time. Python in english is the most requested video series on this channel with over 100+ people commenting everyday about python programming tutorials for beginners in english. This is the very first video of my in depth full python tutorials with projects. Today I am taking out my time and efforts to blend all my 10 years hard work in this python tutorial series for beginners. This basic Python english tutorial will be covered with all the topics explained easily with quizzes covering all the python basics in english. After learning python you can create GUIs, create games, machine learning software and a lot more crazy stuff. Join me on this free python english cours

React Native Setup

To setup react native download android studio download intel virtual software enable vt-x in bios install intel graphic setup avd mobile device on android studio download jdk set the up the following env ANdroid_home =C:\Users\Ram\AppData\Local\Android\Sdk JDK_home =C:\Program Files (x86)\Java\JDK\bin Add the jdk\lib and bin folder to path add C:\Users\Ram\AppData\Local\Android\Sdk\platform-tools to path crate JAVA_HOME variable C:\Program Files\Java\jdk1.8.0_201