Upload Button Icon Add office photos

Adglobal360

Compare button icon Compare button icon Compare

Filter interviews by

Adglobal360 Interview Questions and Answers

Updated 15 Jun 2025
Popular Designations

25 Interview questions

A Softwaretest Engineer was asked
Q. Which test should be performed first, and why?
Ans. 

The test that should be done first is the one that covers the most critical and high-risk functionality.

  • Identify critical and high-risk functionality

  • Prioritize tests based on risk

  • Perform tests in a logical order

  • Re-evaluate test priorities as development progresses

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Explain high priority and low severity with an example.
Ans. 

High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

  • High priority issues are critical and can cause system failure or data loss

  • Low severity issues are minor and do not affect the system's functionality

  • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. What is Severity and Priority?
Ans. 

Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

  • Severity is based on the extent of damage caused by a defect

  • Priority is based on the importance of the affected functionality

  • High Severity and High Priority defects should be fixed first

  • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. What is Agile methodology?
Ans. 

Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

  • Agile values individuals and interactions over processes and tools

  • It emphasizes working software over comprehensive documentation

  • It encourages collaboration between developers and customers

  • It involves breaking down projects into smaller, manageable chunks called sprints

  • Examples of Agile methodol...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked
Q. Explain low priority and high severity with an example.
Ans. 

Low priority and high severity refer to the impact and urgency of a bug respectively.

  • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

  • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

  • For example, a low priority bug could be a typo in a non-critical error...

View all Softwaretest Engineer interview questions
An Accounts Manager was asked
Q. How do you check the performance of your Google campaign against competitors?
Ans. 

To check Google campaign performance against competitors, use Google Ads Auction Insights report.

  • Access the Google Ads account and select the campaign to analyze.

  • Click on the Campaigns tab and select the Auction Insights option.

  • Choose the time period and the competitors to compare against.

  • Analyze the data provided in the report, including impression share, average position, and overlap rate.

  • Use the insights gained...

View all Accounts Manager interview questions
An Accounts Manager was asked
Q. How do you determine if a Google campaign requires more budget?
Ans. 

Analyze campaign performance metrics and compare against goals to determine if more budget is needed.

  • Review key performance indicators (KPIs) such as click-through rate (CTR), conversion rate, and cost per conversion

  • Compare KPIs against campaign goals and benchmarks

  • Consider the competition and market trends

  • Evaluate the impact of increasing the budget on campaign performance

  • Use data-driven insights to make informed...

View all Accounts Manager interview questions
Are these interview questions helpful?
An Accounts Manager was asked
Q. What is the difference between on-page and off-page SEO?
Ans. 

On-page SEO refers to optimizing elements on a website to improve search engine rankings, while off-page SEO involves activities done outside the website to increase its visibility.

  • On-page SEO focuses on optimizing content, meta tags, headings, URLs, and internal linking.

  • Off-page SEO involves building backlinks, social media marketing, guest blogging, and online reputation management.

  • On-page SEO helps search engin...

View all Accounts Manager interview questions
A Group Head was asked
Q. What are auction insights?
Ans. 

Auction insights is a tool in Google Ads that provides competitive data on auction performance.

  • It shows how often your ads rank higher than your competitors' ads

  • It provides insight into impression share, average position, and overlap rate

  • It can help identify opportunities for improvement in ad campaigns

  • Example: If your ad has an impression share of 60%, auction insights can show which competitors are bidding on th...

View all Group Head interview questions
A Senior Test Engineer was asked 2mo ago
Q. Write program for duplicate array in Java. Write program for highest number in array
Ans. 

This program identifies duplicates in a string array and finds the highest string based on lexicographical order.

  • To find duplicates, use a HashSet to track seen strings. Example: ['apple', 'banana', 'apple'] results in 'apple' being a duplicate.

  • To find the highest string, compare strings using the compareTo method. Example: In ['apple', 'banana', 'cherry'], 'cherry' is highest.

View all Senior Test Engineer interview questions

Adglobal360 Interview Experiences

29 interviews found

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Whats your expectations?
  • Ans. 

    I expect growth, learning opportunities, and a collaborative environment to contribute effectively to the team's success.

    • Professional Development: I hope to engage in training programs that enhance my skills, like leadership workshops.

    • Team Collaboration: I look forward to working with diverse teams, sharing ideas, and learning from different perspectives.

    • Career Advancement: I expect clear pathways for progression, such...

  • Answered by AI
  • Q2. Whn cn u join?
  • Ans. 

    I can join immediately or at a mutually convenient date, ensuring a smooth transition into the role.

    • I am available to start immediately, which allows for a quick onboarding process.

    • If needed, I can also accommodate a later start date to align with your schedule.

    • For example, if you require time for training or handover, I can wait for that period.

    • I am flexible and willing to discuss any specific timelines that work best...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is a promise race in JavaScript?
  • Ans. 

    A promise race in JavaScript returns the result of the first promise that settles, either fulfilled or rejected.

    • Uses the Promise.race() method to race multiple promises.

    • Returns a single promise that resolves or rejects as soon as one of the promises in the iterable resolves or rejects.

    • Example: Promise.race([promise1, promise2]) returns the result of the first settled promise.

    • If the first promise is fulfilled, the retur...

  • Answered by AI
  • Q2. What is a session?
  • Ans. 

    A session is a temporary state maintained by a server to store user-specific data during interactions.

    • Sessions are used to track user activity and maintain state across multiple requests.

    • They typically store data like user authentication status, preferences, and shopping cart contents.

    • Sessions are created when a user logs in and are destroyed when they log out or after a timeout.

    • Example: In a web application, a session...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply job this company because it will take the interview and did not response the feedback.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. If your interviewer is raghvendra you can ask about his wife as he barely have knowledge about digital marketing
  • Q2. The media directors need strict training on the platforms atleast to ask right questions to the candidates xD

Interview Preparation Tips

Interview preparation tips for other job seekers - don't join gurugram office try any lala company that this where the seniors don't have any knowledge about paid media, you will not learn anything

IOS Developer Interview Questions & Answers

user image Danish Hussain

posted on 12 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly Question are on basic of swift
Round 2 - Technical 

(1 Question)

  • Q1. This also continue with Swift questioning

Catalog Manager Interview Questions & Answers

user image Vanshika Saxena

posted on 24 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About Previous Experience
  • Q2. About catalog management
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

    • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

    • Skilled in gathering requirements through stakeholder interviews and workshops, leading to successful project outcomes.

    • Proficient in data visualization tools like Tableau and Power ...

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL written question
  • Q2. Two tables info was given and have to retrieve count ofparticular product
  • Ans. 

    Retrieve the count of a specific product from two related tables using SQL queries.

    • Identify the tables involved, e.g., 'Products' and 'Sales'.

    • Use a JOIN clause to combine data from both tables based on a common key.

    • Apply a WHERE clause to filter for the specific product.

    • Use the COUNT() function to get the total number of occurrences.

    • Example SQL query: SELECT COUNT(*) FROM Sales JOIN Products ON Sales.product_id = Produ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL coding question
  • Q2. Python coding question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. They want to know that you will manage the team or not
Round 2 - Technical 

(1 Question)

  • Q1. Agile , jira , management
Round 3 - HR 

(1 Question)

  • Q1. Only salary discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 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 - Technical 

(10 Questions)

  • Q1. Explain in detail about your last project
  • Q2. What is Regression Testing and Retesting
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

    • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is done to ensure ...

  • Answered by AI
  • Q3. What 300 & 301 status codes represents?
  • Ans. 

    300 represents multiple choices and 301 represents moved permanently.

    • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

    • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

    • Both status codes are used in HTTP responses to indicate the status of a requested resource.

    • Examples of 3...

  • Answered by AI
  • Q4. What is Sanity Testing and Smoke Testing?
  • Ans. 

    Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

    • Smoke testing is performed after the build is received from the d...

  • Answered by AI
  • Q5. What is Severity and Priority?
  • Ans. 

    Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

    • Severity is based on the extent of damage caused by a defect

    • Priority is based on the importance of the affected functionality

    • High Severity and High Priority defects should be fixed first

    • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

  • Answered by AI
  • Q6. Explain High priority and low severity with an example
  • Ans. 

    High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

    • High priority issues are critical and can cause system failure or data loss

    • Low severity issues are minor and do not affect the system's functionality

    • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...

  • Answered by AI
  • Q7. Explain low priority and high severity with an example
  • Ans. 

    Low priority and high severity refer to the impact and urgency of a bug respectively.

    • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

    • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

    • For example, a low priority bug could be a typo in a non-critical error mess...

  • Answered by AI
  • Q8. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It encourages collaboration between developers and customers

    • It involves breaking down projects into smaller, manageable chunks called sprints

    • Examples of Agile methodologies...

  • Answered by AI
  • Q9. Which test should do first and why?
  • Ans. 

    The test that should be done first is the one that covers the most critical and high-risk functionality.

    • Identify critical and high-risk functionality

    • Prioritize tests based on risk

    • Perform tests in a logical order

    • Re-evaluate test priorities as development progresses

  • Answered by AI
  • Q10. Logical question - You have 3 switches and one bulb in another room, you have to find which switch in connected to that bulb, you are given only ONE CHANCE.

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect the unexpected, Keep your resume crisp and be prepared what you have shared in your resume

Skills evaluated in this interview

Group Head Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Group Discussion 

Discussion about past experiene.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Adglobal360?
Ask anonymously on communities.

Adglobal360 Interview FAQs

How many rounds are there in Adglobal360 interview?
Adglobal360 interview process usually has 2-3 rounds. The most common rounds in the Adglobal360 interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Adglobal360 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 Adglobal360. The most common topics and skills that interviewers at Adglobal360 expect are Digital Marketing, Javascript, Python, Social Media and MongoDB.
What are the top questions asked in Adglobal360 interview?

Some of the top questions asked at the Adglobal360 interview -

  1. How Can We Influence User With the Help Of Social Media Market...read more
  2. how do you check how your google campaign is performing against the competit...read more
  3. Logical question - You have 3 switches and one bulb in another room, you have ...read more
How long is the Adglobal360 interview process?

The duration of Adglobal360 interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 28 interview experiences

Difficulty level

Easy 57%
Moderate 36%
Hard 7%

Duration

Less than 2 weeks 93%
2-4 weeks 7%
View more

Interview Questions from Similar Companies

Epsilon Interview Questions
3.8
 • 93 Interviews
Regalix Interview Questions
2.9
 • 50 Interviews
Denave Interview Questions
3.6
 • 42 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.0
 • 39 Interviews
Groupm Media Interview Questions
3.8
 • 37 Interviews
InMobi Interview Questions
3.3
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 35 Interviews
View all

Adglobal360 Reviews and Ratings

based on 282 reviews

3.2/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.8

Salary

3.2

Job security

3.1

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 282 Reviews and Ratings
Business Development Manager

Coimbatore

6-11 Yrs

Not Disclosed

Associate Manager - Ecommerce Performance Marketing

Bangalore / Bengaluru

4-9 Yrs

₹ 8-14 LPA

Explore more jobs
Business Analyst
55 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Data Analyst
55 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

SEO Executive
42 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Assistant Manager
41 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Accounts Manager
40 salaries
unlock blur

₹4.5 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Adglobal360 with

Epsilon

3.8
Compare

Denave

3.6
Compare

Smollan Group

4.0
Compare

ChannelPlay

3.8
Compare
write
Share an Interview