Upload Button Icon Add office photos
Engaged Employer

i

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

Big Oh Notation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Big Oh Notation Business Analyst Interview Questions and Answers

Updated 15 Sep 2023

Big Oh Notation Business Analyst Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was good. We were given two situation for which we have to find the solutions.

Round 3 - Group Discussion 

In this round companies offical started asking about the happening around us and their reasons.

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

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 - Case Study 

There was 2 Case Study Questions

Round 3 - Group Discussion 

The Group Discussion round was basically to analyze the analytical skills .
Firstly , They asked to Introduce
Then some situational questions were asked.

Round 4 - One-on-one 

(2 Questions)

  • Q1. This was final round to check confidence and basic general knowledge.
  • Q2. Questions based on key skills candidate have.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are not good in programming skills
You can go for QA- BA and also Content Writting if it interests you.
All the Best !!

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) wit ... read more
Q2. There are 100 people standing in a circle, the first person has a ... read more
asked in EXL Service
Q3. Doors numbered 1 to 100 are initially closed. In the first step, ... read more
asked in Infosys
Q4. What is your strong point in terms of technical knowledge? Like J ... read more
asked in EXL Service
Q5. If you have 333 digits to number the pages of a book, how many pa ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
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 Big Oh Notation?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

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 - Case Study 

They will give you to study Abode Magento to study.

Round 3 - Assignment 

They will ask you create a presentation and to present it.
Even after getting the job offer and joining the company please don't think that they will confirm your position. Anytime the higher management will ask you to give test and if you don't perform they will ask you to leave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after getting the job offer and joining the company please don't think that they will confirm your position. You will ask to give 2-3 test every month on the course they will tell you to study. If you don't clear the test they will ask you to leave.

And if you are a new joinee they expect you to do their whole work immediately.
Interview experience
3
Average
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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have experience in conducting market research and analyzing data to identify trends

    • I am proficient in using tools like Excel, SQL, and Tableau for data analysis

    • I have excellent communication skills and can effectively collaborate with cross-functional...

  • Answered by AI
  • Q2. Some questions on project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. How do you gather and document business requirements?
  • Ans. 

    I gather and document business requirements through stakeholder interviews, workshops, and detailed analysis of business processes.

    • Conduct stakeholder interviews to understand their needs and expectations. For example, interviewing department heads to gather insights on their challenges.

    • Facilitate workshops with cross-functional teams to brainstorm and prioritize requirements. This can include using techniques like bra...

  • Answered by AI
  • Q2. Can u explain the D/W functional and non.functional requi....?
  • Ans. 

    D/W functional and non-functional requirements are essential for defining system capabilities and performance criteria.

    • Functional requirements specify what the system should do, e.g., user authentication, data processing.

    • Non-functional requirements define how the system performs tasks, e.g., response time, security, scalability.

    • Example of functional: 'The system must allow users to generate reports.'

    • Example of non-func...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you handle conflicting stockholder requirements n a project?
  • Ans. 

    I prioritize stakeholder requirements through effective communication, negotiation, and alignment with project goals.

    • Identify and document all stakeholder requirements to understand the full scope.

    • Facilitate meetings to discuss conflicting requirements and encourage open dialogue.

    • Use prioritization techniques, such as MoSCoW (Must have, Should have, Could have, Won't have), to assess the importance of each requirement.

    • ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. How would you handle missing dataduring analysis?
  • Ans. 

    Handling missing data involves identifying, assessing, and applying appropriate techniques to manage gaps in datasets.

    • Identify missing data: Use methods like 'isnull()' in Python to find missing values.

    • Assess the impact: Determine how missing data affects your analysis and results.

    • Imputation: Replace missing values with mean, median, or mode. For example, use the median for skewed distributions.

    • Remove missing data: If ...

  • Answered by AI
  • Q2. Explain the difference inner join and left join in SQL ? and example
  • Ans. 

    Inner join returns matching records from both tables, while left join returns all records from the left table and matching from the right.

    • Inner Join: Combines rows from two tables where there is a match in both tables.

    • Left Join: Returns all rows from the left table and matched rows from the right table; unmatched rows from the right will show NULL.

    • Example of Inner Join: SELECT * FROM TableA INNER JOIN TableB ON TableA....

  • Answered by AI
  • Q3. Which visualisation have tools used and how do you decide which chart to used for a given dataset?
  • Ans. 

    Choosing the right visualization depends on data type, audience, and insights needed.

    • Use bar charts for categorical comparisons (e.g., sales by region).

    • Line charts are ideal for trends over time (e.g., monthly revenue).

    • Pie charts can show proportions but are less effective for many categories.

    • Scatter plots help identify relationships between two variables (e.g., age vs. income).

    • Heatmaps visualize data density or correl...

  • Answered by AI
Are these interview questions helpful?
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. How do you handle missing r increasing data in a dataset?
  • Q2. Which tools and technique do you use for data visualization?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the pivot table in Excel
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Allows users to summarize and analyze large datasets

    • Can easily reorganize data by dragging and dropping fields

    • Provides options to calculate sums, averages, counts, etc. for data

    • Helps in creating interactive reports and charts

    • Useful for identifying trends and patterns in data

  • Answered by AI
  • Q2. A pivot table is used to summarize...........etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - "tailor your resume for each job application."

Skills evaluated in this interview

Big Oh Notation Interview FAQs

How many rounds are there in Big Oh Notation Business Analyst interview?
Big Oh Notation interview process usually has 3-4 rounds. The most common rounds in the Big Oh Notation interview process are Resume Shortlist, Group Discussion and Case Study.
How to prepare for Big Oh Notation Business Analyst 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 Big Oh Notation. The most common topics and skills that interviewers at Big Oh Notation expect are Agile Coaching, Data Analysis, Financial Services, IT Business Analysis and JIRA.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Software Engineer
60 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Associate Software Engineer
25 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹8.5 L/yr - ₹17.6 L/yr

Devops Engineer
10 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Software Developer
10 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare Big Oh Notation with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview