Upload Button Icon Add office photos
Engaged Employer

i

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

Contus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Contus Digital Marketing Associate Interview Questions and Answers

Updated 11 Sep 2022

Contus Digital Marketing Associate Interview Experiences

1 interview found

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

Round 1 - Technical 

(2 Questions)

  • Q1. Onpage & offpage SEO procedures
  • Ans. 

    Onpage SEO involves optimizing website content and structure, while offpage SEO involves building backlinks and social signals.

    • Onpage SEO includes optimizing title tags, meta descriptions, header tags, and content

    • Offpage SEO includes building high-quality backlinks from reputable websites

    • Social media marketing is also an important offpage SEO strategy

    • Both onpage and offpage SEO are important for improving search engine

  • Answered by AI
  • Q2. Paid marketing methods & techniques
  • Ans. 

    Paid marketing methods include PPC, social media ads, influencer marketing, and affiliate marketing.

    • PPC (pay-per-click) advertising involves paying for each click on your ad, commonly used on search engines like Google and Bing.

    • Social media ads can be targeted to specific demographics and interests, and can be run on platforms like Facebook, Instagram, and LinkedIn.

    • Influencer marketing involves partnering with social m...

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

(2 Questions)

  • Q1. Questions about Wordpess, sitemap
  • Q2. Questions about general marketing methods for SaaS & SaaP
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion & other benifits

Interview Preparation Tips

Topics to prepare for Contus Digital Marketing Associate interview:
  • Semrush
  • onpage seo
  • Offpage
Interview preparation tips for other job seekers - Approach with a clear & bold mindset, prepare with all keywords in the job description

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Walk-in and was interviewed before Sep 2021. There were 5 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 - One-on-one 

(3 Questions)

  • Q1. Introduce about yourself
  • Q2. Logical questions and about project
  • Q3. About their company and their products
Round 3 - Aptitude Test 

General Aptitude and logical reasoning

Round 4 - Coding Test 

About programming and basic programs with advanced program

Round 5 - HR 

(2 Questions)

  • Q1. Salary expectations and about location and staying
  • Q2. About work from home and work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and self motivated and have a good knowledge about everything

Interview Questionnaire 

3 Questions

  • Q1. Test scenarios to test ATM machine
  • Ans. 

    Test scenarios to test ATM machine

    • Test card insertion and ejection

    • Test PIN entry and validation

    • Test cash withdrawal and balance update

    • Test receipt printing

    • Test network connectivity and error handling

  • Answered by AI
  • Q2. Explain about SQL joines
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column between them.

    • There are four types of SQL joins: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the left ...

  • Answered by AI
  • Q3. Explain about Ur previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ,don't get confused with questions be calm and understand the questions and answer

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer

I applied via Campus Placement and was interviewed in Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Explain the features of OOPS with examples?
  • Ans. 

    OOPS is a programming paradigm based on objects that have properties and methods.

    • Encapsulation: bundling of data and methods that operate on that data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on many forms or have multiple behaviors

    • Abstraction: hiding of complex implementation details and showing only the necessary ...

  • Answered by AI
  • Q2. Explain the following terms : Super, Throw, Final and Finally
  • Ans. 

    Explanation of Super, Throw, Final and Finally

    • Super: used to call a method from a parent class

    • Throw: used to throw an exception

    • Final: used to declare a constant or to prevent method overriding

    • Finally: used to execute code after try-catch block, regardless of exception

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions
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 
Round 3 - Coding Test 
Round 4 - Technical 

(1 Question)

  • Q1. Question from your strength whatever do you know the question will roam around your knowledge.
Round 5 - HR 

(1 Question)

  • Q1. HR interviews are having general HR questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - If you don’t have any choice then only go for this company I have worked here what is I had the worst experience both as a girlfriend balance and compensation benefit as well

Contus Interview FAQs

How many rounds are there in Contus Digital Marketing Associate interview?
Contus interview process usually has 3 rounds. The most common rounds in the Contus interview process are One-on-one Round, HR and Technical.
What are the top questions asked in Contus Digital Marketing Associate interview?

Some of the top questions asked at the Contus Digital Marketing Associate interview -

  1. Onpage & offpage SEO procedu...read more
  2. Paid marketing methods & techniq...read more
  3. Questions about general marketing methods for SaaS & S...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
View all
Contus Digital Marketing Associate Salary
based on 9 salaries
₹4.7 L/yr - ₹7.5 L/yr
51% more than the average Digital Marketing Associate Salary in India
View more details
Application Developer
56 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Software Development Engineer
39 salaries
unlock blur

₹4.1 L/yr - ₹11 L/yr

Senior Application Developer
31 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

IOS Application Developer
21 salaries
unlock blur

₹3.2 L/yr - ₹8.8 L/yr

Android App Developer
20 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Contus with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

Apmosys Technologies

3.5
Compare

DynPro

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