Upload Button Icon Add office photos
Engaged Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Deloitte Business Technology Analyst Interview Questions and Answers

Updated 6 Sep 2024

23 Interview questions

A Business Technology Analyst was asked 11mo ago
Q. How do you use LogMiner?
Ans. 

LogMiner is a utility provided by Oracle to analyze and mine redo log files for data changes.

  • LogMiner is used to analyze and extract data from redo log files generated by Oracle databases.

  • It can be used for tasks like auditing, troubleshooting, and recovering lost data.

  • LogMiner can help track changes made to the database, such as INSERT, UPDATE, and DELETE operations.

A Business Technology Analyst was asked 11mo ago
Q. How do you clone a database?
Ans. 

Cloning a database involves creating an exact copy of an existing database.

  • Use database management tools like SQL Server Management Studio or MySQL Workbench to clone a database.

  • Backup the existing database before cloning to avoid data loss.

  • Restore the backup file to create a new database with the same schema and data.

  • Update connection strings and configurations to point to the new cloned database.

  • Test the cloned ...

Business Technology Analyst Interview Questions Asked at Other Companies

asked in ZS
Q1. Ways To Make Coin Change Given an infinite supply of coins of var ... read more
asked in Deloitte
Q2. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
asked in Deloitte
Q3. Bursting Balloons Problem Given an array ARR of size N, where eac ... read more
asked in Barclays
Q4. Z Algorithm Problem Statement You are provided with a string S of ... read more
asked in ZS
Q5. Diagonal Order Problem Statement Given a 2D matrix, output all el ... read more
A Business Technology Analyst was asked 11mo ago
Q. In shell scripting, how do you specify which shell to use (e.g., korn or bash)?
Ans. 

To use a particular type of shell like korn or bash shell in shell scripting, specify the shell at the beginning of the script.

  • Specify the shell at the beginning of the script using the shebang line (#!/bin/bash for bash shell, #!/bin/ksh for korn shell, etc.)

  • Make sure the specified shell is installed on the system where the script will be executed

  • Use shell-specific syntax and features in the script based on the c...

A Business Technology Analyst was asked 11mo ago
Q. How do you find and resolve block level corruption?
Ans. 

Block level corruption can be found using tools like checksums and resolved by restoring from backups or repairing the corrupted blocks.

  • Use checksums to detect block level corruption by comparing the checksum of the data against a known good checksum.

  • Regularly run integrity checks on storage devices to identify any corrupted blocks.

  • Restore the corrupted blocks from backups if available, or repair them using tools ...

What people are saying about Deloitte

View All
wiseshirataki
Verified Icon
3d
works at
Microsoft Corporation
Offer joining confusion
I have an offer from Deloitte India (as a Deputy Manager - Enterprise Security) and Novartis (Specialist - Microsoft Sentinel). I hear a lot of negative feedback about the work culture of Deloitte India while there is not so much positivity about Novartis as well. Can someone working at these orgs share their thoughts? I have also heard there is quite a lot of travel required in Deloitte India, if someone has similar or even opposing thoughts, please share.
Got a question about Deloitte?
Ask anonymously on communities.
A Business Technology Analyst was asked 11mo ago
Q. What are the backup strategies?
Ans. 

Backup strategies are plans and procedures put in place to protect data in case of loss or corruption.

  • Regularly scheduled backups to ensure data is up to date

  • Offsite backups to protect against physical damage or theft

  • Incremental backups to save storage space and time

  • Automated backups to reduce human error

  • Testing backups to ensure they can be restored successfully

What are the roles & responsibilities of a Business Technology Analyst at Deloitte?

Client Support

  • Provide personalized customer service
  • Manage and resolve client issues
  • Coordinate with team members to ensure smooth operations

Read full roles & responsibilities

A Business Technology Analyst was asked
Q. What are SQL DML commands and their syntax?
Ans. 

SQL DML commands are used to manipulate data in a database.

  • INSERT: Adds new rows of data into a table

  • UPDATE: Modifies existing data in a table

  • DELETE: Removes rows of data from a table

Deloitte HR Interview Questions

714 questions and answers

Q. Tell me about your previous internship experience.
Q. Can you describe your technical skills?
Q. Did you manage individual projects?
A Business Technology Analyst was asked
Q. How does Infor ION work, and how has its implementation been carried out in various projects?
Ans. 

Infor ION is a middleware platform that connects disparate systems and enables data exchange.

  • Infor ION uses a publish-and-subscribe model to facilitate communication between systems.

  • It can be implemented on a variety of projects, including ERP, CRM, and supply chain management systems.

  • Infor ION also includes pre-built connectors for popular systems like Salesforce and SAP.

  • Implementation typically involves configur...

Are these interview questions helpful?
A Business Technology Analyst was asked
Q. Explain the given HTML command.
Ans. 

The given HTML command is used to create a hyperlink in a webpage.

  • The <a> tag is used to define a hyperlink in HTML.

  • The href attribute specifies the URL of the page the link goes to.

  • Text between the opening and closing <a> tags is the clickable text of the link.

A Business Technology Analyst was asked
Q. Please be clear when answering.
Ans. 

A Business Technology Analyst bridges the gap between business needs and technology solutions, ensuring effective project delivery.

  • Understand business requirements: Analyze and document what the business needs from technology.

  • Collaborate with stakeholders: Work with both technical teams and business units to ensure alignment.

  • Conduct market research: Stay updated on technology trends that can benefit the organizati...

A Business Technology Analyst was asked
Q. Explain your experience writing triggers.
Ans. 

Triggers in databases automate actions in response to specific events, enhancing data integrity and workflow efficiency.

  • Triggers can be set to activate on INSERT, UPDATE, or DELETE operations.

  • Example: A trigger can automatically update a 'last_modified' timestamp when a record is updated.

  • They can enforce business rules, such as preventing deletion of records in certain conditions.

  • Example: A trigger can prevent del...

Deloitte Business Technology Analyst Interview Experiences

37 interviews found

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Why string is immutable?
  • Q2. How can you make a class immutable in java?
  • Ans. 

    How to make a class immutable in Java?

    • Make all fields private and final

    • Do not provide any setter methods

    • Make the class final

    • If mutable fields are present, return a copy of them in getter methods

  • Answered by AI
  • Q3. How hashmap works?
  • Q4. Difference between hashtable and concurrent hashmap!

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep your basics strong and be confident, they don't expect all answers to be correct but see your approach to the questions.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Look-up oic questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Sql plsql questions joins
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to medium difficulty mcq questions

Round 2 - HR 

(2 Questions)

  • Q1. Just a minute round with a technical topic
  • Q2. Use of AI in health care
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 5 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 - Technical 

(1 Question)

  • Q1. Basic testing concepts SQL joins
Round 3 - Technical 

(1 Question)

  • Q1. SQL queries using where use of having, group by Difference between DELETE & TRUNCATE
Round 4 - HR 

(1 Question)

  • Q1. Scenario based testing concept like how will you deal if issues comes in production
Round 5 - English language proficiency 

(1 Question)

  • Q1. Speaking, listening, reading test

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for english test along with technical. Good communication is very important here other than technical skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Case Study 

It was a tech case where you would have to think of features to add to a product to solve a business solution.

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

I appeared for an interview before Sep 2023.

Round 1 - One-on-one 

(6 Questions)

  • Q1. How did you come to know about Deloitte?
  • Q2. How do you use logminer?
  • Ans. 

    LogMiner is a utility provided by Oracle to analyze and mine redo log files for data changes.

    • LogMiner is used to analyze and extract data from redo log files generated by Oracle databases.

    • It can be used for tasks like auditing, troubleshooting, and recovering lost data.

    • LogMiner can help track changes made to the database, such as INSERT, UPDATE, and DELETE operations.

  • Answered by AI
  • Q3. How do you clone database?
  • Q4. What are the backup strategies?
  • Q5. How do you find block level corruption and resolve it?
  • Ans. 

    Block level corruption can be found using tools like checksums and resolved by restoring from backups or repairing the corrupted blocks.

    • Use checksums to detect block level corruption by comparing the checksum of the data against a known good checksum.

    • Regularly run integrity checks on storage devices to identify any corrupted blocks.

    • Restore the corrupted blocks from backups if available, or repair them using tools like ...

  • Answered by AI
  • Q6. In shell scripting how to use a particular type shell like korn or bash shell ?
  • Ans. 

    To use a particular type of shell like korn or bash shell in shell scripting, specify the shell at the beginning of the script.

    • Specify the shell at the beginning of the script using the shebang line (#!/bin/bash for bash shell, #!/bin/ksh for korn shell, etc.)

    • Make sure the specified shell is installed on the system where the script will be executed

    • Use shell-specific syntax and features in the script based on the chosen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on the top of your technical know-how and be confident ?

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is BDE in Infor LN ?
  • Q2. How does Infor ION works & implementation done on number of projects
  • Ans. 

    Infor ION is a middleware platform that connects disparate systems and enables data exchange.

    • Infor ION uses a publish-and-subscribe model to facilitate communication between systems.

    • It can be implemented on a variety of projects, including ERP, CRM, and supply chain management systems.

    • Infor ION also includes pre-built connectors for popular systems like Salesforce and SAP.

    • Implementation typically involves configuring t...

  • Answered by AI
  • Q3. Basics of ERP LN & Cloudsuite
Round 2 - Technical 

(1 Question)

  • Q1. Basics of ERP Implementation
Round 3 - Technical 

(1 Question)

  • Q1. Basics of ERP Implementation
Round 4 - One-on-one 

(1 Question)

  • Q1. Basics of ERP Implementation

Interview Preparation Tips

Topics to prepare for Deloitte Business Technology Analyst interview:
  • ERP Implementation
  • INFOR ION
  • Infor Cloudsuite
Interview preparation tips for other job seekers - It's been great experience, advise is to be clear regards your skills set & asked
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2017. There were 6 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Salary discussion and negotiation
  • Q2. Java related questions were asked.
  • Q3. Selenium waits and some program
  • Q4. Asked about Collection Framework and different usecases
  • Q5. Different testing Methodologies where they checking code skills
  • Q6. Questions around different scenario based coding
  • Q7. Asked about project and work done with the experience
  • Q8. Given exam in some app where you need to write, speak and hear english senetences.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test , that can be solved be 10th class maths.

Round 2 - One-on-one 

(1 Question)

  • Q1. It was more of a company fit round, with beginner level questions of coding. interview was more of resume focused.

Interview Preparation Tips

Interview preparation tips for other job seekers - i was a campus hire, hence it was a bit easier. Just make sure that you are confident about what you have mentioned in your resume.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your project?

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about this internship?
  • Q2. Tell me about this project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know each and everything throughly in your resume.

Deloitte Interview FAQs

How many rounds are there in Deloitte Business Technology Analyst interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Technical, One-on-one Round and HR.
How to prepare for Deloitte Business Technology 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are SQL, Risk Management, Business Analysis, Business operations and Client Interaction.
What are the top questions asked in Deloitte Business Technology Analyst interview?

Some of the top questions asked at the Deloitte Business Technology Analyst interview -

  1. How does Infor ION works & implementation done on number of proje...read more
  2. Which date in the year 2020 is a palindro...read more
  3. In shell scripting how to use a particular type shell like korn or bash shel...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 13 interview experiences

Difficulty level

Easy 14%
Moderate 71%
Hard 14%

Duration

Less than 2 weeks 57%
2-4 weeks 29%
4-6 weeks 14%
View more
Deloitte Business Technology Analyst Salary
based on 1.5k salaries
₹5.5 L/yr - ₹12.3 L/yr
7% less than the average Business Technology Analyst Salary in India
View more details

Deloitte Business Technology Analyst Reviews and Ratings

based on 272 reviews

4.0/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.9

Salary

4.2

Job security

4.1

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 272 Reviews and Ratings
Consultant
41.8k salaries
unlock blur

₹10.4 L/yr - ₹21.7 L/yr

Senior Consultant
25.8k salaries
unlock blur

₹16.3 L/yr - ₹33.6 L/yr

Analyst
17.1k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Assistant Manager
11.6k salaries
unlock blur

₹12.1 L/yr - ₹22.4 L/yr

Manager
8.2k salaries
unlock blur

₹24.6 L/yr - ₹44 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.7
Compare

PwC

3.3
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
write
Share an Interview