Upload Button Icon Add office photos

Target

Compare button icon Compare button icon Compare

Filter interviews by

Target Digital Marketing Executive Interview Questions and Answers

Updated 4 Oct 2023

Target Digital Marketing Executive Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Sep 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Asking questions about google ads, keyword research, ad setup.
  • Q3. Google ads setup
  • Ans. 

    Google Ads setup involves creating campaigns, ad groups, keywords, and ad copies to reach target audience.

    • Start by setting up a Google Ads account

    • Create campaigns based on goals (e.g. brand awareness, lead generation)

    • Set budget, targeting options, and bidding strategy

    • Research and select relevant keywords

    • Write compelling ad copies with clear call-to-action

    • Monitor performance and optimize campaigns regularly

  • Answered by AI

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. What is your studies details?
  • Q2. What is yourwork locationn

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and face to face talking

Interview Preparation Tips

General Tips: It's not a World Cup final and you're not Tendulkar. So relax, you don't have the burden of a nation's expectation on you. If you've managed to understand the fundamentals of algorithms, data structures, OS etc., cracking interviews shouldn't be hard. If you've not, then I guess you need at least a couple of months of intense preparation.
College Name: NIT SURATHKAL

Interview Questionnaire 

1 Question

  • Q1. Oops , and project , dbms

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Case Study 

Hackathon organized by lowes on campus

Round 2 - Technical 

(1 Question)

  • Q1. 1 hour technical round held and many questions were asked from data structures and algorithms and about some projects that i have created
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions were asked

Interview Preparation Tips

Topics to prepare for Lowe's Associate Software Engineer interview:
  • DSA
  • React.Js
  • Node.Js
  • Java
Interview preparation tips for other job seekers - Keep good grasp in dsa and you should have some projects to showcase and improve your chances.

Interview Questionnaire 

1 Question

  • Q1. Oops ,project, dbms

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Mostly on js basics. Event loop, hoisting, GraphQL

Round 2 - Technical 

(2 Questions)

  • Q1. How to implement Cadence algorithm
  • Ans. 

    Cadence algorithm is used for real-time stream processing of data.

    • Cadence is a distributed system for managing workflows.

    • It uses a programming model called the Cadence Workflow Model.

    • The Cadence server is responsible for managing the state of workflows.

    • The Cadence client is responsible for executing the workflow tasks.

    • Cadence provides a lot of features like retries, timeouts, and error handling.

  • Answered by AI
  • Q2. How does vdom works in react
  • Ans. 

    VDOM stands for Virtual Document Object Model, which is a lightweight copy of the actual DOM used by React for efficient rendering.

    • VDOM is a tree-like structure that React uses to keep track of changes in the UI.

    • When a component's state changes, React creates a new VDOM tree and compares it with the previous one to identify the changes.

    • React then updates only the parts of the actual DOM that need to be changed, resulti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basic js questions. Eventloop, arrays

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Virtual Interview - 3 rounds same day [DS & Algo, Java, Architecture/Product]

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. Focus on problem solving and speed to clear 1st Round. Strong Java fundamentals upto Java 8,9 is enough to clear 2nd Round. Basic Design and Product Architecture knowledge can help clear the final round.

Believe yourself and keep working !!

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Online Aptitude Test
  • Q2. Questions from my resume/previous employment
  • Q3. Scenario based question/Business case study

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was for Data analyst role at Reliance Retail. First , I had online aptitude test-50 questions 12 minutes. You need to at least solve 20 correctly. Post this I had online technical interview which lasted for about 40minutes. Initially the interviewer asked me about few accomplishments from my previous employment which had impacted business. I took him through few major projects that I worked and how these impacted business. I made sure to keep everything aligned to data analyst role. I spoke about what Data visualization tools (Domo/tableau) and languages(SQL) I had used previously to analyze data. He had follow up questions and I again made sure to explain clearly by highlighting my role. Next , there was one scenario based question asked.
Q: There are a couple of reliance stores that are bleeding(doing really bad) in one region. You have all the necessary data related to these stores. What would be those factors that you will consider first ? What will you do to ensure these stores do well.
Since I had retail background it was easier for me to understand the scenario based question. The interviewer wanted to understand how I would approach the problem.
Last, I had few questions to the interviewer based on the role.
On the same day I received call from HR saying that I have cleared the interview and offered the role.

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Internal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to indices in an array.

    • Hash function is used to convert the key into an index in the array

    • Collisions occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Load factor is the ratio of number of elements to the size of the array, and affects the performance of hash map

    • Operatio...

  • Answered by AI
  • Q2. Core Java Concepts
  • Q3. SQL queries to get 2nd highest salary
  • Ans. 

    SQL query to get 2nd highest salary

    • Use ORDER BY and LIMIT to get the highest salary

    • Use subquery to exclude the highest salary and get the 2nd highest

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI
  • Q4. Authentication and Authorisation
  • Q5. Data structures and algorithms questions
  • Q6. Questions on design side

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience giving interview at Lowe's. Recruitment process is very smooth.

Skills evaluated in this interview

Target Interview FAQs

How many rounds are there in Target Digital Marketing Executive interview?
Target interview process usually has 2 rounds. The most common rounds in the Target interview process are Resume Shortlist and HR.
What are the top questions asked in Target Digital Marketing Executive interview?

Some of the top questions asked at the Target Digital Marketing Executive interview -

  1. google ads se...read more
  2. asking questions about google ads, keyword research, ad set...read more

Tell us how to improve this page.

Target Digital Marketing Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 404 Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 158 Interviews
Landmark Group Interview Questions
4.0
 • 150 Interviews
Lowe's Interview Questions
4.2
 • 129 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Shoppers Stop Interview Questions
4.1
 • 112 Interviews
Reliance Trends Interview Questions
4.2
 • 103 Interviews
Decathlon Interview Questions
3.8
 • 101 Interviews
View all
Senior Engineer
280 salaries
unlock blur

₹17.7 L/yr - ₹48 L/yr

Software Engineer
164 salaries
unlock blur

₹9.1 L/yr - ₹25.3 L/yr

Senior Software Engineer
161 salaries
unlock blur

₹15.2 L/yr - ₹48 L/yr

Lead Engineer
135 salaries
unlock blur

₹24 L/yr - ₹80 L/yr

Lead Specialist
126 salaries
unlock blur

₹3.6 L/yr - ₹8.3 L/yr

Explore more salaries
Compare Target with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

4.3
Compare

Vishal Mega Mart

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