i
KNOWARTH Technologies
Filter interviews by
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
Top trending discussions
I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.
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
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
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.
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...
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
There were 2 coding question on the hacker rank platform , questions were easy , both were string and java related issue problem of DSA
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
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...
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
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
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...
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...
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
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
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
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...
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Give 10 questions from node js backend
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: {...
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...
=== 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
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
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.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
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
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Generally quant based
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 ...
Consultant
13
salaries
| ₹4 L/yr - ₹7.6 L/yr |
Associate Consultant
7
salaries
| ₹3.1 L/yr - ₹5.6 L/yr |
Senior Consultant
6
salaries
| ₹6.1 L/yr - ₹14 L/yr |
Junior Consultant
6
salaries
| ₹2.4 L/yr - ₹3.1 L/yr |
Business Analyst
5
salaries
| ₹6 L/yr - ₹9.4 L/yr |
Accel Frontline
VHS Consulting
IVTL Infoview Technologies
Apex CoVantage