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
3.6

based on 57 Reviews

Filter interviews by

KJ System UI Developer Interview Questions and Answers

Updated 21 Oct 2022

KJ System UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2022

Round 1 - HR 

(2 Questions)

  • Q1. About ur self of any your project. This is the main job for freshers easy to grow.
  • Q2. What is HTML and css
  • Ans. 

    HTML and CSS are the building blocks of web development.

    • HTML stands for Hypertext Markup Language and is used to create the structure and content of web pages.

    • CSS stands for Cascading Style Sheets and is used to style and layout web pages.

    • HTML and CSS work together to create visually appealing and functional websites.

    • HTML uses tags to define elements such as headings, paragraphs, and images.

    • CSS uses selectors to target...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, this is the best interview for freshers it is easy to learn here to work and to get experience.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its easy.. brusup on the basics

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic javascript questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic OOPs concept and coding
Round 2 - Technical 

(3 Questions)

  • Q1. Basic DSA question
  • Q2. 1 mySql query to fetch records
  • Q3. Design patterns

Interview Preparation Tips

Topics to prepare for Entrata PHP Developer interview:
  • php
  • mysql
  • oops
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Which data structure is used to reverse an array?
  • Ans. 

    The data structure used to reverse an array is a stack.

    • A stack data structure can be used to reverse an array by pushing each element onto the stack and then popping them off in reverse order.

    • Example: If we have an array of strings ['apple', 'banana', 'cherry'], we can reverse it using a stack to get ['cherry', 'banana', 'apple'].

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

(2 Questions)

  • Q1. Debouncing in react
  • Ans. 

    Debouncing in React is a technique used to limit the number of times a function is called in a specified time frame.

    • Debouncing helps in improving performance by reducing unnecessary function calls.

    • It is commonly used in scenarios like search bars where we want to wait for user to finish typing before making an API call.

    • Example: Using lodash debounce function to delay API call until user stops typing.

  • Answered by AI
  • Q2. Throttling in react
  • Ans. 

    Throttling in React helps limit the number of times a function is called within a specified time frame.

    • Throttling is used to improve performance by reducing the number of times a function is executed.

    • It is commonly used in scenarios like handling scroll events or input changes.

    • Example: Using lodash's throttle function to limit the rate of execution of a function.

  • Answered by AI
Round 2 - Coding Test 

Basic in array and function and es6 concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Geomatry ,algebra ,train,

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

I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

All people smile in my happy and etc .

Round 2 - One-on-one 

(6 Questions)

  • Q1. Self introduction in my life
  • Q2. My name is rajeshwari I am coming from kalugumalai currently I am staying in Chennai I completed in bsc computer science i family background is good
  • Q3. Ambition my ambition is IT company recruitment
  • Q4. Code full details tell me about
  • Ans. 

    Code full details refer to providing a comprehensive explanation of a piece of code.

    • Code full details involve explaining the purpose, functionality, and implementation of a specific code snippet.

    • It includes discussing the variables, functions, logic, and overall structure of the code.

    • Providing examples of input/output and expected behavior can help in explaining code full details.

  • Answered by AI
  • Q5. I am studying in web developement
  • Q6. Work experience Mill work Forest work Marketing Online business
Round 3 - One-on-one 

(1 Question)

  • Q1. Match box Mill work Forest work

Interview Preparation Tips

Topics to prepare for Classplus Web Developer interview:
  • Self introduction
Interview preparation tips for other job seekers - All people get your coming soon
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA, arrays, Graphs 3 rounds duration 1hr with mcqs

Round 2 - Coding Test 

Advanced Graphs 2 questions mcqs 1hr

Round 3 - Technical 

(1 Question)

  • Q1. Java script and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - It was average
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Data structures and algorithms. can do in c++ or many other languages.

Round 3 - One-on-one 

(2 Questions)

  • Q1. From gfg, simple array question. 3/5 difficultly.
  • Q2. Based on resume. Discussion around that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a tough one, relatively easy. Prepare from gfg and previously asked questions.

I was interviewed in Feb 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 65 Minutes
Round difficulty - Hard

There were 15 MCQS you have to do in 25 Minutes and 3 Coding questions you have to do in 40 minutes. They also give a demo test link to get you use to the environment.

  • Q1. Sliding Maximum

    You are given an array 'ARR' of integers of length 'N' and a positive integer 'K'. You need to find the maximum elements for each and every contiguous subarray of s...

  • Ans. 

    It was a standard problem so I know the exact solution, you can simply use dequeue + two pointers to solve this questions.

  • Answered by CodingNinjas
  • Q2. Jump Game

    You have been given an array 'ARR' of ‘N’ integers. You have to find the minimum number of jumps needed to reach the last index of the array i.e ‘N - 1’ if at any index ‘i’ we can jump to...

  • Ans. 

    I did it by using DP, again it was a standard problem.

  • Answered by CodingNinjas
  • Q3. Longest Palindromic Substring

    You are given a string (STR) of length N.

    Your task is to find the longest palindromic substring. If there is more than one palindromic substring with the maximum length, re...

  • Ans. 

    I solve it by using dp in O(n^2) time complexity.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Hard

It was more of Design + Data structure round. They give access to their server and ask us to do code there.

  • Q1. Design Question

    They give a predefined file system project in which we have to write functionalities like to create/move/delete/copy a file. I have to use predefined classes to write my functionalities and ...

  • Ans. 

    I made tree type data structure to build the file system but only able to write create and delete functionalities in the given time.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Galgotias College of Engineering and Technology, Greater Noida. I applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 7 CGPACommvault interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, OS, DPTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Do as much as coding question you can do.
Tip 2 : Do some projects also.
Tip 3 : Revise and clear your basic concepts too.

Application resume tips for other job seekers

Tip 1 : Mention only things related to job profile only.
Tip 2 : Make it page pager.

Final outcome of the interviewRejected

Skills evaluated in this interview

KJ System Interview FAQs

How many rounds are there in KJ System UI Developer interview?
KJ System interview process usually has 2 rounds. The most common rounds in the KJ System interview process are Resume Shortlist and HR.
What are the top questions asked in KJ System UI Developer interview?

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

  1. what is HTML and ...read more
  2. about ur self of any your project. This is the main job for freshers easy to g...read more

Tell us how to improve this page.

KJ System UI Developer Salary
based on 19 salaries
₹1.2 L/yr - ₹4 L/yr
54% less than the average UI Developer Salary in India
View more details

KJ System UI Developer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.0

Salary & Benefits

3.8

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.5

Work Satisfaction

Explore 6 Reviews and Ratings
Business Analyst
91 salaries
unlock blur

₹2.2 L/yr - ₹5.9 L/yr

Software Developer
37 salaries
unlock blur

₹2.3 L/yr - ₹12.3 L/yr

Quality Analyst
24 salaries
unlock blur

₹2.2 L/yr - ₹7.1 L/yr

UI Developer
19 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Software Programmer
12 salaries
unlock blur

₹2 L/yr - ₹11.5 L/yr

Explore more salaries
Compare KJ System with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview