Upload Button Icon Add office photos

Filter interviews by

Core Solutions Inc. Senior Software Engineer Interview Questions and Answers for Experienced

Updated 10 May 2024

Core Solutions Inc. Senior Software Engineer Interview Experiences for Experienced

3 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic C#, SQL, OOP concepts
Round 2 - Technical 

(1 Question)

  • Q1. Same as the above.
Round 3 - Behavioral 

(1 Question)

  • Q1. Same as above with general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview process. Initially they are ok with the expected salary (around 30-50% hike), later on gave 20% hike from previous salary and also, they gave the higher role without even asking which doesn't suit my experience, salary and the other benefits.
Round 1 - Technical 

(1 Question)

  • Q1. Generic web dev questions.
Round 2 - HR 

(1 Question)

  • Q1. On why i left previous organisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much just be yourself.for .net prepare .net questions.

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What kind of projects doing /developing in core Solutions inc
  • Ans. Health care related projects .mainly mental illness related health care & its insurance and its related data with its hospital information maintenance and managing by their own software tool
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - skill full persons will get offer from core solutions inc.we can learn lot in project.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude questions based on logical reasoning and basic maths.

Round 2 - Coding Test 

Easy logic-based question based on arrays and strings with some javascript output-based questions.

Round 3 - Coding Test 

Discussion about the projects that I made in college and the tech stack I know.
1 basic array/string-based problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy to crack as no extensive DSA knowledge is required, basic logical reasoning and coding skills are enough.
PS: This was in 2015 but as per my knowledge the process is still the same.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
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 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Interview experience
3
Average
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 

(2 Questions)

  • Q1. What is the difference between classes and struct
  • Ans. 

    Classes are reference types while structs are value types.

    • Classes support inheritance while structs do not.

    • Classes have default access modifier as internal while structs have it as private.

    • Classes have a destructor while structs do not.

    • Classes are allocated on heap while structs are allocated on stack.

    • Classes can be null while structs cannot.

  • Answered by AI
  • Q2. Dispatch Queue vs operations
  • Ans. 

    Dispatch Queue is a thread-safe way to execute tasks asynchronously, while Operations are a way to encapsulate tasks.

    • Dispatch Queue is a high-level API for managing concurrent operations.

    • Operations are objects that encapsulate a single task or multiple tasks.

    • Dispatch Queue is simpler to use and recommended for most use cases.

    • Operations provide more control over task dependencies and cancellation.

    • Both can be used togeth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and problem-solving and is tested.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was medium level aptitude . but still many of the students didn't qualify that.
qualify criteria was around 50% marks in aptitude test.
20 questions in 30 minutes

Round 2 - Coding Test 

2 coding questions of medium level from leetcode
1. inplace 90 degree matrix rotation
2. longest substring

it was on a paper , not an online mode

Round 3 - Group Discussion 

General gd round , mainly to check communication

Round 4 - Technical 

(1 Question)

  • Q1. Oops medium data structure sql questions
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 Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

The first round was DSA round and they gave 2 DSA Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was based on oops concept Question with pen and paper.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 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 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

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

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

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

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Core Solutions Inc. Interview FAQs

How many rounds are there in Core Solutions Inc. Senior Software Engineer interview for experienced candidates?
Core Solutions Inc. interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Core Solutions Inc. interview process for experienced candidates are Technical, HR and Behavioral.
What are the top questions asked in Core Solutions Inc. Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Core Solutions Inc. Senior Software Engineer interview for experienced candidates -

  1. Same as above with general questi...read more
  2. Basic C#, SQL, OOP conce...read more
  3. Generic web dev questio...read more

Tell us how to improve this page.

Core Solutions Inc. Senior Software Engineer Interview Process for Experienced

based on 1 interview

1 Interview rounds

  • Technical Round
View more
Core Solutions Inc. Senior Software Engineer Salary
based on 26 salaries
₹3.7 L/yr - ₹9.3 L/yr
51% less than the average Senior Software Engineer Salary in India
View more details

Core Solutions Inc. Senior Software Engineer Reviews and Ratings

based on 2 reviews

1.1/5

Rating in categories

1.1

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.1

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Senior Software Engineer
26 salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Software Developer
18 salaries
unlock blur

₹2.9 L/yr - ₹7 L/yr

Test Engineer
15 salaries
unlock blur

₹2.7 L/yr - ₹6.5 L/yr

Project Manager
14 salaries
unlock blur

₹17 L/yr - ₹27.9 L/yr

Explore more salaries
Compare Core Solutions Inc. with

Zebra Technologies

3.9
Compare

Starmark Software

3.4
Compare

Wibmo

3.2
Compare

Apex CoVantage

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