Upload Button Icon Add office photos

Filter interviews by

Webgrity Interview Questions and Answers

Updated 19 Nov 2024

Webgrity Interview Experiences

Popular Designations

5 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Shine and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Basic details such as name, address, family background, health history, family health history ( smokers or not)
  • Q2. Educational details such as about 10th, 12th , bechalor or masters.
  • Q3. Basically the hr will be filling a form of such details and Asking u such details and cross-checking them in your Resume or CV.
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic questions of HTML such as types of style used in html, utility of character entities.
  • Q2. Questions on jQuery
  • Q3. Questions on JavaScript such as usage of JavaScript in HTML,

Interview Preparation Tips

Topics to prepare for Webgrity Html Developer interview:
  • HTML
  • CSS
  • JQuery
  • Javascript
Interview preparation tips for other job seekers - The office is in residential area. Therefore, the hr will greet u in another place and the one to one interview will be on another place. In the one to one interview, the interviewee was a middle aged individual, who would cut your words in between If u are providing any extra details regarding your answer. Therefore, try to make sure to give short answer and don't waste your energy. Be aware of the bond and do check every reviews of the company on every feedback platform.

Html Developer Interview Questions asked at other Companies

Q1. 3. In how many ways can we display an attribute of HTML?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common name in English-speaking countries

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate HTML developer with 5 years of experience in creating responsive and user-friendly websites.

    • 5 years of experience in HTML development

    • Proficient in creating responsive websites

    • Strong understanding of user experience design principles

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How many type of css is there
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to an HTML document using the link tag.

  • Answered by AI
  • Q2. Fir what we used.. / in code?
  • Ans. 

    The / is used to close an opening tag in HTML code.

    • The / is used to close self-closing tags like .

    • It is also used to close opening tags like

      .

    • It is not used in closing tags like

  • .

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Html Developer Interview Questions asked at other Companies

Q1. 3. In how many ways can we display an attribute of HTML?
View answer (2)

Html Coder Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

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

(2 Questions)

  • Q1. About html coding
  • Q2. About Javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Do 3-4 test projects at home for freshers and you will surely crack the interview

Web Developer Interview Questions & Answers

user image Shreya Neogi

posted on 14 May 2024

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

Machine test was taken.. Conceptual and Basic knowledge required

Round 2 - HR 

(1 Question)

  • Q1. Salary related discussion

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)

Webgrity interview questions for popular designations

 Html Developer

 (2)

 Software Developer

 (1)

 Web Developer

 (1)

 Html Coder

 (1)

I applied via Walk-in and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Most of the questions asked to me were related to my project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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 Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. What is ohm's Law
  • Ans. 

    Ohm's Law states that the current flowing through a conductor is directly proportional to the voltage applied across it and inversely proportional to its resistance.

    • Ohm's Law is expressed as V = IR, where V is the voltage, I is the current, and R is the resistance.

    • It helps in understanding the relationship between voltage, current, and resistance in an electrical circuit.

    • For example, if the voltage is increased while t...

  • Answered by AI
  • Q2. What is Linux Os
  • Ans. 

    Linux OS is an open-source operating system based on the Unix kernel.

    • Linux OS is known for its stability, security, and flexibility.

    • It is widely used in servers, embedded systems, and mobile devices.

    • Examples of popular Linux distributions include Ubuntu, Fedora, and CentOS.

  • Answered by AI
  • Q3. Full form of CCD/TI Camera
  • Ans. 

    CCD stands for Charge-Coupled Device and TI Camera stands for Texas Instruments Camera.

    • CCD is a type of image sensor used in digital cameras and video cameras.

    • TI Camera refers to cameras developed by Texas Instruments, a technology company.

    • CCD/TI Cameras are commonly used in various applications such as surveillance, photography, and scientific imaging.

    • CCD/TI Cameras convert light into electrical signals for capturing ...

  • Answered by AI
  • Q4. Whic command use for make directory in Linux system
  • Ans. 

    The command used to make a directory in Linux is 'mkdir'.

    • The 'mkdir' command is used to create a new directory in Linux.

    • It can be used with various options to set permissions, create multiple directories, etc.

    • For example, 'mkdir directory_name' creates a new directory with the specified name.

    • To create multiple directories at once, use 'mkdir dir1 dir2 dir3'.

    • To create directories with specific permissions, use 'mkdir -m

  • Answered by AI
  • Q5. Which Service use for local server in parrot os
  • Ans. 

    The service used for local server in Parrot OS is Apache.

    • Apache is a popular open-source web server software.

    • It is widely used for hosting websites and serving web content.

    • Apache provides a robust and secure environment for running web applications.

    • It supports various features like virtual hosting, SSL/TLS encryption, and URL rewriting.

    • Parrot OS includes Apache as the default web server for local development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice and repeat,be on time,

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 2 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 

