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

Filter interviews by

Clear (1)

Webdreams SEO Specialist Interview Questions, Process, and Tips

Updated 30 Jan 2021

Webdreams SEO Specialist 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. 

    Description in HTML can be added using the meta tag within the head section of the document.

    • Add the description within the <head> section of the HTML document.

    • Use the <meta> tag with the attribute name='description' and content='your description here'.

    • Keep the description concise and relevant to the content of the page.

  • 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

Interview questions from similar companies

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

Round 1 - Technical 

(2 Questions)

  • Q1. Design and Testing related questions
  • Q2. GD&T questions, Manufacturing process, material science, semiconductor questions
Round 2 - Technical 

(1 Question)

  • Q1. Excel macros questions
Round 3 - Technical 

(1 Question)

  • Q1. Situation and priority, customer handling, pressure handling
Round 4 - HR 

(1 Question)

  • Q1. Roles and responsibilities, team management and customer handling questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself updated on skills and calm

I was interviewed before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I was interviewed before Apr 2020.

Interview Questionnaire 

2 Questions

  • Q1. What is abstraction
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction is a fundamental concept in object-oriented programming.

    • It allows us to create simplified models of complex systems.

    • Abstraction can be achieved through the use of abstract classes and interfaces.

    • For example, a car can be abstracted as a vehicle with wheels, an engine, and a steering wheel.

    • Abstract...

  • Answered by AI
  • Q2. How do we implement multiple inheritance in Apex
  • Ans. 

    Multiple inheritance is not supported in Apex. Workarounds include using interfaces or wrapper classes.

    • Apex does not support multiple inheritance

    • Use interfaces to achieve similar functionality

    • Wrapper classes can also be used as a workaround

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on practical questions, logical analytical

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8 , spring mvc , database

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are simple that you can crack the interview easily but it's my humble advice that dont go here as the manager is only trust team lead and he is resist. They are raising the hand to beat employees. Akula and Rajkumar both are resist and street guy.

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Q2. Related to interests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Webdreams Interview FAQs

What are the top questions asked in Webdreams SEO Specialist interview?

Some of the top questions asked at the Webdreams SEO Specialist interview -

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

Recently Viewed

INTERVIEWS

Izmo

No Interviews

INTERVIEWS

Annexmed

No Interviews

COMPANY BENEFITS

Vedantu

No Benefits

INTERVIEWS

Izmo

No Interviews

SALARIES

Annexmed

INTERVIEWS

Annexmed

No Interviews

SALARIES

FBSPL- Fusion Business Solution P Limited

SALARIES

FBSPL- Fusion Business Solution P Limited

INTERVIEWS

Annexmed

No Interviews

REVIEWS

Paragon Digital Services

No Reviews

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Monotype Interview Questions
3.8
 • 23 Interviews
Izmo Interview Questions
3.5
 • 12 Interviews
Nxtra Data Interview Questions
4.1
 • 10 Interviews
Ricoh Interview Questions
3.8
 • 9 Interviews
Lirik Infotech Interview Questions
4.0
 • 8 Interviews
View all
Compare Webdreams with

HCL Infosystems

3.9
Compare

Ricoh

3.9
Compare

AYN InfoTech

4.7
Compare

Izmo

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