Upload Button Icon Add office photos

Surya Software Systems

Compare button icon Compare button icon Compare

Filter interviews by

Surya Software Systems Interview Questions and Answers

Updated 3 Dec 2024
Popular Designations

7 Interview questions

A Business Analyst was asked
Q. What is a balance sheet?
Ans. 

Balance sheet is a financial statement that shows a company's assets, liabilities, and shareholders' equity at a specific point in time.

  • It provides a snapshot of a company's financial position.

  • Assets are what the company owns, liabilities are what it owes, and shareholders' equity is the difference between the two.

  • The balance sheet follows the accounting equation: Assets = Liabilities + Shareholders' Equity.

  • It hel...

View all Business Analyst interview questions
A Software Developer was asked
Q. What is OOP?
Ans. 

OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

  • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

  • Examples of OOPs languages include Java, C++, and Python.

View all Software Developer interview questions
A Software Developer was asked
Q. What is a singleton class?
Ans. 

A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

  • Singleton classes are often used for logging, caching, database connections, and thread pools.

  • They typically have a private constructor to prevent instantiation from other classes.

  • They provide a static method to access the single instance, which is created if it doesn't exist yet.

View all Software Developer interview questions
A Software Developer was asked
Q. Describe a time you used a stack data structure to convert an expression with operators, operands, and parentheses into a postfix expression.
Ans. 

Convert infix expressions to postfix using the stack data structure for operator precedence and parentheses handling.

  • Use a stack to hold operators and parentheses while scanning the expression.

  • Output operands (numbers/variables) immediately to the postfix expression.

  • Pop operators from the stack to the output when encountering a lower precedence operator.

  • Handle parentheses: push '(' onto the stack and pop until '('...

View all Software Developer interview questions
A Software Engineer was asked
Q. What languages are you familiar with?
Ans. 

I am familiar with several programming languages including Java, Python, and C++.

  • Proficient in Java and Python

  • Familiar with C++ and JavaScript

  • Experience with SQL and HTML/CSS

  • Comfortable with object-oriented programming and data structures

  • Continuously learning and exploring new languages and technologies

View all Software Engineer interview questions
A Software Engineer was asked
Q. Given an array, sort the elements at even indices.
Ans. 

Sort elements at even index of array

  • Iterate through the array and select elements at even indices

  • Sort the selected elements

  • Replace the original elements with the sorted ones

View all Software Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Business Analyst was asked
Q. What is bond and types of bonds
Ans. 

A bond is a fixed income investment where an investor loans money to an entity which borrows the funds for a defined period at a fixed interest rate.

  • Types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.

  • Government bonds are issued by governments to fund public spending.

  • Corporate bonds are issued by companies to raise capital for various purposes.

  • Municipal bonds are issued...

View all Business Analyst interview questions
Are these interview questions helpful?

Surya Software Systems Interview Experiences

19 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql queries and program in any preferred language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Balance sheet
  • Q2. What is bond and types of bonds
  • Ans. 

    A bond is a fixed income investment where an investor loans money to an entity which borrows the funds for a defined period at a fixed interest rate.

    • Types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.

    • Government bonds are issued by governments to fund public spending.

    • Corporate bonds are issued by companies to raise capital for various purposes.

    • Municipal bonds are issued by l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I perform well in the interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic math questions , puzzle question , real time problem based questions

Round 2 - Technical 

(5 Questions)

  • Q1. Roles and responsibilities of a BSA role
  • Q2. Skills required for a bsa
  • Ans. 

    A Business Systems Analyst (BSA) requires analytical, communication, and technical skills to bridge business needs and IT solutions.

    • Analytical Skills: Ability to analyze complex data and identify trends, such as using Excel for data analysis.

    • Communication Skills: Effectively convey ideas and requirements to stakeholders, like presenting findings to management.

    • Technical Proficiency: Familiarity with software development...

  • Answered by AI
  • Q3. Aptitude based questions
  • Q4. Puzzle questions
  • Q5. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well one roles and responsibilities of the role
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

They asked some basic question , some moderate type and some difficult question

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

I applied via Campus Placement and was interviewed in Sep 2023. 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 tips
Round 2 - Aptitude Test 

Aptitude questions were pretty easy. It also had 1 question whete you are supposed to give an idea for improving an app.

Round 3 - Technical 

(3 Questions)

  • Q1. I was only asked gfg puzzles in this round and since I had prepared those so it was really easy for me
  • Q2. Bridge and torch
  • Q3. Gold bar puzzle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude and coding question essy to medium

Round 2 - Coding Test 

There was some aptitude question and coding question easy to medium

Software Engineer Interview Questions & Answers

user image Vidhyashree B V

posted on 29 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. 7 apti questions with 4 coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Sort elements at even index of array
  • Ans. 

    Sort elements at even index of array

    • Iterate through the array and select elements at even indices

    • Sort the selected elements

    • Replace the original elements with the sorted ones

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Puzzles with coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - study puzzles and do basic questions of array, strings, etc from gfg

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.

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 - Aptitude Test 

It has include logical ,reasoning question. Aptitude questions are include mcq type question.

Round 3 - Group Discussion 

Firstly introduce yourself then HR take the one subject then selected candidate discuss on that subject. Subject related talking positive and negative point. Then who candidate speak better these are select in next round.

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Basic
Interview preparation tips for other job seekers - A job seekers should collect information about the company beforehand. Then do apply these job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 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 - Coding Test 

Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.

Round 3 - One-on-one 

(1 Question)

  • Q1. I had to solve a problem. Given an expression involving operators and operands with parentheses, convert it to postfix expression. I used the stack data structure.
  • Ans. 

    Convert infix expressions to postfix using the stack data structure for operator precedence and parentheses handling.

    • Use a stack to hold operators and parentheses while scanning the expression.

    • Output operands (numbers/variables) immediately to the postfix expression.

    • Pop operators from the stack to the output when encountering a lower precedence operator.

    • Handle parentheses: push '(' onto the stack and pop until '(' when...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. A puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - Think that it can be done, and lastly with the support of interviewer, it can be done. All the best

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Surya Software Systems?
Ask anonymously on communities.

Surya Software Systems Interview FAQs

How many rounds are there in Surya Software Systems interview?
Surya Software Systems interview process usually has 2-3 rounds. The most common rounds in the Surya Software Systems interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Surya Software Systems 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 Surya Software Systems. The most common topics and skills that interviewers at Surya Software Systems expect are Javascript, C#, GIT, HTML and CSS.
What are the top questions asked in Surya Software Systems interview?

Some of the top questions asked at the Surya Software Systems interview -

  1. I had to solve a problem. Given an expression involving operators and operands ...read more
  2. what languages are you familiar w...read more
  3. What is singleton clas...read more
What are the most common questions asked in Surya Software Systems HR round?

The most common HR questions asked in Surya Software Systems interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more
How long is the Surya Software Systems interview process?

The duration of Surya Software Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 17 interview experiences

Difficulty level

Easy 27%
Moderate 73%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Signzy Technologies Interview Questions
2.9
 • 30 Interviews
Trawex Technologies Interview Questions
4.5
 • 20 Interviews
Atidan Technologies Interview Questions
4.2
 • 18 Interviews
KDK Software Interview Questions
3.0
 • 16 Interviews
PagarBook Interview Questions
3.6
 • 12 Interviews
SurePrep Interview Questions
3.9
 • 12 Interviews
View all

Surya Software Systems Reviews and Ratings

based on 50 reviews

3.7/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.7

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 50 Reviews and Ratings
Inside Sales Executive

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Java Full Stack Developer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Junior Accountant

Bangalore / Bengaluru

0-1 Yrs

₹ 3.5-4 LPA

Explore more jobs
Software Engineer
40 salaries
unlock blur

₹3.2 L/yr - ₹7.2 L/yr

Softwaretest Engineer
18 salaries
unlock blur

₹3.8 L/yr - ₹9.6 L/yr

Business Analyst
17 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Software Developer
16 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Software Development Engineer
16 salaries
unlock blur

₹4.5 L/yr - ₹8.6 L/yr

Explore more salaries
Compare Surya Software Systems with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

PagarBook

3.6
Compare

Trawex Technologies

4.5
Compare
write
Share an Interview