Upload Button Icon Add office photos

Filter interviews by

InnoServ Digital Interview Questions and Answers

Updated 6 Jun 2024

InnoServ Digital Interview Experiences

Popular Designations

3 interviews found

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

I appeared for an interview in Sep 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. Technical SEO parameters
  • Ans. 

    Technical SEO parameters are key factors that affect a website's search engine ranking.

    • Technical SEO parameters include website speed, mobile-friendliness, URL structure, meta tags, and schema markup.

    • Optimizing technical SEO parameters can improve website visibility and user experience.

    • Examples of technical SEO tools include Google Search Console, Screaming Frog, and SEMrush.

  • Answered by AI
  • Q2. What is core web vitals
  • Ans. 

    Core Web Vitals are a set of specific factors that Google considers important in a webpage's overall user experience.

    • Core Web Vitals include Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS)

    • LCP measures loading performance, FID measures interactivity, and CLS measures visual stability

    • Google uses Core Web Vitals as a ranking factor for search results

  • Answered by AI
  • Q3. How to set-up goals in google analytics?
  • Ans. 

    Goals in Google Analytics can be set up by navigating to the Admin section, selecting the desired view, and clicking on Goals under the View column.

    • Navigate to Admin section in Google Analytics

    • Select the desired view

    • Click on Goals under the View column

    • Set up a new goal by defining the goal type, goal details, and goal value

    • Track goal completions and analyze the data to measure success

  • Answered by AI
  • Q4. How to check performance report
  • Ans. 

    Performance reports can be checked using various tools and metrics to analyze website performance.

    • Use Google Analytics to track website traffic, user behavior, and conversions.

    • Utilize Google Search Console to monitor website performance in search results, identify indexing issues, and optimize content.

    • Check website speed and performance using tools like PageSpeed Insights or GTmetrix.

    • Analyze keyword rankings and organi...

  • Answered by AI
  • Q5. How to setup google tag manager
  • Ans. 

    Google Tag Manager is a tool that allows you to easily manage and deploy tags on your website without having to manually edit code.

    • Sign in to your Google Tag Manager account

    • Create a new account and container

    • Add the Google Tag Manager code to your website

    • Set up tags, triggers, and variables as needed

    • Test and publish your container

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical SEO, On page & off page

Skills evaluated in this interview

Senior SEO Executive Interview Questions asked at other Companies

Q1. Can you discuss the role of machine learning and AI in SEO, and how can SEO professionals leverage these technologies?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Assignment 

Write content ads for a client

Round 2 - HR 

(1 Question)

  • Q1. What’s your experience in content writing
Round 3 - HR 

(1 Question)

  • Q1. What is your compensation expectation
  • Ans. 

    Negotiable based on the responsibilities and benefits offered by the company.

    • My compensation expectation is flexible and open to negotiation.

    • I am looking for a competitive salary that reflects my skills and experience.

    • I am also interested in benefits such as health insurance, paid time off, and professional development opportunities.

  • Answered by AI

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Copywriter Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2023

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

I applied via Naukri.com and was interviewed before Apr 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 - Assignment 

It was copywriter assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Basic Salary Information
  • Q2. Why you are looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Write what comes to your mind. Be original, and witty, and make it short and precise.

Copywriter Interview Questions asked at other Companies

Q1. What are the best practices we can follow to rank our product descriptions organically in Google search?
View answer (1)

Jobs at InnoServ Digital

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

Got an assignment to perform in excel about data analysis for churn prediction. Performed in excel. 70% focus was on skills and 30% on analysis.

I applied via Naukri.com and was interviewed in Oct 2022. There were 6 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 - Aptitude Test 

Reasoning and calculative questions, current affairs, regular questions, hobbies .

Round 3 - Group Discussion 

A particular topic related to a market up and downs.

Round 4 - HR 

(2 Questions)

  • Q1. Recruitment process , of Hr Planning and processing how to recruit a best employee
  • Q2. HR rights and powers, HR directing an interview whole process.
Round 5 - One-on-one 

(2 Questions)

  • Q1. Personal interview, Introduction, job related questions company profile
  • Q2. Skill development, market index
Round 6 - Assignment 

Giving a particular tast which employee can do to prove this how eligible for this job opportunity

Interview Preparation Tips

Topics to prepare for Echobooom Management & Entrepreneurial Solutions Sales Executive interview:
  • Marketing mix
  • Service Quality Management
