Upload Button Icon Add office photos

Filter interviews by

Surya Software Systems Software Engineer Interview Questions and Answers

Updated 29 Nov 2024

Surya Software Systems Software Engineer Interview Experiences

7 interviews found

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Day to day tasks in previous organisation?
  • Q2. Questions about skills mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be prepared and be confident and think analytically and be strong in problem solving kind of questions
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 Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. 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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles

Surya Software Systems interview questions for designations

 Associate Software Engineer

 (1)

 Software Development Engineer 1

 (1)

 Software Developer

 (3)

 Software Developer 1

 (1)

 Computer Engineer

 (1)

 Business System Analyst

 (2)

 Front end Developer

 (1)

 Java Developer

 (1)

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 Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Logical and Analytical Reasoning

Round 3 - Coding Test 

General Coding Test using any coding language of your choice

Round 4 - Technical 

(3 Questions)

  • Q1. General Aptitude and coding question
  • Q2. Puzzles and logical reasoning will be asked
  • Q3. They may ask you to write code

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Coding

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 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 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose you strength speak to oponent hr person first u will speak that right or wrong should maintain your confidence

Software Engineer Interview Questions & Answers

user image Guruprasad H k

posted on 14 Mar 2022

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 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Round 1 - Technical 

(3 Questions)

  • Q1. C# , oops & mvc. Be clear with basic concepts
  • Q2. What is the four pillars of oops
  • Ans. 

    The four pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q3. What is mvc and how it helps the developers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC helps developers to write clean, modular and maintainable code

    • It also enables parallel develop...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concept and basic mvc along with databases

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2021. 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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question

Surya Software Systems Interview FAQs

How many rounds are there in Surya Software Systems Software Engineer 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 One-on-one Round.
How to prepare for Surya Software Systems Software Engineer 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, Software Engineering, GIT, CSS and Typescript.
What are the top questions asked in Surya Software Systems Software Engineer interview?

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

  1. what languages are you familiar w...read more
  2. sort elements at even index of ar...read more
  3. 7 apti questions with 4 coding questi...read more

Tell us how to improve this page.

Surya Software Systems Software Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Surya Software Systems Software Engineer Salary
based on 40 salaries
₹2.8 L/yr - ₹8.5 L/yr
37% less than the average Software Engineer Salary in India
View more details

Surya Software Systems Software Engineer Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.0

Salary

4.1

Job security

3.5

Company culture

4.0

Promotions

3.7

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
40 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Software Developer
17 salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Business Analyst
17 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹3.2 L/yr - ₹10.4 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹6.7 L/yr - ₹12 L/yr

Explore more salaries
Compare Surya Software Systems with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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