i
GAVS Technologies
Filter interviews by
Aptitude questions from general topics
Will ask to speak about General Topics
Mathematical Apptitude questions
Common topic to discuss in group
OOPS concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables in a class.
Polymorphism: Ability to present the same interface for different data types. Example: method overloa...
I applied via campus placement at Anna University and was interviewed before Aug 2023. There were 4 interview rounds.
Basic aptitude questions, easy level.
Easy level coding, face to face interview
Discussion over common topics
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
Very basic questions
MVC pattern in Spring Boot is a design pattern that separates an application into three main components: Model, View, and Controller.
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 accordingly
Spring Boot provides support for implementing MVC pattern through annotations like @Controller, @RequestMapping
GAVS Technologies interview questions for designations
I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.
Some basic aptitude questions and, also 1-2 basic coding questions
Top trending discussions
I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.
I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
I applied via Hirist and was interviewed before Aug 2023. There were 3 interview rounds.
Todo list in angular
based on 6 interviews
2 Interview rounds
based on 26 reviews
Rating in categories
Senior Engineer
607
salaries
| ₹6.7 L/yr - ₹23.5 L/yr |
Engineer
284
salaries
| ₹3 L/yr - ₹10 L/yr |
Lead Engineer
269
salaries
| ₹9 L/yr - ₹33 L/yr |
Senior Software Engineer
226
salaries
| ₹6.1 L/yr - ₹25 L/yr |
Software Engineer
211
salaries
| ₹2.4 L/yr - ₹10.4 L/yr |
TCS
Infosys
Wipro
HCLTech