Upload Button Icon Add office photos

Filter interviews by

Kinfotech Interview Questions, Process, and Tips

Updated 3 Oct 2024

Top Kinfotech Interview Questions and Answers

Kinfotech Interview Experiences

Popular Designations

5 interviews found

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

100 marks 1.30 hour python , SQL

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me the brief explanation of python
  • Ans. 

    Python is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.

    • Python is dynamically typed, meaning you don't have to declare variable types.

    • It supports multiple programming paradigms like procedural, object-oriented, and functional programming.

    • Python has a large standard library and a vibrant community, making it easy to find solutions and libraries for various t...

  • Answered by AI
  • Q2. What are the benefits of using python language
  • Ans. 

    Python is a versatile and easy-to-learn programming language with a wide range of applications.

    • Simple and readable syntax makes it easy to learn and use

    • Extensive standard library with built-in modules for various tasks

    • Support for multiple programming paradigms like procedural, object-oriented, and functional programming

    • Great for data analysis, machine learning, web development, automation, and more

  • Answered by AI
  • Q3. Is python compile language or interpreted language
  • Ans. 

    Python is an interpreted language.

    • Python is not compiled into machine code before execution, instead it is interpreted line by line at runtime.

    • This allows for easier debugging and dynamic typing.

    • Examples of interpreted languages include Python, JavaScript, and Ruby.

  • Answered by AI

Skills evaluated in this interview

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Core Java, spring boot ,hibernate, rest api

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 (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are JDK, JRE & JVM? Signify public static void main (String [] args). Difference between ArrayList and LinkedList?
  • Ans. 

    JDK is Java Development Kit, JRE is Java Runtime Environment, and JVM is Java Virtual Machine. public static void main (String [] args) is the entry point of a Java program. ArrayList and LinkedList are both implementations of the List interface in Java, but ArrayList uses a dynamic array for storing elements while LinkedList uses a doubly linked list.

    • JDK (Java Development Kit) is a software development kit used for de...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advantages of Spring Boot framework? Annotations in Spring or Spring Boot? What are Primary key and foreign key in SQL? What is @Qualofier in Spring Boot?
  • Ans. 

    Spring Boot framework provides rapid development, easy configuration, and built-in features. Annotations simplify development. Primary key uniquely identifies a record in a table, foreign key establishes a relationship between tables. @Qualifier in Spring Boot is used to specify which bean to autowire.

    • Spring Boot offers rapid development, easy configuration, and built-in features like embedded servers.

    • Annotations in Sp...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses? How would you handle pressure in your professional life?

Skills evaluated in this interview

Backend Java Developer Interview Questions asked at other Companies

Q1. Take a list and find the list containing prime numbers in list, Find the highest salary of employees using streams and also basic SQL queries on joins
View answer (1)

DOT NET Developer Interview Questions & Answers

user image Devarshi Khamar

posted on 3 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aithmetic and verbal and non verbal

Round 2 - Coding Test 

Coding test has 3 to 4 code on codebytes

Interview Preparation Tips

Interview preparation tips for other job seekers - if youto these company

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Kinfotech interview questions for popular designations

 Devops Engineer

 (1)

 Python Developer Intern

 (1)

 Backend Java Developer

 (1)

 Software Developer

 (1)

 DOT NET Developer

 (1)

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

I applied via Walk-in and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. AWS devops git github jenkins ansible docker
  • Q2. Terraform kubernetes python
  • Q3. KUBERNETES=1 YEAR
  • Q4. DOCKER AND TERRAFORM=2 YEARS

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Kinfotech Interview FAQs

How many rounds are there in Kinfotech interview?
Kinfotech interview process usually has 1-2 rounds. The most common rounds in the Kinfotech interview process are Technical, Aptitude Test and One-on-one Round.
What are the top questions asked in Kinfotech interview?

Some of the top questions asked at the Kinfotech interview -

  1. What are JDK, JRE & JVM? Signify public static void main (String [] args). Diff...read more
  2. Advantages of Spring Boot framework? Annotations in Spring or Spring Boot? What...read more
  3. what are the benefits of using python langu...read more

Tell us how to improve this page.

Kinfotech Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 791 Interviews
View all

Kinfotech Reviews and Ratings

based on 46 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.3

Job security

4.5

Company culture

4.1

Promotions

4.4

Work satisfaction

Explore 46 Reviews and Ratings
Java Developer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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