Upload Button Icon Add office photos

Briq

Compare button icon Compare button icon Compare
2.9

based on 14 Reviews

Filter interviews by

Briq Associate Data Analyst Interview Questions and Answers

Updated 4 Apr 2024

Briq Associate Data Analyst Interview Experiences

1 interview found

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

I applied via campus placement at Great Lakes Institute of Management (GLIM) and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about Your self
  • Q2. Difference between Bar chart and histogram chart
  • Ans. 

    Bar chart is used to compare different categories, while histogram is used to show distribution of continuous data.

    • Bar chart has discrete categories on x-axis, while histogram has continuous data on x-axis.

    • Bar chart has gaps between bars, while histogram bars are adjacent to each other.

    • Bar chart is used for categorical data, while histogram is used for numerical data.

    • Example: Bar chart can show sales data for different...

  • Answered by AI
  • Q3. Basic SQL Queries, and differnce between group by and having clause

Interview Preparation Tips

Topics to prepare for Briq Associate Data Analyst interview:
  • SQL
  • Python
  • Tableau
  • Machine Learning

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Most questions pseudo code are based

Round 2 - Coding Test 

2 questions asked dsa based .

Round 3 - Technical 

(5 Questions)

  • Q1. Introduction to yourself
  • Q2. About project and internship
  • Q3. What is c++ ?
  • Ans. 

    C++ is a high-level programming language used for developing software applications.

    • C++ is an object-oriented language, allowing for the creation of classes and objects.

    • It is a powerful language with features like polymorphism, inheritance, and encapsulation.

    • C++ is commonly used in developing system software, game development, and high-performance applications.

  • Answered by AI
  • Q4. What is virtual function?
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by allowing a function to be overridden in a derived class.

    • Virtual functions are declared in the base class with the 'virtu...

  • Answered by AI
  • Q5. Scenario based question on sql

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round was easy which consist of basic aptitude questions including java,c,cpp,dbms,sql,reasoning,etc

Round 2 - Technical 

(1 Question)

  • Q1. Explain Data Analysis Life Cycle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you research on a company
  • Q2. What is pivot table and it's significance
  • Ans. 

    A pivot table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data.

    • Allows users to reorganize and summarize selected columns and rows of data

    • Helps in analyzing trends, patterns, and relationships within the data

    • Enables users to perform calculations, such as sums, averages, counts, etc., on the summarized data

    • Provides a dynamic way to view and manipulate data for better decis...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on SQL and Excel

I applied via Walk-in

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 - HR 

(1 Question)

  • Q1. Tell about yourself and

Interview Preparation Tips

Interview preparation tips for other job seekers - I join new company my Hard work in carrers
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What about your self?
  • Q2. Family background
  • Q3. Power BI test and advanced excel
  • Q4. Microsoft access test
  • Q5. Python test and One to one discussion with super boss
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were verbal, non verbal, reasoning , English and maths questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your project.
  • Ans. 

    I worked on a project analyzing customer behavior using machine learning algorithms.

    • Used Python for data preprocessing and analysis

    • Implemented machine learning models such as decision trees and logistic regression

    • Performed feature engineering to improve model performance

  • Answered by AI
  • Q2. What programming knowledge you have ?
  • Ans. 

    Proficient in Python, R, and SQL with experience in data manipulation, visualization, and machine learning algorithms.

    • Proficient in Python for data analysis and machine learning tasks

    • Experience with R for statistical analysis and visualization

    • Knowledge of SQL for querying databases and extracting data

    • Familiarity with libraries such as Pandas, NumPy, Matplotlib, and Scikit-learn

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do you stay ?
  • Ans. 

    I currently stay in an apartment in downtown area.

    • I stay in an apartment in downtown area

    • My current residence is in a city

    • I live close to my workplace

  • Answered by AI
  • Q2. Tell me about you
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Background in statistics and machine learning

    • Passionate about data science

    • Experience with data analysis tools like Python and R

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q2. Parameters of Decision Tree
  • Ans. 

    Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

    • Max depth: maximum depth of the tree

    • Min samples split: minimum number of samples required to split an internal node

    • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

    • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

  • Answered by AI
  • Q3. Explain any one of your project in detail
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest to build the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

    • Provided actionable insights to the company to reduce customer churn rate

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions from your CV
Round 2 - Technical 

(2 Questions)

  • Q1. Question on transformers
  • Q2. Comparison of transfer learning and fintuning.
  • Ans. 

    Transfer learning involves using pre-trained models on a different task, while fine-tuning involves further training a pre-trained model on a specific task.

    • Transfer learning uses knowledge gained from one task to improve learning on a different task.

    • Fine-tuning involves adjusting the parameters of a pre-trained model to better fit a specific task.

    • Transfer learning is faster and requires less data compared to training a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL and pandas coding
  • Q2. Resume projects deep dive

Interview Preparation Tips

Interview preparation tips for other job seekers - No matter what kinds of questions indicated in HR email, be prepared for behavioral questions all the time

Briq Interview FAQs

How many rounds are there in Briq Associate Data Analyst interview?
Briq interview process usually has 1 rounds. The most common rounds in the Briq interview process are Technical.
What are the top questions asked in Briq Associate Data Analyst interview?

Some of the top questions asked at the Briq Associate Data Analyst interview -

  1. Difference between Bar chart and histogram ch...read more
  2. Basic SQL Queries, and differnce between group by and having cla...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Briq interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Data Analyst
6 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Implementation Specialist
6 salaries
unlock blur

₹7.8 L/yr - ₹9 L/yr

Full Stack Developer
6 salaries
unlock blur

₹6 L/yr - ₹9.5 L/yr

Technical Consultant
4 salaries
unlock blur

₹8.4 L/yr - ₹14 L/yr

QA Engineer
4 salaries
unlock blur

₹4.3 L/yr - ₹6 L/yr

Explore more salaries
Compare Briq with

L&T Construction

4.0
Compare

Shapoorji Pallonji Group

4.2
Compare

Tata Projects

4.3
Compare

Punj Lloyd

4.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview