Upload Button Icon Add office photos
Engaged Employer

i

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

KJ System Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KJ System Software Developer Interview Questions and Answers

Updated 23 Dec 2024

KJ System Software Developer Interview Experiences

2 interviews found

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

Java MCQs and coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops concepts in java
  • Q2. Types of inheritance
  • Ans. 

    Types of inheritance in object-oriented programming

    • Single inheritance: a subclass inherits from only one superclass

    • Multiple inheritance: a subclass inherits from multiple superclasses

    • Multilevel inheritance: a subclass inherits from a superclass, which in turn inherits from another superclass

    • Hierarchical inheritance: multiple subclasses inherit from a single superclass

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you work under stress?
  • Ans. 

    Yes, I am able to work effectively under stress and have experience doing so in previous roles.

    • I have experience working on tight deadlines and handling high-pressure situations.

    • I am able to prioritize tasks and stay focused under stress.

    • I can remain calm and composed while problem-solving under pressure.

  • Answered by AI
  • Q2. Will you be able to work under stress
  • Ans. 

    Yes, I have experience working under stress and can handle pressure effectively.

    • I have successfully completed projects with tight deadlines in my previous roles

    • I am able to prioritize tasks and remain focused under pressure

    • I have experience troubleshooting and resolving issues quickly in high-pressure situations

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1.  what is arrays
  • Ans. 

    Arrays are a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays can store multiple values of the same type.

    • Elements in an array are accessed using their index.

    • Arrays have a fixed size, which is determined at the time of declaration.

    • Arrays can be used to store and manipulate data efficiently.

    • Example: string[] names = {"John", "Jane", "Mike"};

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special method that is used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • They can be overloaded to have multiple versions with different parameters.

    • Example: class Car { Car() { // constructor code } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be improve problem solving skills

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Tips & Stories
4d (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 KJ System?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics from the technologies mentioned in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was very cool and strong in basics and it was a very good experience for me.

Interview Questionnaire 

1 Question

  • Q1. PHP, OOPS,Mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time, even if you are answering all questions in interview they will reject you.

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. Basics of respective technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, don't show off. Talk with confidence. Always preapre basics of respective technology.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array duplicates and burn binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Project specific
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 - One-on-one 

(1 Question)

  • Q1. Laravel Question
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It's more deficult it's not easy round

Round 2 - HR 

(2 Questions)

  • Q1. Speed and distance
  • Q2. Age problem and ratioo
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. JavaScript based, reduce, map, Database indexing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is dynamic programming?
  • Ans. 

    Dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems and storing their solutions.

    • Dynamic programming is used to optimize recursive algorithms by storing previously computed results.

    • It is commonly applied in problems like Fibonacci sequence calculation, where results of smaller subproblems are reused.

    • Dynamic programming can be categorized into two approaches: top-do...

  • Answered by AI
  • Q2. What can you tell me about trees?
  • Ans. 

    Trees are hierarchical data structures used to represent relationships and organize data efficiently.

    • A tree consists of nodes connected by edges, with a single root node at the top.

    • Each node can have zero or more child nodes, forming a parent-child relationship.

    • Common types of trees include binary trees, binary search trees, and AVL trees.

    • In a binary tree, each node has at most two children, referred to as the left and...

  • Answered by AI

KJ System Interview FAQs

How many rounds are there in KJ System Software Developer interview?
KJ System interview process usually has 3 rounds. The most common rounds in the KJ System interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in KJ System Software Developer interview?

Some of the top questions asked at the KJ System Software Developer interview -

  1. what is arr...read more
  2. what is construct...read more
  3. oops concepts in j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

KJ System Software Developer Salary
based on 37 salaries
₹4.1 L/yr - ₹10.9 L/yr
27% less than the average Software Developer Salary in India
View more details

KJ System Software Developer Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

4.0

Salary

4.3

Job security

3.5

Company culture

4.1

Promotions

3.5

Work satisfaction

Explore 11 Reviews and Ratings
Business Analyst
97 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Software Developer
37 salaries
unlock blur

₹4.1 L/yr - ₹10.9 L/yr

Quality Analyst
24 salaries
unlock blur

₹2.2 L/yr - ₹7.1 L/yr

UI Developer
17 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Software Programmer
9 salaries
unlock blur

₹2 L/yr - ₹11.5 L/yr

Explore more salaries
Compare KJ System with

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare

FinThrive

3.7
Compare

Subex

3.4
Compare
write
Share an Interview