Centilytics | Intelligent Cloud Management interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Centilytics | Intelligent Cloud Management
upvote
share-icon
3 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Journey
I started my preparation when I was in my third year. Then, I took a competitive programming course from Coding Ninjas, which helped me a lot with my DSA concepts and especially with my logical thinking. After completing the course, I began practicing coding on different coding platforms.
Application story
It was an off-campus drive, and it was a walk-in interview. There were three rounds, including the Technical interview round and the HR interview round. The first round was an aptitude test, with a duration of around 15 minutes. It was scheduled on 6th September at 11 AM. After being shortlisted, I received a message from HR for the first interview.
Why selected/rejected for the role?
I got an offer from Centilytics because I was able to answer all the questions properly. I briefly explained all my projects.
Preparation
Duration: 4 months
Topics: Data Structure ,OOPS , SQL, DBMS, HTML , CSS , JS
Tip
Tip

Tip 1: Practice coding questions regularly on coding platforms.
Tip 2: Before attending an interview, check the interview experiences. It will give you some ideas.
Tip 3: Maintain consistency in your preparation.

Application process
Where: Linkedin
Eligibility: B-tech (all branch), (Salary package: 3.2 LPA)
Resume Tip
Resume tip

Tip 1: Don't include false information in your resume.
Tip 2: Be well-prepared with your resume.

Interview rounds

01
Round
Easy
Coding Test - Pen and paper
Duration30 minutes
Interview date6 Sep 2023
Coding problem5

The first round was aptitude, where they asked questions related to numerical and verbal ability.

1. Numerical

A boat can travel with a speed of 13 km/hr in still water. If the speed of the stream is 4 km/hr, find the time taken by the boat to go 68 km downstream.

A. 2 hours
B. 3 hours
C. 4 hours
D. 5 hours

2. Numerical

A boat running upstream takes 8 hours 48 minutes to cover a certain distance, while it takes 4 hours to cover the same distance running downstream. What is the ratio between the speed of the boat and speed of the water current respectively?

A. 2 : 1
B. 3 : 2
C. 8 : 3
D. Cannot be determined
E. None of these

3. Numerical

A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the train?
 

A. 120 metres
B. 180 metres
C. 324 metres
D. 150 metres

4. Numerical

A train passes a station platform in 36 seconds and a man standing on the platform in 20 seconds. If the speed of the train is 54 km/hr, what is the length of the platform?
 

A. 120 m
B. 240 m
C. 300 m

5. Numerical

Two trains running in opposite directions cross a man standing on the platform in 27 seconds and 17 seconds respectively and they cross each other in 23 seconds. The ratio of their speeds is:
 

A. 1 : 3
B. 3 : 2
C. 3 : 4

02
Round
Easy
Face to Face
Duration30 minutes
Interview date6 Sep 2023
Coding problem2

The interview was scheduled for 6th September 2023, and the duration of the interview was around 30 minutes. The first question he asked me was, "Tell me about yourself." Then, he asked me about my project and focused on my knowledge of the project. After that, he asked me to tell him something about myself that was not mentioned in my resume. He also asked me about my non-technical skills, my weaknesses, and my achievements.

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeSamsungIBM

Question:
Find the Second Largest Element in an Array
Write a program to find the second largest element in a given array of integers.


For example, in the array [3, 5, 7, 2, 8], the second largest number is 7.
The program should handle edge cases such as:
Arrays with duplicate values (e.g., [3, 3, 5, 5, 7] should return 5).
Arrays with fewer than two distinct elements (e.g., [5] should output an error or a specific message).

Problem approach

To achieve an O(n) time complexity without sorting, we can traverse the array once while maintaining two variables:

First Largest (first): To keep track of the largest distinct element found so far.
Second Largest (second): To keep track of the second largest distinct element.

Try solving now

2. Pair Sum

Easy
15m average time
85% success
0/40
Asked in companies
AdobeGoldman SachsFacebook

Find All Pairs with a Given Sum
Write a program to find all unique pairs of integers in an array whose sum equals a given target value.


A list of unique pairs of integers that add up to the target sum.
For example:
Input: array = [2, 7, 4, -5, 11, 5, 20], target = 9
Output: [(2, 7), (4, 5)]

Problem approach

Use a set to store numbers you’ve already seen.
Use another set to store pairs to avoid duplicates.

Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date6 Sep 2023
Coding problem1

The first question she asked me was, 'Tell me about yourself.' Then she asked me about my family background.

1. HR Questions

  • She asked me, "What is Centilytics? Why Centilytics? What do you know about Centilytics?"
  • She asked about my role in the company and then started the salary discussion..
Problem approach

Tip 1: Be confident.
Tip 2: Stick with your answer and approach.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4898 views
0 comments
0 upvotes
Backend Developer
2 rounds | 5 problems
Interviewed by Centilytics | Intelligent Cloud Management
1298 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3638 views
0 comments
0 upvotes
Backend Developer
2 rounds | 7 problems
Interviewed by Centilytics | Intelligent Cloud Management
291 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes