i
Clarivate
Filter interviews by
The golden rules of accounting guide how financial transactions are recorded and reported.
1. Debit what comes in, credit what goes out. Example: When a company receives cash, it debits cash and credits revenue.
2. Debit the receiver, credit the giver. Example: When a company pays a supplier, it debits the supplier's account and credits cash.
3. Debit all expenses and losses, credit all incomes and gains. Example: Wh...
Key elements to verify in invoices include accuracy, completeness, and compliance with agreements.
Check the invoice number for uniqueness to avoid duplicates.
Verify the billing date to ensure timely processing.
Confirm the billed amount matches the agreed-upon rates or contracts.
Ensure all services or products listed are delivered and documented.
Review payment terms and due dates for accuracy.
Check for any applicab...
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Bubble sort has a time complexity of O(n^2) in the worst and average cases.
It works by repeatedly passing through the list, comparing adjacent elements.
If the elements are in the wrong order, they are swapped.
The process is repeated until no swaps are needed, i...
To find the second highest sale, analyze sales data and identify the top two unique values.
Sort the sales data in descending order.
Identify unique sales values to avoid duplicates.
Select the second value from the sorted list.
Example: If sales are [200, 300, 300, 400], the second highest is 300.
Removing duplicate records involves identifying and eliminating repeated entries in a dataset to ensure data integrity.
Identify duplicates using unique identifiers (e.g., patient ID).
Use data manipulation tools like SQL: 'SELECT DISTINCT' to filter unique records.
In Excel, use 'Remove Duplicates' feature under the Data tab.
For programming, use libraries like Pandas in Python: 'df.drop_duplicates()'.
Always back up ...
Joins in SQL combine data from multiple tables based on related columns, affecting the output based on join type.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM Patients INNER JOIN Appointments ON Patients.ID = Appointments.PatientID.
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM Patients LEFT JOIN Appointm...
Best practices for Salesforce triggers ensure efficient, maintainable, and scalable code.
One Trigger per Object: Use a single trigger per object to simplify management. Example: Instead of separate triggers for Account and Contact, use one for each.
Use Context Variables: Leverage Trigger.new and Trigger.old to access records efficiently. Example: Use Trigger.new to get new values in an update.
Avoid SOQL Queries in...
Email-to-Case allows Salesforce to manage customer emails, threading helps organize related messages for better tracking.
Threading: When a customer replies to an email, Salesforce threads the response to the original case, keeping all related communications together.
Unique Email Identifier: Each case has a unique email identifier, allowing Salesforce to associate incoming emails with the correct case automatically...
I typically utilize tuning parameters such as learning rate, regularization strength, batch size, and number of epochs.
Learning rate: Adjusting the step size during optimization to control how quickly the model learns.
Regularization strength: Balancing between fitting the training data well and preventing overfitting.
Batch size: Determining the number of samples processed before updating the model.
Number of epochs...
React is a JavaScript library used for building user interfaces.
React allows developers to create reusable UI components.
It uses a virtual DOM for efficient rendering.
React can be used for building single-page applications.
It is maintained by Facebook and a community of developers.
React can be used with other libraries and frameworks like Redux.
I appeared for an interview in Feb 2025.
Email-to-Case allows Salesforce to manage customer emails, threading helps organize related messages for better tracking.
Threading: When a customer replies to an email, Salesforce threads the response to the original case, keeping all related communications together.
Unique Email Identifier: Each case has a unique email identifier, allowing Salesforce to associate incoming emails with the correct case automatically.
Unth...
Best practices for Salesforce triggers ensure efficient, maintainable, and scalable code.
One Trigger per Object: Use a single trigger per object to simplify management. Example: Instead of separate triggers for Account and Contact, use one for each.
Use Context Variables: Leverage Trigger.new and Trigger.old to access records efficiently. Example: Use Trigger.new to get new values in an update.
Avoid SOQL Queries in Loop...
I have worked on various projects involving data analysis, visualization, and interpretation.
Developed predictive models using machine learning algorithms
Performed data cleaning and preprocessing to improve data quality
Created interactive dashboards for data visualization
Conducted statistical analysis to identify trends and patterns
Collaborated with cross-functional teams to derive actionable insights
I typically utilize tuning parameters such as learning rate, regularization strength, batch size, and number of epochs.
Learning rate: Adjusting the step size during optimization to control how quickly the model learns.
Regularization strength: Balancing between fitting the training data well and preventing overfitting.
Batch size: Determining the number of samples processed before updating the model.
Number of epochs: Set...
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Removing duplicate records involves identifying and eliminating repeated entries in a dataset to ensure data integrity.
Identify duplicates using unique identifiers (e.g., patient ID).
Use data manipulation tools like SQL: 'SELECT DISTINCT' to filter unique records.
In Excel, use 'Remove Duplicates' feature under the Data tab.
For programming, use libraries like Pandas in Python: 'df.drop_duplicates()'.
Always back up data ...
Joins in SQL combine data from multiple tables based on related columns, affecting the output based on join type.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM Patients INNER JOIN Appointments ON Patients.ID = Appointments.PatientID.
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM Patients LEFT JOIN Appointments ...
To find the second highest sale, analyze sales data and identify the top two unique values.
Sort the sales data in descending order.
Identify unique sales values to avoid duplicates.
Select the second value from the sorted list.
Example: If sales are [200, 300, 300, 400], the second highest is 300.
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
It was set of java problem solving questions
Reversing a linked list involves changing the direction of its pointers to reverse the order of nodes.
1. Start with three pointers: previous (prev), current (curr), and next.
2. Initialize prev as null and curr as the head of the list.
3. Iterate through the list: while curr is not null, do the following:
a. Store the next node: next = curr.next.
b. Reverse the pointer: curr.next = prev.
c. Move prev and curr one s...
I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.
Top trending discussions
The duration of Clarivate interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 70 interview experiences
Difficulty level
Duration
based on 704 reviews
Rating in categories
Senior Software Engineer
232
salaries
| ₹13 L/yr - ₹22 L/yr |
Software Engineer
213
salaries
| ₹8.9 L/yr - ₹15 L/yr |
IP Analyst
183
salaries
| ₹3 L/yr - ₹6.1 L/yr |
Associate Content Analyst
146
salaries
| ₹2.2 L/yr - ₹7 L/yr |
Research Analyst
134
salaries
| ₹2.7 L/yr - ₹7 L/yr |
Crisil
S&P Global
Access Healthcare
Acuity Knowledge Partners