Upload Button Icon Add office photos
Engaged Employer

i

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

Exusia Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Exusia Consultant Interview Questions and Answers

Updated 9 Jan 2025

Exusia Consultant Interview Experiences

3 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between OLAP, OLTP systems
  • Ans. 

    OLAP is for analyzing data, OLTP is for transaction processing.

    • OLAP stands for Online Analytical Processing, used for complex queries and data analysis.

    • OLTP stands for Online Transaction Processing, used for routine transactions like insert, update, delete.

    • OLAP systems are designed for read-heavy workloads, while OLTP systems are designed for write-heavy workloads.

    • OLAP systems typically have a denormalized schema for f...

  • Answered by AI
  • Q2. Difference between star and snowflake schema
  • Ans. 

    Star schema has a single centralized fact table with denormalized dimensions, while snowflake schema has normalized dimensions with multiple related tables.

    • Star schema is easier to understand and query due to denormalized structure.

    • Snowflake schema saves storage space by normalizing dimensions into separate tables.

    • Star schema is more suitable for data warehousing and reporting purposes.

    • Snowflake schema is more normaliz...

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abinito components usage
  • Ans. 

    Abinito components are used in ETL processes for data integration and transformation.

    • Abinito components are used in ETL (Extract, Transform, Load) processes for data integration and transformation.

    • Some commonly used Abinito components include Input Table, Output Table, Join, Partition, Sort, Filter, and Lookup.

    • Abinito provides a graphical interface for designing ETL processes using these components.

    • Abinito components c...

  • Answered by AI
  • Q2. Air commands and Multi file system
Round 2 - Technical 

(2 Questions)

  • Q1. Project related details and questions
  • Q2. Experience related to background
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. How would you pass an entry for travel expenses incurred and paid ... read more
asked in Accenture
Q2. There is an international bank (US based) that has been operating ... read more
asked in EXL Service
Q3. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a ... read more
Q4. If a policy is billed monthly and is an annual policy and due to ... read more
asked in BCG
Q5. “there is a company in the telecom sector and has a product “X” – ... read more

Consultant Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding unix and sql
Round 2 - Technical 

(1 Question)

  • Q1. Regarding unix and sql
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion with hrs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever try to join Exusia. They are playing with employees minds. They dont have good vision, management, projects.

I will never ever recommend.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test are basically asked from reasonable and patterns type questions.

Round 2 - Group Discussion 

Tooics are given from businesses and case study

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

Consisted of MCQs on Python and SQL

Round 2 - Technical 

(1 Question)

  • Q1. Based on job experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Python plus SQL , machine learning,mmm
Round 3 - Case Study 

Case study on different aspects of analytics

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Medium to difficult level

Round 2 - Technical 

(2 Questions)

  • Q1. -----------SQL BASED
  • Q2. ------EXPERIENCE BASED
Round 3 - HR 

(2 Questions)

  • Q1. Culture fit check
  • Q2. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Get strong on technical - SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pandas based basic Data Manipulation Tasks
  • Q2. Handling Jsons in python
  • Ans. 

    Python provides built-in libraries like json to handle JSON data easily.

    • Use json module to load and parse JSON data

    • Use json.dumps() to convert Python objects into JSON strings

    • Use json.loads() to convert JSON strings into Python objects

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

Test was very simple having 4 sql questions and 4 python questions. Total time given was 90 minutes.

Pyrhon questions was one liner code.
Sql questions was related to join, group by, where and order functions

Round 2 - Technical 

(1 Question)

  • Q1. This round lasted for 1 hour questions was related to work experience. Explain properly what all algorithms you have used and what all projects you have worked on. In last 10 minutes interviewers shown so...
Round 3 - Technical 

(1 Question)

  • Q1. This round was related to domain knowledge lasted for 15 minutes. Questions testing business sense.
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions like why analytics?, any mistake you have done in past?, Any achievement?, Why fractal?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be thorough with resume.

I applied via LinkedIn and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Assignment 

A technical test for whatever technical round you are applying for. Will be conceptual test rather than hard/coded test

Round 2 - Technical 

(2 Questions)

  • Q1. For almost 1.5 hrs where technical questions being asked. level is easy to medium but mainly they focus on how fast are you while you stuck in a problem and your concepts
  • Q2. How can you derive (%share) in power bi
  • Ans. 

    To derive % share in Power BI, use the 'Group By' function and create a measure using the 'Divide' function.

    • Use the 'Group By' function to group the data by the desired category

    • Create a measure using the 'Divide' function to calculate the percentage share

    • Add the measure to a visual to display the % share

    • Example: = DIVIDE(SUM(Sales[Revenue]), CALCULATE(SUM(Sales[Revenue]), ALL(Sales)))

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This was with the Project Manager to see how well you can provide solutions and interact with client.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont brag if you dont know anything at all. Trust me , people at fractal dont expect you to know everything. They just want tour concepts to be crystal clear

Skills evaluated in this interview

Exusia Interview FAQs

How many rounds are there in Exusia Consultant interview?
Exusia interview process usually has 2-3 rounds. The most common rounds in the Exusia interview process are Technical and HR.
What are the top questions asked in Exusia Consultant interview?

Some of the top questions asked at the Exusia Consultant interview -

  1. Difference between star and snowflake sch...read more
  2. Difference between OLAP, OLTP syst...read more
  3. Abinito components us...read more

Tell us how to improve this page.

Exusia Consultant Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Exusia Consultant Salary
based on 83 salaries
₹9 L/yr - ₹22 L/yr
26% more than the average Consultant Salary in India
View more details

Exusia Consultant Reviews and Ratings

based on 28 reviews

4.2/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 28 Reviews and Ratings
Senior Consultant
117 salaries
unlock blur

₹12.8 L/yr - ₹33.5 L/yr

Senior Analyst
103 salaries
unlock blur

₹5.2 L/yr - ₹15.5 L/yr

Consultant
83 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Management Consultant
69 salaries
unlock blur

₹15.5 L/yr - ₹42 L/yr

Analyst
36 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Exusia with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview