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
4.1

based on 210 Reviews

Filter interviews by

Knoldus Inc Software Consultant Interview Questions, Process, and Tips

Updated 22 Aug 2024

Top Knoldus Inc Software Consultant Interview Questions and Answers

View all 10 questions

Knoldus Inc Software Consultant Interview Experiences

6 interviews found

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

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

Software Consultant Interview Questions Asked at Other Companies

asked in Capita
Q1. Check If The String Is A PalindromeYou are given a string 'S'. Yo ... read more
asked in Capita
Q2. Reverse Stack Using RecursionReverse a given stack of integers us ... read more
Q3. Angle Between Hour Hand And Minute HandGiven the time in hours an ... read more
Q4. Factorial of a NumberWrite a program to find the factorial of a n ... read more
asked in Knoldus Inc
Q5. What are the different http methods? Explain each one of them!
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

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

Knoldus Inc interview questions for designations

 Senior Software Consultant

 (1)

 Software Developer

 (2)

 Software Engineer

 (1)

 Software Trainee

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer Intern

 (1)

 QA Intern

 (1)

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.

Get interview-ready with Top Knoldus Inc Interview Questions

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

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role

Knoldus Inc Interview FAQs

How many rounds are there in Knoldus Inc Software Consultant interview?
Knoldus Inc interview process usually has 3 rounds. The most common rounds in the Knoldus Inc interview process are Technical, Coding Test and HR.
How to prepare for Knoldus Inc Software Consultant 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 Microservices, Javascript, Node.Js, SCALA and Typescript.
What are the top questions asked in Knoldus Inc Software Consultant interview?

Some of the top questions asked at the Knoldus Inc Software Consultant 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

Tell us how to improve this page.

People are getting interviews through

based on 4 Knoldus Inc interviews
Job Portal
Campus Placement
Referral
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 786 Interviews
Cybage Interview Questions
3.9
 • 193 Interviews
ThoughtWorks Interview Questions
3.9
 • 141 Interviews
View all
Knoldus Inc Software Consultant Salary
based on 141 salaries
₹3.9 L/yr - ₹10.7 L/yr
37% less than the average Software Consultant Salary in India
View more details

Knoldus Inc Software Consultant Reviews and Ratings

based on 34 reviews

3.9/5

Rating in categories

4.1

Skill development

4.0

Work-Life balance

3.8

Salary & Benefits

3.6

Job Security

4.1

Company culture

3.6

Promotions/Appraisal

4.1

Work Satisfaction

Explore 34 Reviews and Ratings
Software Consultant
141 salaries
unlock blur

₹3.8 L/yr - ₹10.7 L/yr

Senior Software Consultant
65 salaries
unlock blur

₹6 L/yr - ₹17.2 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.9
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