Upload Button Icon Add office photos

Filter interviews by

Surya Informatics Software Developer Interview Questions and Answers

Updated 19 Jul 2024

Surya Informatics Software Developer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between constructor and destructor
  • Ans. 

    Constructor is used to initialize an object when it is created, while destructor is used to clean up resources when an object is destroyed.

    • Constructor is called when an object is created, while destructor is called when an object is destroyed.

    • Constructor initializes the object's state and allocates memory, while destructor cleans up resources and deallocates memory.

    • Example: In C++, constructor is defined using the clas...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is programming
  • Ans. 

    Programming is the process of creating instructions for a computer to execute.

    • Programming involves writing code in a specific programming language.

    • It requires logical thinking and problem-solving skills.

    • Programs are created to perform specific tasks or functions.

    • Examples include writing algorithms, creating software applications, and developing websites.

  • Answered by AI
  • Q2. What is programming?
  • Ans. 

    Programming is the process of designing and building instructions for a computer to execute.

    • Programming involves writing code using programming languages like Java, Python, C++, etc.

    • It requires logical thinking and problem-solving skills to create algorithms and solve complex problems.

    • Programmers use tools like IDEs, compilers, and debuggers to write, test, and debug code.

    • Examples of programming tasks include developin...

  • Answered by AI

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn

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 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - Technical 

(1 Question)

  • Q1. Basics, Oops, class and objects, encapsulation, decoders
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed before Oct 2022. 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 - HR 

(1 Question)

  • Q1. Tell me about your self, Strength, expected salary, basic questions,
Round 3 - Technical 

(1 Question)

  • Q1. Basics, Oops, class, objects, encapsulation, decoders

Surya Informatics interview questions for designations

 Software Developer Trainee

 (1)

 Python Software Developer

 (2)

 Trainee Developer

 (1)

 Python Developer

 (1)

 Software Engineer Trainee

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Given strings and asked to write down the first non-repeatable string
  • Q2. Palindrome program in java
  • Ans. 

    A palindrome program in Java checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string input

    • Use a loop to compare characters from both ends of the string

    • Return true if the string is a palindrome, false otherwise

  • Answered by AI
  • Q3. Diamond problem in java
  • Ans. 

    Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.

    • Diamond problem arises in multiple inheritance scenarios in Java.

    • It occurs when a class inherits from two classes that have a common ancestor.

    • To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.

    • Example: Class A and Class...

  • Answered by AI
  • Q4. Given a list of numbers and insisted to get the sum of numbers which gives 6
  • Ans. 

    Iterate through the list and find pairs of numbers that sum up to 6

    • Iterate through the list and check if the current number + any other number in the list equals 6

    • Store the pairs of numbers that sum up to 6 in a separate list

    • Return the list of pairs

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical skills. Be good at writing pseudo code, Focus on java and oops concepts.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Every single oops concepts
  • Q2. Every sql questions possiible
Round 2 - HR 

(2 Questions)

  • Q1. I attended only technical not yet results announced
  • Q2. I attended only technical not yet result announced
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

SQL , CODING QUESTION PYTHON

Round 2 - Technical 

(2 Questions)

  • Q1. BASIC SQL QUESTIOS
  • Q2. OOPS 4 PILLARS INHERITANCE ETC
Round 3 - HR 

(2 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiarity with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. WHAT DO YOU KNOW ABOUT YOUR COMPANY
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company has a strong reputation for delivering high-quality software products

    • Specializes in creating custom solutions for clients in different industries

    • Known for innovative and cutting-edge technology solutions

    • Has a diverse portfolio of successful projects

    • Company values teamwork and collaboration in thei

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was an online assessment containing 3 DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level array questions
  • Q2. Medium level DP questions
Round 3 - HR 

(1 Question)

  • Q1. General behavioural question about

Surya Informatics Interview FAQs

How many rounds are there in Surya Informatics Software Developer interview?
Surya Informatics interview process usually has 2 rounds. The most common rounds in the Surya Informatics interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Surya Informatics Software Developer interview?

Some of the top questions asked at the Surya Informatics Software Developer interview -

  1. What is difference between constructor and destruc...read more
  2. What is programmi...read more
  3. Basics, Oops, class and objects, encapsulation, decod...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Surya Informatics interviews
Job Portal
Company Website
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Surya Informatics Software Developer Salary
based on 9 salaries
₹2 L/yr - ₹3 L/yr
71% less than the average Software Developer Salary in India
View more details

Surya Informatics Software Developer Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-Life balance

3.5

Salary & Benefits

3.3

Job Security

3.5

Company culture

3.5

Promotions/Appraisal

3.5

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
17 salaries
unlock blur

₹1.8 L/yr - ₹8.6 L/yr

Software Developer
9 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

HR Executive Recruiter
6 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

Plsql Developer
6 salaries
unlock blur

₹4.8 L/yr - ₹7 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Surya Informatics with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview