Upload Button Icon Add office photos

Filter interviews by

Kagami Interview Questions, Process, and Tips

Updated 16 May 2024

Top Kagami Interview Questions and Answers

Kagami Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

Manual testing related questions.

Round 3 - Technical 

(5 Questions)

  • Q1. What is SDlC Mode? What is Defect Bug life cycle?
  • Ans. 

    SDLC is a process followed for software development. Defect Bug life cycle is the process followed for managing defects in software.

    • SDLC includes planning, designing, coding, testing, and maintenance of software.

    • Defect Bug life cycle includes identification, reporting, analyzing, fixing, retesting, and closing of defects.

    • SDLC is a framework for software development while Defect Bug life cycle is a framework for managin...

  • Answered by AI
  • Q2. What is Testing? Project related questions?
  • Q3. What is test case? What is test scenario? Write the test cases?
  • Ans. 

    Test case is a set of instructions to test a specific functionality. Test scenario is a collection of test cases that test a specific feature.

    • Test case is a detailed step-by-step instruction to test a specific functionality or feature of the software.

    • Test scenario is a collection of test cases that test a specific feature or functionality.

    • Test cases should be written in a clear and concise manner, with expected results...

  • Answered by AI
  • Q4. Difference between white box testing and black box testing?
  • Ans. 

    White box testing is testing the internal structure of the application while black box testing is testing the functionality of the application.

    • White box testing is also known as clear box testing or structural testing.

    • Black box testing is also known as functional testing.

    • White box testing requires knowledge of the internal code and logic of the application.

    • Black box testing does not require knowledge of the internal co...

  • Answered by AI
  • Q5. What is sanity testing?
  • Ans. 

    Sanity testing is a quick and shallow testing technique to ensure that the application is stable enough for further testing.

    • It is performed after every build to check if the critical functionalities are working as expected.

    • It is a subset of regression testing.

    • It is not a replacement for thorough testing.

    • It helps to save time and effort by catching major issues early on.

    • Example: Checking if the login page is loading pro

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job search like it's your job.
Pump yourself up and stay positive.

Skills evaluated in this interview

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)
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 May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on Logical Thinking, SQL, Basic Java

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself Current CTC , Expected CTC Notice period Negotiations if any
  • Q2. Technical related to the skills you have and the position you applied for.
  • Q3. Scenario based technical questions
  • Q4. This round will be easy one if you clear the previous round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume and go through the JD for better understanding of the role.
Ask about the project and tools on which you are going to work.
Ask as much questions as possible to understand what is expected from the position.
All the Best!

I applied via Walk-in and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Any one related mi
  • Q2. I what job in our company.this company hiring mi?
  • Q3. I have graduate in BMS field so give me a one chance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Giveup my interview in telephone round.then ,

Interview Questionnaire 

3 Questions

  • Q1. Difference between KYC and AML
  • Ans. 

    KYC is the process of verifying the identity of a customer while AML is the process of preventing money laundering.

    • KYC is focused on identifying and verifying the identity of a customer

    • AML is focused on preventing money laundering and terrorist financing

    • KYC is a prerequisite for AML

    • KYC involves collecting and verifying customer information such as name, address, and identification documents

    • AML involves monitoring custo...

  • Answered by AI
  • Q2. Why KYC is used in some areas and why AML is not used in that area
  • Ans. 

    KYC is used to verify the identity of customers while AML is used to detect and prevent money laundering.

    • KYC is used to ensure that financial institutions are not used for illegal activities.

    • AML is not used in some areas because those areas may not have a high risk of money laundering.

    • KYC is mandatory in many countries for financial institutions to comply with regulations.

    • AML is used in areas where there is a high risk...

  • Answered by AI
  • Q3. Where to used AML and not too used
  • Ans. 

    AML is used in financial institutions to prevent money laundering, while it is not commonly used in other industries.

    • AML is used in financial institutions to detect and prevent money laundering and terrorist financing.

    • It involves the identification and verification of customers, monitoring of transactions, and reporting of suspicious activities.

    • AML is not commonly used in other industries, although some may have simila...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. Oops concept.
  • Q2. Decision making (if statement)
  • Q3. Loops
  • Q4. Use of log files
  • Ans. 

    Log files are used to record events and actions in a system or application.

    • Log files can be used for debugging and troubleshooting.

    • They can also be used for auditing and compliance purposes.

    • Log files can help identify security breaches or unauthorized access.

    • They can be used to monitor system performance and identify bottlenecks.

    • Log files can be analyzed to gain insights into user behavior and usage patterns.

  • Answered by AI
  • Q5. Debugging in a program/ project
  • Ans. 

    Debugging is the process of identifying and fixing errors in a program or project.

    • Debugging involves analyzing code and identifying errors

    • Tools like debuggers and logging can aid in the process

    • Common errors include syntax errors, logic errors, and runtime errors

    • Debugging should be done systematically and thoroughly

    • Testing and retesting is important to ensure all errors are fixed

  • Answered by AI
  • Q6. Static variable or static function
  • Q7. Data type
  • Q8. Try catch and finally
  • Q9. Final variable
  • Q10. Inheritance
  • Q11. Package and interface
  • Q12. Accessibly of variable or function
  • Ans. 

    Accessibility of variable or function

    • Variables and functions should be accessible to the parts of the code that need them

    • Accessibility can be controlled using access modifiers like public, private, and protected

    • Accessibility can also be affected by the scope of the variable or function

  • Answered by AI
  • Q13. Sql DDL, DML Statement
  • Q14. Sql join (all types of join)
  • Q15. Sql case sensitive statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics. Be confident of your answer. Keep practising the logics for small programs

Skills evaluated in this interview

deputy credit operation executive Interview Questions & Answers

Cholamandalam Investment & Finance user image Anonymous

posted on 9 Jan 2021

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Questions related to credit policies
  • Q2. How would you decide that a customer is genuine or authentic
  • Q3. Questions related to my hometown, my previous job, my role at that organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and just answer your own views on any topic, don't copy

Relegion manager Interview Questions & Answers

Motilal Oswal Financial Services user image Anonymous

posted on 7 Jan 2021

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. I can understand English but don't speak English fastely
  • Q2. Plz you train me better speak English

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice me confidence for interview

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was asked did you marry?
  • Q2. It is a very tough job !

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident! tell them I am ready to work very hard.

Interview Questionnaire 

2 Questions

  • Q1. I was asked about SQL,Database Design questions, Normalization, Joins and Index .Also I was asked about my achievements ,what challenges in faced in previous role and how did I cope up with ?
  • Q2. Prepare for SQL and database concepts thoroughly.And be fluent in answering behavioral questions

Kagami Interview FAQs

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

Some of the top questions asked at the Kagami interview -

  1. What is test case? What is test scenario? Write the test cas...read more
  2. Difference between white box testing and black box testi...read more
  3. What is SDlC Mode? What is Defect Bug life cyc...read more

Tell us how to improve this page.

Kagami Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 567 Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
Bajaj Finserv Interview Questions
4.0
 • 518 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Xyz Company Interview Questions
3.8
 • 457 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
BNY Interview Questions
3.9
 • 339 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
View all

Kagami Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

4.0

Salary

3.8

Job security

4.4

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 19 Reviews and Ratings
Business Analyst
19 salaries
unlock blur

₹3 L/yr - ₹12.1 L/yr

Software Developer
17 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

UI Developer
10 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Software Engineer
7 salaries
unlock blur

₹3.1 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Kagami with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

HSBC Group

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