Premium Employer

i

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

Calsoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Calsoft Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Calsoft Interview Questions and Answers

View all 44 questions

Calsoft Interview Experiences

Popular Designations

47 interviews found

Interview Questionnaire 

1 Question

  • Q1. Core java , android, all projects have you work your role and responsibilities

Principal Development Engineer Interview Questions asked at other Companies

Q1. Explain Oops concepts
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

I applied via Approached by Company and was interviewed before Feb 2021. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of concepts and better communication

Principal Development Engineer Interview Questions asked at other Companies

Q1. Explain Oops concepts
View answer (1)
Calsoft Interview Questions and Answers for Freshers
illustration image

I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I have been asked most of questions on my resume.
  • Q2. How memory sharing between VMs happens? vNICs? virtualization concepts
  • Q3. What is the STLC flow and explain in detail all phases in you project
  • Ans. 

    STLC is a process followed by QA team to ensure quality of software. It includes planning, design, execution and reporting.

    • STLC stands for Software Testing Life Cycle

    • It includes 6 phases - Requirement Analysis, Test Planning, Test Design, Test Execution, Test Reporting and Closure

    • Requirement Analysis involves understanding the project requirements and identifying test scenarios

    • Test Planning involves creating a test pla...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it real and simple. If you don't know answer don't try to fake it just mention you don't know. Make sure that whatever you write in resume you know all answers around it

Skills evaluated in this interview

Principal QA Engineer Interview Questions asked at other Companies

Q1. What is the STLC flow and explain in detail all phases in you project
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 22 May 2020

Interview Questionnaire 

3 Questions

  • Q1. Question related to basic programming, like swapping the number without using third variable,
  • Q2. Print the number of possible combinations of character like abc CBA BCA
  • Q3. Basic opps concepts

Skills evaluated in this interview

Calsoft interview questions for popular designations

 Golang Developer

 (3)

 Talent Acquisition Executive

 (3)

 Development Engineer

 (3)

 Software Development Engineer

 (3)

 Devops Engineer

 (2)

 Senior Software Developer

 (2)

 Software Developer

 (2)

 Principal Development Engineer

 (2)

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Share your experience on end to end product development

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest to share your work experience

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Calsoft Interview Questions

I applied via Naukri.com and was interviewed in Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly questions are from your projects and then project functionality in which you work and how you have implemented that. Then one practical scenarios will be given and ask you to design the same. Then f...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with technical knowledge.
Don't give false answers.
If you have study knowledge for the question, clearly mention the same that I know this from my own study.

Senior Project Leader Interview Questions asked at other Companies

Q1. Which platforms you have played the game?
View answer (1)

Jobs at Calsoft

View all

I appeared for an interview in Jun 2017.

Interview Questionnaire 

11 Questions

  • Q1. What is Sub-typing and order of solving multiple inheritance
  • Ans. 

    Sub-typing is a concept in programming where a derived class inherits properties and behaviors from a base class.

    • Sub-typing allows for code reuse and promotes modularity.

    • In multiple inheritance, the order of solving is determined by the order of inheritance in the class definition.

    • For example, if a class inherits from two base classes A and B, and both have a method with the same name, the method from class A will be c...

  • Answered by AI
  • Q2. Decorators,iterators and generators
  • Q3. Some small programs on list dictionary and tuples
  • Q4. Lambda functions,map reduce and filter
  • Q5. How memory is managed in python
  • Ans. 

    Python uses automatic memory management through a process called garbage collection.

    • Python uses reference counting to keep track of objects in memory.

    • When an object's reference count reaches zero, it is automatically deallocated.

    • Python also employs a garbage collector to handle cyclic references.

    • Memory management in Python is transparent to the programmer.

  • Answered by AI
  • Q6. Hashing
  • Q7. How Django framework works
  • Ans. 

    Django is a high-level Python web framework that follows the model-view-controller architectural pattern.

    • Django uses the MTV (Model-Template-View) architectural pattern.

    • It provides a robust set of tools and libraries for building web applications.

    • Django follows the DRY (Don't Repeat Yourself) principle, promoting code reusability.

    • It includes an ORM (Object-Relational Mapping) layer for database operations.

    • Django suppor...

  • Answered by AI
  • Q8. How Django memory is managed and many more
  • Ans. 

    Django memory is managed through garbage collection and reference counting.

    • Django uses a combination of garbage collection and reference counting to manage memory.

    • Garbage collection automatically frees up memory by identifying and removing objects that are no longer in use.

    • Reference counting keeps track of the number of references to an object and deallocates it when the count reaches zero.

    • Django's memory management he...

  • Answered by AI
  • Q9. Many more on python and django
  • Q10. Concept of virtual box in python
  • Ans. 

    VirtualBox is a virtualization software that allows running multiple operating systems on a single physical machine.

    • VirtualBox is an open-source virtualization software developed by Oracle.

    • It allows users to create and run virtual machines on their computer.

    • VirtualBox supports various operating systems including Windows, Linux, and macOS.

    • It provides features like snapshotting, which allows saving the state of a virtual...

  • Answered by AI
  • Q11. Dictionary program
  • Ans. 

    A dictionary program that stores and retrieves words and their definitions.

    • Use an array of strings to store the words and their definitions.

    • Implement functions to add new words, retrieve definitions, and update existing definitions.

    • Consider using a hash table or a trie data structure for efficient word lookup.

    • Handle cases where multiple definitions or synonyms exist for a word.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: I was answered all the questions .
even it was bit difficult round starting from all the python basic to advanced topics.
My first round ended after 45-50 minutes.
despite of 1 or 2 wrong answers selected for second round

Round: Technical Interview
Experience: This round lasts for 20 minutes.
As I didn't provide satisfactory answers on Django was rejected from this round

Skills evaluated in this interview

Top Calsoft Computer Programmer Interview Questions and Answers

Q1. what is Sub-typing and order of solving multiple inheritance
View answer (1)

Computer Programmer Interview Questions asked at other Companies

Q1. what is Sub-typing and order of solving multiple inheritance
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Calsoft Interview FAQs

How many rounds are there in Calsoft interview?
Calsoft interview process usually has 2-3 rounds. The most common rounds in the Calsoft interview process are Technical, Resume Shortlist and HR.
How to prepare for Calsoft 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 Calsoft. The most common topics and skills that interviewers at Calsoft expect are Python, Java, C++, Javascript and Networking.
What are the top questions asked in Calsoft interview?

Some of the top questions asked at the Calsoft interview -

  1. Find the largest no. to be created from the list of numbers in the string forma...read more
  2. 1. What is Virtualization 2. What is Vmotion 3. What is Hypervisor and its type...read more
  3. what is Sub-typing and order of solving multiple inherita...read more
How long is the Calsoft interview process?

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

Recently Viewed

JOBS

Calsoft

No Jobs

JOBS

Calsoft

No Jobs

SALARIES

Blackcoffer

LIST OF COMPANIES

AI Variant

Overview

SALARIES

Petronas

SALARIES

Musikaar

LIST OF COMPANIES

Feynn Labs

Overview

SALARIES

AI Variant

Tell us how to improve this page.

Calsoft Interview Process

based on 42 interviews

Interview experience

3.9
  
Good
View more

HCLTech

There's no stopping you

Join Calsoft Technology-First

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k 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
ITC Infotech Interview Questions
3.6
 • 334 Interviews
View all

Calsoft Reviews and Ratings

based on 353 reviews

3.1/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.8

Salary

2.8

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 353 Reviews and Ratings
Senior Golang Developer - Immeidate Joiners

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

NSX Escalation. Engineer - Immeidate Joiners

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Development Engineer
334 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Development Engineer
215 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Softwaretest Engineer
130 salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Principal Development Engineer
124 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹6 L/yr - ₹22.3 L/yr

Explore more salaries
Compare Calsoft with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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