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

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

It was basic one you need to prepare according to your resume

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself Where you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to ruin your career than go for it.

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a java program to return the prime number for a given range?
  • Ans. 

    Java program to return prime numbers in a given range

    • Iterate through the given range and check if each number is prime

    • A prime number is a number that is only divisible by 1 and itself

    • Use a nested loop to check for divisibility by numbers less than the current number

  • Answered by AI
  • Q2. How to achieve synchronisation in selenium?
  • Ans. 

    Synchronization in Selenium ensures that the automation script waits for the web page to load completely before performing actions.

    • Use implicit wait to wait for a certain amount of time before throwing an exception

    • Use explicit wait to wait for a specific condition to be met before proceeding

    • Use fluent wait to wait for a specific condition with a polling frequency

  • Answered by AI
  • Q3. Difference between driver.close() and driver.quit()
  • Ans. 

    driver.close() closes the current window, while driver.quit() closes all windows and ends the WebDriver session.

    • driver.close() closes the current window or tab in the browser.

    • driver.quit() closes all windows and tabs opened by the WebDriver and ends the WebDriver session.

    • driver.close() is used when you want to close a specific window, while driver.quit() is used when you want to close the entire browser session.

  • Answered by AI
  • Q4. Difference between soap and rest api ?
  • Ans. 

    SOAP is a protocol, while REST is an architectural style for APIs.

    • SOAP is a protocol that uses XML for messaging and operates over HTTP, SMTP, etc.

    • REST is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP is more rigid and requires more bandwidth, while REST is lightweight and flexible.

    • SOAP has built-in security features like WS-Security, while REST relies on external security meas...

  • Answered by AI
  • Q5. What are the different http methods? Explain each one of them!
  • Ans. 

    HTTP methods are used to indicate the desired action to be performed on a resource.

    • GET - Retrieve data from a server

    • POST - Send data to a server to create/update a resource

    • PUT - Update a resource on the server

    • DELETE - Remove a resource from the server

    • PATCH - Update a resource partially

    • OPTIONS - Get information about the communication options available for a resource

    • HEAD - Retrieve headers from a server without the body

  • Answered by AI
Round 2 - Coding Test 

There were 2 coding question on the hacker rank platform , questions were easy , both were string and java related issue problem of DSA

Round 3 - Technical 

(3 Questions)

  • Q1. Write a java program to count the triplet in a given array ?
  • Ans. 

    Java program to count triplets in a given array

    • Create a nested loop to iterate through all possible triplets in the array

    • Use a counter to keep track of the number of triplets that satisfy the condition

    • Check if the sum of the triplet is equal to a given target value

  • Answered by AI
  • Q2. What are the different exceptions you have faced in selenium?
  • Ans. 

    Some common exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException.

    • NoSuchElementException occurs when an element could not be found in the DOM.

    • ElementNotVisibleException occurs when an element is present in the DOM but not visible on the page.

    • TimeoutException occurs when a command does not complete in the specified time.

    • StaleElementReferenceEx...

  • Answered by AI
  • Q3. What is json schema?
  • Ans. 

    JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.

    • JSON Schema defines the structure of JSON data

    • It provides clear guidelines on what data is allowed and how it should be structured

    • JSON Schema can be used to validate JSON data against a predefined schema

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why should we hire you ?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of delivering successful software solutions.

    • Extensive experience in software development and consulting

    • Strong problem-solving skills

    • Proven track record of delivering successful software solutions

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior software consultant role, leading projects and mentoring junior team members.

    • Continuing to enhance my technical skills and knowledge in software development

    • Taking on more responsibilities in project management and client interactions

    • Mentoring and guiding junior team members to help them grow in their careers

    • Possibly pursuing certifications or advanced degrees to f...

  • Answered by AI
  • Q3. What is your strength and weaknesses?
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Sometimes too detail-oriented.

    • Strength: Ability to quickly analyze complex problems and find effective solutions

    • Weakness: Can get caught up in minor details and lose sight of the bigger picture

    • Strength: Strong communication skills to explain technical concepts to non-technical stakeholders

    • Weakness: Difficulty delegating tasks and trusting others to complete them

    • Strengt...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Knoldus Inc Software Consultant interview:
  • Java
  • Selenium
  • Postman
  • Api testing
Interview preparation tips for other job seekers - Prepare well , focus on basics of ui automation and api automation.

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. Check If The String Is A PalindromeYou are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces. Note : String... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Be firm with Agile Principles
  • Q2. Real time project handling
  • Ans. 

    Real time project handling involves managing tasks and resources efficiently to ensure timely completion.

    • Prioritize tasks based on deadlines and dependencies

    • Regularly update project status and communicate with team members

    • Use project management tools for real-time tracking and collaboration

    • Adjust plans as needed to address any delays or issues

    • Ensure clear communication channels for quick decision-making

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Agile, team handling, project management , scrum etc

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via GFG and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ask questions from my resume related to the tech stack I have worked on.
  • Q2. Basic Java questions

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)

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)

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

Aptitude question, Coding question

Round 2 - Technical 

(1 Question)

  • Q1. Java stream apis
Round 3 - HR 

(1 Question)

  • Q1. HR Discussion related to work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops questions

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. Check If The String Is A PalindromeYou are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces. Note : String... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn

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 

(2 Questions)

  • Q1. How do you contribute to the society?
  • Ans. 

    As a Senior HR Executive, I contribute to society by promoting diversity and inclusion, supporting employee well-being, and fostering a positive work culture.

    • Implementing diversity and inclusion initiatives to ensure equal opportunities for all employees

    • Developing and implementing employee wellness programs to support physical and mental well-being

    • Creating a positive work culture through effective communication and tea...

  • Answered by AI
  • Q2. How do you create a Wow experience?
  • Ans. 

    Creating a Wow experience involves exceeding expectations, personalization, attention to detail, and going above and beyond.

    • Exceed expectations by delivering exceptional service

    • Personalize interactions by understanding individual needs and preferences

    • Pay attention to detail to ensure a seamless and flawless experience

    • Go above and beyond by anticipating and fulfilling unexpressed needs

    • Provide unexpected surprises or del

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The organization emphasizes on culture a lot and during my interview, the team people and culture asked me some culture related questions. I strongly suggest visiting their website and read about their core values.

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you handle multiple projects at a time
  • Q2. They don't care your anything.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join I get very bad experience. There are some rulers in the organization who have 7-8 years of experience already in the organization. If you can handle the bad pressure you can join. Don't go only for money only take 5 lpa less but don't join this company.

Senior Software Consultant Interview Questions asked at other Companies

Q1. How to decide Preference between Functional components and class components in reactjs?
View answer (1)

I applied via Referral and was interviewed in Nov 2022. There were 4 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 - Coding Test 

It was online 1hr test. Overall it was an easy test. If you code on hackerrank, hackerearth or leetcode then you can easily clear the test.

Round 3 - Technical 

(1 Question)

  • Q1. All Data Structure related, OOPs concepts, Spring Framework.
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be confident. Show your spark that you are better in every kind.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via campus placement at MAHAVEER Teerthanker Mahaveer Institute of Management & Technology, Moradabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Java basics and basic coding
Round 3 - HR 

(1 Question)

  • Q1. They ask if you are comfortable with bond policy

Interview Preparation Tips

Topics to prepare for Knoldus Inc Software Trainee interview:
  • Java
Interview preparation tips for other job seekers - prepare basics and behave confident. practice few dsa questions and java is the only thing they ask

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Round 1 - Coding Test 

Hard level of coding

Round 2 - Technical 

(2 Questions)

  • Q1. Ds algo and oops concepts
  • Q2. Machine learning algorithms
  • Ans. 

    Machine learning algorithms are used to train models to make predictions or decisions based on data.

    • Machine learning algorithms can be supervised, unsupervised, or semi-supervised

    • Examples of machine learning algorithms include linear regression, decision trees, and neural networks

    • Machine learning algorithms require large amounts of data to train and improve accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on ds algo and oops concepts

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. Check If The String Is A PalindromeYou are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces. Note : String... read more
View answer (3)

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.4k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cybage Interview Questions
3.8
 • 196 Interviews
ThoughtWorks Interview Questions
3.9
 • 145 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
14 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Senior Software Engineer
12 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