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 Android Developer Interview Questions and Answers

Updated 10 Sep 2024

KGISL Android Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.

    • Strong problem-solving skills

    • Attention to detail

    • Passion for learning new technologies

  • Answered by AI
  • Q2. What are your weekness
  • Ans. 

    My weakness is that I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

    • I have a tendency to spend too much time on a task to ensure it is perfect

    • I struggle with delegating tasks to others because I want to make sure they are done correctly

    • I can be overly self-critical, which can affect my confidence

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.

    • Strong problem-solving skills

    • Attention to detail

    • Passion for learning new technologies

  • Answered by AI
  • Q2. What are your weekness
  • Ans. 

    My weakness is that I can be overly critical of my own work, which can sometimes lead to perfectionism.

    • I tend to spend too much time on a task to ensure it is perfect

    • I have difficulty delegating tasks to others

    • I can be too self-critical and have high expectations for myself

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Based on core java Advanced java
  • Q2.  I have completed software developer course from Jspiders
  • Q3. Please gives the interviews based on Core Java and advanced Java
  • Q4. I am very happy to work with your organization si can you please give me a one chance ?
  • Q5. I have good knowledge on Oops language so

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good understanding about core java.
I have good knowledge on oops Concept.
Advanced java and stream APIs and stream framworks etc.

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

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

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 applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the basics on which you are working or learned and the profile they have offered. Be brave and don't be get scared by seeing the interviewer and the way he asking questions.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Puzzle on tic tac toe
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a screening round where questions where from java springboot and micro services

Round 2 - Technical 

(2 Questions)

  • Q1. What are the java 8 features
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and more.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Streams provide a new way to work with collections in a functional style.

    • Functional interfaces enable the use of lambda expressions.

    • Default methods allow interfaces to have method implementations.

    • Method references provide a way to ref...

  • Answered by AI
  • Q2. Why do we need to overide equals and hashcode
  • Ans. 

    To ensure correct behavior when using objects in collections like HashMap or HashSet.

    • Ensures that two objects that are equal have the same hash code.

    • Prevents duplicate objects in collections like HashSet.

    • Allows for correct retrieval of objects from collections like HashMap.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. It was a managerial round so had questions related to it
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations where done on this round

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Online one and half hours

Round 2 - Technical 

(1 Question)

  • Q1. Basic java sql python
Round 3 - HR 

(1 Question)

  • Q1. Introduction,family background,why you want to join our company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. 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. Explain chexkout flow in sfcc
  • Ans. 

    Checkout flow in Salesforce Commerce Cloud (SFCC) involves steps like cart review, shipping address selection, payment method selection, order summary review, and order confirmation.

    • Cart review: Customer reviews items in their cart before proceeding to checkout.

    • Shipping address selection: Customer enters or selects a shipping address for delivery.

    • Payment method selection: Customer chooses a payment method for the order...

  • Answered by AI
  • Q2. Explain web services
  • Ans. 

    Web services are software systems designed to allow communication between different devices over the internet.

    • Web services use standard protocols like HTTP to enable communication

    • They can be used to exchange data between different applications or systems

    • Examples include RESTful APIs, SOAP, and XML-RPC

  • Answered by AI
  • Q3. Explain job framework
  • Ans. 

    Job framework refers to the structure and guidelines that define roles, responsibilities, and processes within a job or organization.

    • Job framework outlines the specific duties and expectations for a particular job position.

    • It helps employees understand their roles and responsibilities within the organization.

    • Frameworks can include job descriptions, performance metrics, and career development paths.

    • Example: A software d...

  • Answered by AI
  • Q4. Diff btw content asset and slot
  • Ans. 

    Content asset is the actual content being displayed, while a slot is the space where the content asset is placed.

    • Content asset is the actual content being displayed on a webpage or application.

    • Slot is the space or location on a webpage or application where the content asset is placed.

    • Content asset can be text, images, videos, etc.

    • Slot can be a banner ad space, a section on a webpage, etc.

  • Answered by AI
  • Q5. 3rd part payment integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mid level

Skills evaluated in this interview

KGISL Interview FAQs

How many rounds are there in KGISL Android Developer interview?
KGISL interview process usually has 2 rounds. The most common rounds in the KGISL interview process are HR.
How to prepare for KGISL Android 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 Android SDK, AWS, Android, Android Studio and CI.

Tell us how to improve this page.

KGISL Android Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
NeoSOFT Interview Questions
3.7
 • 263 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
Microland Interview Questions
3.4
 • 128 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
View all
Associate
387 salaries
unlock blur

₹1.6 L/yr - ₹11 L/yr

Senior Associate
318 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Process Associate
264 salaries
unlock blur

₹1 L/yr - ₹4.1 L/yr

Junior Associate
200 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.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview