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 Junior Engineer Interview Questions and Answers

Updated 20 Jun 2024

GAVS Technologies Junior Engineer Interview Experiences

3 interviews found

Junior Engineer Interview Questions & Answers

user image A. M. Saranya

posted on 20 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - Group Discussion 

I spoke some words about that topics

Round 2 - HR 

(1 Question)

  • Q1. Introduction for myseelf. Some interview questions for java
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How will you clear credentials in credential manager.
Round 2 - Technical 

(1 Question)

  • Q1. SLA of p1, P2, p3, P4 incidents
  • Ans. 

    SLA of incidents p1, p2, p3, p4 varies based on severity and impact.

    • SLA for p1 incidents is typically shorter as they are critical and require immediate attention.

    • SLA for p2 incidents is longer than p1 but still requires prompt resolution.

    • SLA for p3 incidents is moderate as they are less critical and can be resolved within a reasonable timeframe.

    • SLA for p4 incidents is the longest as they are minor issues with low impa

  • Answered by AI

Junior Engineer Interview Questions Asked at Other Companies

asked in Tata Steel
Q1. What is the main role of Junior engineer in Electrical maintenanc ... read more
asked in JSW Steel
Q2. Buchhlz relay, what is relay, what is sensor, you read or not ele ... read more
Q3. If reactor pressure or synthesis pressure increases then how to b ... read more
Q4. What is the thickness of motar used in brickwork (vertical/horizo ... read more
Q5. What is quality,how many types of quality.5s kaizen,gd&t & ... read more

I applied via Company Website and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. All questions in related with system OS
  • Q2. Blue screen,blackscreen,system slowness,
  • Q3. Outlook, 0365,MAC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers even when you are not sure about it. Everyone of us is a beginer when you join a new concern

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Closure,array destructuring,arrow function,rest parameter,bind,call and apply. Lazy loading, react context,usecallback,lifecycle method using hooks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. Questions based on HTML5,CSS3,Vanila JS,ES6,React JS.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.polyfill map, currying vs closure, reduce method, explain this?, 2.what is lazyload and suspense, single thread vs multi thread, Event loop(task queue & microtask queue)?
  • Q2. Explain redux? Redux vs context api? ES6 features? Rest vs Spread? null vs undefined?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of an application in a predictable way.

    • Redux follows a unidirectional data flow pattern.

    • Context API is a built-in feature of React that can be used for state management, but it is not as powerful as Redux.

    • ES6 features include arrow functions, template literals, destru...

  • Answered by AI
Round 3 - Coding Test 

Output based question regarding shallow and deepcopy related to object.
write a program for i/p: "This is the JS guide, developer!" o/p: "sihT si eht SJ ,ediug !repoleved"
react timer based output start, stop and reset.

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared all rounds and holded one offer in this process. This whole interview process took around 2 months. BGV itself 1 month (very very slow). Got letter of intent alike Offer letter. By trusting this LOI I withdraw my other offer. HR named irfana from chennai (worst person) and Meghna who is superior to her. Both of them didnt even respond for status which i have been asking for two week continuously. No response, Literally altimetrik wasted my time and efforts.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous projects, Basic React Questions and Node js questions.
Round 2 - Coding Test 

Fetching data from api, DSA question (Queue implementation)

Round 3 - HR 

(1 Question)

  • Q1. Salary and package discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round - just project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA concepts.

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.
Round 1 - Coding Test 

Live coding on my technology

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops, solid principles, mvc vs mvvm vs mvp
Round 3 - HR 

(1 Question)

  • Q1. About ur self and recent achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present what u know..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Oops concepts, lots of java
  • Q2. In depth about Microservices
  • Q3. About why I want to join
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Wat is singleton class, difference bw hashmap and concurrent hashmap
  • Ans. 

    Singleton class is a class that can only have one instance, while HashMap is not thread-safe but ConcurrentHashMap is.

    • Singleton class restricts instantiation to one object, ensuring a single instance throughout the application.

    • HashMap allows multiple threads to access and modify it concurrently, which can lead to data corruption in a multi-threaded environment.

    • ConcurrentHashMap is thread-safe and allows multiple thread...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Had questions related to data structures
Round 3 - HR 

(1 Question)

  • Q1. Related to work culture and salary related details

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Engineer interview:
  • Data Structures
  • Algorithms
  • Java 8
  • Spring Boot

Skills evaluated in this interview

GAVS Technologies Interview FAQs

How many rounds are there in GAVS Technologies Junior Engineer interview?
GAVS Technologies interview process usually has 2 rounds. The most common rounds in the GAVS Technologies interview process are Technical, Group Discussion and HR.
What are the top questions asked in GAVS Technologies Junior Engineer interview?

Some of the top questions asked at the GAVS Technologies Junior Engineer interview -

  1. SLA of p1, P2, p3, P4 incide...read more
  2. Introduction for myseelf. Some interview questions for j...read more
  3. All questions in related with system ...read more

Tell us how to improve this page.

GAVS Technologies Junior Engineer Interview Process

based on 2 interviews

Interview experience

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

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 277 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all

Fast track your campus placements

View all
GAVS Technologies Junior Engineer Salary
based on 16 salaries
₹3 L/yr - ₹6 L/yr
34% more than the average Junior Engineer Salary in India
View more details

GAVS Technologies Junior Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.4

Skill development

4.3

Work-life balance

4.3

Salary

3.4

Job security

4.4

Company culture

4.4

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
625 salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Lead Engineer
288 salaries
unlock blur

₹8 L/yr - ₹30.8 L/yr

Engineer
284 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Software Engineer
236 salaries
unlock blur

₹6.2 L/yr - ₹25.5 L/yr

Software Engineer
207 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Explore more salaries
Compare GAVS Technologies with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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