Upload Button Icon Add office photos
Premium 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 Backend Developer Interview Questions and Answers

Updated 7 Nov 2024

KocharTech Backend Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Explain microservice
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate with each other over a network.

    • Microservices break down a large application into smaller, loosely coupled services.

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently.

    • Communication between microservices is typically done through APIs ...

  • Answered by AI
  • Q2. What is OOP and explain each concepts
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • The main concepts of OOP are encapsulation, inheritance, and polymorphism.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

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

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about KocharTech?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was for 30mins and expected to use Java 8 inbuilt functions

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 balls, all of which weigh the same except for one, what i ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Flatten and remove duplicates from an array
  • Ans. 

    Flatten and remove duplicates from an array of strings

    • Use the flat() method to flatten the array

    • Use the Set object to remove duplicates

    • Convert the Set back to an array using the spread operator

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ValueLabs Backend Developer interview:
  • Javascript
  • AWS
  • Node.Js

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Latest project explanation with application architecture, tech stack used. Business logic implemented
  • Ans. 

    Developed a web application for online shopping with microservices architecture using Node.js, Express, MongoDB, and React.

    • Implemented microservices architecture to improve scalability and maintainability

    • Used Node.js and Express for backend development

    • Utilized MongoDB for database management

    • Implemented React for frontend development

    • Implemented business logic for user authentication, product management, and order proces...

  • Answered by AI
  • Q2. Create an api based on your latest project with coding standards, SOLID principles (need to code in the laptop provided) interviewer assess the code.
  • Ans. 

    Creating a RESTful API for a task management system using Node.js and Express, adhering to coding standards and SOLID principles.

    • Use Express.js for routing: Example - app.get('/tasks', getTasks);

    • Implement controllers to handle business logic: Example - const getTasks = (req, res) => { /* logic */ };

    • Follow SOLID principles: Single Responsibility - each module should have one reason to change.

    • Use middleware for error ...

  • Answered by AI
  • Q3. What are the design patterns you have used and explain them within your project context
  • Ans. 

    I have used the Singleton, Factory, and Observer design patterns in my projects.

    • Singleton pattern: Used to ensure a class has only one instance and provides a global point of access to it. For example, I implemented a Logger class as a Singleton to manage logging throughout the application.

    • Factory pattern: Used to create objects without specifying the exact class of object that will be created. For instance, I used a F...

  • Answered by AI
  • Q4. Write linq queries to get order id and list of products (based on latest project)
  • Ans. 

    Use LINQ queries to retrieve order id and list of products based on latest project.

    • Use OrderByDescending to get the latest project first

    • Join Order and Product tables on OrderId

    • Select OrderId and list of Products

  • Answered by AI
  • Q5. Write sql query to get 2 nd largest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 2nd largest salary.

    • Use SELECT statement to retrieve salary column

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to get the second row

  • Answered by AI
  • Q6. Web apps/ api security, performance, unit testing, code review and authentication/authorization related discussions
  • Q7. Generic class, generic methods related questions and write code in the board
Round 2 - HR 

(2 Questions)

  • Q1. Experience, relevant experience, current company related details
  • Q2. Salary discussions/negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared extensively what you have mentioned in your CV

Skills evaluated in this interview

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Introduction Project lifecycle Billing and invoicing lifecycle
  • Q2. They showed a picture and asked to explain (make sure you are relating your answers with the company core value)
  • Ans. 

    The image reflects teamwork and innovation, aligning with our core values of collaboration and continuous improvement.

    • Teamwork: The image showcases a diverse group working together, emphasizing our value of collaboration.

    • Innovation: It highlights creative problem-solving, which is essential for our commitment to continuous improvement.

    • Customer Focus: If the image depicts a service interaction, it reinforces our dedicat...

  • Answered by AI
  • Q3. Scenario based questions how do you manage stress, conflicts etc
  • Q4. Why do you want to join the company
  • Q5. Last round was with CFO/ PMO head. They will try to see your personality. Make sure you are genuine with your answers. Small basic questions on PMO. What is PMO and all..

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are clear with your answers and all are real. Don't act overconfident, relate your concepts with live examples.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. What are your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Please try to get the job to settle

I applied via Naukri.com

Interview Questionnaire 

5 Questions

  • Q1. What are Agile Key Metrics
  • Ans. 

    Agile Key Metrics are measurements used to track the progress and success of Agile projects.

    • Agile Key Metrics include Velocity, Burn-Down Charts, Cycle Time, Lead Time, and Cumulative Flow Diagrams.

    • Velocity measures the amount of work completed in a sprint.

    • Burn-Down Charts track the remaining work in a sprint.

    • Cycle Time measures the time it takes to complete a task.

    • Lead Time measures the time it takes to deliver a feat...

  • Answered by AI
  • Q2. What are thr main roles and responsibilities of PMO
  • Q3. What are the Resource Level Metrics
  • Ans. 

    Resource level metrics are measurements used to evaluate the efficiency and effectiveness of resources used in a project or organization.

    • Resource level metrics help in identifying areas where resources can be optimized.

    • Examples of resource level metrics include cost per unit, time to complete a task, and resource utilization rate.

    • Resource level metrics can be used to improve decision-making and resource allocation.

    • Thes...

  • Answered by AI
  • Q4. Person should be well versed to Handle Multiple Projects
  • Q5. Person should be able to work on Dashboards im form of Excel & PowerPoint

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on PMO roles and responsibilities and Agile Key Metrics

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. All general questions regarding your expectation, current salary ....
Round 3 - Technical 

(1 Question)

  • Q1. Client will take the detail interview regarding your profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Only join Synechron when you don't have any other offer in hand. Or keep last option in your list. Because here, employees are treated as cattle who can earn for the company. There is absolutely no ownership of there employees. If your client will offboard you, it means you are directly on the streets for job searching. No policy of employee retaining, they hire for same role when they already have many people on bench with same role and better experience just because hiring team is getting a handsome incentive to hire new employees. And finally layoffs happened with those who are on bench. Offcourse they offer you very attractive package, sadly its nothing but a trap.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Who is refer you in this company
  • Q2. How soon you can join
  • Q3. We will not provide you training do it yourself
  • Q4. If senior shout on you then what you will do it
  • Ans. 

    I would remain calm, listen actively, and address the situation professionally to resolve any issues.

    • Stay calm and composed to avoid escalating the situation.

    • Listen actively to understand the concerns being raised.

    • Acknowledge the senior's feelings and express willingness to improve.

    • Seek clarification on specific issues to address them effectively.

    • Follow up after the incident to ensure the relationship remains positive.

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. Self details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. They will check your communication for this customer support role. There may be 1-2 rounds.

KocharTech Interview FAQs

How many rounds are there in KocharTech Backend Developer interview?
KocharTech interview process usually has 1 rounds. The most common rounds in the KocharTech interview process are Technical.
What are the top questions asked in KocharTech Backend Developer interview?

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

  1. What is OOP and explain each conce...read more
  2. Explain microserv...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 570 Interviews
Synechron Interview Questions
3.5
 • 378 Interviews
Movate Interview Questions
3.3
 • 272 Interviews
Tiger Analytics Interview Questions
3.7
 • 232 Interviews
VVDN Technologies Interview Questions
3.6
 • 222 Interviews
Cybage Interview Questions
3.8
 • 201 Interviews
ValueLabs Interview Questions
3.7
 • 198 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 184 Interviews
RMSI Interview Questions
3.7
 • 170 Interviews
View all
Customer Support Executive
234 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Customer Service Executive
227 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Customer Care Executive
164 salaries
unlock blur

₹1.1 L/yr - ₹3.4 L/yr

Team Lead
135 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Technical Support Executive
97 salaries
unlock blur

₹1.1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare KocharTech with

Synechron

3.5
Compare

Zensar Technologies

3.7
Compare

Capita

3.5
Compare

VVDN Technologies

3.6
Compare
write
Share an Interview