Upload Button Icon Add office photos
Engaged Employer

i

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

KGISL Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KGISL Java Developer Interview Questions and Answers

Updated 12 Aug 2024

KGISL Java Developer Interview Experiences

5 interviews found

Java Developer Interview Questions & Answers

user image R V Razzpurohit

posted on 28 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Getting apptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Spring Boot Question
  • Q2. Spring Boot inter view Question

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic core java and spring boot question s

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 

(5 Questions)

  • Q1. It was a short 30 minutes interview. Most of questions were form Spring boot and few from SQL
  • Q2. Spring boot Annotations, dependency injection, http methods, controller vs RestController, optional class, http error codes, Put vs Post, actuator
  • Q3. Spring boot annotaitons
  • Q4. Java stream program
  • Q5. Question based on scenarios for SQL
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy questions 15+one coding q

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept is important
Round 3 - Technical 

(1 Question)

  • Q1. Oops+java knowledge

KGISL interview questions for designations

 Junior Java Developer

 (1)

 Software Developer

 (3)

 SQL Developer

 (1)

 Database Developer

 (1)

 Junior Developer

 (1)

 UI Developer

 (1)

 Android Developer

 (1)

 Embedded Software Developer

 (1)

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

I applied via Naukri.com and was interviewed in Nov 2022. 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. Java oops concepts
  • Q2. Springboot work flow
Round 3 - Coding Test 

Consumer problem and predicates problem

Interview Preparation Tips

Topics to prepare for KGISL Java Developer interview:
  • Java
  • Springboot
  • Sql

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to react js amd js

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. There will he two rounds technical. One will be telephonic and second will be skyp video.

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

KGISL Interview FAQs

How many rounds are there in KGISL Java Developer interview?
KGISL interview process usually has 2-3 rounds. The most common rounds in the KGISL interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for KGISL Java 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 KGISL. The most common topics and skills that interviewers at KGISL expect are Java, Hibernate, Spring Boot, Javascript and Angular.
What are the top questions asked in KGISL Java Developer interview?

Some of the top questions asked at the KGISL Java Developer interview -

  1. Spring boot Annotations, dependency injection, http methods, controller vs Rest...read more
  2. It was a short 30 minutes interview. Most of questions were form Spring boot an...read more
  3. Java oops conce...read more

Tell us how to improve this page.

KGISL Java Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
KGISL Java Developer Salary
based on 30 salaries
₹1 L/yr - ₹5.5 L/yr
45% less than the average Java Developer Salary in India
View more details

KGISL Java Developer Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

2.8

Salary

3.0

Job security

2.7

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 4 Reviews and Ratings
Associate
401 salaries
unlock blur

₹1.6 L/yr - ₹9.5 L/yr

Senior Associate
317 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Process Associate
264 salaries
unlock blur

₹1 L/yr - ₹4.1 L/yr

Junior Associate
199 salaries
unlock blur

₹1.3 L/yr - ₹5.4 L/yr

Senior Process Associate
154 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Explore more salaries
Compare KGISL with

ITC Infotech

3.6
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

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