Upload Button Icon Add office photos

Filter interviews by

Kmg Infotech Interview Questions and Answers

Updated 24 Apr 2023

Kmg Infotech Interview Experiences

Popular Designations

3 interviews found

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 - Resume Shortlist 

(1 Question)

  • Q1. Inttoduction to your profile
  • Ans. 

    I am a seasoned consultant with expertise in project management and business strategy.

    • Over 10 years of experience in consulting for various industries

    • Strong background in project management and business strategy

    • Proven track record of delivering successful projects on time and within budget

    • Excellent communication and leadership skills

    • Experience working with cross-functional teams and stakeholders

    • Proficient in data analy...

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

(1 Question)

  • Q1. Use case, business analysis documentation, sql

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
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. What is your favorite hobby?
  • Q2. Could you tell me your education background?

Interview Preparation Tips

Interview preparation tips for other job seekers - read more questions and prepare before mirror, it may make you know how to keep smile!

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I appeared for an interview in Nov 2020.

Interview Questionnaire 

2 Questions

  • Q1. What is an object and classes ?give an example from real senecio
  • Ans. 

    Objects and classes are fundamental concepts in object-oriented programming.

    • An object is an instance of a class that encapsulates data and behavior.

    • A class is a blueprint or template for creating objects.

    • Example: A car is an object, while its blueprint is the class.

    • Objects can interact with each other through methods and properties.

    • Classes can inherit properties and methods from other classes.

    • Example: A sports car can

  • Answered by AI
  • Q2. Inheritance?

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Kmg Infotech

View all

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Nov 2022.

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 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.
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 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 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

Java basic aptitude question in general

Round 3 - Coding Test 

Core java oops and thread ,collection

Round 4 - HR 

(2 Questions)

  • Q1. Java basics and thread
  • Q2. Oops, collection,JDBC, spring boot,

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be Hope! and failed is motivation, you know you can failed one day is a big success.

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

Round 1 - Technical 

(1 Question)

  • Q1. What are development life cycles
  • Ans. 

    Development life cycles are processes used to plan, design, build, test, and deploy software applications.

    • There are several development life cycles, including Waterfall, Agile, and DevOps.

    • The Waterfall model is a linear approach where each phase must be completed before moving on to the next.

    • Agile methodologies focus on iterative development and continuous feedback.

    • DevOps combines development and operations to create a...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How did you do deployment
Round 3 - One-on-one 

(1 Question)

  • Q1. What's your ctc and ectc
  • Ans. 

    I prefer not to disclose my current or expected salary as it is not relevant to my qualifications and experience.

    • I believe that my skills and experience are more important than my current or expected salary

    • I am open to discussing compensation that is fair and competitive for the role and my qualifications

    • I am more interested in the opportunity to work on challenging projects and grow my skills

    • I would like to focus on h...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interviews and refresh your technical skills

Skills evaluated in this interview

Kmg Infotech Interview FAQs

How many rounds are there in Kmg Infotech interview?
Kmg Infotech interview process usually has 2-3 rounds. The most common rounds in the Kmg Infotech interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Kmg Infotech 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 Kmg Infotech. The most common topics and skills that interviewers at Kmg Infotech expect are Networking, Switching, Network Engineering, Network Administration and Router.
What are the top questions asked in Kmg Infotech interview?

Some of the top questions asked at the Kmg Infotech interview -

  1. What is an object and classes ?give an example from real senec...read more
  2. Inttoduction to your prof...read more
  3. Use case, business analysis documentation, ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
CGS Interview Questions
3.5
 • 25 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
EFKON INDIA Interview Questions
3.9
 • 10 Interviews
View all

Kmg Infotech Reviews and Ratings

based on 56 reviews

3.3/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.1

Salary

3.3

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 56 Reviews and Ratings
Senior Engineer (SQL)

Gurgaon / Gurugram

5-8 Yrs

Not Disclosed

Senior Engineer

Jaipur

8-12 Yrs

Not Disclosed

Lead Data Engineer

Gurgaon / Gurugram

8-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹6 L/yr - ₹12.2 L/yr

Network Engineer
12 salaries
unlock blur

₹2.6 L/yr - ₹4.8 L/yr

Software Developer
10 salaries
unlock blur

₹3.5 L/yr - ₹6.3 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Kmg Infotech with

HCL Infosystems

3.9
Compare

Pitney Bowes

3.7
Compare

Dahua Technology India Pvt.Ltd.

3.5
Compare

Arvato

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