Testimonials

Services

Priority DM . 2 days reply
5
FREE
Video meeting . 30 mins
899
Video meeting . 60 mins
4.5
1,299
Popular
Video meeting . 30 mins
799
Video meeting . 60 mins
3,299

About me

I am a data scientist who has experience working with burgeoning companies like Glance (Inmobi Group), EpiFi, and Tata 1mg. I also have worked with different companies e.g. InterviewBit, Dezyre, and, RateCity as a research data science consultant. My Domain Expertise is in Fintech, Edtech, and Ecommerce where I have built: recommendation engines, time-series forecasting models, product data science, natural language processing, etc. I have a bias for action, solution-oriented, and have a good track record in communicating with stakeholders and establishing credibility. My role involves deciphering heaps of data, analyzing it, churning out meaningful insights from the data, and assisting stakeholders to make data-driven decisions. I have experience in developing end-to-end data science models helping companies move business metrics. I constantly learn new things and explore new realms of data science.

Frequently asked questions

How to crack a data science interview?

Cracking a data science interview comes down to structured preparation across four areas: SQL and Python coding, statistics and probability, machine learning fundamentals, and case studies or guesstimates. Build 2–3 projects you can defend end to end — the problem, the approach, the business impact — because interviewers dig deep into whatever is on your resume. Practise SQL daily, rehearse explaining your projects out loud, and do at least a couple of mock interviews before the real one. Indian companies, from startups to product-based firms, consistently test whether you can connect a model to a business metric, so always frame answers around impact.

What is asked in a data science interview?

Most data science interview questions fall into five buckets: SQL (joins, window functions, aggregations), Python and pandas coding, statistics (distributions, hypothesis testing, p-values), machine learning (bias–variance, overfitting, evaluation metrics, algorithms), and case studies or guesstimates. Alongside these, expect a deep dive into your resume projects and, in the final round, HR questions about motivation and fit. Product-based companies usually add live coding and a business problem, while analyst-heavy roles lean more on SQL and Excel.

What are the most common data science interview questions for freshers?

Freshers are usually tested on fundamentals: explaining a project end to end, supervised vs unsupervised learning, precision vs recall, handling missing data, p-values, SQL joins, and writing clean pandas code. HR rounds almost always include "why did you choose data science", so prepare an honest, specific answer tied to real projects rather than a memorised speech. Guesstimates such as estimating the number of cups of chai sold at a Mumbai railway station daily are also common in India. Two well-defended projects will beat ten shallow ones every time.

Is Ace the Data Science Interview worth it?

For most Indian aspirants, yes — it is one of the most widely used data science interview books because it condenses statistics, machine learning, SQL, and case questions into one resource with real questions asked at top companies. Treat it as a revision and question-bank tool rather than your entire preparation. It works best when paired with hands-on SQL and Python practice and a mock interview or two, since books alone will not get you through live coding rounds.

How important are mock interviews in data science interview preparation?

Extremely important — most candidates lose offers not because they lack knowledge but because they fumble under pressure, ramble through project explanations, or miss the interviewer's hints. A mock interview simulates that pressure, exposes weak spots in SQL, ML theory, or case answers, and trains you to think aloud in a structured way. Do two or three mocks in the final weeks of your data science interview preparation, ideally with someone working in the role you are targeting, since data science, data analyst, and data engineer interviews each have a different flavour.

What should a data science resume look like?

A strong data science resume is one page (two for experienced professionals) with clear sections for skills, projects, experience, and education, plus a link to GitHub or a portfolio. Every bullet should follow a "did X using Y, which improved Z by N%" pattern — recruiters look for metrics, not tool lists — and keywords should be tailored to each job description so it clears ATS filters. If yours is not getting shortlisted and you are wondering how to improve a data science resume, the fastest fixes are replacing responsibilities with outcomes, cutting irrelevant coursework, and adding one quantified result per bullet.

How do I make a data science resume with no experience?

When you have no full-time role yet, a data science resume for freshers with no experience has to be projects-first: lead with two or three substantial projects — academic, Kaggle, or self-initiated — each described with the problem, approach, tools, and measurable result. Add internships, certifications, hackathons, and your GitHub link, and keep everything to a single page. The key to how to make a data science resume from scratch is showing application of skills, not listing them: one project that forecast sales or cleaned a messy real dataset says more than any course certificate.

How to put data science projects on a resume?

Give each project three to four lines: one on the business problem, one or two on your approach and tools (for example, "built a demand-forecasting model using Prophet and XGBoost"), and one on the measurable outcome, even if the metric comes from a holdout dataset rather than a live deployment. Add a GitHub repo or dashboard link so recruiters can verify your work. Limit yourself to two or three deep projects instead of a long list of tutorials, and place the projects section above education if you are a fresher.

Is data science a good career in India?

Yes — demand remains strong across fintech, ecommerce, healthtech, and advertising, and experienced data scientists in India command some of the highest salaries in tech. The catch is that the market has matured: recruiters now filter hard for demonstrated skills, so candidates with real projects and strong SQL and Python stand out while certificate-only profiles struggle. So, is data science worth it? If you genuinely enjoy working with data, are willing to build a portfolio, and keep learning as tools evolve, it remains one of the best career bets of the next decade.

What is time series forecasting?

Time series forecasting is the task of predicting future values from data points collected over time — for example, next month's product demand, a website's daily traffic, or next week's electricity load. The model learns patterns such as trend, seasonality, and cycles from historical data and projects them forward. Common time series forecasting models include ARIMA and SARIMA, exponential smoothing, Prophet, and machine learning approaches like XGBoost and LSTMs. It powers retail demand planning, finance, logistics, and any domain where tomorrow's number drives today's decisions.

How to learn time series forecasting?

Start with the statistical foundations — stationarity, autocorrelation, and trend–seasonality decomposition — then move to classical models like ARIMA and exponential smoothing before touching ML-based methods such as Prophet, XGBoost, and LSTMs. The most practical route is learning time series forecasting in Python with libraries like statsmodels, pmdarima, and Prophet on real datasets such as retail sales or energy consumption. Finish with a portfolio project that compares two or three models using MAPE or RMSE, because that end-to-end story is exactly what interviewers want to hear.

What are some good time series forecasting projects for beginners?

Strong beginner-friendly time series forecasting projects include retail sales and demand forecasting, electricity consumption prediction, web traffic or app-download forecasting, and airline passenger or COVID-case trend analysis on public datasets. A good project goes beyond fitting one model: do exploratory analysis, decompose trend and seasonality, compare multiple models, and evaluate errors honestly with MAPE or RMSE. Wrapping it in a simple Streamlit dashboard or GitHub repo with a clear readme turns it into a portfolio piece that stands out in interviews.

What are the most common time series forecasting interview questions?

Expect questions on stationarity and how to test it (ADF test), what the p, d, and q parameters in ARIMA mean, handling trend and seasonality, ARIMA vs Prophet trade-offs, why random train–test splits fail on time series, and choosing between MAPE, RMSE, and MAE. Interviewers also add practical twists like missing timestamps, multiple seasonalities, or forecasting with external variables. Being able to explain walk-forward validation and avoid data leakage usually separates strong candidates from the rest.

How to do time series forecasting in Excel?

Excel has a built-in Forecast Sheet (Data tab) that uses the FORECAST.ETS function to generate predictions with confidence intervals and handles basic seasonality automatically. For simpler cases, you can use moving averages, trendlines, or FORECAST.LINEAR for straight-line trend projection. It is a fine way to understand the mechanics on small datasets, but real-world forecasting with large data, multiple seasonalities, and external variables quickly requires Python, so treat Excel as a learning stepping stone.

Will ChatGPT replace data scientists?

No — GenAI tools automate pieces of the workflow such as boilerplate code, first-draft EDA, and documentation, but they cannot own the outcome. Someone still has to frame the right business problem, ensure data quality, validate that a model actually works, and convince stakeholders to act on the insights. The role is shifting rather than disappearing: data scientists who use LLMs and GenAI effectively are becoming more valuable, while purely report-generating work is the part most at risk. Treat ChatGPT as a productivity multiplier, not a competitor.