Upload Button Icon Add office photos
Engaged Employer

i

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

Webware.io Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Webware.io Interview Questions and Answers

Updated 7 Oct 2024

Webware.io Interview Experiences

Popular Designations

4 interviews found

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

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About previous work experience
  • Q2. Some basic questions about role
Round 2 - Assignment 

Test was to create a website mock

Round 3 - Interview with senior 

(1 Question)

  • Q1. Basic questions on design and past experience at work

UI UX and Graphic Designer Interview Questions asked at other Companies

Q1. What is the difference between Bootstrap design and Design systems?
View answer (1)

I applied via Monster and was interviewed in Oct 2022. There were 4 interview rounds.

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 - HR 

(2 Questions)

  • Q1. What is your sales background?
  • Q2. Are you comfortable making cold call?
Round 3 - Group Discussion 

Learn the sales office and watch how they sell

Round 4 - One-on-one 

(1 Question)

  • Q1. Sell me this pen now
  • Ans. 

    This pen is a versatile tool that combines style, functionality, and durability.

    • This pen is made with high-quality materials, ensuring long-lasting use.

    • Its sleek design and comfortable grip make it a pleasure to write with.

    • The pen's smooth ink flow guarantees a seamless writing experience.

    • It is suitable for various writing tasks, from note-taking to signing important documents.

    • With its affordable price, this pen offers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time unless this is your first sales job to gain experience

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (51)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Simple html and css questions and some javascript questions such as what is negative infinity
  • Q2. Javascript simple questions

UI UX Developer Interview Questions asked at other Companies

Q1. Which are the familiar software tools and what do you use it for?
View answer (1)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2022. There were 4 interview rounds.

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 

Simple questions will be there about html and css these questions will be basic, if you have basic css and html knowledge then you will clear the test, also you will have to write html code for given problem statement

Round 3 - Coding Test 

A mock will be provided and you will have to create a responsive website with html and css the images that are require to develop will be provided to you.

Round 4 - HR 

(3 Questions)

  • Q1. What are your strength and weaknesses
  • Q2. Both should be positive
  • Q3. Expected salary
  • Ans. Minimum you should ask 3.5 LPA as they are going to bring the salary down to 1.8 LPA
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are applying for the post of developer make sure you know css properties and also know how to make the website responsive, learn about the media query and also some javascript

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Webware.io interview questions for popular designations

 UI UX and Graphic Designer

 (1)

 UI Developer

 (1)

 UI UX Developer

 (1)

 Sales Executive

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Last organisation experiance
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 Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Q2. Questions about project ,jwt architecture,nextjs vs react
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Q2. Question about projects and cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c

  • Answered by AI
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Webware.io Interview FAQs

How many rounds are there in Webware.io interview?
Webware.io interview process usually has 3 rounds. The most common rounds in the Webware.io interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Webware.io 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 Webware.io. The most common topics and skills that interviewers at Webware.io expect are CSS, HTML, Javascript, Photoshop and Web Designing.
What are the top questions asked in Webware.io interview?

Some of the top questions asked at the Webware.io interview -

  1. Sell me this pen ...read more
  2. simple html and css questions and some javascript questions such as what is neg...read more
  3. Basic questions on design and past experience at w...read more

Tell us how to improve this page.

Webware.io Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
MagicPin Interview Questions
2.7
 • 50 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
Droom Interview Questions
3.8
 • 19 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
GoDaddy Interview Questions
3.4
 • 14 Interviews
Shopify Interview Questions
4.0
 • 3 Interviews
View all

Webware.io Reviews and Ratings

based on 52 reviews

3.0/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.1

Salary

2.8

Job security

3.3

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 52 Reviews and Ratings
Digital Service Analyst
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Analyst
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI UX Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Webware.io with

Zoho

4.3
Compare

Shopify

4.0
Compare

GoDaddy

3.4
Compare

BigCommerce

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