Upload Button Icon Add office photos

Filter interviews by

Casepoint Interview Questions, Process, and Tips for Experienced

Updated 2 Mar 2025

Top Casepoint Interview Questions and Answers for Experienced

View all 7 questions

Casepoint Interview Experiences for Experienced

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - HR 

(5 Questions)

  • Q1. You current location
  • Q2. Lucknow my current location
  • Q3. What is home town
  • Q4. Where do you leave
  • Q5. How many experience

Interview Preparation Tips

Interview preparation tips for other job seekers - You have good knowledge

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 (43)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consist of aptitude questios

Round 2 - Technical 

(2 Questions)

  • Q1. Data Management
  • Q2. Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company

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)

I applied via Approached by Company and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It's depend on your work profile. In my case they ask me questions of Windows AD

Interview Preparation Tips

Interview preparation tips for other job seekers - They consider your confidence level. So keep confidence while you give interview.

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question Asked project related. Roles and responsibility. Oops, Sql server, .net.
  • Q2. Oops MS.NET Sql Server Web api Etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good company. But I show many people left the job in training period. Because we have not providing proper training as well. Only self learning we have.

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 (223)

Casepoint interview questions for popular designations

 Intern

 (2)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 System Administrator

 (1)

 Business Analyst

 (1)

 Junior .NET Developer

 (1)

 Trainee

 (1)

I applied via Campus Placement and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Tell me introduce about yourself?
  • Q2. What is asp. Net MVC?
  • Ans. 

    ASP.NET MVC is a web application framework that implements the model-view-controller pattern.

    • It separates an application into three main components: Model, View, and Controller.

    • It provides better control over HTML, CSS, and JavaScript.

    • It supports test-driven development and dependency injection.

    • It is built on top of ASP.NET and uses the .NET Framework.

    • Examples of websites built with ASP.NET MVC include Stack Overflow a

  • Answered by AI
  • Q3. What is lifecycle of MVC??
  • Ans. 

    MVC lifecycle involves three stages: initialization, request processing, and view rendering.

    • Initialization: Controller and model objects are created.

    • Request processing: Controller receives and processes user requests, updates the model, and selects the view.

    • View rendering: The view is rendered and sent back to the user.

    • Example: User requests a webpage, the controller receives the request, updates the model with data fr...

  • Answered by AI
  • Q4. What is relation between html css and javascript
  • Ans. 

    HTML is used for structuring content, CSS for styling, and JavaScript for adding interactivity to web pages.

    • HTML is used to create the structure of a web page, including headings, paragraphs, and images.

    • CSS is used to style the elements created with HTML, such as changing colors, fonts, and layouts.

    • JavaScript is used to add interactivity to web pages, such as animations, form validation, and dynamic content.

    • All three t...

  • Answered by AI
  • Q5. Difference between MVC and WEB API ?
  • Ans. 

    MVC is a design pattern for creating web applications while WEB API is a framework for building HTTP services.

    • MVC stands for Model-View-Controller and is used for creating web applications with a clear separation of concerns.

    • WEB API is a framework for building HTTP services that can be consumed by various clients such as web browsers and mobile devices.

    • MVC is used for creating server-side web applications while WEB API...

  • Answered by AI
  • Q6. What is postgresql??
  • Ans. 

    PostgreSQL is an open-source relational database management system.

    • PostgreSQL is known for its reliability, data integrity, and extensibility.

    • It supports SQL and is ACID-compliant.

    • It has a strong community and offers many features such as JSON support, full-text search, and spatial data types.

    • It is commonly used in web applications, data warehousing, and geospatial applications.

    • Examples of companies using PostgreSQL in

  • Answered by AI
  • Q7. Explain the object oriented programming concepts??
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects.

    • Objects are instances of classes that encapsulate data and behavior

    • Inheritance allows classes to inherit properties and methods from parent classes

    • Polymorphism allows objects to take on multiple forms and behave differently based on context

    • Abstraction allows for the creation of simplified models of complex systems

    • Encapsulation hides t...

  • Answered by AI
  • Q8. What are the filters in ASP. NET MVC?
  • Ans. 

    Filters in ASP.NET MVC are used to perform pre- and post-processing of requests and responses.

    • Filters are attributes that can be applied to controllers or actions.

    • They can be used for authentication, caching, logging, error handling, etc.

    • Some built-in filters are Authorize, OutputCache, HandleError, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good communication skills..
Having technical skills compulsary (MVC, web api, kendo, and postgresql)

Skills evaluated in this interview

Top Casepoint Associate Software Engineer Interview Questions and Answers

Q1. What is relation between html css and javascript
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Assignment 

Code and aptitude round it was.

Round 2 - Technical 

(1 Question)

  • Q1. Basic job related and programming questions
Round 3 - Technical 

(1 Question)

  • Q1. In depth problem statements
Round 4 - Technical 

(1 Question)

  • Q1. Problem statements and cv diving.
Round 5 - HR 

(1 Question)

  • Q1. Basic behavioral ques

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up on basics
Round 1 - Technical 

(1 Question)

  • Q1. Basics logics of code.
Round 2 - HR 

(1 Question)

  • Q1. Just be confident and calmly give ans with positive outcomes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your communication. Your basic on java or any other programming language.
There is high probability that you will. Get the job. So keep working on yourself.

Intern Interview Questions & Answers

Apisero user image Arpita Gaonkar

posted on 17 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. How can Analytics be used in HR?
  • Ans. 

    Analytics in HR enhances decision-making, improves employee engagement, and optimizes talent management through data-driven insights.

    • Predictive analytics can forecast employee turnover, allowing HR to implement retention strategies.

    • Performance analytics can identify high-performing employees and inform succession planning.

    • Sentiment analysis of employee feedback can help improve workplace culture and engagement.

    • Recruitm...

  • Answered by AI
  • Q2. Importance of Data in todays world

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work culture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding based on basic DSA algorithms

Round 2 - Aptitude Test 

25 MCQ questions 20 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA and understanding of system working
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

It was conducted through hackerrank platform which contains 5 programming questions

Round 3 - Aptitude Test 

There were 3 sections

Casepoint Interview FAQs

How many rounds are there in Casepoint interview for experienced candidates?
Casepoint interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Casepoint interview process for experienced candidates are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Casepoint interview for experienced candidates?
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 Casepoint. The most common topics and skills that interviewers at Casepoint expect are Agile, Project Management, .Net, C# and Deployment.
What are the top questions asked in Casepoint interview for experienced candidates?

Some of the top questions asked at the Casepoint interview for experienced candidates -

  1. What is relation between html css and javascr...read more
  2. Explain the object oriented programming concepts...read more
  3. What are the filters in ASP. NET MV...read more

Tell us how to improve this page.

Casepoint Interview Process for Experienced

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all

Fast track your campus placements

View all

Casepoint Reviews and Ratings

based on 130 reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.3

Salary

3.7

Job security

3.9

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 130 Reviews and Ratings
DevOps Engineer

Surat

2-5 Yrs

Not Disclosed

Business Development Executive

Surat

1-3 Yrs

₹ 3-3.65 LPA

Software Tester

Surat

1-3 Yrs

₹ 2.4-5.03 LPA

Explore more jobs
Software Engineer
50 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Associate Software Engineer
50 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Software Tester
39 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Software Tester
22 salaries
unlock blur

₹3.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Casepoint with

Tekwissen

4.8
Compare

Damco Solutions

3.9
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

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