i
GAVS Technologies
Filter interviews by
I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.
Boundary value is a testing technique where test cases are designed around the boundaries of input ranges.
Boundary value testing involves testing the minimum, maximum, and just beyond the boundaries of valid input ranges.
It helps in identifying errors that occur at the boundaries of input values.
For example, if a program accepts values from 1 to 10, boundary value testing would include test cases for 0, 1, 10, and 11.
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
OOPs concepts are the principles of Object-Oriented Programming that focus on objects, classes, inheritance, encapsulation, and polymorphism.
Objects: Instances of classes that encapsulate data and behavior
Classes: Blueprint for creating objects with attributes and methods
Inheritance: Ability for a class to inherit properties and behavior from another class
Encapsulation: Binding data and methods that operate on the data...
Sessions can be implemented using cookies or server-side storage to store user data and maintain state between requests.
Use cookies to store a session ID on the client side
Store session data on the server side using a database or in-memory storage
Use session tokens to authenticate and authorize users during their session
Manageable codes in dot net are codes that are easy to understand, maintain, and debug.
Well-structured and organized code
Proper commenting and documentation
Consistent naming conventions
Modular design with reusable components
Avoiding complex nested logic
Using design patterns for better code architecture
The entry point for dotnet core applications is the Main method in the Program class.
The Main method serves as the entry point for dotnet core applications.
It is typically located in the Program class.
The Main method is where the application starts its execution.
I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.
Alerts in Cypress can be handled using cy.on() method and event listeners.
Use cy.on() method to listen to the 'window:alert' event
Pass a callback function to handle the alert message
Use cy.stub() method to stub the window.alert() method
Check if the alert was called with the expected message using cy.get('@stub').should('have.been.calledWith', 'expected message')
Popups in Cypress can be handled using cy.window() and cy.stub() commands.
Use cy.window() command to access the window object and its properties.
Use cy.stub() command to stub the window.alert() and window.confirm() methods.
Use cy.on() command to listen for events and handle popups accordingly.
Use cy.get() command to select and interact with popup elements.
A framework is a set of rules, guidelines, and standards that provide a structure for developing software applications.
A framework provides a foundation for building software applications
It includes pre-written code and libraries that can be reused
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
GAVS Technologies interview questions for designations
I applied via Approached by Company and was interviewed before Dec 2021. There were 3 interview rounds.
Get interview-ready with Top GAVS Technologies Interview Questions
Experienced Senior Engineer with a strong background in software development and project management.
Over 10 years of experience in software engineering
Expertise in project management and leading cross-functional teams
Proficient in multiple programming languages such as Java, Python, and C++
Strong problem-solving skills and ability to deliver high-quality solutions
Previous projects include developing a scalable e-commer...
Basic java programming
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap uses the hashCode() method of ke...
JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces enable the use of lambda expressions.
Streams provide a way to work with sequences of elements efficiently.
Default methods allow interfaces to have concrete methods.
Date and Time API improvements.
It was medium level question
based on 58 reviews
Rating in categories
Senior Engineer
598
salaries
| ₹6.6 L/yr - ₹23.6 L/yr |
Engineer
287
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Lead Engineer
266
salaries
| ₹8 L/yr - ₹33 L/yr |
Senior Software Engineer
221
salaries
| ₹6.4 L/yr - ₹24.1 L/yr |
Software Engineer
215
salaries
| ₹2.4 L/yr - ₹10.2 L/yr |
TCS
Infosys
Wipro
HCLTech