Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Clarivate Associate Software Engineer Interview Questions, Process, and Tips

Updated 16 Oct 2024

Top Clarivate Associate Software Engineer Interview Questions and Answers

  • Q1. Best Time to Buy and Sell Stock II Problem Statement Given the stock prices for a certain number of days, represented as an array, determine the maximum profit you can a ...read more
  • Q2. Can you explain the implementation of abstract classes and interfaces in inheritance, as well as the concepts of function overloading and overriding?
  • Q3. What is asynchronous function in JavaScript?
View all 7 questions

Clarivate Associate Software Engineer Interview Experiences

9 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was set of java problem solving questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting algorithms
  • Q2. Linked list reversing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions on DP and greed algorithms

Round 2 - Technical 

(2 Questions)

  • Q1. Basic and medium DSA
  • Q2. About project and tech stack used in project

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. general question on interview explain your project. 2.small logic from project code. 3.question of buisness use case and logic understanding.

Interview Preparation Tips

Interview preparation tips for other job seekers - preapre your resume well.
also prepare the question on your skills mentioned in resume.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

C++ about the other day and night

Round 2 - Technical 

(1 Question)

  • Q1. Basic knowledge and insights from the particular individual house of cards

Clarivate interview questions for designations

 Software Engineer

 (1)

 Associate Consultant

 (1)

 Software Developer

 (2)

 Associate

 (2)

 QA Engineer

 (1)

 Research Associate

 (1)

 Legal Associate

 (1)

 Associate Content Analyst

 (3)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Initial coding test on hacker rank, easy to med level, pretty straight forward, not too difficult

Round 2 - Technical 

(5 Questions)

  • Q1. Reverse alternate words in a given string
  • Ans. 

    Reverse alternate words in a given string

    • Split the string into words

    • Reverse alternate words using a loop

    • Join the words back into a string

  • Answered by AI
  • Q2. Implement bubble sort
  • Ans. 

    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.

    • Start at the beginning of the array and compare the first two elements. If the first element is greater than the second, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the end of the array is reached.

    • Repeat this process for each ...

  • Answered by AI
  • Q3. Find frequency of letters in a given string
  • Ans. 

    Use a hashmap to store the frequency of each letter in the given string.

    • Iterate through the string and update the frequency of each letter in the hashmap.

    • Return the hashmap containing the frequency of each letter.

  • Answered by AI
  • Q4. A few general aptitude related questions
  • Q5. Behavioral questions

Skills evaluated in this interview

Get interview-ready with Top Clarivate Interview Questions

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - Medium

Consists of MCQ + 2 coding questions( medium level)

  • Q1. 

    Best Time to Buy and Sell Stock II Problem Statement

    Given the stock prices for a certain number of days, represented as an array, determine the maximum profit you can achieve. You may perform as many tra...

  • Ans. 

    The problem involves finding the maximum profit that can be achieved by buying and selling stocks on different days.

    • Iterate through the array of stock prices and find the local minima and maxima to calculate profit

    • Keep track of the total profit by adding the differences between consecutive maxima and minima

    • You can perform multiple transactions, so buy at each local minima and sell at each local maxima

    • Example: For price...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The round is based on data structures, oops concepts and implementation, OS and DBMS general questions. And Please do not forget to read about scheduling algorithms and ACID properties of RDBMS.

  • Q1. Can you explain the implementation of abstract classes and interfaces in inheritance, as well as the concepts of function overloading and overriding?
  • Ans. 

    Abstract classes and interfaces in inheritance allow for defining common behavior and function signatures, while function overloading and overriding enable polymorphism.

    • Abstract classes are classes that cannot be instantiated and may contain abstract methods that must be implemented by subclasses.

    • Interfaces are similar to abstract classes but can only contain method signatures and constants, with no method implementati...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chandigarh Group of Colleges (CGC), Landran. I applied for the job as Associate Software Engineer in BangaloreEligibility criteriaabove 7 CGPA in B.techClarivate Analytics interview preparation:Topics to prepare for the interview - OOPS, Java, Data Structures, Spring Boot, MySQL.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice some questions (easy level)
Tip 2 : Brush up on the implementation of OOPS concepts.
Tip 3 : Brush up on the queries of MYSQL

Application resume tips for other job seekers

Tip 1 : Hands on experience in OOPS
Tip 2 : Hands on experience in MYSQL

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Software Engineer Jobs at Clarivate

View all

I applied via Indeed and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's on hacker rank. Be prepared for two coding questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. This round will expect you to code one or two questions infront of the interviewers.
  • Q2. Question which was given in hacker rank.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be good at any one coding language be it C, java or python. Be prepared for some situation based questions as well.
Round 1 - Coding Test 

Medium level coding

Round 2 - Technical 

(1 Question)

  • Q1. Resume related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Need daily practice of code to do the coding challenge

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Cow. All of them have a common method called 'makeSound', but each of them makes a different sound.

    • Example: A method can be ove...

  • Answered by AI
  • Q2. What is asynchronous function in JavaScript?
  • Ans. 

    Asynchronous functions in JavaScript allow code to run without blocking other code from executing.

    • Asynchronous functions use callbacks or promises to handle the result of the function.

    • They are useful for tasks that may take a long time to complete, such as fetching data from a server.

    • Examples include setTimeout(), fetch(), and XMLHttpRequest().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was hr and technical round both at the same time.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me the Fibonacci series then all about gate subjects like computer network and operating system

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong grip in programming and gate subjects..you will be selected for sure
Contribute & help others!
anonymous
You can choose to be anonymous

Clarivate Interview FAQs

How many rounds are there in Clarivate Associate Software Engineer interview?
Clarivate interview process usually has 1-2 rounds. The most common rounds in the Clarivate interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Clarivate Associate Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Clarivate. The most common topics and skills that interviewers at Clarivate expect are Javascript, Python, SQL, Analytical skills and Coding.
What are the top questions asked in Clarivate Associate Software Engineer interview?

Some of the top questions asked at the Clarivate Associate Software Engineer interview -

  1. What is asynchronous function in JavaScri...read more
  2. What is polymorphi...read more
  3. Reverse alternate words in a given str...read more

Recently Viewed

INTERVIEWS

Astrea IT Services

No Interviews

INTERVIEWS

Mahindra & Mahindra

No Interviews

INTERVIEWS

C3S Business School

No Interviews

INTERVIEWS

Light & Wonder

No Interviews

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Mahindra & Mahindra

No Interviews

INTERVIEWS

Nagarro

No Interviews

INTERVIEWS

Mahindra & Mahindra

No Interviews

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

No Interviews

INTERVIEWS

Prime Focus Technologies

No Interviews

Tell us how to improve this page.

Clarivate Associate Software Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Clarivate Associate Software Engineer Salary
based on 126 salaries
₹6 L/yr - ₹11 L/yr
55% more than the average Associate Software Engineer Salary in India
View more details

Clarivate Associate Software Engineer Reviews and Ratings

based on 12 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.5

Salary

3.7

Job security

3.7

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 12 Reviews and Ratings
Associate Software Engineer

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
161 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IP Analyst
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Content Analyst
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Clarivate with

Thomson Reuters

4.1
Compare

Elsevier

4.4
Compare

Wolters Kluwer

3.9
Compare

Springer Nature in India

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent