Premium Employer

i

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

Filter interviews by

Calpion Software Technologies SME Interview Questions and Answers

Updated 11 Jan 2024

Calpion Software Technologies SME Interview Experiences

1 interview found

SME Interview Questions & Answers

user image Likitha satish

posted on 11 Jan 2024

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

I applied via Referral and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mathematics questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. With Team leader
  • Q2. Self introduction
Round 3 - Technical 

(2 Questions)

  • Q1. Refer to the company
  • Q2. What is medical billing
Round 4 - HR 

(1 Question)

  • Q1. Salary decision

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Calpion Software Technologies?
Ask anonymously on communities.

Interview questions from similar companies

SME Interview Questions & Answers

Saama Technologies user image priya vikrant atkare

posted on 2 Dec 2021

Interview Questionnaire 

2 Questions

  • Q1. What are the sources of raw data?
  • Ans. 

    Raw data can come from various sources, including internal databases, external sources, and user-generated content.

    • Internal databases such as customer relationship management systems

    • External sources such as government databases or social media platforms

    • User-generated content such as online reviews or survey responses

  • Answered by AI
  • Q2. Technical based questions on append,merging,assign etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific with the knowledge of selected domain . If SAS or python certified, be prepared with the technical questions. Clarity with the work profile in previous organization.

Skills evaluated in this interview

SME Interview Questions Asked at Other Companies

Q1. What happens to the diaphragm when you breathe in and breathe out ... read more
Q2. What is a one-to-one function?
Q3. What is the difference between Continuity and Differentiability?
asked in Incedo
Q4. What is Capital market, define debt securities, are you comfortab ... read more
Q5. What is the expression for the energy of a hydrogen atom?

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is MVC architecture?, What is partial view in MVC , state purpose of it & how to define it? , Prepare SQL query
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • MVC stands for Model-View-Controller

    • Model represents the data and business logic

    • View represents the user interface

    • Controller handles user input and updates the model and view accordingly

    • Partial view is a reusable view component that can be rendered within another view

    • It is used to reduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic things, focus on concepts

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Drill Down,Drill through
  • Q2. Dax functions like date add,date diff,time Intelligence
  • Q3. Import direct query

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice.If u are confident u can easily crack the interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Calpion Software Technologies HR Interview Questions

7 questions and answers

Q. Tell me about yourself.
Q. What is your reason for leaving your previous company?
Q. Are you ready to work night shifts?

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
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
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

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 - HR 

(2 Questions)

  • Q1. About my self and experience
  • Q2. About my hobbies
Round 3 - Technical 

(2 Questions)

  • Q1. Document verify
  • Q2. Tel about my favorite topic
  • Ans. 

    My favorite topic is artificial intelligence and its impact on society.

    • AI has revolutionized various industries such as healthcare, finance, and transportation

    • Ethical considerations surrounding AI development and deployment are crucial

    • AI has the potential to both improve and disrupt society in significant ways

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - manager round 0ne to one and telling about my experience
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort

Calpion Software Technologies Interview FAQs

How many rounds are there in Calpion Software Technologies SME interview?
Calpion Software Technologies interview process usually has 4 rounds. The most common rounds in the Calpion Software Technologies interview process are Technical, HR and Aptitude Test.
How to prepare for Calpion Software Technologies SME 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 Calpion Software Technologies. The most common topics and skills that interviewers at Calpion Software Technologies expect are Accounts Receivable, Denial Management and Marketing.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Calpion Software Technologies Explore opportunities to shape your future with us

Interview Questions from Similar Companies

VDart SME Interview Questions
3.9
 • 29 Interviews
DISYS SME Interview Questions
3.1
 • 27 Interviews
Ciklum SME Interview Questions
3.2
 • 23 Interviews
Apptio SME Interview Questions
3.9
 • 19 Interviews
View all
Calpion Software Technologies SME Salary
based on 45 salaries
₹3 L/yr - ₹6.5 L/yr
18% less than the average SME Salary in India
View more details

Calpion Software Technologies SME Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.5

Salary

3.7

Job security

4.6

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
Design Engineer
118 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

AR Caller
99 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Senior AR Caller
58 salaries
unlock blur

₹2.9 L/yr - ₹6 L/yr

Senior Process Associate
54 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

SME
45 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Calpion Software Technologies with

Saama Technologies

3.8
Compare

DISYS

3.1
Compare

Data-Core Systems

3.1
Compare

Blenheim Chalcot

2.8
Compare
write
Share an Interview