i
Astrea IT Services
Filter interviews by
I appeared for an interview in Dec 2016.
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.
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...
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...
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...
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...
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 { ... }
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.
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,...
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
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
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
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
I appeared for an interview in Jul 2024.
Given a case scenario
My vision is to leverage my technical skills and creativity to develop innovative solutions that drive business growth and customer satisfaction.
Developing custom Salesforce applications to streamline business processes
Implementing automation to improve efficiency and accuracy
Utilizing AI and machine learning to enhance customer experience
Collaborating with cross-functional teams to deliver impactful solutions
My current CTC in my previous organization was $80,000 per year.
My previous organization paid me $80,000 annually
I received a salary of $6,666.67 per month
This amount included all benefits and bonuses
Resigning without an offer can be due to various reasons such as seeking new opportunities, personal reasons, or dissatisfaction with current role.
Seeking new opportunities for career growth
Personal reasons such as relocation or family commitments
Dissatisfaction with current role or company culture
Exploring different industries or roles
I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.
15 MCQ based on java and data structure
Top trending discussions
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 5 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.
Duration is around 1 hour
posted on 2 Jul 2024
Find the second largest number in an array of strings.
Convert the strings to numbers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Find pairs in an array that sum up to a given target value.
Use a hash set to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hash set.
Return the pairs that sum up to the target value.
posted on 2 Aug 2024
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
posted on 15 Feb 2022
I applied via Campus Placement
In this round you have to clear Aptitude and Basic Coding
It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)
Some of the top questions asked at the Astrea IT Services interview -
based on 4 interviews
Interview experience
based on 36 reviews
Rating in categories
Salesforce Developer
57
salaries
| ₹3 L/yr - ₹9.9 L/yr |
Software Developer
35
salaries
| ₹3.4 L/yr - ₹10.6 L/yr |
Senior Salesforce Developer
21
salaries
| ₹6 L/yr - ₹15.5 L/yr |
Senior Software Developer
15
salaries
| ₹6 L/yr - ₹13.2 L/yr |
Software Engineer
9
salaries
| ₹4.8 L/yr - ₹7 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler