Viber Data Analyst Interview: Questions & Prep (2026)
Viber Data Analyst interview guide for 2026: the most-asked questions, sample STAR answers, the hiring process, and how to prepare. Straight-talking prep from
See which of these jobs match your resume →Overview
Viber is a global messaging and voice calling platform with a strong product and data focus. As of July 2026, knok's job radar shows Viber has 36 open roles across its tech and data teams, reflecting active hiring. Data Analyst roles at Viber sit at the crossroads of product, growth, and engineering: you are expected to make sense of messaging behaviour, user retention, and feature performance at scale.
Candidates report the process typically includes a recruiter screening call, followed by a take-home case study or an SQL and analytics assessment, and then one or more panel interviews with data leads or product managers. The exact number of rounds varies by team and level, so confirm the format with your recruiter early.
Knok's job radar salary data for Data Analysts in India:
| Experience Level | Range (LPA) |
|---|---|
| Entry (0-2 years) | 5-10 |
| Mid (3-5 years) | 10-18 |
| Senior (6-9 years) | 18-30 |
| Lead | 28-45+ |
Individual offers vary based on skills, negotiation, and the specific team. These ranges align with Glassdoor and levels.fyi figures for product analytics roles at global tech companies with Indian operations.
Most Asked Questions
Viber's interview questions tend to focus on product analytics, SQL problem-solving, and how you communicate data insights. Here are questions candidates commonly report encountering:
- A core Viber metric, daily active users, drops suddenly overnight. Walk us through how you would diagnose what happened.
- How would you design a reporting dashboard to track message delivery rates and read rates across different geographies?
- Tell us about a time you worked with messy or incomplete data. How did you handle it and what was the outcome?
- What metrics would you use to measure the success of a new Viber feature, such as a group calling upgrade?
- How do you approach setting up an A/B test on a messaging platform where users influence each other's behaviour?
- Explain the difference between a data warehouse and a data lake. What would you recommend for a platform like Viber and why?
- How would you build a model or ruleset to identify users at risk of churning from Viber?
- A product manager wants proof that a new in-app sticker pack increased engagement. How do you structure the analysis?
- Write a SQL query to rank countries by average messages sent per user over the past month. How would you handle ties?
- Viber operates across many countries with very different usage patterns. How would you segment users for an engagement study?
- How do you communicate a surprising or counterintuitive data finding to a non-technical stakeholder?
- How would you track notification opt-out rates and measure their effect on user retention?
Sample Answers (STAR Format)
Q: A core Viber metric, daily active users, drops suddenly. Walk us through your diagnosis.
*Situation:* At my previous company, our daily active user count fell sharply on a Monday morning with no obvious cause.
*Task:* I needed to quickly identify whether the issue was a data pipeline failure, a product bug, or a real change in user behaviour.
*Action:* I first checked pipeline health and confirmed that data ingestion had completed correctly. Then I broke the metric down by platform (iOS, Android, web), by country, and by user cohort. The drop was concentrated on Android users in one specific country. I cross-referenced with the engineering release log and found a push notification bug had shipped the previous Friday.
*Result:* Within a few hours the engineering team rolled back the change and user counts recovered. I documented the diagnosis steps as a runbook so the team could move faster on future incidents.
---
Q: Tell us about a time you worked with messy or incomplete data.
*Situation:* I was analysing user session data for a product team and discovered that a notable share of sessions had null or inconsistent device identifiers.
*Task:* I needed to decide whether to drop those records, impute values, or flag them separately, without biasing the analysis.
*Action:* I first investigated why the nulls existed, which revealed a tracking gap on a specific app version. I excluded those sessions from percentage-based metrics but included them in absolute counts with a clear footnote. I also raised a ticket with engineering to fix the tracking upstream so the problem would not recur.
*Result:* The product team received an accurate picture of engagement and understood the data limitation without losing confidence in the report. The tracking bug was fixed in the next release.
---
Q: How do you communicate a counterintuitive finding to a non-technical stakeholder?
*Situation:* An analysis I ran showed that users who received fewer push notifications had higher retention, which was the opposite of what the growth team expected.
*Task:* I had to present this credibly and make it actionable, without the stakeholder dismissing it as a data error.
*Action:* I walked them through the data quality checks I had run, then used a simple chart showing retention curves side by side for high-notification and low-notification user cohorts. I framed it around 'notification fatigue,' a concept widely discussed in industry surveys and publicly reported research on consumer apps, and I avoided statistical jargon throughout.
*Result:* The growth team paused a planned notification push and ran a controlled test instead. The test confirmed the finding, notification volume was reduced, and retention metrics improved in the following quarter.
Answer Frameworks
The Metric Tree for investigation questions. When asked to diagnose a drop or spike in a number, break the top-level metric into its components first. For example, daily active users equals new users plus returning users minus churned users. Then identify which branch changed, and keep decomposing until you find the root cause. This shows structured thinking rather than guessing.
STAR for behavioural questions. Situation (brief context), Task (your specific responsibility), Action (what you did, in detail), Result (measurable outcome or learning). Keep Situation and Task short and spend most of your time on Action. Viber interviewers want to see your personal contribution, not what 'the team' did.
Hypothesis-first for open-ended case questions. Before diving into analysis, state your hypothesis. For example: 'I expect the drop to be platform-specific rather than global, because a global issue would also affect our web product.' This signals product intuition and prevents you from appearing to explore randomly.
The 'so what' close. For any analytical question, end with the business implication. Do not stop at 'I found that X.' Add: 'which means the team should consider Y.' This is what separates analysts who run numbers from those who influence decisions.
What Interviewers Want
Strong SQL. Expect at least one hands-on SQL question. Viber's data teams work with large event tables, so be comfortable with window functions, CTEs, and aggregations across partitioned datasets. Practice writing clean, readable queries, not just queries that technically work.
Product sense for a messaging platform. You should be able to speak naturally about what makes a messaging product healthy: message send rates, delivery rates, read rates, session length, and retention cohorts. If you have not used Viber before, spend time with it ahead of the interview and form genuine opinions about its features.
Comfort with ambiguity. Candidates report that Viber interviewers often give underspecified problems on purpose. Asking clarifying questions (for example, 'Should I focus on a specific region or user segment?') is a positive signal, not a sign of weakness.
Clear communication. Data Analysts at Viber work closely with product managers and engineers who may not be data-fluent. Interviewers pay attention to how clearly you explain your reasoning. Avoid jargon when a plain word works just as well.
Intellectual curiosity. Viber competes in a fast-moving messaging market. Showing that you have thought about the space, know what metrics matter, and have opinions about product decisions will set you apart from candidates who offer only technical skills.
Preparation Plan
Week 1: SQL and data foundations. Practise SQL on platforms like LeetCode or StrataScratch, focusing on window functions and multi-step aggregations. Review how you would structure a schema for a messaging product: users, sessions, messages, and events.
Week 2: Product metrics and case studies. Study how messaging platforms measure success. Practise breaking down metrics like retention, engagement, and churn using a metric tree. Find a publicly reported analysis from a messaging or consumer tech company and walk through it out loud to build your narrative.
Week 3: Mock interviews and communication. Do a couple of mock interviews with a friend or peer. Record yourself answering behavioural questions and check whether you lead with the key point or bury it. Work on keeping STAR answers focused and concise.
Week 4: Company-specific research. Use Viber as a regular user. Note features you find interesting or unclear and form opinions on what the data might show. Review publicly reported news about Viber's product direction in 2025-2026. Prepare thoughtful questions to ask your interviewer about the team's data stack and priorities.
After each round. Send a brief, personal thank-you note to your recruiter or interviewer promptly after the call, ideally the same day. Mention one specific topic from the conversation to make it feel genuine rather than templated. Candidates report this is noticed, though practices vary by interviewer.
Knok checks 150+ job sites nightly, applies to jobs that match your resume, and messages HR for you, so you can spend your prep time on interview readiness rather than application tracking.
Common Mistakes
Jumping to a conclusion before decomposing the metric. When given a 'why did this metric drop' question, many candidates immediately guess a cause. Interviewers want to see you break the number down systematically before forming a hypothesis.
Generic or unreadable SQL. Avoid writing a query that works but is hard to follow. Use clear aliases, consistent formatting, and a brief comment if a step is non-obvious. Viber's data teams collaborate on code and readability is treated as part of quality.
Listing metrics without connecting them to a business outcome. Answering 'how would you measure feature success' with a list of metrics, without explaining which one matters most or why, misses the point. Always tie your metrics to a decision the business needs to make.
Overcomplicating the statistics. Some candidates propose complex models when a simple cohort comparison would answer the question just as well. Start with the simplest approach and add complexity only if the interviewer explicitly pushes for it.
Not asking clarifying questions. Accepting an ambiguous brief without asking anything signals that you will build analyses the stakeholder did not actually need. Treat an underspecified question as an invitation to demonstrate product thinking.
Dropping the result in STAR answers. Many candidates give detailed context and actions but trail off before the result. A result without a specific number is still a result: 'The team adopted my recommendation and changed the notification strategy' is far better than ending at the action.
Question lists and frameworks are curated by knok's career research team from public interview loops at Indian startups and MNCs, hiring-manager debriefs, and candidate reports. Reviewed 2026-08-22. Company-specific loops vary, use as preparation structure, not guarantees.
- Public interview guides (Exponent, company blogs)
- STAR/CIRCLES frameworks, standard PM/eng practice
- India-specific hiring patterns from recruiter interviews
Frequently asked
How many open roles does Viber have right now?
According to knok's job radar as of July 2026, Viber has 36 open roles across its tech and data functions. This number changes as positions fill and new ones open, so check knok or Viber's careers page for the current count. Not all of these will be Data Analyst roles specifically, so filter by function when you search.
What SQL level does Viber expect for a Data Analyst?
Candidates report questions ranging from straightforward GROUP BY aggregations to multi-step window function problems. You should be comfortable with CTEs, RANK and ROW_NUMBER, JOINs across large tables, and writing queries that are readable, not just correct. Practising on datasets that resemble event logs (user ID, timestamp, action type) is the most targeted preparation you can do.
Does Viber give a take-home assignment?
Candidates typically report a technical screening stage that may include a take-home case study or an online SQL and analytics test, though the exact format varies by team and level. Always confirm the process with your recruiter at the start. If given a take-home, treat it as a chance to show your communication style and structure, not just your technical ability.
What salary can I expect as a Data Analyst at Viber in India?
Knok's job radar shows Data Analyst salaries in India ranging from 5-10 LPA at entry level (0-2 years experience) to 28-45+ LPA at lead level. Glassdoor and levels.fyi report figures in a broadly similar range for product analytics roles at global tech companies with Indian operations. Actual offers depend on your experience, the specific team, and how well you negotiate.
Should I know Viber's product well before the interview?
Yes, and this is one of the most commonly skipped preparation steps. Download and actively use Viber before your interview. Form opinions on its features, think about what data you would track to measure them, and come ready to discuss how you would improve the product using data. Interviewers at product-focused companies notice candidates who have genuine product curiosity versus those who only read a company summary the night before.
How competitive is it to get a Data Analyst role at Viber?
Viber is a globally recognised brand in the messaging space, which attracts a large applicant pool for data roles. Candidates who stand out typically combine clean SQL skills with strong product intuition specific to messaging or consumer tech. Preparing structured answers, practising out loud, and researching the product meaningfully will put you ahead of candidates who rely on technical skills alone.
The hard part is getting the interview. knok gets you more.
Upload your resume once. knok searches 150+ job sites every night, applies where you have a real chance, and messages HR for you, so your time goes into interviews, not application forms.