Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Astrea IT Services Team. If you also belong to the team, you can get access from here

Astrea IT Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Astrea IT Services Software Developer Trainee Interview Questions, Process, and Tips

Updated 20 Mar 2017

Astrea IT Services Software Developer Trainee Interview Experiences

1 interview found

I appeared for an interview in Dec 2016.

Interview Questionnaire 

17 Questions

  • Q1. What are the main OOPs concepts?
  • Ans. 

    The main OOPs concepts are encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling of data and methods into a single unit (class) to hide implementation details.

    • Inheritance: ability of a class to inherit properties and methods from another class.

    • Polymorphism: ability of objects of different classes to be treated as objects of a common superclass.

  • Answered by AI
  • Q2. What is Polymorphism? Difference between Runtime and static Polymorphism with the help of a program.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Runtime polymorphism is achieved through method overriding.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Static polymorphism is achieved through method overloading.

    • Runtime polymorphism is determined at runtime based on the actual type of the object.

    • Static polymorphism is determined at compile-time based on...

  • Answered by AI
  • Q3. What is a static keyword in java? Where are the static variables stored? One programmatic situation was given based on static keyword and i was asked the final output.
  • Ans. 

    The static keyword in Java is used to create variables and methods that belong to the class rather than instances of the class.

    • Static variables are stored in the static memory area, also known as the method area or permanent generation.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static variables and methods can be accessed using the c...

  • Answered by AI
  • Q4. What is abstract keyword? what is abstract function?
  • Ans. 

    The abstract keyword is used in object-oriented programming to declare a class or method as abstract.

    • An abstract class cannot be instantiated and can only be used as a base for other classes.

    • An abstract method is a method without a body, and it must be implemented by any concrete subclass.

    • Abstract classes can have both abstract and non-abstract methods.

    • Abstract methods are used to define a common interface that all sub...

  • Answered by AI
  • Q5. What is multiple inheritance and what is multilevel inheritance?
  • Ans. 

    Multiple inheritance is when a class inherits from more than one base class. Multilevel inheritance is when a class inherits from another derived class.

    • Multiple inheritance allows a class to inherit attributes and behaviors from multiple parent classes.

    • Multilevel inheritance involves a chain of inheritance where a derived class inherits from another derived class.

    • In multiple inheritance, conflicts may arise if two base...

  • Answered by AI
  • Q6. How does java implement multiple inheritance?
  • Ans. 

    Java implements multiple inheritance through interfaces.

    • Java does not support multiple inheritance of classes.

    • Instead, it allows multiple inheritance of interfaces.

    • A class can implement multiple interfaces, inheriting their methods and constants.

    • Interfaces provide a way to achieve multiple inheritance without the complexities of class inheritance.

    • Example: class A implements Interface1, Interface2 { ... }

  • Answered by AI
  • Q7. What is an interface? is it abstract?
  • Ans. 

    An interface is a contract that defines a set of methods that a class must implement. It is not abstract.

    • An interface provides a way to achieve multiple inheritance in Java.

    • It allows for loose coupling between classes.

    • Interfaces can have constants and default methods.

    • A class can implement multiple interfaces.

    • Interfaces are used to achieve abstraction and provide a common behavior for classes.

  • Answered by AI
  • Q8. DBMS queries related questions for a real time problem?
  • Q9. A pattern based question?
  • Q10. Why is String immutable ? difference between StringBuffer,String Builder and String with example ?
  • Ans. 

    String is immutable because it ensures data integrity and thread safety. StringBuffer and StringBuilder are mutable alternatives.

    • String is immutable, meaning its value cannot be changed once created.

    • Immutable strings ensure data integrity and thread safety.

    • StringBuffer and StringBuilder are mutable alternatives to String.

    • StringBuffer is synchronized and thread-safe, but slower.

    • StringBuilder is not synchronized, faster,...

  • Answered by AI
  • Q11. Print prime numbers between 1 to n(optimized solution)
  • Ans. 

    The optimized solution to print prime numbers between 1 to n.

    • Start with a loop from 2 to n

    • For each number, check if it is divisible by any number from 2 to its square root

    • If it is not divisible by any number, it is a prime number and can be printed

  • Answered by AI
  • Q12. Question on primary ,foreign and alternate key difference
  • Q13. How is group by ,having clause used in queries(a situation was given )
  • Q14. DBMS query on aggregation
  • Q15. Tell me something about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships in software development at XYZ Company

    • Strong communication and teamwork skills

  • Answered by AI
  • Q16. What are your future plans ?
  • Ans. 

    I plan to continue learning and growing in my software development career, eventually becoming a senior developer or team lead.

    • Continuing to improve my coding skills through online courses and personal projects

    • Seeking opportunities for mentorship and learning from experienced developers

    • Working towards taking on more responsibility and leadership roles within a development team

  • Answered by AI
  • Q17. Do you like your college? what three things you find good and bad in your college?
  • Ans. 

    I like my college overall, but there are some areas for improvement.

    • Good: Excellent faculty members who are knowledgeable and supportive

    • Good: Well-equipped labs and facilities for practical learning

    • Good: Diverse extracurricular activities and clubs for holistic development

    • Bad: Limited internship opportunities for real-world experience

    • Bad: Lack of updated curriculum to keep up with industry trends

    • Bad: Inadequate career

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: My interview was scheduled through college placement cell.I reached astrea at 10 o clock.The whole staff was very supporting ,the way they treat you tells a lot more about their working culture.My interview started at 12:30 pm and i was the last from all the candidates so the interviewers were in a hurry.
They were very friendly and trying to help me whenever i got stuck.
Throughout the whole process they were just analyzing my core concepts of java,DBMS and the thought process to approach a problem.

Round: HR Interview
Experience: It was an optional round and just a formality.

Skills: Core Java, DBMS(MySql), C programming, Interpersonal Skills, Algorithmic Approach To Problem Solving
College Name: JIMS Engineering Management Technical Campus

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

5 problems from a website. Duration 1 hr. I solved it by using java ( 3 out of 5 questions ) ( questions were based on ds/algo )

Round 2 - Technical 

(1 Question)

  • Q1. After getting selected for the next round. They asked me to learn HTML, CSS, and JS in 8 days. Because I had learned JAVA +backend technologies. They were expecting a front-end developer because they a...

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks to god, I didn't clear the interview. Salary and perks were too low to survive there.
Currently, working as a Java Backend developer, Package = 6Lpa

Note: Just learn technologies of your choice. It will help you to boost your career.

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DSA and DBMS mainly.

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array ARR consisting of N integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.

    A subarray is a...

  • Ans. 

    Find the sum of the subarray with the maximum sum in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum.

    • Update the maximum sum if the current sum becomes greater.

    • Handle cases where the array has all negative numbers or empty subarray.

    • Example: For input [-2, 1, -3, 4, -1], the maximum sum subarray is [4] with sum 4.

  • Answered by AI
  • Q2. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for efficient prime number identification

    • Optimize by only checking numbers up to square root of N for divisibility

  • Answered by AI
  • Q3. What are Joins in the context of databases?
  • Ans. 

    Joins in databases are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABigStep Technologies interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, SQL, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank Test

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to NodeJS and Javascript Basics
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions based on past experience
Round 4 - HR 

(1 Question)

  • Q1. Company Culture related
Round 5 - Behavioral 

(1 Question)

  • Q1. Expectations and Processes

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics. Medium level interview questions. All the best.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was of moderate level.

Round 2 - Coding Test 

It checked on the concepts of oops

Round 3 - HR 

(1 Question)

  • Q1. How will you deal with tight delivery time.
  • Ans. 

    I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Break down tasks into smaller manageable chunks

    • Communicate effectively with team members to coordinate efforts

    • Utilize time management techniques such as Pomodoro technique or Agile methodologies

    • Identify and eliminate any potential roadblocks or bott...

  • Answered by AI
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

Astrea IT Services Interview FAQs

What are the top questions asked in Astrea IT Services Software Developer Trainee interview?

Some of the top questions asked at the Astrea IT Services Software Developer Trainee interview -

  1. What is a static keyword in java? Where are the static variables stored? One pr...read more
  2. What is Polymorphism? Difference between Runtime and static Polymorphism with t...read more
  3. Why is String immutable ? difference between StringBuffer,String Builder and St...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 29 Interviews
View all
Salesforce Developer
57 salaries
unlock blur

₹3 L/yr - ₹9.9 L/yr

Software Developer
35 salaries
unlock blur

₹3.4 L/yr - ₹10.6 L/yr

Senior Salesforce Developer
21 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Software Engineer
9 salaries
unlock blur

₹4.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Astrea IT Services with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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