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
3.1

based on 333 Reviews

Filter interviews by

Calsoft Senior Developer Interview Questions and Answers

Updated 3 May 2024

Calsoft Senior Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core java concept and then Spring Core, Java 8 coding question and spring boot microservices question
  • Q2. Explain oops concept in java? Multi threading life cycle? Collection key interfaces and their implemented class? internal working of hashmap? toString() and hashcode() method contract? comparable and comp...
  • Ans. 

    Object-oriented programming concepts in Java, multi-threading, key interfaces and implemented classes in collections, internal working of HashMap, contract of toString() and hashCode() methods, Comparable and Comparator, Spring bean and IOC, Spring Boot annotations, microservices and design patterns.

    • OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Multi-threading life cycle involv...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Core java, advanced java, spring boot, Hibernate, database
  • Q2. Design pattern, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything whatever mentioned
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. React theory questions, and 1 problem
  • Q2. React and web theory questions on lifecycle methods
Round 2 - HR 

(2 Questions)

  • Q1. General family background
  • Q2. CTC discussion for current and expected
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Opps, solid principle, agile methodology, database query, mvc framework, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - It seems time pass for them, there are people who don't have work or they might be on bench to entertain them this interview happened. I and two of friends faced same problem because we provide all answers properly.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Hirect and was interviewed in Nov 2022. There were 5 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. Java 8 question about Strings.
Round 3 - Technical 

(1 Question)

  • Q1. Diff between JDK,JVM,JRE. Equals and HashCode
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine. Equals compares object values, HashCode returns a unique integer for an object.

    • JDK includes JRE and development tools, while JRE includes JVM and necessary libraries

    • JVM is responsible for executing Java bytecode

    • Equals method compares the values of two objects, while == compares their references

    • HashCode method returns a unique integer ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Given 2 Nodes 1->9 ->0 1->0 Add both of them so resulting node would be 2->0->0 190 +10 = 200 Java 8 questions
  • Ans. 

    Add two linked lists representing numbers and return the resulting linked list.

    • Traverse both linked lists and add the corresponding digits, keeping track of carry.

    • Create a new node for each digit and update the carry for the next iteration.

    • If one list is longer than the other, add the remaining digits to the result.

    • Handle the case where the carry is not zero after all digits have been added.

    • Time complexity: O(max(m,n))...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary Expectations about the job
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the responsibilities of the role.

    • I have extensive experience in senior developer roles and have consistently delivered high-quality work.

    • I have a strong understanding of various programming languages and frameworks.

    • I have successfully led and mentored teams in previous positions.

    • I am confident in my ability to contribute to the success of the company.

    • I a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Java 8 as well as DSA(LinkedList, Stack) and learn about output questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic core java questions, spring boot and spring mvc questions and other project related questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions and infrastructure of application
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, company policy explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics and know your project and what task you did
Round 1 - Technical 

(1 Question)

  • Q1. Some basic questions on sfmc
Round 2 - Behavioral 

(1 Question)

  • Q1. Some questions about previous experience and some technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brillio is excellent company to work with, good place to work, friendly environment.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

QUANT, MATHS, HTML, CSS

Round 2 - Coding Test 

DSA WAS ASKED TOGETHER WITH SOME CORE SUBJECT QUESTIONS.

Round 3 - Coding Test 

DSA WAS ASKED TOGETHER WITH SOME PUZZLES.

Round 4 - HR 

(2 Questions)

  • Q1. BASIC COMMON HR QUES
  • Q2. BASIC COMMON HR QUES

Interview Preparation Tips

Topics to prepare for TO THE NEW Front end Developer interview:
  • HTML
  • SQL
  • React.Js
  • Node.Js
  • CSS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackearth online coding test for 1 hour

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and output questions
  • Q2. Find k largest element in an array
  • Ans. 

    Use sorting or heap data structure to find k largest elements in an array of strings.

    • Sort the array in descending order and return the first k elements.

    • Use a max heap data structure to efficiently find the k largest elements.

    • Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the unique strings

  • Answered by AI
  • Q2. Output related questions on student class object

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

Calsoft Interview FAQs

How many rounds are there in Calsoft Senior Developer interview?
Calsoft interview process usually has 1 rounds. The most common rounds in the Calsoft interview process are Technical.
How to prepare for Calsoft Senior Developer 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 C++, C, Coding, Computer science and Data Structures.
What are the top questions asked in Calsoft Senior Developer interview?

Some of the top questions asked at the Calsoft Senior Developer interview -

  1. Explain oops concept in java? Multi threading life cycle? Collection key interf...read more
  2. Core java concept and then Spring Core, Java 8 coding question and spring boot ...read more

Tell us how to improve this page.

Join Calsoft Technology-First
Calsoft Senior Developer Salary
based on 18 salaries
₹9 L/yr - ₹16 L/yr
20% less than the average Senior Developer Salary in India
View more details

Calsoft Senior Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

2.0

Salary & Benefits

2.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
Development Engineer
324 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Development Engineer
231 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Softwaretest Engineer
127 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Principal Development Engineer
120 salaries
unlock blur

₹8.5 L/yr - ₹31 L/yr

Senior Software Engineer
110 salaries
unlock blur

₹5.5 L/yr - ₹23.6 L/yr

Explore more salaries
Compare Calsoft with

Persistent Systems

3.5
Compare

LTIMindtree

3.9
Compare

Mphasis

3.4
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview