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 Senior Process Associate Interview Questions and Answers for Experienced

Updated 22 May 2024

KGISL Senior Process Associate Interview Experiences for Experienced

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Jul 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectation
  • Q3. Roles in previous organisation
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Previous company experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. I have been interviewed for senior level so the interview went with HR round and then Virtual meeting with VC.
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your knowledge about handling customers ? (But actually they noticed my fluency in English more than the answer I gave)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident about everything you know. Be bold about anything that you don't know by approaching it with a learner mindset (I haven't heard or learn about it but I will).

Senior Process Associate Interview Questions Asked at Other Companies for Experienced

asked in Genpact
Q1. What is Purchase Order?
asked in TCS
Q2. HOW A IS IMPORTANT FOR AN BUSINESS TO GROW & WHAT IS THE IMPO ... read more
asked in Genpact
Q3. How many types account and Golden rule of accounts:
asked in Genpact
Q4. What is Invoice?
Q5. Can you help me understand where we use the H-lookup ?

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept Java fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Project work framework Rest Assured

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was the easy round to clear they ask basic quans which include DBMS and grammar over all the round was easy

Round 2 - Communication 

(1 Question)

  • Q1. The test was condected by AI overall the round is easy
Round 3 - Technical 

(1 Question)

  • Q1. They asked questions about my project and basic question in java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. Why did we hired you
  • Q2. What is next 5 years see your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test all mathematical and general aptitude questions

Round 2 - Group Discussion 

Any topic related to current trends

Round 3 - Technical 

(3 Questions)

  • Q1. Totally technical round all the questions related to the position that you are applying for
  • Q2. Different types of Models etc..
  • Ans. 

    There are various types of models used in different fields such as statistical models, mathematical models, physical models, etc.

    • Statistical models: Used in data analysis to make predictions or draw inferences.

    • Mathematical models: Represented using mathematical equations to describe real-world phenomena.

    • Physical models: Used to simulate physical systems or objects for testing or analysis.

    • Computer models: Utilized in co...

  • Answered by AI
  • Q3. Explain Bug life cycle or defect life cycle
  • Ans. 

    Bug life cycle or defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying bugs in software development.

    • Bug identification: Bugs are identified through testing, user feedback, or code reviews.

    • Bug reporting: Bugs are reported in a bug tracking system with details like steps to reproduce, severity, and priority.

    • Bug prioritization: Bugs are prioritized based on severity and impact on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and work hard

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Dec 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Understanding of interest in online education
  • Ans. 

    Online education offers flexibility, accessibility, and a wide range of courses.

    • Online education allows individuals to learn at their own pace and schedule.

    • It provides access to a variety of courses and programs from reputable institutions.

    • Online education eliminates geographical barriers and allows for learning from anywhere.

    • It offers flexibility for working professionals to balance their job and studies.

    • Online educat...

  • Answered by AI
  • Q2. Future of education in India
  • Ans. 

    The future of education in India is evolving with advancements in technology and a focus on skill-based learning.

    • Technology will play a crucial role in transforming the education system

    • Online learning platforms and digital tools will become more prevalent

    • Skill-based education will gain importance to meet industry demands

    • Personalized learning and adaptive assessments will enhance student engagement

    • Collaborative learning...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the company before you sit in the interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Java 8 features
  • Q2. Springboot , Microservice
  • Q3. Docker knowledge
  • Q4. Cloud concept like aws or azure
Round 3 - HR 

(1 Question)

  • Q1. Job change reason
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Moderate. Prepare well all the basic in selenium java.
  • Q2. Write java program included in interview process

KGISL Interview FAQs

How many rounds are there in KGISL Senior Process Associate interview for experienced candidates?
KGISL interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the KGISL interview process for experienced candidates are HR, One-on-one Round and Resume Shortlist.
How to prepare for KGISL Senior Process Associate interview for experienced candidates?
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 International Voice Process, international bpo, Invoice Processing, P2P and Semi Voice.
What are the top questions asked in KGISL Senior Process Associate interview for experienced candidates?

Some of the top questions asked at the KGISL Senior Process Associate interview for experienced candidates -

  1. What is your knowledge about handling customers ? (But actually they noticed my...read more
  2. I have been interviewed for senior level so the interview went with HR round an...read more

Tell us how to improve this page.

KGISL Senior Process Associate Interview Process for Experienced

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 131 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all
KGISL Senior Process Associate Salary
based on 154 salaries
₹1.2 L/yr - ₹6 L/yr
20% less than the average Senior Process Associate Salary in India
View more details

KGISL Senior Process Associate Reviews and Ratings

based on 26 reviews

2.5/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.1

Salary

2.3

Job security

2.4

Company culture

1.9

Promotions

2.4

Work satisfaction

Explore 26 Reviews and Ratings
Associate
395 salaries
unlock blur

₹1.3 L/yr - ₹11 L/yr

Senior Associate
304 salaries
unlock blur

₹4.2 L/yr - ₹16.1 L/yr

Process Associate
263 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Junior Associate
201 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Senior Process Associate
154 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Explore more salaries
Compare KGISL with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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