Interview preparation tips for other job seekers - Best questions to best answers . Recruitment of knowledgeable employee

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is scope of variable in perl.
  • Ans. 

    Scope of variable in Perl determines where the variable can be accessed.

    • Perl has three types of variable scope: global, local, and lexical.

    • Global variables can be accessed from anywhere in the program.

    • Local variables are declared using the 'my' keyword and can only be accessed within the block they are declared in.

    • Lexical variables are declared using the 'state' keyword and can be accessed within the block they are dec...

  • Answered by AI
  • Q2. Perl logic questions.
  • Q3. Perl regex questions
  • Q4. Perl module question
  • Q5. Grep and map function
  • Q6. What is hash and array in perl
  • Ans. 

    Hash is a data structure that stores data in key-value pairs while array is an ordered list of scalar values.

    • Hashes are denoted by % symbol and arrays by @ symbol in Perl.

    • Hashes are useful for storing and retrieving data quickly based on a unique key.

    • Arrays can be accessed using index numbers starting from 0.

    • Both hashes and arrays can store different data types such as strings, numbers, and references.

    • Example: %hash = ...

  • Answered by AI
  • Q7. What is CDATA in XML.
  • Ans. 

    CDATA is a way to include special characters in XML data without causing parsing errors.

    • CDATA stands for Character Data

    • It is used to include data that contains characters that would otherwise be interpreted as XML markup

    • CDATA is enclosed in tags

    • Example: bold text]]>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No. Everything is good.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Pivot columns in sql
  • Ans. 

    Pivoting columns in SQL involves transforming rows into columns to display data in a different format.

    • Use the PIVOT keyword in SQL to pivot columns

    • Specify the columns to pivot on and the values to display in the new columns

    • Aggregate functions like SUM, AVG, COUNT can be used with PIVOT

    • Example: SELECT * FROM table_name PIVOT (SUM(value_column) FOR pivot_column IN ('value1', 'value2', 'value3'))

  • Answered by AI
  • Q2. Slow changing dimensions
  • Q3. Dynamic rankx top 3
  • Q4. Field parameters
  • Q5. Stored procedures

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have proper interviewer they were rude and show bad attitude to the candidates.

Better avoid this company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 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 

(1 Question)

  • Q1. Explain oops concepts, difference b/w abstraction and interface,MVC architecture,stored procedure,joins
  • Ans. 

    OOPs concepts, abstraction vs interface, MVC architecture, stored procedures, joins

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction

    • Abstraction is hiding the implementation details while interface is a contract that defines the methods that a class must implement

    • MVC architecture separates the application into Model, View, and Controller components for better organization and maintenance

    • Sto...

  • Answered by AI
Round 3 - Coding Test 

SQL queries, ddl,dml TCL commands, primary key and foreign key differences,what is composite key,hash table in c#,generics in c#.

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion,

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Details of current Role & responsibilities and usual BA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy & quick process, They look for someone of that particular domain.

InnoServ Digital Interview FAQs

How many rounds are there in InnoServ Digital interview?
InnoServ Digital interview process usually has 2-3 rounds. The most common rounds in the InnoServ Digital interview process are HR, Assignment and Resume Shortlist.
How to prepare for InnoServ Digital 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 InnoServ Digital. The most common topics and skills that interviewers at InnoServ Digital expect are French, SAN, Social Media, Advertising and Content Development.
What are the top questions asked in InnoServ Digital interview?

Some of the top questions asked at the InnoServ Digital interview -

  1. How to set-up goals in google analyti...read more
  2. How to setup google tag mana...read more
  3. How to check performance rep...read more

Tell us how to improve this page.

InnoServ Digital Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 101 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Mirum Interview Questions
3.1
 • 6 Interviews
Webenza Interview Questions
3.9
 • 4 Interviews
FoxyMoron Interview Questions
3.5
 • 3 Interviews
WATConsult Interview Questions
3.3
 • 2 Interviews
BC Web Wise Interview Questions
3.4
 • 1 Interview
Gozoop Interview Questions
3.0
 • 1 Interview
View all

InnoServ Digital Reviews and Ratings

based on 23 reviews

3.3/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

2.8

Salary

2.9

Job security

3.2

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 23 Reviews and Ratings
Sales Manager

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
PPC Executive
10 salaries
unlock blur

₹2.3 L/yr - ₹4.8 L/yr

Content Writer
9 salaries
unlock blur

₹2.1 L/yr - ₹4.3 L/yr

SEO Executive
9 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Graphic Designer
8 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Social Media Executive
8 salaries
unlock blur

₹2.2 L/yr - ₹3.3 L/yr

Explore more salaries
Compare InnoServ Digital with

Webenza

3.9
Compare

WATConsult

3.3
Compare

Interactive Avenues

3.7
Compare

BC Web Wise

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