Upload Button Icon Add office photos

Filter interviews by

Webandcrafts Interview Questions and Answers

Updated 26 Mar 2025

Webandcrafts Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP)?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Objects have attributes (data) and methods (functions) that define their behavior.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a banking application, a 'Customer...

  • Answered by AI
  • Q2. Basic Kotlin Related Questions
  • Q3. What is Dependency Injection, and how does Hilt facilitate its implementation in Android development?
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them.

    • Hilt is a dependency injection library for Android that simplifies the implementation of DI in Android apps.

    • Hilt generates the necessary classes for DI at compile time, reducing boilerplate code.

    • Hilt provides annotations like @HiltAndroidApp, @AndroidEntryPoint, and @Inject to facilitate DI in Android develo

  • Answered by AI
  • Q4. What are the basics of Kotlin coroutines?
  • Ans. 

    Kotlin coroutines are a way to perform asynchronous operations in a sequential manner.

    • Coroutines are lightweight threads that can be used to perform long-running tasks without blocking the main thread.

    • They can be used to simplify asynchronous programming by allowing developers to write code that looks synchronous.

    • Coroutines can be launched using 'launch' or 'async' functions.

    • They can be cancelled using 'cancel' functio...

  • Answered by AI
  • Q5. What is the purpose of the Modifier in Jetpack Compose?
  • Ans. 

    Modifiers in Jetpack Compose are used to apply styling, layout, and behavior to UI elements.

    • Modifiers are used to modify the appearance, layout, and behavior of UI elements in Jetpack Compose.

    • They can be used to add padding, alignment, background color, click listeners, and more to UI elements.

    • Modifiers are composable functions that can be chained together to create complex UI layouts.

    • Examples of modifiers include padd

  • Answered by AI
  • Q6. What is LazyColumn in Jetpack Compose and how is it used?
  • Ans. 

    LazyColumn is a vertically scrolling list that only composes and lays out the items that are visible on the screen.

    • LazyColumn is part of Jetpack Compose, a modern Android UI toolkit.

    • It is used to efficiently display large lists of items by only rendering the items that are currently visible on the screen.

    • LazyColumn is similar to RecyclerView in traditional Android development.

    • It automatically recycles items as they scr...

  • Answered by AI

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. GST refund procedure Details needed to fill in GSTR 1 How expenditures are classified into capital and revenue expenditure? Is input credit on treat provided to employees can be availed? reason? Is inpu...
  • Ans. 

    Questions related to GST refund, GSTR 1, classification of expenditures, input credit, golden rules of accounting, and fictitious assets.

    • GST refund procedure involves filing GSTR 1 with necessary details.

    • Expenditures are classified into capital and revenue expenditure based on their nature and usage.

    • Input credit on treat provided to employees cannot be availed as it is not a business expense.

    • Input credit on purchase of...

  • Answered by AI
  • Q2. Introduce your self and about the current company working with

Interview Preparation Tips

Interview preparation tips for other job seekers - While applying be careful if you are not prepaid. I got call within 1 day after sending my resume and with in 2 hours they scheduled interview through google meet. As I was not prepaid I was not selected.

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Recurssion python
  • Q2. Python basics question
  • Q3. Duplicate from list

Interview Preparation Tips

Interview preparation tips for other job seekers - Their is high job so you can learn

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Algorithms..Technical question from OOPS..Core Java.. J2EE.. Java8.. Spring.. Spring Boot.. Hibernate.. SQL..

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat dont give up guys.. Keep preparing for the interviews.. Keep making notes of questions asked. Just remember one thing, when you are all set and prepared for the interview and still getting rejected continuously.. dont doubt yourself, your capabilities.. Its just a bad phase.. nothing else.
Definitely technical skills.. communication skills.. presenting skills are important to crack the interviews.. But Patience.. Patience is also very important.. All the best..

Interview Questionnaire 

1 Question

  • Q1. About you?

Interview Questionnaire 

2 Questions

  • Q1. 1. Questions on Angular.
  • Q2. 2. Question on backend like Java, Spring, Spring Boot, Microservices

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. What is windows powershell?
  • Ans. 

    Windows PowerShell is a command-line shell and scripting language designed for system administration tasks.

    • It is built on the .NET Framework

    • It allows users to automate tasks using scripts

    • It supports remote management of Windows machines

    • It has a rich set of commands and utilities

    • Example: Get-Process command retrieves information about running processes

    • Example: Set-ExecutionPolicy command changes the PowerShell execution

  • Answered by AI
  • Q2. About VDI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Informatica basics- transformations, scd types, multiple flat file loading using script, md5 usage, sql basic queries which has decode, case syntax, and basic knowledge in unix whether we are aware about c...

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. It was one month process and follow up is must. The interviewer was friendly. There were 4 rounds- l1,l2, managerial satisfaction round and hr.

Interview Questionnaire 

1 Question

  • Q1. Find the second largest array element in a given lisst of arrays using c programing
  • Ans. 

    Find the second largest element in a given list of arrays using C programming.

    • Iterate through the array and compare each element with the current maximum and second maximum

    • If the element is greater than the current maximum, update the second maximum and maximum

    • If the element is greater than the second maximum but less than the maximum, update the second maximum

    • Return the second maximum

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Test on apptitude reasoning

Round 2 - Group Discussion 

General topics gd

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions o
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and general

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and great interview process

Webandcrafts Interview FAQs

How many rounds are there in Webandcrafts interview?
Webandcrafts interview process usually has 1-2 rounds. The most common rounds in the Webandcrafts interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Webandcrafts 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 Webandcrafts. The most common topics and skills that interviewers at Webandcrafts expect are CVS, Time Management, HTML, Photoshop and Javascript.
What are the top questions asked in Webandcrafts interview?

Some of the top questions asked at the Webandcrafts interview -

  1. GST refund procedure Details needed to fill in GSTR 1 How expenditures are cl...read more
  2. What is Dependency Injection, and how does Hilt facilitate its implementation i...read more
  3. What is LazyColumn in Jetpack Compose and how is it us...read more

Tell us how to improve this page.

Webandcrafts Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 517 Interviews
FIS Interview Questions
3.9
 • 487 Interviews
View all

Webandcrafts Reviews and Ratings

based on 35 reviews

3.1/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

2.3

Salary

2.8

Job security

2.6

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 35 Reviews and Ratings
Software Developer
26 salaries
unlock blur

₹1.2 L/yr - ₹7.1 L/yr

Business Analyst
20 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Software Engineer
7 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Android Developer
7 salaries
unlock blur

₹2.6 L/yr - ₹7.4 L/yr

Senior Project Coordinator
7 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Webandcrafts with

Virtusa Consulting Services

3.8
Compare

Cognizant

3.7
Compare

Nagarro

4.0
Compare

Photon Interactive

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