i
AdPushup
Filter interviews by
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
DOM Manipulation, writing setTimeout fn from scratch
Basic ds algo questions related to strings arrays and linked list
Swiggy react app (givebn 2 days for that )
Top trending discussions
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
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.
posted on 16 Aug 2024
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
posted on 27 Aug 2024
I applied via Job Portal
I appeared for an interview in Nov 2024, where I was asked the following questions.
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'...
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...
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.
Code snippets are there in coding sections.
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Based on my CV, they assigned me a task related to data migration.
I appeared for an interview in Feb 2025, where I was asked the following questions.
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 ...
based on 3 interview experiences
Difficulty level
Duration
based on 51 reviews
Rating in categories
2-4 Yrs
Not Disclosed
3-5 Yrs
Not Disclosed
Manager
15
salaries
| ₹19 L/yr - ₹30 L/yr |
Product Manager
9
salaries
| ₹10 L/yr - ₹25 L/yr |
Ad Operations Associate
6
salaries
| ₹7 L/yr - ₹12 L/yr |
Marketing Associate
6
salaries
| ₹5.5 L/yr - ₹8.9 L/yr |
Software Engineer
4
salaries
| ₹7.2 L/yr - ₹18 L/yr |
Zidio Development
NexTurn
Springbord Systems
Kanerika Software