Premium Employer

i

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

GAVS Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GAVS Technologies Software Developer Interview Questions and Answers

Updated 7 Dec 2024

GAVS Technologies Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image DineshKumar Dharmaraj

posted on 7 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is OOPS concept
  • Q2. What is dependency injection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Anna University and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was medium level if you think means you'll get the answer

Round 2 - Coding Test 

I was quite tough level

Round 3 - Technical 

(3 Questions)

  • Q1. They asked about my project and they asked me about rate your self for programming language and then they asked about oops concepts and DBMS explain the normalisation and what is dml and it's uses.what is ...
  • Q2. Focus on your projects
  • Q3. Oops concepts and DBMS

Interview Preparation Tips

Topics to prepare for GAVS Technologies Software Developer interview:
  • Datastructure
  • OOPS
  • Java
  • C++
  • DBMS
Interview preparation tips for other job seekers - What are the skills you put in resume that only thing the pannel will asked.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. There were two technical and one HR round. Question were scenario based on sql and .net applications.
  • Q2. Replication of Databases
  • Ans. 

    Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.

    • Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.

    • There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.

    • Replication can be synchronous or asynchronous, wi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. I was not selected for round two
  • Q2. I am not aware of question in 2nd technical
Round 3 - HR 

(1 Question)

  • Q1. I was not selected for HR round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

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

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Round 2 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp

GAVS Technologies Interview FAQs

How many rounds are there in GAVS Technologies Software Developer interview?
GAVS Technologies interview process usually has 2 rounds. The most common rounds in the GAVS Technologies interview process are Aptitude Test, Coding Test and Technical.
How to prepare for GAVS Technologies Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GAVS Technologies. The most common topics and skills that interviewers at GAVS Technologies expect are Angular, Angularjs, Front End, Linux and OBIEE.
What are the top questions asked in GAVS Technologies Software Developer interview?

Some of the top questions asked at the GAVS Technologies Software Developer interview -

  1. Oops concepts and D...read more
  2. what is dependency inject...read more
  3. what is OOPS conc...read more

Tell us how to improve this page.

GAVS Technologies Software Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Join GAVS Technologies AI-led digital transformation

Fast track your campus placements

View all
GAVS Technologies Software Developer Salary
based on 65 salaries
₹3 L/yr - ₹8.7 L/yr
35% less than the average Software Developer Salary in India
View more details

GAVS Technologies Software Developer Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

3.3

Job security

3.4

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 11 Reviews and Ratings
Senior Engineer
607 salaries
unlock blur

₹6.7 L/yr - ₹23.5 L/yr

Engineer
284 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Lead Engineer
269 salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Senior Software Engineer
226 salaries
unlock blur

₹6.1 L/yr - ₹25 L/yr

Software Engineer
211 salaries
unlock blur

₹2.4 L/yr - ₹10.4 L/yr

Explore more salaries
Compare GAVS Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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