Upload Button Icon Add office photos

Filter interviews by

Excelsior Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What were you stressed last time?
  • Q2. Explain C language to a non technical person?
  • Ans. 

    C is a programming language used to create software and operating systems.

    • C is a low-level language that allows direct access to computer hardware.

    • It is used to create efficient and fast programs.

    • C is the foundation for many other programming languages such as C++, Java, and Python.

    • Examples of C programs include operating systems, device drivers, and video games.

  • Answered by AI
  • Q3. Why you want to join XenonStack?
  • Q4. Why should we hire your?
  • Q5. What are your weekness?
  • Q6. Introduce yourself?
  • Q7. Asked about project i have done
  • Q8. Your Hobbies
  • Ans. 

    My hobbies include hiking, photography, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Photography: I love capturing beautiful moments and landscapes through my camera lens.

    • Cooking: I find joy in experimenting with new recipes and creating delicious meals for my friends and family.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a smartness test. How to tackle things. How you aproch or deal with senior. Also you need to know deep basics of technical things.
Don't lie in any way.
Say no to things ypu don't know about.

Skills evaluated in this interview

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.

I applied via TCS NQT and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell us what have you learnt from your previous experience
  • Q2. Please tell us something about your University/College Project
  • Q3. What are your major skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have a crystal clear concepts of DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare DSA and one language well.

Round 2 - Aptitude Test 

General aptitude and logic questions.

Round 3 - HR 

(2 Questions)

  • Q1. What is your long term goal in field of AI/ML?
  • Ans. 

    My long term goal in the field of AI/ML is to develop innovative solutions that can positively impact society and improve people's lives.

    • Continuously learning and staying updated with the latest advancements in AI/ML technologies

    • Collaborating with experts in the field to work on cutting-edge projects

    • Applying AI/ML techniques to solve complex real-world problems

    • Contributing to research and publications in the field of A

  • Answered by AI
  • Q2. Tell me about your previous experiences in this field?

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude is fully based upon technical mcqs, code snippets. Only one or two aptitudes are from general topics.
Negative marking is also there for certain questions.

Round 2 - Coding Test 

Coding was Little bit tough. You will be given 3 qns.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing the coding in certain specific language!
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In apti test,there where 31 que some que carries negative marks , marks will be alloted accoring to that que .

Round 2 - Coding Test 

I consist of 3 que if you clear one que you will be shortlisted

Round 3 - Technical 

(1 Question)

  • Q1. Difference between c and c++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C is a subset of C++, meaning C++ includes all of C's features and more.

    • C++ has features like function overloading, templates, and exception handling which are no...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Level of difficulty - Hard and very strong understanding in python required to clear this round.

Round 2 - Coding Test 

Basically it consists of three questions - easy and 2 medium level questions. DSA concepts is required to clear this round.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round is online test of 3 virtual rounds consist of aptitude , and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Matrix multiplication
  • Q2. Singly linked list
  • Ans. 

    A singly linked list is a data structure where each element points to the next element in the list.

    • Each node in the list contains data and a reference to the next node

    • Traversal starts from the head node and follows the next pointers until the end

    • Insertion and deletion can be done efficiently at the beginning or end of the list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI

Excelsior Software Interview FAQs

How to prepare for Excelsior Software 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 Excelsior Software. The most common topics and skills that interviewers at Excelsior Software expect are Backend.

Tell us how to improve this page.

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.3
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
ENH iSecure Interview Questions
4.1
 • 29 Interviews
XenonStack Interview Questions
3.2
 • 27 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
View all

Excelsior Software Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

3.7

Salary

3.7

Job security

3.6

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
Software Developer
20 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Sales Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹2.5 L/yr

DOT NET Developer
4 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Senior Software Developer
3 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Customer Support Executive
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Explore more salaries
Compare Excelsior Software with

Zebra Technologies

3.8
Compare

Starmark Software

3.5
Compare

Wibmo

3.2
Compare

Apex CoVantage

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