(6 Questions)

  • Q1. Introduce yourself , Share your Yesterday schedule , Best experience of last job
  • Q2. Tell me Something about Your last Job which u hated & Why do u want to Join BPO .
  • Q3. What is the Salary you are looking at ,
  • Q4. Why Should we Hire You
  • Q5. Lets get some Simple calculations questions
  • Q6. If you cant get a Leave in next 6 months & there is a Medical Emergency then what happens .

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Keep Paticence & say what you want give Pauses don't Rush keep calm don't panic

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Calculations

Round 2 - Technical 

(1 Question)

  • Q1. About PCB's and Molding
Round 3 - HR 

(1 Question)

  • Q1. Regarding the salary and personal background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't spoil your life by joining in Circuitronix. Specially in Plastic Team A. In Circuitronix only blame game happens. No policy about promotions.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic knowledge of Digital Marketing
  • Q2. Formulae in digital Marketing
  • Ans. 

    Formulae in digital marketing refer to mathematical equations used to analyze and optimize marketing strategies.

    • Formulae help calculate key performance indicators (KPIs) such as ROI, CTR, and conversion rates.

    • Examples of formulae include ROI = (Revenue - Cost) / Cost, CTR = (Clicks / Impressions) * 100%, and Conversion Rate = (Conversions / Clicks) * 100%.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. When will you join
  • Ans. 

    I will be able to join within two weeks of receiving an offer.

    • I need to give my current employer two weeks notice before leaving.

    • I may need to finalize any pending projects before starting a new role.

    • I am excited about the opportunity and look forward to joining the team.

  • Answered by AI

Skills evaluated in this interview

Webgrity Interview FAQs

How many rounds are there in Webgrity interview?
Webgrity interview process usually has 1-2 rounds. The most common rounds in the Webgrity interview process are HR, One-on-one Round and Coding Test.
How to prepare for Webgrity 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 Webgrity. The most common topics and skills that interviewers at Webgrity expect are Javascript, HTML, CSS, PHP and Ajax.
What are the top questions asked in Webgrity interview?

Some of the top questions asked at the Webgrity interview -

  1. Fir what we used.. / in co...read more
  2. How many type of css is th...read more
  3. Basically the hr will be filling a form of such details and Asking u such detai...read more

Tell us how to improve this page.

Webgrity Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Concentric Interview Questions
3.8
 • 36 Interviews
Cogent Interview Questions
3.2
 • 18 Interviews
IPG Mediabrands Interview Questions
3.4
 • 16 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Creative Group Interview Questions
4.1
 • 9 Interviews
Havas Media Interview Questions
3.4
 • 9 Interviews
View all

Webgrity Reviews and Ratings

based on 45 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 45 Reviews and Ratings
Web Developer
15 salaries
unlock blur

₹1.9 L/yr - ₹2.9 L/yr

Web Programmer
14 salaries
unlock blur

₹1.1 L/yr - ₹4.8 L/yr

Html Developer
8 salaries
unlock blur

₹1.9 L/yr - ₹2.5 L/yr

Web Designer
6 salaries
unlock blur

₹2 L/yr - ₹2.6 L/yr

PHP Developer
5 salaries
unlock blur

₹1.6 L/yr - ₹2.9 L/yr

Explore more salaries
Compare Webgrity with

Modern V.R. Security Force

4.0
Compare

Omnicom Media Group

2.9
Compare

Cogent

3.2
Compare

Concentric

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