i
Grazitti Interactive
Filter interviews by
I applied via Walk-in
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
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; } }
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 }
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...
Top trending discussions
posted on 8 Oct 2023
I applied via Approached by Company
Types in workflow refer to the different categories or classifications of workflow rules or actions.
Types in workflow can include time-based, immediate, or scheduled actions.
Each type serves a specific purpose in automating processes within Salesforce.
For example, time-based actions are triggered based on a specified time or date.
Immediate actions are executed immediately after a record meets certain criteria.
Scheduled...
posted on 16 Jul 2024
General aptitude questions moderate level
Moderate difficult round
I applied via Approached by Company
Types of work flow tasks include email alerts, field updates, outbound messages, tasks, and approvals.
Email alerts: Notify users via email based on certain criteria.
Field updates: Automatically update fields in records.
Outbound messages: Send messages to external systems.
Tasks: Assign tasks to users.
Approvals: Route records for approval based on predefined criteria.
Software Engineer
221
salaries
| ₹2.4 L/yr - ₹11.4 L/yr |
Senior Software Engineer
111
salaries
| ₹5.9 L/yr - ₹19 L/yr |
Salesforce Developer
74
salaries
| ₹4.4 L/yr - ₹16 L/yr |
Marketing Automation Specialist
34
salaries
| ₹3.2 L/yr - ₹10.2 L/yr |
Software Developer
33
salaries
| ₹3.6 L/yr - ₹12.3 L/yr |
TCS
Infosys
Wipro
HCLTech