Upload Button Icon Add office photos

Filter interviews by

Pressman Advertising Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell us about yourself
  • Q2. Showcase some of you projects
  • Ans. 

    I have worked on projects involving website redesign, mobile app design, and user research.

    • Redesigned company website to improve user experience and increase conversion rates

    • Designed mobile app interface for seamless navigation and intuitive user interactions

    • Conducted user research to gather feedback and make data-driven design decisions

  • Answered by AI
  • Q3. What are your favourite apps and why do you like them
  • Ans. 

    My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.

    • Instagram - user-friendly interface, engaging content

    • Spotify - personalized music recommendations

    • Google Maps - accurate navigation features

  • Answered by AI
  • Q4. What roles are you interested in?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.

    • Leading a team of designers

    • Working on innovative projects

    • Continuously learning and growing in the field

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. Tell me about your education baground
  • Ans. 

    I have a Bachelor's degree in Computer Science with a focus on software development.

    • Bachelor's degree in Computer Science

    • Focus on software development

    • Completed relevant coursework in algorithms, data structures, and programming languages

  • Answered by AI
  • Q3. What programming languages are you good at
  • Ans. 

    I am proficient in Java, Python, and SQL.

    • Java

    • Python

    • SQL

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

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

Round 1 - Virtual Interview 

(1 Question)

  • Q1. No qualifications were discussed, more personal details were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - I had interview call with CEO Sameer. Firstly, he will drag it for long time unnecessarily
Second, don't fall for unrealistic offer he states

He asks inappropriate questions like:
1. Where do you want to go with me if we have to travel
2. What do you prefer if I have to buy you something
3. Do you go to parties, drink alcohol, what kind of dresses you wear, do you have friends, do you have a boyfriend
4. He literally stated clearly that he expects more of relationship, physical intimacy kindoff as part of job and he thinks it is fun

WTH was that. This organisation should be closed down for doing such fraudulent activities.

They have:
Fake reviews
Fake linkedin associated people
Inflated social numbers

And none of their leadership team's profiles are authentic on LinkedIn

They already have a strong base, it is fraudulent though which they can convert it into healthy structure where they can deliver real services, real jobs and do real job and generate some revenue

Anyways, this guy sameer definitely needs heavy brain detoxification to cleanse his thoughts and get to some positive terms

Jobseekers- STAY AWAY FROM THIS COMPANY. DO NOT WASTE YOUR TIME
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 100-minute test consisting of mcqs and one coding question on articulation points in the graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Postgresql and MySQL?
  • Ans. 

    Postgresql is known for its advanced features and support for complex queries, while MySQL is popular for its ease of use and speed.

    • Postgresql is known for its advanced features such as support for complex queries, indexing, and JSON data types.

    • MySQL is popular for its ease of use, speed, and compatibility with various platforms.

    • Postgresql has a strong focus on standards compliance and extensibility, while MySQL is mor...

  • Answered by AI
  • Q2. What are ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are executed independently without interference from other transactions.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Skills evaluated in this interview

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

(1 Question)

  • Q1. To know basic details about my profile, if I match the profile criteria and company matches my expectations.
Round 2 - Assignment 

There was a task provided to me for the role and I had to submit it within the provided timeline.

Round 3 - One-on-one 

(1 Question)

  • Q1. It was more related to my assignment, skills, and past experience. Situations I handled in the past. More of a practical round.
Round 4 - HR 

(1 Question)

  • Q1. Final discussion round.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you planning pregnancy?
  • Ans. 

    It is not appropriate to ask about pregnancy in a job interview as it is a personal matter.

    • Politely redirect the conversation back to your qualifications and experience

    • Explain that personal matters such as family planning are not relevant to the job

    • Express that you are focused on your career and committed to your work

  • Answered by AI
  • Q2. Are you comfortable working late nights?

Interview Preparation Tips

Interview preparation tips for other job seekers - Here the finance team is the worst. I mean they had a GST raid in office and the team members were hiding under the office table
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Window Functions and RANK, DENSE RANK Difference
  • Ans. 

    SQL Window Functions like RANK and DENSE RANK are used to assign a rank to rows within a partition.

    • RANK function assigns a unique rank to each distinct row within a partition.

    • DENSE RANK function assigns a unique rank to each distinct row within a partition, but without any gaps.

    • Both functions are used with the OVER() clause in SQL to define the partition and order of rows.

  • Answered by AI
  • Q2. Hadoop Default Replication Factor

Interview Preparation Tips

Topics to prepare for Vertoz Data Engineer interview:
  • SQL
  • Spark
  • Hadoop
  • YARN
Interview preparation tips for other job seekers - Easy questions asked related to SQL Window Functions, Spark Repartition and Coalesce, Spark Architecture, YARN, Hadoop Replication Factor, Spark Write Modes and many such easy questions.

Salary offered is below industry standard.
Overall not a good experience.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced performance marketing manager with a proven track record of driving successful campaigns and maximizing ROI.

    • Over 5 years of experience in performance marketing

    • Proficient in utilizing various digital marketing channels such as PPC, SEO, and social media advertising

    • Strong analytical skills to track and optimize campaign performance

    • Managed budgets effectively to achieve desired results

    • Previously increased conv

  • Answered by AI
  • Q2. Attribution models in Google ads?
  • Ans. 

    Attribution models in Google Ads determine how credit for conversions is assigned to different touchpoints in a customer's journey.

    • Common attribution models include last click, first click, linear, time decay, and position-based.

    • Each model has its own way of assigning credit to touchpoints based on their position in the customer journey.

    • For example, the last click model gives all credit for a conversion to the last tou...

  • Answered by AI
  • Q3. Define Ad Rank?
  • Ans. 

    Ad Rank is a value used to determine the position of an ad on a search engine results page.

    • Ad Rank is calculated based on the bid amount, ad quality, and ad extensions.

    • Higher Ad Rank increases the chances of an ad being shown in a higher position.

    • Ad Rank formula: Ad Rank = Bid Amount x Quality Score + Ad Extension Impact.

    • Example: An ad with a high bid amount, good quality score, and relevant ad extensions will have a h

  • Answered by AI

Skills evaluated in this interview

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

String Array manipulation

Round 2 - Technical 

(2 Questions)

  • Q1. Different activity launch modes, services, intent-services
  • Ans. 

    Different launch modes control how activities are launched, services run in the background, and intent-services handle asynchronous tasks.

    • Launch modes include standard, singleTop, singleTask, and singleInstance

    • Services are used for long-running operations in the background

    • Intent-services are used for handling asynchronous tasks on a separate worker thread

  • Answered by AI
  • Q2. Normal android sdk related questions and about third party libraries
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with India Director
Round 4 - HR 

(2 Questions)

  • Q1. Let me know about yourself
  • Q2. Normal queries about you
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Do u know video editing
  • Ans. 

    Yes, I have experience with video editing using tools like Adobe Premiere Pro and Final Cut Pro.

    • Proficient in using video editing software such as Adobe Premiere Pro and Final Cut Pro

    • Experience in editing videos for various projects including short films, promotional videos, and social media content

    • Knowledge of video effects, transitions, color correction, and audio editing

    • Familiarity with video formats and exporting o

  • Answered by AI
  • Q2. Do u know image processing
  • Ans. 

    Yes, I have experience with image processing in Python.

    • I have used libraries like OpenCV and PIL to manipulate and analyze images.

    • I have worked on tasks like image enhancement, object detection, and image segmentation.

    • I am familiar with techniques like edge detection, image filtering, and feature extraction.

    • I have implemented image processing algorithms for various projects.

    • I have experience with handling different ima...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear all, HR Khushi not aware about the requirements..I got shortlisted and cleared my 2 rounds of interview and in the final round interviewer asked me only 1 question...have you done any image or video editing in your application...I said no..because I'm a python developer with BFSI domain..where not all this things done before...and HR knew all the things..you can't waste anyone's valuable time by scheduling unnecessarily interviews

Pressman Advertising Interview FAQs

How to prepare for Pressman Advertising 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 Pressman Advertising. The most common topics and skills that interviewers at Pressman Advertising expect are Advertising, Marketing, Business Development, Hotel Management and Interpersonal Skills.

Tell us how to improve this page.

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 62 Interviews
Groupm Media Interview Questions
4.0
 • 33 Interviews
Moris Media Interview Questions
4.4
 • 23 Interviews
Z1 Tech Interview Questions
4.1
 • 11 Interviews
Xapads Media Interview Questions
4.9
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Jivox Interview Questions
3.7
 • 9 Interviews
View all

Pressman Advertising Reviews and Ratings

based on 4 reviews

3.1/5

Rating in categories

3.0

Skill development

4.7

Work-Life balance

3.3

Salary & Benefits

4.2

Job Security

3.9

Company culture

3.0

Promotions/Appraisal

4.2

Work Satisfaction

Explore 4 Reviews and Ratings
Company Secretary
5 salaries
unlock blur

₹4.6 L/yr - ₹6.3 L/yr

Accountant
4 salaries
unlock blur

₹3.2 L/yr - ₹4.3 L/yr

Client Servicing Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

PR Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Pressman Advertising with

Groupm Media

4.0
Compare

Omnicom Media Group

2.9
Compare

Z1 Tech

4.1
Compare

7Search PPC

4.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview