Filter interviews by
DDL (Data Definition Language) and DML (Data Manipulation Language) are SQL subsets for defining and manipulating database structures and data.
DDL includes commands like CREATE, ALTER, and DROP to define database schemas.
Example of DDL: CREATE TABLE users (id INT, name VARCHAR(100));
DML includes commands like SELECT, INSERT, UPDATE, and DELETE to manage data within the database.
Example of DML: INSERT INTO users (i...
A view is a virtual table in a database that provides a way to present data from one or more tables.
Views can simplify complex queries by encapsulating them.
They can provide a layer of security by restricting access to specific data.
Example: A view can show only the names and emails of users from a user table.
Views can aggregate data, such as calculating total sales from multiple transactions.
They can be updated, ...
Page layout defines the layout and organization of fields on a record page, while a record is a single instance of a specific object with data.
Page layout determines the fields displayed on a record page, while a record is the actual data stored in those fields.
Page layout can be customized to show/hide fields, rearrange their order, or set field-level security, while a record is unique to each instance of an obje...
There are 9 clouds in Salesforce, each representing a different product or service.
Sales Cloud
Service Cloud
Marketing Cloud
Commerce Cloud
Community Cloud
Analytics Cloud
App Cloud
IoT Cloud
Health Cloud
Report is a data visualization tool in Salesforce, while report type defines the object and fields available for a report.
Report is a data visualization tool used to display data in Salesforce.
Report type defines the object and fields available for a report.
Reports can be created based on report types to display specific data.
Report types determine the data that can be included in a report.
DataLoader is a Salesforce tool used for importing, exporting, and deleting data in Salesforce.
DataLoader is a desktop application provided by Salesforce for bulk data management.
It can be used to insert, update, upsert, delete, or export Salesforce records.
DataLoader uses CSV files to perform data operations in Salesforce.
It is commonly used for data migration, data synchronization, and data cleaning tasks.
DataLo...
CRM stands for Customer Relationship Management. It is a technology for managing all your company's relationships and interactions with customers and potential customers.
Helps in managing customer data, interactions, and relationships
Improves customer service and satisfaction
Increases sales and marketing effectiveness
Automates repetitive tasks and workflows
Provides insights and analytics for better decision-making
Salesforce is a cloud-based customer relationship management (CRM) platform used for managing sales, customer service, marketing, and more.
Cloud-based CRM platform
Used for managing sales, customer service, marketing, etc.
Provides tools for automation, analytics, and collaboration
Customizable to fit specific business needs
Integrates with other business applications
SQL queries for finding odd/even rows, duplicates, and deleting duplicates. Also covers constraints, joins, and DDL/DML differences.
To find odd/even rows, use the MOD function with a value of 2
To find duplicate rows, use the GROUP BY clause with the HAVING clause
To delete duplicate rows, use the DELETE statement with a subquery
Constraints ensure data integrity by enforcing rules on columns or tables
Joins combine d...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Report is a data visualization tool in Salesforce, while report type defines the object and fields available for a report.
Report is a data visualization tool used to display data in Salesforce.
Report type defines the object and fields available for a report.
Reports can be created based on report types to display specific data.
Report types determine the data that can be included in a report.
Page layout defines the layout and organization of fields on a record page, while a record is a single instance of a specific object with data.
Page layout determines the fields displayed on a record page, while a record is the actual data stored in those fields.
Page layout can be customized to show/hide fields, rearrange their order, or set field-level security, while a record is unique to each instance of an object.
Ch...
DataLoader is a Salesforce tool used for importing, exporting, and deleting data in Salesforce.
DataLoader is a desktop application provided by Salesforce for bulk data management.
It can be used to insert, update, upsert, delete, or export Salesforce records.
DataLoader uses CSV files to perform data operations in Salesforce.
It is commonly used for data migration, data synchronization, and data cleaning tasks.
DataLoader ...
Salesforce is a cloud-based customer relationship management (CRM) platform used for managing sales, customer service, marketing, and more.
Cloud-based CRM platform
Used for managing sales, customer service, marketing, etc.
Provides tools for automation, analytics, and collaboration
Customizable to fit specific business needs
Integrates with other business applications
CRM stands for Customer Relationship Management. It is a technology for managing all your company's relationships and interactions with customers and potential customers.
Helps in managing customer data, interactions, and relationships
Improves customer service and satisfaction
Increases sales and marketing effectiveness
Automates repetitive tasks and workflows
Provides insights and analytics for better decision-making
There are 9 clouds in Salesforce, each representing a different product or service.
Sales Cloud
Service Cloud
Marketing Cloud
Commerce Cloud
Community Cloud
Analytics Cloud
App Cloud
IoT Cloud
Health Cloud
posted on 14 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
DDL (Data Definition Language) and DML (Data Manipulation Language) are SQL subsets for defining and manipulating database structures and data.
DDL includes commands like CREATE, ALTER, and DROP to define database schemas.
Example of DDL: CREATE TABLE users (id INT, name VARCHAR(100));
DML includes commands like SELECT, INSERT, UPDATE, and DELETE to manage data within the database.
Example of DML: INSERT INTO users (id, na...
A view is a virtual table in a database that provides a way to present data from one or more tables.
Views can simplify complex queries by encapsulating them.
They can provide a layer of security by restricting access to specific data.
Example: A view can show only the names and emails of users from a user table.
Views can aggregate data, such as calculating total sales from multiple transactions.
They can be updated, but n...
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
SQL queries for finding odd/even rows, duplicates, and deleting duplicates. Also covers constraints, joins, and DDL/DML differences.
To find odd/even rows, use the MOD function with a value of 2
To find duplicate rows, use the GROUP BY clause with the HAVING clause
To delete duplicate rows, use the DELETE statement with a subquery
Constraints ensure data integrity by enforcing rules on columns or tables
Joins combine data f...
I worked as an Application Support Engineer, focusing on troubleshooting, user support, and system maintenance.
Provided technical support for application users, resolving issues via ticketing systems.
Conducted regular system maintenance and updates to ensure optimal performance.
Collaborated with development teams to identify and fix software bugs, enhancing user experience.
Trained end-users on new features and function...
posted on 6 Apr 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 2 interview rounds.
Top trending discussions
posted on 25 Jan 2024
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
I appeared for an interview before Jun 2016.
I appeared for an interview before Aug 2016.
posted on 13 Jan 2021
I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.
We are using a variety of technologies, including some of the latest ones.
We are using React for our front-end development.
We are also using Node.js for our back-end development.
We are using Docker for containerization.
We are using Kubernetes for orchestration.
We are using AWS for cloud hosting.
We are constantly evaluating new technologies to see if they can improve our development process.
It depends on the specific requirements and constraints of the project.
Consider the project's goals and objectives
Evaluate the available technologies and their capabilities
Assess the project's budget and timeline
Consult with stakeholders and experts in the field
Examples: React vs Angular, MySQL vs MongoDB, Java vs Python
posted on 18 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.
based on 6 interview experiences
Difficulty level
Duration
based on 102 reviews
Rating in categories
Application Support Engineer
61
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Information Technology Support Engineer
19
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Senior Software Engineer
19
salaries
| ₹5 L/yr - ₹7.3 L/yr |
Production Support Engineer
16
salaries
| ₹3.1 L/yr - ₹7 L/yr |
Software Engineer
14
salaries
| ₹2.4 L/yr - ₹5.7 L/yr |
HCL Infosystems
Zidio Development
Northcorp Software
Accel Frontline