Upload Button Icon Add office photos
Engaged Employer

i

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

Webdreams Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 1 Review

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Webdreams Interview Questions, Process, and Tips

Updated 30 Jan 2021

Webdreams Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Google's letest update?
  • Ans. 

    Google's latest update is the June 2021 Core Update.

    • The update was released on June 2, 2021.

    • It is a broad core algorithm update that affects all search results and languages.

    • The update aims to improve the relevance and quality of search results.

    • It may take several weeks for the full impact of the update to be seen.

    • Google has advised website owners to focus on providing high-quality content and user experience.

    • Some webs...

  • Answered by AI
  • Q2. Where to add description in html ?
  • Ans. 

    The description in HTML can be added in the section using the tag.

    • The description should be added within the section of the HTML document.

    • Use the tag with the attribute 'name' set to 'description' to define the description.

    • The content of the description should be placed within the 'content' attribute of the tag.

    • The description should be concise and accurately summarize the content of the webpage.

    • Including relevant...

  • Answered by AI
  • Q3. What is SME?
  • Ans. 

    SME stands for Subject Matter Expert.

    • SME is a person who has extensive knowledge and expertise in a particular field.

    • They are often consulted for their specialized knowledge and skills.

    • SMEs play a crucial role in providing guidance and support to teams and organizations.

    • For example, in SEO, an SME could be someone who has in-depth knowledge of Google algorithms and can provide insights on how to optimize websites accor

  • Answered by AI
  • Q4. Types of back links?
  • Ans. 

    Backlinks are links from other websites that point to your website. There are two types of backlinks: dofollow and nofollow.

    • Dofollow backlinks pass link juice and improve search engine rankings

    • Nofollow backlinks do not pass link juice but can still drive traffic to your website

    • Backlinks can be acquired through guest blogging, broken link building, and social media sharing

    • High-quality backlinks from authoritative websit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a good experience. Be prepared if you want attend interview. Lot of opportunities to learn.

Skills evaluated in this interview

SEO Specialist Interview Questions asked at other Companies

Q1. Given the site audit to ssyes, which will you fix firstwhat is your priority that will have most effect on website in short time
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduction of yourself
  • Q2. Tell me about ? your qualification and career and job
  • Q3. Tell me ? How did you find this job
  • Q4. Tell me about what you have skills
  • Q5. Tell me aboutyour hobbies
  • Q6. How much you expecting regarding salary
Round 2 - Group Discussion 

About environment and population

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be strees while infront of interviewer
And don't be worry
Be friendly with your interviewer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Asking regarding self introduction.
  • Q2. Asking somthing as wish of interviewer.
  • Q3. So wonderful ,Iready for interview
  • Q4. Asking regarding my company.
  • Q5. Asking regarding my job roll.
Round 2 - Group Discussion 

Asking regarding electrical designing.

Round 3 - Technical 

(2 Questions)

  • Q1. Asking regarding cable try modelling.
  • Q2. Asking regarding equipment modelling.

Interview Preparation Tips

Topics to prepare for Acer India Electrical Designer interview:
  • Cable try modelling, equipment m
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Assignment 

They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions
  • Q2. What's is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of an application in a single immutable object.

  • Answered by AI
  • Q3. What is react how it is different from html and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.

    • React is a JavaScript library for building interactive user interfaces.

    • HTML is a markup language used for structuring content on web pages.

    • Angular is a full-fledged framework for building web applications.

    • React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.

    • React co...

  • Answered by AI
  • Q4. What is contex api in react js
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. What are hooks in react and how to use
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I clear all the rounds in interview but in last they tell me we will not go further with you without any reason.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Priority and severity? Scrum and agile?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I applied through the careers page and after a week HR called me and scheduled an online test on Hacker Rank which contained 5 questions, 2 DSA, 1 Sql Query, 1 Rest Apis and 1 Problem Which I had to complete using IDE, that was a Spring Boot project and I need to validate the incoming request

Round 2 - Technical 

(2 Questions)

  • Q1. Count the Characters in a String
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through the string and increment a counter for each character encountered.

    • Use the length() method of the String class to get the total number of characters.

    • Consider handling edge cases like empty strings or null inputs.

  • Answered by AI
  • Q2. Count the Words in a String
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces to get an array of words

    • Get the length of the array to count the number of words

    • Consider handling special cases like multiple spaces or punctuation

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of firewall
  • Ans. 

    Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can prevent unauthorized access to a network or computer system

    • They can block malicious traffic such as viruses, worms, and hackers

    • Firewalls can be hardware-based or software-based

    • Examples of firewalls include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q2. Difference between network cable and fiber cabela
  • Ans. 

    Network cables use copper wires to transmit data, while fiber cables use glass or plastic fibers to transmit data using light signals.

    • Network cables use copper wires to transmit data signals.

    • Fiber cables use glass or plastic fibers to transmit data using light signals.

    • Network cables are typically used for shorter distances, while fiber cables are used for longer distances and higher data transfer speeds.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need hard knowledge of Server switched and routers. Also IP, LSI, and much more

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Oracle startup sequence
  • Q2. Rac startup questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bank recon process
  • Q2. Cash basis vs Accrual
  • Ans. 

    Cash basis records transactions when cash is exchanged, while accrual basis records transactions when they occur.

    • Cash basis recognizes revenue and expenses when cash is received or paid.

    • Accrual basis recognizes revenue and expenses when they are earned or incurred.

    • Accrual basis provides a more accurate picture of a company's financial position.

    • Cash basis is simpler and easier to understand for small businesses.

    • Example:...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Trusted work and women useful this work
  • Q2. This work work from home
  • Q3. I want this job to take good care of my family
  • Q4. This work confirm sir

Interview Preparation Tips

Interview preparation tips for other job seekers - This work iam interest work

Webdreams Interview FAQs

How to prepare for Webdreams 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 Webdreams. The most common topics and skills that interviewers at Webdreams expect are Brand Management, Selenium IDE, Asset Management, C and C++.
What are the top questions asked in Webdreams interview?

Some of the top questions asked at the Webdreams interview -

  1. Where to add description in html ...read more
  2. Google's letest upda...read more
  3. Types of back lin...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Monotype Interview Questions
3.9
 • 23 Interviews
Izmo Interview Questions
3.6
 • 12 Interviews
Nxtra Data Interview Questions
4.1
 • 9 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
Lirik Infotech Interview Questions
4.0
 • 8 Interviews
RS Software Interview Questions
3.8
 • 7 Interviews
View all

Webdreams Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

-

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Web Developer Lead
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Webdreams with

HCL Infosystems

3.9
Compare

Ricoh

3.9
Compare

AYN InfoTech

4.7
Compare

Riddhi Corporate Services

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