i
Astrea IT Services
Filter interviews by
I was interviewed 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 was interviewed 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
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.
Triggers are automated actions that are executed when a specific event occurs in a Salesforce database.
Triggers are used to perform custom actions before or after specific events, such as inserting, updating, or deleting records.
Triggers can be used to enforce business rules, validate data, or update related records.
Triggers are written in Apex code and can be used to extend the functionality of Salesforce beyond its s...
SOQL is used to query data from Salesforce database.
SOQL stands for Salesforce Object Query Language.
It is used to retrieve data from Salesforce objects.
It supports filtering, sorting, and grouping of data.
It can be used in Apex code, Visualforce pages, and Lightning components.
Example: SELECT Name, AccountNumber FROM Account WHERE Industry = 'Technology'
API calls are requests made to Salesforce servers to retrieve or manipulate data.
API calls are used to integrate Salesforce with external systems
API calls can be made using SOAP, REST, or Bulk APIs
API calls are limited based on the edition of Salesforce and can be monitored in the Developer Console
Examples of API calls include retrieving data from Salesforce, creating new records, and updating existing records
I was interviewed in May 2022.
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Aptitude c c++ sql ds
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
56
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Salesforce Developer
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech