Upload Button Icon Add office photos

Filter interviews by

ACTUM Digital Business Intelligence Consultant Interview Questions and Answers

Updated 22 Apr 2024

ACTUM Digital Business Intelligence Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via jobs.cz and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

GMAT test. 10 questions and had 45 minutes to finish.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your experiences with BI?
  • Q2. Is this something you would want to do in the future?
Round 3 - Assignment 

Raw data and I had to make a story out of it using some BI tool

Round 4 - One-on-one 

(1 Question)

  • Q1. Presentation of the case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Ask them a lot of questions that are specific and not generic. Specific about the job or the role.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was purely based on Power BI
Round 2 - Technical 

(1 Question)

  • Q1. It was purely based on SQL
Round 3 - Behavioral 

(1 Question)

  • Q1. It was to understand what you have worked on and to basically understand will you be a suitable fit for client interactions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare BI and SQL technical. Once you crack these two interviews, third one will be easy to crack.

Interview Questionnaire 

5 Questions

  • Q1. Write a query to display the duplicate records without using group by.
  • Ans. 

    Query to display duplicate records without using group by

    • Use self-join to compare records

    • Select records where the values match but the primary key is different

    • Example: SELECT a.* FROM table a, table b WHERE a.value = b.value AND a.id <> b.id

  • Answered by AI
  • Q2. What is the use of ‘for XML’ command
  • Ans. 

    The 'FOR XML' command is used in SQL Server to generate XML output from a query result.

    • It allows transforming the result set of a query into XML format.

    • It can be used to generate XML documents for data exchange or integration purposes.

    • The 'FOR XML' command supports different modes like RAW, AUTO, EXPLICIT, and PATH.

    • It can be combined with other SQL Server features like joins, aggregations, and subqueries.

    • Example: SELEC

  • Answered by AI
  • Q3. What is the difference between stuff() and substring()
  • Ans. 

    stuff() replaces a specified number of characters with another string, while substring() extracts a portion of a string.

    • stuff() is used to replace a specified number of characters in a string with another string.

    • substring() is used to extract a portion of a string based on the starting and ending index.

    • stuff() can be used to mask sensitive data in a string, such as credit card numbers.

    • substring() can be used to extract...

  • Answered by AI
  • Q4. Explain the transaction property in SSIS
  • Ans. 

    Transaction property in SSIS ensures all tasks in a package are completed or rolled back as a single unit.

    • Transaction property is used to ensure data consistency in a package

    • If a task fails, all previous tasks are rolled back

    • If all tasks complete successfully, they are committed as a single unit

    • Transaction property can be set at package or container level

    • Supported isolation levels are Serializable, Repeatable Read, Rea

  • Answered by AI
  • Q5. How will you pass db connection string on runtime
  • Ans. 

    The connection string can be passed on runtime using various methods.

    • One way is to use a configuration file and read the connection string from it.

    • Another way is to pass the connection string as a parameter to the application.

    • The connection string can also be stored in a database and retrieved at runtime.

    • Using environment variables is also a common method to pass connection strings.

    • Connection strings can be encrypted a...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. On SSIS about the project,Incremental Load,Event Handler,Debugging Error,Variable and Parameters
  • Q2. SQL questions what is View, difference of Union and Union All

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very great experience while getting interviewed with Panels from Genpact.They make you feel relaxed and they are to try understand you rather grill you.Just prepare the skills mentioned in Resume.

Interview Questionnaire 

1 Question

  • Q1. How can you do query optimization?
  • Ans. 

    Query optimization can be done by analyzing query execution plans, indexing, partitioning, and rewriting queries.

    • Analyze query execution plans to identify bottlenecks and optimize them

    • Create indexes on frequently queried columns to improve performance

    • Partition large tables to distribute data and improve query performance

    • Rewrite queries to use efficient join and filter conditions

    • Use query hints to force specific executi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask about the live projects you worked on..Try to explain it better with your role
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Complex sql question based on lead lag
  • Q2. Question based on data index
  • Q3. Question based on data engineer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Pandas basics and SQL joins nlp

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

60 min hackerrank test,with one mysql medium difficulty question and one python medium/little hard level difficulty

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical covering each topic from stats, python, ml, dl, nlp,project
Round 3 - One-on-one 

(1 Question)

  • Q1. Project-related in-depth discussion, few case scenarios, stats question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Numpy,pandas,data analysis

ACTUM Digital Interview FAQs

How many rounds are there in ACTUM Digital Business Intelligence Consultant interview?
ACTUM Digital interview process usually has 4 rounds. The most common rounds in the ACTUM Digital interview process are One-on-one Round, Aptitude Test and Assignment.

Tell us how to improve this page.

ACTUM Digital Business Intelligence Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare ACTUM Digital with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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