Premium Employer

i

This company page is being actively managed by Ciklum Team. If you also belong to the team, you can get access from here

Ciklum Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ciklum Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Ciklum Interview Questions and Answers

View all 11 questions

Ciklum Interview Experiences

Popular Designations

18 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Everything on resume

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

What's the topics in group discussion

Round 2 - Technical 

(1 Question)

  • Q1. What the question in technical round

College Student Interview Questions asked at other Companies

Q1. How to make good courrier etc
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about the INVEST process
  • Ans. 

    INVEST is a set of criteria used to evaluate user stories in Agile development.

    • INVEST stands for Independent, Negotiable, Valuable, Estimable, Small, and Testable.

    • Each user story should be independent from others, negotiable in terms of details, valuable to the customer, estimable in terms of effort, small enough to be completed in a single iteration, and testable to ensure quality.

    • For example, a user story like 'As a ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your expectations

Skills evaluated in this interview

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

Ciklum interview questions for popular designations

 Senior Automation Engineer

 (1)

 Office Manager

 (1)

 Junior Software Engineer

 (1)

 Lead Engineer

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pls refer my blog it will help you -----.html
  • Q2. Oops,Sql,Azure,C#,MVC,asp.net core etc

Interview Preparation Tips

Topics to prepare for Ciklum Expert Software Engineer interview:
  • Azure
  • AWS
Interview preparation tips for other job seekers - If you want to join ciklum as an expert then you have to know the maximum technology.

Get interview-ready with Top Ciklum Interview Questions

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Ask about projects and technologies used in the project
  • Q3. What is polymorphism
  • Ans. 

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

    • Polymorphism 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.

    • Examples include function overloading, operator overloading, and inheritance.

    • Polymorphism helps in creating reusable and flexible code.

  • Answered by AI
  • Q4. Use of function overriding
  • Ans. 

    Function overriding is a feature in object-oriented programming where a subclass provides a different implementation of a method that is already defined in its superclass.

    • Function overriding is used to achieve polymorphism in OOP.

    • The method signature of the overridden method in the subclass must match that of the superclass.

    • The access level of the overridden method in the subclass cannot be more restrictive than that o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is mostly interested in knowing what technologies i have used in my projects. So basically main focus was on projects.

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Jobs at Ciklum

View all

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Solid principles, Azure, c# questions

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to clear hacker rank first to clear the interview process which is quiet tough.
Clear communication and presentation is necessary.

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Ciklum Interview FAQs

How many rounds are there in Ciklum interview?
Ciklum interview process usually has 2-3 rounds. The most common rounds in the Ciklum interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Ciklum 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 Ciklum. The most common topics and skills that interviewers at Ciklum expect are Product Engineering, Healthcare, Team Building, Medical Insurance and SQL.
What are the top questions asked in Ciklum interview?

Some of the top questions asked at the Ciklum interview -

  1. Basic Selenium architecture and class hierarchy ? Class hierarchy for java coll...read more
  2. System Design and SOLID principles with node js design patte...read more
  3. Tell me about a live example of inherita...read more
How long is the Ciklum interview process?

The duration of Ciklum interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ciklum Interview Process

based on 19 interviews

Interview experience

3.7
  
Good
View more
Join Ciklum Experiences of tomorrow. Engineered together

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
GlobalLogic Interview Questions
3.6
 • 584 Interviews
EPAM Systems Interview Questions
3.7
 • 534 Interviews
Luxoft Interview Questions
3.7
 • 122 Interviews
View all

Ciklum Reviews and Ratings

based on 85 reviews

3.6/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.6

Salary

3.3

Job security

3.6

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 85 Reviews and Ratings
Delivery Manager

Chennai

12-18 Yrs

Not Disclosed

Senior Full Stack Engineer

Chennai

4-8 Yrs

Not Disclosed

Salesforce Architect

Pune

9-14 Yrs

Not Disclosed

Explore more jobs
Software Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ciklum with

EPAM Systems

3.7
Compare

Luxoft

3.7
Compare

GlobalLogic

3.6
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview