Upload Button Icon Add office photos
Engaged Employer

i

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

KNOWARTH Technologies Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 15 Reviews

Filter interviews by

KNOWARTH Technologies Software Consultant Interview Questions and Answers

Updated 12 Aug 2024

KNOWARTH Technologies Software Consultant Interview Experiences

1 interview found

Software Consultant Interview Questions & Answers

user image Suresh Somanathan

posted on 12 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dotnet C# Interview Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Details about the Design Pattern
Round 3 - HR 

(1 Question)

  • Q1. Current and Expected Salary Package
  • Ans. 

    I am currently earning $80,000 per year and I am looking for a salary package of $90,000 per year.

    • Be honest about your current salary and expectations

    • Research industry standards for salary expectations

    • Consider factors like experience, skills, and location when discussing salary

  • Answered by AI

Interview questions from similar companies

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

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Generally quant based

Round 2 - Technical 

(2 Questions)

  • Q1. What is octa core processor
  • Ans. 

    An octa-core processor is a CPU that has eight cores, allowing it to handle multiple tasks simultaneously for improved performance.

    • An octa-core processor has eight processing cores, which can work together to execute tasks faster and more efficiently.

    • It is commonly found in high-end smartphones, tablets, and computers to provide better multitasking capabilities.

    • Each core can handle its own tasks independently, leading ...

  • Answered by AI
  • Q2. Questions on bit manipulations

Interview Preparation Tips

Interview preparation tips for other job seekers - be confiudent

Skills evaluated in this interview

KNOWARTH Technologies Interview FAQs

How many rounds are there in KNOWARTH Technologies Software Consultant interview?
KNOWARTH Technologies interview process usually has 3 rounds. The most common rounds in the KNOWARTH Technologies interview process are Technical, One-on-one Round and HR.
What are the top questions asked in KNOWARTH Technologies Software Consultant interview?

Some of the top questions asked at the KNOWARTH Technologies Software Consultant interview -

  1. Dotnet C# Interview Questi...read more
  2. Details about the Design Patt...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 25 Interviews
ClaySys Interview Questions
3.0
 • 23 Interviews
Contus Interview Questions
4.5
 • 20 Interviews
Knoldus Inc Interview Questions
4.1
 • 19 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
View all
Consultant
13 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Associate Consultant
7 salaries
unlock blur

₹3.1 L/yr - ₹5.6 L/yr

Senior Consultant
6 salaries
unlock blur

₹6.1 L/yr - ₹14 L/yr

Junior Consultant
6 salaries
unlock blur

₹2.4 L/yr - ₹3.1 L/yr

Business Analyst
5 salaries
unlock blur

₹6 L/yr - ₹9.4 L/yr

Explore more salaries
Compare KNOWARTH Technologies with

Accel Frontline

3.9
Compare

VHS Consulting

3.7
Compare

IVTL Infoview Technologies

3.6
Compare

Apex CoVantage

3.3
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