Upload Button Icon Add office photos
Engaged Employer

i

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

Knoldus Inc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Knoldus Inc Interview Questions, Process, and Tips

Updated 15 Feb 2025

Top Knoldus Inc Interview Questions and Answers

View all 14 questions

Knoldus Inc Interview Experiences

Popular Designations

20 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 3 May 2022

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 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - Technical 

(1 Question)

  • Q1. Question from your strength whatever do you know the question will roam around your knowledge.
Round 5 - HR 

(1 Question)

  • Q1. HR interviews are having general HR questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - If you don’t have any choice then only go for this company I have worked here what is I had the worst experience both as a girlfriend balance and compensation benefit as well

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Most of the questions from leetcode

Round 2 - HR 

(1 Question)

  • Q1. Generic behavioural questions

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
Add answer

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. All basic stuff, lit of questions about previous job experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and make sure that you go through the Job description

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

I applied via campus placement at Banarsidas Chandiwala Institute of Information Technology, Delhi and was interviewed before Nov 2021. There were 6 interview rounds.

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 - Aptitude Test 

Basic to Medium coding decoding profit and loss average si blood relation

Round 3 - Coding Test 

2 questions easy to medium standard Wap to print palindrome of string .

Round 4 - Technical 

(1 Question)

  • Q1. Oops concepts, second highest salary query, data structure
Round 5 - One-on-one 

(1 Question)

  • Q1. Technical and managerial questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Intro , why should I hired you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and cool mainly focus on technical first and tech 2 .

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

Knoldus Inc interview questions for popular designations

 Software Consultant

 (6)

 Intern

 (2)

 Software Developer

 (2)

 Accounts Manager

 (1)

 Automation Engineer

 (1)

 Project Manager

 (1)

 QA Intern

 (1)

 Senior HR Executive

 (1)

Software Developer Interview Questions & Answers

user image Tanishka Garg

posted on 9 Feb 2021

I applied via Campus Placement and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Explain the features of OOPS with examples?
  • Ans. 

    OOPS is a programming paradigm based on objects that have properties and methods.

    • Encapsulation: bundling of data and methods that operate on that data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on many forms or have multiple behaviors

    • Abstraction: hiding of complex implementation details and showing only the necessary ...

  • Answered by AI
  • Q2. Explain the following terms : Super, Throw, Final and Finally
  • Ans. 

    Explanation of Super, Throw, Final and Finally

    • Super: used to call a method from a parent class

    • Throw: used to throw an exception

    • Final: used to declare a constant or to prevent method overriding

    • Finally: used to execute code after try-catch block, regardless of exception

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)

I applied via campus placement at Pune University and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Merge sort
  • Q2. Oops concept
  • Q3. Real time implementation of oops concept
  • Ans. 

    Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

    • Real-time systems require objects to be created and destroyed dynamically

    • Inheritance and polymorphism can be used to create flexible and extensible systems

    • Real-time systems often use event-driven programming to respond to user input

    • Examples include video games, financial trading systems

  • Answered by AI
  • Q4. Logical questions
  • Q5. Logical programming questions using maps and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java basic question
Spring boot, DI
Basic knowledge of mockito framework

Top Knoldus Inc Software Consultant Interview Questions and Answers

Q1. What are the different http methods? Explain each one of them!
View answer (1)

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Coding ques from array and list

Round 2 - Technical 

(1 Question)

  • Q1. Easy collection ques in java
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with java and DSA so that it would be easy to crack. As an experience guy have some domain knowledge.

Top Knoldus Inc Software Consultant Interview Questions and Answers

Q1. What are the different http methods? Explain each one of them!
View answer (1)

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer

I applied via campus placement at Jaypee University of Information Technology, Solan and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java Garbage Collector functioning
  • Ans. 

    Java Garbage Collector automatically manages memory allocation and deallocation.

    • Garbage Collector runs in the background and frees up memory by removing objects that are no longer in use.

    • It uses different algorithms like Mark and Sweep, Copying, and Generational to manage memory.

    • Java provides methods like System.gc() and Runtime.getRuntime().gc() to request garbage collection.

    • Garbage Collector can cause performance iss...

  • Answered by AI
  • Q2. OOPs related concepts
  • Q3. Two Medium level programming questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and share your thoughts and ideas freely. Explain your approach to the problem.

Skills evaluated in this interview

Top Knoldus Inc Software Consultant Interview Questions and Answers

Q1. What are the different http methods? Explain each one of them!
View answer (1)

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
Add answer

QA Intern Interview Questions & Answers

user image Anonymous

posted on 3 May 2019

Interview Questionnaire 

5 Questions

  • Q1. Questions related to testing and basics of testing.
  • Q2. Question related to java basics.
  • Q3. Scripting questions.
  • Q4. Coding round.
  • Q5. Asked to write code for two questions.

Interview Preparation Tips

Round: Test
Experience: Aptitude and reasoning. Question related to coding.

QA Intern Interview Questions asked at other Companies

Q1. What is the process for generating test cases for a real-time product?
View answer (1)

Knoldus Inc Interview FAQs

How many rounds are there in Knoldus Inc interview?
Knoldus Inc interview process usually has 2-3 rounds. The most common rounds in the Knoldus Inc interview process are Technical, HR and Coding Test.
How to prepare for Knoldus Inc 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 Knoldus Inc. The most common topics and skills that interviewers at Knoldus Inc expect are VMware, Java, cisco, Agile and Scrum.
What are the top questions asked in Knoldus Inc interview?

Some of the top questions asked at the Knoldus Inc interview -

  1. What are the different http methods? Explain each one of th...read more
  2. What are the different exceptions you have faced in seleni...read more
  3. Write a java program to return the prime number for a given ran...read more
How long is the Knoldus Inc interview process?

The duration of Knoldus Inc interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Knoldus Inc Interview Process

based on 11 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
Cybage Interview Questions
3.8
 • 197 Interviews
ThoughtWorks Interview Questions
3.9
 • 148 Interviews
View all

Knoldus Inc Reviews and Ratings

based on 214 reviews

4.0/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

3.8

Salary

3.6

Job security

4.1

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 214 Reviews and Ratings
Software Consultant
137 salaries
unlock blur

₹3.8 L/yr - ₹11 L/yr

Senior Software Consultant
63 salaries
unlock blur

₹6 L/yr - ₹14.4 L/yr

Software Developer
17 salaries
unlock blur

₹4.5 L/yr - ₹10.6 L/yr

Software Engineer
15 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹6.6 L/yr - ₹22.5 L/yr

Explore more salaries
Compare Knoldus Inc with

ThoughtWorks

3.9
Compare

TCS

3.7
Compare

Persistent Systems

3.5
Compare

LTIMindtree

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