Upload Button Icon Add office photos
Engaged Employer

i

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

SEO India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SEO India Interview Questions, Process, and Tips

Updated 13 Jun 2023

SEO India Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 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 - Technical 

(7 Questions)

  • Q1. What skills are you best at in the Niche of Digital Marketing?
  • Q2. How important is On-page and Offpage in SEO and what do you exactly do to help optimising a website to rank well into search engines?
  • Q3. Do you have any experience over using automated tools to ease the activities involved such as for emailers, Whatsapp, Link Building Tools and many more!
  • Ans. 

    Yes, I have experience using automated tools for emailers, Whatsapp, and link building.

    • I have used email marketing platforms like MailChimp and Constant Contact to automate email campaigns.

    • I have utilized Whatsapp Business API for automated messaging and customer support.

    • I have experience with link building tools like Ahrefs and SEMrush for automating backlink analysis and outreach.

    • I am proficient in using tools like Z

  • Answered by AI
  • Q4. Do you have any experience over GTM?
  • Ans. 

    Yes, I have experience with Google Tag Manager (GTM).

    • Implemented GTM for tracking website events and conversions

    • Created custom tags, triggers, and variables to optimize tracking

    • Integrated GTM with Google Analytics for advanced tracking capabilities

  • Answered by AI
  • Q5. How do you set up GTM APIs for Facebook, Google Ads, Google Analytics etc.
  • Ans. 

    Setting up GTM APIs for Facebook, Google Ads, Google Analytics involves creating API credentials and configuring tags in Google Tag Manager.

    • Create API credentials for each platform (Facebook, Google Ads, Google Analytics)

    • In Google Tag Manager, set up tags for each platform using the respective API credentials

    • Test the tags to ensure they are firing correctly and sending data to the respective platforms

  • Answered by AI
  • Q6. Show is some proven results where you have worked harder and found challenging and finally ended up ranking them well, and what did you learn from them?
  • Q7. Can you show us some analytical data important to judge ranking and improvement factors?
  • Ans. 

    Analytical data such as keyword rankings, organic traffic, backlink profile, and on-page optimization are important factors to judge ranking and improvement.

    • Keyword rankings can be tracked using tools like SEMrush or Ahrefs.

    • Organic traffic can be monitored through Google Analytics to see trends and changes.

    • Backlink profile can be analyzed using tools like Moz or Majestic to assess quality and quantity of backlinks.

    • On-p...

  • Answered by AI
Round 3 - Assignment 

Review our website SEOIndia.co and help us understanding how it can be optimised more to generate more leads!

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fair with what you know, so that they don't expect more and won't end up with bad experience. This is applicable for even every job.

Skills evaluated in this interview

SEO Consultant Interview Questions asked at other Companies

Q1. Do you have any experience over using automated tools to ease the activities involved such as for emailers, Whatsapp, Link Building Tools and many more!
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What are the 4 principles of oops?
  • Ans. 

    The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class.

  • Answered by AI
  • Q2. What is the difference between string buffer and string builder?
  • Ans. 

    String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.

    • String buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String builder is not synchronized, providing better performance in single-threaded applications.

    • String builder is faster than string buffer due to lack of synchronization overhead.

    • Example: StringBuffer sb = new StringBuffer(); Str

  • Answered by AI
  • Q3. Why strings are immutable?
  • Ans. 

    Strings are immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.

  • Answered by AI
  • Q4. What are the different types of exception in java?
  • Ans. 

    There are two types of exceptions in Java: checked exceptions and unchecked exceptions.

    • Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.

    • Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.

    • Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.

    • Examples of unchecked exceptions include...

  • Answered by AI
  • Q5. Explain linear search algorithm.
  • Ans. 

    Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.

    • Iterate through each element in the list

    • Compare the current element with the target value

    • Return the index if a match is found, otherwise return -1

  • Answered by AI
  • Q6. Difference between JDK jvm and jre
  • Ans. 

    JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.

    • JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.

    • JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.

    • JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.

    • JDK is used for developing ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare all the skills which you are mentioned in your cv.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks

SEO India Interview FAQs

How many rounds are there in SEO India interview?
SEO India interview process usually has 3 rounds. The most common rounds in the SEO India interview process are Resume Shortlist, Technical and Assignment.
How to prepare for SEO India 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 SEO India. The most common topics and skills that interviewers at SEO India expect are Search Engine Optimization, Journalism, SEO Writing, Content Writing and Press Release.
What are the top questions asked in SEO India interview?

Some of the top questions asked at the SEO India interview -

  1. Do you have any experience over using automated tools to ease the activities in...read more
  2. Can you show us some analytical data important to judge ranking and improvement...read more
  3. How do you set up GTM APIs for Facebook, Google Ads, Google Analytics e...read more

Tell us how to improve this page.

SEO India Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Techmagnate Interview Questions
4.0
 • 8 Interviews
EZ Rankings Interview Questions
4.1
 • 4 Interviews
View all

SEO India Reviews and Ratings

based on 12 reviews

4.2/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 12 Reviews and Ratings
SEO Executive
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior SEO Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SEO India with

RankUno Interactive Technologies

3.6
Compare

PageTraffic Web-Tech

3.9
Compare

Techmagnate

4.0
Compare

EZ Rankings

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