Upload Button Icon Add office photos
Engaged Employer

i

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

AdPushup Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AdPushup Interview Questions and Answers

Updated 23 Jul 2024
Popular Designations

AdPushup Interview Experiences

3 interviews found

iOS Intern Interview Questions & Answers

user image Cyborg Joshi

posted on 23 Jul 2024

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

(2 Questions)

  • Q1. Ios related questions
  • Q2. Scenario based qns on swift and ios
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

DOM Manipulation, writing setTimeout fn from scratch

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Basic Coding question that includes core js concepts. Also, try to get your hands dirty on Complexity and best DS applicable type 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 - Coding Test 

Basic ds algo questions related to strings arrays and linked list

Round 3 - Assignment 

Swiggy react app (givebn 2 days for that )

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty difficult to crack so be prepared , there will be multiple rounds

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 AdPushup?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. What is Go Module?
  • Ans. 

    Go Modules are a dependency management system for Go programming language, enabling versioning and isolation of packages.

    • Introduced in Go 1.11 to manage dependencies more effectively.

    • Allows developers to define module dependencies in a 'go.mod' file.

    • Supports semantic versioning, making it easier to manage package versions.

    • Modules can be versioned, allowing for reproducible builds.

    • Example: 'module example.com/my/module'...

  • Answered by AI
  • Q2. What is difference between Goroutine and Thread.
  • Ans. 

    Goroutines are lightweight, managed by Go runtime, while threads are OS-level, heavier, and managed by the OS.

    • Goroutines are cheaper in terms of memory and resources compared to threads.

    • Goroutines are multiplexed onto a smaller number of OS threads, allowing for efficient concurrency.

    • Creating a goroutine is as simple as using the 'go' keyword, e.g., 'go myFunction()'.

    • Threads require more overhead for creation and manag...

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 3 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding

Intern Interview Questions & Answers

Zidio Development user image Rajveer Choubisa

posted on 19 Mar 2025

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

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

  • Q1. React hooks related How to use them
  • Ans. 

    React hooks are functions that let you use state and lifecycle features in functional components.

    • useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);

    • useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);

    • useContext: Provides a way to pass data through the component tree without ...

  • Answered by AI
  • Q2. About web socket real time messaging
  • Q3. About react router dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well for interview Do mot panic

AdPushup Interview FAQs

How many rounds are there in AdPushup interview?
AdPushup interview process usually has 1-2 rounds. The most common rounds in the AdPushup interview process are Coding Test, Resume Shortlist and Assignment.
How to prepare for AdPushup 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 AdPushup. The most common topics and skills that interviewers at AdPushup expect are Javascript, Sales, Communication Skills, Java and NoSQL.
What are the top questions asked in AdPushup interview?

Some of the top questions asked at the AdPushup interview -

  1. scenario based qns on swift and ...read more
  2. ios related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
SentientGeeks Interview Questions
4.4
 • 16 Interviews
View all

AdPushup Reviews and Ratings

based on 51 reviews

3.8/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.4

Salary

3.8

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 51 Reviews and Ratings
Manager
15 salaries
unlock blur

₹19 L/yr - ₹30 L/yr

Product Manager
9 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Ad Operations Associate
6 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Marketing Associate
6 salaries
unlock blur

₹5.5 L/yr - ₹8.9 L/yr

Software Engineer
4 salaries
unlock blur

₹7.2 L/yr - ₹18 L/yr

Explore more salaries
Compare AdPushup with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.5
Compare

Kanerika Software

4.4
Compare
write
Share an Interview