Add office photos
Grazitti Interactive logo
Engaged Employer

Grazitti Interactive

Verified
3.4
based on 171 Reviews

10+ Grazitti Interactive Interview Questions and Answers

Updated 14 May 2024

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 palindromes.

View 1 answer
right arrow

Q2. 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 }

Add your answer
right arrow

Q3. 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; } }

Add your answer
right arrow

Q4. Sum of elements of an array at given index odd or even

Ans.

Calculate sum of elements at given index in array based on whether index is odd or even.

  • Iterate through the array and check if the index is odd or even.

  • Add the element to the sum if the index is odd, otherwise skip it.

  • Return the final sum.

Add your answer
right arrow
Discover Grazitti Interactive interview dos and don'ts from real experiences

Q5. 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 created, or a constant value that is used throughout the progra...read more

Add your answer
right arrow

Q6. Do you know how to perform integrations in Marketo

Ans.

Yes, I have experience in performing integrations in Marketo.

  • I have worked with various third-party tools and APIs to integrate Marketo with other systems

  • I have experience in setting up webhook integrations to send data from Marketo to other systems

  • I have also worked on integrating Marketo with Salesforce and other CRMs

  • I am familiar with Marketo's REST API and have used it to perform custom integrations

  • I have experience in setting up lead scoring and lead routing integrations...read more

Add your answer
right arrow
Are these interview questions helpful?

Q7. Sorting an array using any specific sorting algorithm

Ans.

Use the quicksort algorithm to efficiently sort an array of strings.

  • Implement the quicksort algorithm by selecting a pivot element and partitioning the array into two sub-arrays based on the pivot.

  • Recursively apply the quicksort algorithm to the sub-arrays until the entire array is sorted.

  • Example: ['apple', 'banana', 'cherry', 'date'] can be sorted using quicksort to ['apple', 'banana', 'cherry', 'date']

Add your answer
right arrow

Q8. How would you setup lead scoring?

Ans.

Lead scoring can be setup by defining criteria for assigning points to leads based on their behavior and demographics.

  • Define criteria for assigning points based on lead behavior (e.g. website visits, email opens, form submissions)

  • Assign points based on lead demographics (e.g. job title, company size, industry)

  • Set thresholds for lead scores to determine when a lead is ready for sales follow-up

  • Regularly review and adjust lead scoring criteria to ensure effectiveness

  • Use a CRM or...read more

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. Machine learning : Prediction vs recommendation

Ans.

Prediction is about estimating a value while recommendation is about suggesting an item.

  • Prediction involves estimating a value or outcome based on input data.

  • Recommendation involves suggesting an item or action based on user preferences or behavior.

  • Prediction is used in applications like weather forecasting, stock market analysis, and fraud detection.

  • Recommendation is used in applications like movie or product recommendations, personalized advertising, and music playlists.

Add your answer
right arrow

Q10. Print a square with stars on the border of it in Java

Ans.

Print a square with stars on the border in Java

  • Create a nested loop to iterate through rows and columns

  • Print stars for the first and last rows, and first and last columns

Add your answer
right arrow

Q11. Difference between Marketing & Sales

Ans.

Marketing focuses on creating demand for a product or service, while sales involves closing deals and generating revenue.

  • Marketing involves activities such as market research, advertising, branding, and lead generation.

  • Sales involves activities such as prospecting, qualifying leads, negotiating, and closing deals.

  • Marketing aims to create awareness and interest in a product or service, while sales aims to convert that interest into revenue.

  • Marketing is more long-term and strat...read more

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Grazitti Interactive

based on 18 interviews
Interview experience
4.0
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

ICICI Bank Logo
4.0
 • 700 Interview Questions
KPMG India Logo
3.5
 • 413 Interview Questions
Jindal Steel and Power Logo
3.9
 • 215 Interview Questions
View all
Recently Viewed
INTERVIEWS
OneBanc Technologies
5.6k top interview questions
INTERVIEWS
BSH Home Appliances Group
No Interviews
INTERVIEWS
BSH Home Appliances Group
No Interviews
INTERVIEWS
BSH Home Appliances Group
No Interviews
SALARIES
WebKorps Solutions
INTERVIEWS
BSH Home Appliances Group
10 top interview questions
LIST OF COMPANIES
Builtwell Solutions
Locations
INTERVIEWS
BSH Home Appliances Group
No Interviews
INTERVIEWS
WebKorps Solutions
No Interviews
INTERVIEWS
OneBanc Technologies
No Interviews
Top Grazitti Interactive Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter