Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Grazitti Interactive Team. If you also belong to the team, you can get access from here

Grazitti Interactive Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 154 Reviews

Filter interviews by

Grazitti Interactive Salesforce Trainee Interview Questions, Process, and Tips

Updated 2 Dec 2020

Grazitti Interactive Salesforce Trainee Interview Experiences

1 interview found

I applied via Walk-in

Interview Questionnaire 

4 Questions

  • Q1. Write a program to check if a string is a palindrome or not.
  • Ans. 

    A program to check if a string is a palindrome or not.

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • To check if a string is a palindrome, we can compare the characters from the beginning and end of the string.

    • If the characters match for all positions, the string is a palindrome.

    • We can ignore spaces, punctuation, and case sensitivity when checking for pa

  • Answered by AI
  • Q2. What is a constructor.
  • Ans. 

    A constructor is a special method that is used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can be used to set initial values for object properties.

    • Constructors can be overloaded to accept different parameters.

    • Example: public class Person { public Person(String name) { this.name = name; } }

  • Answered by AI
  • Q3. What is the use of main function.
  • Ans. 

    Main function is the entry point of a program. It is used to execute the code in the program.

    • Main function is required in every program written in C, C++, Java, etc.

    • It is the first function to be executed when the program starts.

    • It can take command line arguments.

    • It returns an integer value to the operating system.

    • Example: int main() { // code to be executed }

  • Answered by AI
  • Q4. What are static variables
  • Ans. 

    Static variables are variables that are associated with a class, not with an instance of the class.

    • Static variables are declared using the 'static' keyword.

    • They are initialized only once, at the start of the program.

    • They can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of the class.

    • Examples include a counter variable to keep track of the number of instances creat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest that the candidate should brush up the basics of coding concepts and oops concepts before going for the interviews.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude questions moderate level

Round 2 - Coding Test 

Moderate difficult round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just work on the basics , work on basic admin concepts and lwc

Grazitti Interactive Interview FAQs

What are the top questions asked in Grazitti Interactive Salesforce Trainee interview?

Some of the top questions asked at the Grazitti Interactive Salesforce Trainee interview -

  1. Write a program to check if a string is a palindrome or n...read more
  2. What is the use of main functio...read more
  3. What is a constructo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Grazitti Interactive interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
NeoSOFT Interview Questions
4.0
 • 249 Interviews
View all
Software Engineer
239 salaries
unlock blur

₹2.4 L/yr - ₹11.6 L/yr

Senior Software Engineer
97 salaries
unlock blur

₹5 L/yr - ₹18.6 L/yr

Salesforce Developer
73 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Technical Lead
37 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Marketing Automation Specialist
36 salaries
unlock blur

₹3.2 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Grazitti Interactive with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview