Upload Button Icon Add office photos

Filter interviews by

Klenty Soft Technology Full Stack Developer Interview Questions and Answers

Updated 28 Oct 2024

Klenty Soft Technology Full Stack Developer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Call back function
  • Q2. What are promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error => { ... });

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is deepclone
  • Ans. 

    deepclone is a function used to create a deep copy of an object in programming.

    • Deep cloning creates a new object with all nested objects and values copied.

    • It ensures that changes made to the original object do not affect the cloned object.

    • Deep cloning is commonly used in JavaScript to avoid reference issues.

  • Answered by AI
  • Q2. Basic react qns
Round 3 - HR 

(2 Questions)

  • Q1. Anonymous function
  • Q2. Major challenge

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Flatten the Array using recursion

Round 2 - Coding Test 

Rotate the matrix by 90 degrees

Round 3 - HR 

(1 Question)

  • Q1. What is the complicated feature you have implemented
  • Ans. 

    Implemented a complex search algorithm for a large e-commerce website.

    • Developed a search algorithm that could handle millions of products and return relevant results quickly.

    • Implemented advanced filtering options such as price range, brand, category, and customer ratings.

    • Optimized the search algorithm to improve performance and reduce server load.

    • Integrated the search algorithm with the website's frontend to provide a

  • Answered by AI

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
Q3. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
asked in CommVault
Q4. Count Substrings with K Distinct Characters Given a lowercase str ... read more
asked in MakeMyTrip
Q5. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It consists of several technical questions and DSA

Round 2 - Coding Test 

The coding round was moderate

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the frameworks used in development?
  • Ans. 

    Frameworks are tools that provide pre-written code to help developers build applications more efficiently.

    • Popular front-end frameworks include React, Angular, and Vue.js

    • Common back-end frameworks include Express.js, Django, and Ruby on Rails

    • Full stack frameworks like MEAN and MERN stack combine front-end and back-end technologies

  • Answered by AI
  • Q2. Explain the projects

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Problem based questions
  • Q3. Code test & discussions over best practices, best solutions, time and space complexities
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About self in a short way
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ga basics and generics
Round 2 - One-on-one 

(1 Question)

  • Q1. Go routines, Channels, wait groups, redis sync
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Klenty Soft Technology Interview FAQs

How many rounds are there in Klenty Soft Technology Full Stack Developer interview?
Klenty Soft Technology interview process usually has 3 rounds. The most common rounds in the Klenty Soft Technology interview process are Coding Test, HR and Technical.
How to prepare for Klenty Soft Technology Full Stack Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Klenty Soft Technology. The most common topics and skills that interviewers at Klenty Soft Technology expect are Automation Testing, MongoDB, Performance Testing and Test Cases.
What are the top questions asked in Klenty Soft Technology Full Stack Developer interview?

Some of the top questions asked at the Klenty Soft Technology Full Stack Developer interview -

  1. What is the complicated feature you have implemen...read more
  2. what are promi...read more
  3. what is deepcl...read more

Tell us how to improve this page.

Klenty Soft Technology Full Stack Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Fast track your campus placements

View all
Klenty Soft Technology Full Stack Developer Salary
based on 4 salaries
₹5.5 L/yr - ₹15 L/yr
19% more than the average Full Stack Developer Salary in India
View more details
Softwaretest Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Sdet Automation Test Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Software Development Engineer
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Explore more salaries
Compare Klenty Soft Technology with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

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