Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by KocharTech Team. If you also belong to the team, you can get access from here

KocharTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KocharTech Software Developer Interview Questions and Answers

Updated 13 Jul 2023

KocharTech Software Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jun 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 - Technical 

(1 Question)

  • Q1. String based question check if the given word is present in the sentence
  • Ans. 

    Check if a given word is present in a sentence

    • Split the sentence into words

    • Iterate through the words to check if the given word is present

    • Handle case sensitivity and punctuation

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on core dbms,oops,java, project based discussion
Round 4 - HR 

(1 Question)

  • Q1. Introduction questions about your laptop Situation based

Interview questions from similar companies

I appeared for an interview before Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Which computer languages are you comfortable with?
  • Ans. 

    I am comfortable with multiple computer languages.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q2. Why do you want to join this organization?
  • Ans. 

    I am impressed by the company's innovative projects and strong team culture.

    • Impressed by innovative projects

    • Strong team culture

    • Opportunity for growth and learning

  • Answered by AI
  • Q3. Discuss on the case of manesar maruti plant.

Interview Preparation Tips

Round: Technical + HR Interview
Experience: I explained that I know C,C#,Java,.Net and I can work with these languages and do coding. In the second question I explained why I want to join the organization, what is good in the organization and in which areas I want to work that the organization is good in.
Tips: Be confident and speak technically correct.

Round: Case Study Interview
Experience: I analysed the case and came up with recommendations and assumptions. I finally submitted the conclusion on the case.
Tips: Read the case properly when it is given.

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Based on projects
  • Q2. Tricky questions

Interview Preparation Tips

Round: Test
Experience: There were three sections
Eg:- math aptitude and verbal
Each containing 20 question each
Tips: If one question is taking more than enough time switch to next
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: During this round interviewer checked the knowledge of the student
Tips: Prepare well for your interview

Round: HR Interview
Experience: In this round interviewer checks the presence of mind of student
Tips: Be attentive

College Name: Chitkara University, Himachal Pradesh

I applied via Recruitment Consultant and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the layers in OSI model?
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces.

    • Examples of protocols that operate at dif...

  • Answered by AI
  • Q2. What is the difference between c++ and java??
  • Ans. 

    C++ is a compiled language while Java is an interpreted language.

    • C++ is faster and more efficient than Java.

    • Java is platform-independent while C++ is platform-dependent.

    • C++ supports multiple inheritance while Java does not.

    • Java has automatic garbage collection while C++ does not.

    • C++ allows for low-level memory manipulation while Java does not.

  • Answered by AI
  • Q3. Do you want to ask me anything?
  • Q4. Are you ready to relocate?
  • Q5. Are you comfortable to work 24*7?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do proper study of networking and the programming languages that you know.

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. What is Mvc life cycle? explian
  • Ans. 

    MVC life cycle is a series of steps that occur when a request is made to an MVC application.

    • Request is received by the routing engine

    • Routing engine determines the controller and action to handle the request

    • Controller is instantiated and action method is called

    • Action method returns a view

    • View is rendered and returned as a response

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare in depth for interview. oops concept with example

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fibonacci series.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was good

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic of java, threading,SQl,angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication should be good. be confident.

I applied via Campus Placement and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops,mutithrading,projects,range of int,how to handle pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm it is easy

I applied via Naukri.com and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. What is linq?
  • Ans. 

    LINQ (Language Integrated Query) is a Microsoft technology that allows querying data from different sources using a common syntax.

    • LINQ provides a unified way to query data from different sources such as databases, XML documents, and collections.

    • It allows developers to write queries using a common syntax regardless of the data source.

    • LINQ queries are strongly typed and can be checked at compile time.

    • Examples of LINQ pro...

  • Answered by AI
  • Q2. What is ado. Net?
  • Ans. 

    ADO.NET is a data access technology used to connect applications to databases.

    • ADO.NET provides a set of classes to interact with databases.

    • It supports disconnected data architecture.

    • It uses Data Providers to connect to different databases.

    • It supports LINQ to SQL for querying databases.

    • Examples of Data Providers are SQL Server, Oracle, MySQL, etc.

  • Answered by AI
  • Q3. What is wpf?
  • Ans. 

    WPF stands for Windows Presentation Foundation. It is a graphical subsystem for rendering user interfaces in Windows-based applications.

    • WPF is a part of .NET Framework and provides a unified programming model for building desktop applications.

    • It uses XAML (eXtensible Application Markup Language) to define and create user interfaces.

    • WPF supports rich media, 2D and 3D graphics, animation, and data binding.

    • It allows for s...

  • Answered by AI
  • Q4. Why we use wpf instead of windows?
  • Ans. 

    WPF provides better UI design and development options than Windows Forms.

    • WPF allows for more flexible and customizable UI design.

    • WPF supports vector graphics and animations.

    • WPF has better data binding capabilities.

    • WPF is more modern and actively developed than Windows Forms.

    • WPF is better suited for creating modern desktop applications.

  • Answered by AI
  • Q5. What is procedures and triggers?
  • Ans. 

    Procedures and triggers are database objects used to automate tasks and enforce rules.

    • Procedures are a set of SQL statements that can be executed repeatedly.

    • Triggers are special types of procedures that are automatically executed in response to certain events.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • Procedures and triggers can be written in various programming languages such as S

  • Answered by AI
  • Q6. What is abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract c

  • Answered by AI
  • Q7. What is encapsulation and abstraction.
  • Ans. 

    Encapsulation is hiding implementation details while abstraction is showing only necessary details.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation provides data security and prevents unauthorized access.

    • Abstraction helps in reducing complexity and improves maintainability.

    • Example of encapsulation: Class ...

  • Answered by AI
  • Q8. What is singleton design pattern?
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Used when only one object is needed to coordinate actions across the system

    • Example: Database connection manager

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was just 3-4 yrs exp person he also dont have much more technical knowledge.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Writing a code or two
  • Q2. About Databases
  • Q3. OOPS concepts with writing code for them
  • Ans. 

    OOPS concepts are fundamental to software development. They include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsulation is the practice of hiding data and methods within a class, so they cannot be accessed from outside the class.

    • Abstraction is the process of simplifying complex systems by breaking them down into smaller,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Everyone is probably going to say that be confident, prepare well etc.. Well, these things matter a lot, but there are a couple of other things that I would like to mention.
1. Fluency with language:
Many people mistake fluency with the speed at which they talk. Well, that's not the case. Speaking at a slow pace is not going to cause any damage to you in an interview. It will also help you think much more before you speak.
2. Being honest:
Believe me, everyone of us wants to impress the interviewer by trying to answer everything that they ask. But at that time, if you think that you can outsmart the interviewer by lying about that you know a particular answer and just can't recollect it now, then maybe you are making a fool of yourself. Be honest, as simple as that. I have experienced this myself. I just simply refused to answer certain questions that I didn't knew and the interviewer actually praised me for being honest and I cracked the interview.

KocharTech Interview FAQs

How many rounds are there in KocharTech Software Developer interview?
KocharTech interview process usually has 4 rounds. The most common rounds in the KocharTech interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in KocharTech Software Developer interview?

Some of the top questions asked at the KocharTech Software Developer interview -

  1. String based question check if the given word is present in the sente...read more
  2. Questions on core dbms,oops,java, project based discuss...read more

Tell us how to improve this page.

KocharTech Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
KocharTech Software Developer Salary
based on 9 salaries
₹2.8 L/yr - ₹9.4 L/yr
41% less than the average Software Developer Salary in India
View more details

KocharTech Software Developer Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

2.9

Skill development

3.6

Work-life balance

3.3

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 4 Reviews and Ratings
Customer Service Executive
229 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Customer Support Executive
203 salaries
unlock blur

₹0.9 L/yr - ₹4.8 L/yr

Customer Care Executive
178 salaries
unlock blur

₹0.7 L/yr - ₹4 L/yr

Team Lead
138 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Technical Support Executive
99 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Explore more salaries
Compare KocharTech with

Synechron

3.5
Compare

Zensar Technologies

3.7
Compare

Capita

3.6
Compare

VVDN Technologies

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