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

Updated 25 Sep 2024

KGISL Junior Process Executive Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Good and useful to share information about the topic

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and detail-oriented individual with a strong background in process management and problem-solving.

    • I have a Bachelor's degree in Business Administration with a focus on operations management

    • I have experience working in a fast-paced environment where I successfully streamlined processes to improve efficiency

    • I am proficient in using various software tools to analyze data and identify areas for improvement

  • Answered by AI
  • Q2. Tell me a short story
  • Ans. 

    A young girl discovers a magical book that transports her to different worlds.

    • The girl finds the book in an old library

    • Each time she opens the book, she is taken to a new adventure

    • She meets fantastical creatures and overcomes challenges in each world

  • Answered by AI
  • Q3. Short term goals

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops, Data Structures and Algorithms, C++, PHP, HTML, CSS, React, Java, Angular, Spring.

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

(2 Questions)

  • Q1. Only typing test.
  • Q2. Basic questions ask only.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Assignment 

The Basic mail communication and some mail scenario based questions

Round 2 - One-on-one 

(1 Question)

  • Q1. All the basic details and why do you want to switch. About the experince
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was aptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. What are OOPS in java?
  • Ans. 

    OOPS in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPS stands for Object-Oriented Programming concepts

    • Includes inheritance, encapsulation, polymorphism, and abstraction

    • Encourages modular and reusable code

    • Allows for easier maintenance and updates

    • Example: Creating classes and objects in Java

  • Answered by AI
  • Q2. Explain exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Use try-catch blocks to handle exceptions

    • Use finally block to execute code regardless of exception

    • Use throw keyword to manually throw exceptions

    • Use throws keyword in method signature to declare exceptions that can be thrown

  • Answered by AI

Skills evaluated in this interview

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

I applied via Telegram and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

Reasoning ability ,verbality ,arthamatic ability and communication skills

Round 3 - Technical 

(1 Question)

  • Q1. Oops ,Basic keywords of computer ,c language, coding
Round 4 - HR 

(1 Question)

  • Q1. Relocation, Discussed about the work location
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

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 - HR 

(5 Questions)

  • Q1. Why did you decide to apply to this role?
  • Ans. Because i am seeking a more challenging opportunity in my field
  • Answered by Deepasri.k
  • Q2. Describe the workplace where you'll be most happy and productive
  • Ans. An environment where the members of the team have a strong sense of camaraderie and a good work ethic
  • Answered by Deepasri.k
  • Q3. Why are you interested in this job?
  • Q4. Why i should hire you?
  • Q5. What are your strengths?

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Junior Software Developer interview:
  • Tell me about yourself
  • Udemy
  • Skillshare
Interview preparation tips for other job seekers - Learn job keywords
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at A. D. Patel Institute of Technology, Vallabh Vidyanagar and was interviewed in Jun 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

Ask what the effects on Indian economy due to climent change

Round 3 - Aptitude Test 

Ask some aptitude and technical questions

Round 4 - Technical 

(1 Question)

  • Q1. Ask some dbms queries and method overloading and method overridng
Round 5 - HR 

(1 Question)

  • Q1. Add oops concepts on room
  • Ans. 

    Object-oriented programming concepts can be applied to a room by treating it as an object with properties and behaviors.

    • Encapsulation: Encapsulate the room's properties (such as size, color, furniture) and behaviors (such as lighting, temperature control) within a Room class.

    • Inheritance: Create subclasses of Room for different types of rooms (e.g. Bedroom, LivingRoom) that inherit common properties and behaviors from t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds are best experience for me.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

First step is aptitude test . This questions are easy.

Round 3 - Coding Test 

In that aptitude test another section is coding question(2 questions)

Round 4 - Technical 

(2 Questions)

  • Q1. They generally ask basic questions like- what is stack? some queries in SQL
  • Q2. How to create login form in html?
  • Ans. 

    To create a login form in HTML, use the

    element with input fields for username and password.

    • Use the element to create the form.

    • Add elements for username and password fields.

    • Set the 'type' attribute of the input fields to 'text' or 'password'.

    • Include a submit button using the element with 'type' set to 'submit'.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for resume based question. In my resume I mentioned ReactJS, so they ask basic question about it.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Normal Aptitude MCQs were asked.

Round 3 - Coding Test 

OOPs, Normal output based ques, C ques were asked.

Round 4 - Technical 

(1 Question)

  • Q1. Some string manipulation questions were asked. Basics of Java, SQL and C was also asked
Round 5 - HR 

(1 Question)

  • Q1. Introduce yourself, ques regarding flexible timings, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company for freshers, learn and switch in 1-1.5 yrs.

KGISL Interview FAQs

How many rounds are there in KGISL Junior Process Executive interview?
KGISL interview process usually has 2 rounds. The most common rounds in the KGISL interview process are Group Discussion and One-on-one Round.

Tell us how to improve this page.

KGISL Junior Process Executive Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
NeoSOFT Interview Questions
3.9
 • 261 Interviews
View all

KGISL Junior Process Executive Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

4.1

Salary

4.1

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 2 Reviews and Ratings
Associate
395 salaries
unlock blur

₹1.6 L/yr - ₹9.9 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
199 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Process Associate
165 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Explore more salaries
Compare KGISL 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