Upload Button Icon Add office photos

Filter interviews by

Casepoint Senior Software Engineer Interview Questions and Answers

Updated 31 Mar 2022

Casepoint Senior Software Engineer Interview Experiences

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode Medium Type Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Online System to book Salon Professionals like Urban Company.
  • Ans. 

    Design an online system to book salon professionals like Urban Company.

    • User registration and login system

    • Search functionality to find salon professionals based on location, services offered, ratings, etc.

    • Booking system with calendar availability and payment integration

    • Review and rating system for users to provide feedback on salon professionals

    • Notification system for booking confirmations, reminders, and updates

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql server agent why can't we create objects of abstract class write extension method for abstract class SQL: SP vs Function, which one is faster, why? can I call SP from Function Microservice orch...
  • Ans. 

    SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.

    • SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.

    • Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.

    • Extension methods ca...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c# write generic method to perform summation of 2 numeric type variable (int, double, float..) write test cases for Sum method which design pattern you used
  • Ans. 

    A record in C# is a data structure that stores a fixed number of fields of different data types.

    • A record in C# is similar to a struct in C++, containing fields to store data.

    • Example: 'public record Person { public string Name; public int Age; }'

    • Generic method for summation: 'public T Sum(T a, T b) where T : struct, IConvertible { return Convert.ToDouble(a) + Convert.ToDouble(b); }'

    • Test cases can include checking the su...

  • Answered by AI
  • Q2. This was the worst interview I have ever given. Interview got rescheduled 3 times. The panelist behaved so rudely, Why people wouldn't even care to show his face, it's literally very frustrating.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define oops concepts in brief.
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Constructor based logical questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
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 - One-on-one 

(1 Question)

  • Q1. Testing questions Automation engineer question Load testing Performance testing Security testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating your skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. .net core middleware
Round 3 - Technical 

(1 Question)

  • Q1. Manament discusion about your last project and responsibility
Round 4 - HR 

(1 Question)

  • Q1. Salary discusion and designation and preferred loaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Smart and trying to convivence them that you are good

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

Round 1 - Coding Test 

Total 35 questions, with 5 sections and time duration 35 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What all the methods we have in API?
  • Ans. 

    The question is too broad to provide a specific answer.

    • APIs can have various methods such as GET, POST, PUT, DELETE, etc.

    • The methods in an API depend on the specific API being referred to.

    • Examples of API methods include 'getUser', 'createOrder', 'updateProfile', etc.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What problems you have faced during testing?
  • Ans. 

    I have faced issues with compatibility, performance, and user acceptance testing.

    • Compatibility issues with different browsers and operating systems

    • Performance issues with large datasets and high traffic

    • User acceptance testing revealed unexpected user behavior

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your skills and worked experience.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Java oops concepts
  • Q2. Joins queries in MySQL
  • Q3. Git or GitHub
  • Q4. Cloud computing
  • Q5. Prime number programming
  • Q6. 2 max num in a array
  • Ans. 

    Find the two maximum numbers in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the first two elements of the sorted array.

  • Answered by AI
  • Q7. Java platform independent??
  • Q8. Primary key vs foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish relationships between tables and enforce referential integrity.

    • A table can have only one primary key, while it can have multiple foreign keys.

    • Primary key can be used as a foreign key in another table.

    • E...

  • Answered by AI
  • Q9. Rest API Webservices vs Soap Webservices
  • Ans. 

    REST API is lightweight and flexible, while SOAP is more structured and secure.

    • REST uses HTTP protocol and supports multiple data formats like JSON, XML, etc.

    • SOAP uses XML protocol and supports only XML data format.

    • REST is faster and consumes less bandwidth than SOAP.

    • SOAP has built-in security features like WS-Security and WS-Trust.

    • REST is easier to implement and maintain than SOAP.

    • SOAP is better suited for enterprise-...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java weights more than 75% in the interview process so be ready with all the concepts and then SQL weights second...your almost done. If you know rest api and soap api development basics your done.

Skills evaluated in this interview

Casepoint Interview FAQs

How many rounds are there in Casepoint Senior Software Engineer interview?
Casepoint interview process usually has 1 rounds. The most common rounds in the Casepoint interview process are Technical.

Tell us how to improve this page.

Fast track your campus placements

View all
Casepoint Senior Software Engineer Salary
based on 44 salaries
₹3.5 L/yr - ₹10 L/yr
57% less than the average Senior Software Engineer Salary in India
View more details

Casepoint Senior Software Engineer Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

2.7

Skill development

3.6

Work-life balance

3.3

Salary

4.7

Job security

4.7

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Associate Software Engineer
51 salaries
unlock blur

₹1 L/yr - ₹4.3 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Software Tester
38 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Associate Technical Leader
22 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare Casepoint with

Thomson Reuters

4.1
Compare

EPIQ Systems

3.6
Compare

OpenText Technologies

3.7
Compare

I-pro Services Kolhapur

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