Upload Button Icon Add office photos

Filter interviews by

Web Link Services Web Developer Interview Questions and Answers for Experienced

Updated 29 Mar 2024

Web Link Services Web Developer Interview Experiences for Experienced

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked about self
Round 2 - Technical 

(2 Questions)

  • Q1. Asked technical question
  • Q2. Asked about HTML, CSS, Responsive website questions
Round 3 - Assignment 

Complete the assignments at the required time

Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about to complete 50 pages in one day
  • Q2. It will never happened

Web Developer Jobs at Web Link Services

View all

Interview questions from similar companies

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

5 codes with med level que

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical round with deep and core
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 - Technical 

(1 Question)

  • Q1. About React Js ,what are the steps to build website by using React js
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about your Project

Interview Questionnaire 

5 Questions

  • Q1. What is the viewport?
  • Ans. 

    The viewport is the visible area of a web page displayed on a device's screen.

    • It determines the layout and dimensions of the content on the screen.

    • It can be adjusted using meta tags in the HTML head section.

    • It is important for responsive design and mobile optimization.

    • It can be simulated in web development tools like Chrome DevTools.

  • Answered by AI
  • Q2. Inline elements and block elements in CSS
  • Ans. 

    Inline elements are displayed inline with text while block elements take up the full width available.

    • Inline elements do not start on a new line

    • Block elements start on a new line and take up the full width available

    • Inline elements can have padding and margin applied horizontally but not vertically

    • Block elements can have padding and margin applied in all directions

    • Examples of inline elements include and , while examples

  • Answered by AI
  • Q3. Display inline vs. display block
  • Ans. 

    display inline is used for inline elements while display block is used for block-level elements.

    • display inline elements are placed next to each other horizontally

    • display block elements take up the entire width of their container

    • display inline-block elements are placed next to each other horizontally and can have a width and height set

  • Answered by AI
  • Q4. Flex and grid
  • Q5. Pseudo-classes in css
  • Ans. 

    Pseudo-classes are used in CSS to select and style elements based on their state or position in the document.

    • Pseudo-classes start with a colon (:)

    • Common pseudo-classes include :hover, :active, :focus, :first-child, :last-child

    • Pseudo-classes can be combined with selectors to target specific elements

    • Pseudo-classes can also be used to style links based on their state

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Dharampeth Kala-Vanijya and MP Deo Smruti Vidhyan Mahavidyalaya, Nagpur and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Construct stack using queues
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, store it, swap the queues, enqueue the stored element back to queue1, and return it

    • Exa...

  • Answered by AI
  • Q2. M coloring graph

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Front end Developer interview:
  • DSA
Interview preparation tips for other job seekers - Good with dsa

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Caching Strategy
  • Q2. What is micro Frontend architecture
  • Ans. 

    Micro Frontend architecture is an approach to building front-end applications by breaking them down into smaller, independently deployable units.

    • Allows different teams to work on separate parts of the application

    • Each micro frontend can be developed using different technologies

    • Enables incremental upgrades and updates without affecting the entire application

    • Can improve performance by loading only the necessary components

    • ...

  • Answered by AI
  • Q3. Pure and impure pipes in angular
  • Ans. 

    Pure pipes in Angular are stateless and do not change the input data, while impure pipes can have side effects and change the input data.

    • Pure pipes are used for simple transformations like formatting dates or numbers.

    • Impure pipes are used for more complex transformations that require state or side effects.

    • Pure pipes are faster and more efficient as they only run when a pure change to the input data is detected.

    • Impure p...

  • Answered by AI
  • Q4. How to make singleton services multiton
  • Ans. 

    Singleton services can be made multiton by maintaining a map of instances with unique keys.

    • Create a map to store instances with unique keys

    • Use a factory method to retrieve instances based on keys

    • Ensure that only one instance is created per key

  • Answered by AI
  • Q5. What is dependency injection
  • Ans. 

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

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: AngularJS, Spring Framework

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read Frontend system design also

Skills evaluated in this interview

PHP Developer Interview Questions & Answers

CGI Group user image soumyakanta sahoo

posted on 18 Aug 2024

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated PHP developer with 5 years of experience in building web applications and websites.

    • Experienced in PHP programming language

    • Skilled in developing web applications and websites

    • Proficient in using frameworks like Laravel and CodeIgniter

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

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

(1 Question)

  • Q1. Tell me your current project
  • Ans. 

    I am currently working on developing a web application for an e-commerce platform.

    • Using PHP to create dynamic web pages

    • Integrating payment gateways for online transactions

    • Implementing user authentication and authorization

    • Optimizing database queries for better performance

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked simple tricky questions

Round 2 - Technical 

(2 Questions)

  • Q1. Class Dependency Injection
  • Q2. Questions was asked from oops concepts

Interview Preparation Tips

Topics to prepare for Publicis Sapient PHP Developer interview:
  • OOPS
  • Laravel
  • PHP
  • MySQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Given time aptitude must be cleared

Round 2 - Coding Test 

2 codings for 1 hour

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

5 codes with med level que

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical round with deep and core

Web Link Services Interview FAQs

How many rounds are there in Web Link Services Web Developer interview for experienced candidates?
Web Link Services interview process for experienced candidates usually has 4 rounds. The most common rounds in the Web Link Services interview process for experienced candidates are HR, Technical and Assignment.
How to prepare for Web Link Services Web Developer interview for experienced candidates?
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 Web Link Services. The most common topics and skills that interviewers at Web Link Services expect are Application Design, Digital Media, Hart, Interiors and J2Me.
What are the top questions asked in Web Link Services Web Developer interview for experienced candidates?

Some of the top questions asked at the Web Link Services Web Developer interview for experienced candidates -

  1. Asked about HTML, CSS, Responsive website questi...read more
  2. Asked about to complete 50 pages in one ...read more
  3. Asked technical quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Web Link Services interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Web Link Services Web Developer Salary
based on 5 salaries
₹1 L/yr - ₹3 L/yr
58% less than the average Web Developer Salary in India
View more details
Web Development

Pune

1-6 Yrs

Not Disclosed

Explore more jobs
SEO Executive
23 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Web Developer
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

DOT NET Developer
4 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Digital Marketing Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Web Link Services with

Info Edge

4.0
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

Matrimony.com

4.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