Upload Button Icon Add office photos
Engaged Employer

i

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

CARE Analytics and Advisory Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

CARE Analytics and Advisory Software Developer Interview Questions, Process, and Tips

Updated 9 Jul 2024

Top CARE Analytics and Advisory Software Developer Interview Questions and Answers

CARE Analytics and Advisory Software Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is interface class
  • Ans. 

    An interface class in software development is a blueprint for a class that defines a set of methods that a class must implement.

    • Interface classes contain abstract methods that must be implemented by any class that implements the interface.

    • Interfaces allow for multiple inheritance in programming languages that do not support it.

    • Interfaces are used to define a contract for classes to adhere to, ensuring consistency and i...

  • Answered by AI
  • Q2. How to handle global exception
  • Ans. 

    Global exceptions can be handled by using try-catch blocks in the code.

    • Use try-catch blocks to catch exceptions at a global level

    • Implement a global exception handler to log or display the exception details

    • Consider using frameworks like Spring Boot for handling global exceptions

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What you will don if a SQL query taking time to run.
  • Ans. 

    I will analyze the query execution plan, optimize the query, check for indexing, and consider partitioning.

    • Analyze the query execution plan to identify any bottlenecks or inefficiencies.

    • Optimize the query by rewriting it, adding indexes, or restructuring the data.

    • Check for proper indexing on the tables involved in the query.

    • Consider partitioning large tables to improve query performance.

    • Use tools like SQL Profiler or D...

  • Answered by AI
  • Q2. Type of indexes
  • Ans. 

    Indexes in databases help improve query performance by allowing faster data retrieval.

    • Types of indexes include B-tree, hash, bitmap, and full-text indexes.

    • B-tree indexes are commonly used for range queries.

    • Hash indexes are useful for equality queries.

    • Bitmap indexes are efficient for low cardinality columns.

    • Full-text indexes are used for searching text data.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Neelanjana Chakravarty

posted on 14 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical Test round for Java and .Net

Round 2 - Technical 

(4 Questions)

  • Q1. There were many questions
  • Q2. Java technology
  • Q3. .Net Technology
  • Q4. Python Technology

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How would you write a REST API from scratch? Explain your role in the project.
  • Ans. 

    To write a REST API from scratch, I would follow these steps:

    • Define the resources and endpoints

    • Choose a programming language and framework

    • Implement CRUD operations for each resource

    • Use HTTP methods and status codes correctly

    • Add authentication and authorization

    • Test the API using tools like Postman

    • Document the API using tools like Swagger

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds of technical and one hr.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Overall on SQL interview questions.
  • Q2. Triiggers, sp, function , some queries to build

Interview Preparation Tips

Interview preparation tips for other job seekers - Good SQL knowledge is required
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Basic concepts of programming

Round 3 - One-on-one 

(1 Question)

  • Q1. Programming concepts
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 Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Core java concepts,Sql queries,2 coding question based on arrays and string
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Find third highest salary from a employee table
Round 2 - Technical 

(4 Questions)

  • Q1. Advance java and project related
  • Q2. Springboot and spring diff
  • Q3. Springboot annotations used in your project
  • Ans. 

    Some common Springboot annotations used in projects are @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define RESTful web services.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Used to indicate that a class is a service.

    • @Component - Used to indicate that a class is a Spring...

  • Answered by AI
  • Q4. Springboot dependencies

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. I was interviewed for 2yr experience. Normal Core java and basic sql question.
  • Q2. Oops concept. Collections. Abstract class and interface. Sql procedures and functions Sql basic query
Round 3 - Behavioral 

(2 Questions)

  • Q1. Questions related to the projects worked till date. Explain your project. And counter question on your project.
  • Q2. How many projects have you worked on? Explain each in short.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on your communication and be detailed about project.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. In How many ways we can create objects in Java
  • Ans. 

    Objects in Java can be created in multiple ways, including using new keyword, cloning, deserialization, and reflection.

    • Using the 'new' keyword

    • Cloning an existing object

    • Deserialization from a file or network

    • Using reflection to create objects dynamically

  • Answered by AI
  • Q2. Difference between Interface and Abstract Class
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface methods are public and abstract by default, while abstract class can have abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while abstract ...

  • Answered by AI
  • Q3. What is Serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used to convert complex data structures or objects into a stream of bytes.

    • Serialized data can be stored in files, databases, or sent over a network.

    • Common serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. JAVA, microservices
  • Q2. DSA easy to medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - questions are on Java, multithreading, SQL, Microservices, spring boot, DSA easy to medium questions.
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 Resume tips
Round 2 - Coding Test 

3 coding questions and manager round

Round 3 - Technical 

(1 Question)

  • Q1. Oops and .net core
Contribute & help others!
anonymous
You can choose to be anonymous

CARE Analytics and Advisory Interview FAQs

How many rounds are there in CARE Analytics and Advisory Software Developer interview?
CARE Analytics and Advisory interview process usually has 2 rounds. The most common rounds in the CARE Analytics and Advisory interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in CARE Analytics and Advisory Software Developer interview?

Some of the top questions asked at the CARE Analytics and Advisory Software Developer interview -

  1. What you will don if a SQL query taking time to r...read more
  2. what is interface cl...read more
  3. how to handle global except...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

CARE Analytics and Advisory

No Interviews

INTERVIEWS

Persistent Systems

No Interviews

INTERVIEWS

Alembic Glass Industries

No Interviews

INTERVIEWS

HCLTech

No Interviews

JOBS

Bonafide Research & Marketing

No Jobs

Tell us how to improve this page.

CARE Analytics and Advisory Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
CARE Analytics and Advisory Software Developer Salary
based on 8 salaries
₹4 L/yr - ₹10.3 L/yr
30% less than the average Software Developer Salary in India
View more details

CARE Analytics and Advisory Software Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.5

Salary

4.5

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Director
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CARE Analytics and Advisory with

Crisil

3.6
Compare

ICRA

3.3
Compare

Brickwork Ratings

3.7
Compare

Acuité Ratings & Research

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent