i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
It was a busy day filled with meetings and deadlines.
Had multiple meetings with clients and colleagues
Worked on completing a project before the deadline
Managed to finish all tasks on time
I am a highly motivated individual with a passion for learning and a strong work ethic.
I have a degree in computer science and have worked in the tech industry for 5 years.
I am proficient in programming languages such as Java, Python, and C++.
I am a team player and enjoy collaborating with others to solve complex problems.
In my free time, I enjoy hiking and playing basketball.
Use a loop to iterate through the array and keep track of the largest element.
Initialize a variable to store the largest element as the first element of the array
Loop through the array and compare each element to the current largest element
If the current element is larger, update the largest element variable
Return the largest element variable
3rd normal form is a database normalization technique where every non-key attribute is dependent on the primary key.
In 3NF, there should be no transitive dependencies between non-key attributes.
It reduces data redundancy and improves data integrity.
Example: A table with columns for customer ID, order ID, and product ID. The product name should not be stored in this table as it is dependent on the product ID, not the cu...
I enjoy studying psychology.
Fascinated by the workings of the human mind
Enjoy learning about different theories and approaches
Find it applicable to everyday life and relationships
Yes, I am comfortable with networking.
I have experience in setting up and maintaining networks.
I am familiar with different network protocols and technologies.
I have troubleshooted network issues and resolved them.
I have worked with both wired and wireless networks.
I am comfortable with configuring routers, switches, and firewalls.
HTML5 is the latest version of HTML with new features and improvements.
HTML5 has new semantic tags like
HTML5 supports audio and video elements without the need for plugins.
HTML5 has improved form elements like date pickers, range sliders, etc.
HTML5 has improved canvas and SVG support for graphics.
HTML5 has improved accessibility features.
HTML5 has improved support for mobile devices.
Previous versions of HTML
I cannot think of any reason why you should not hire me.
I have the necessary skills and experience for the job.
I am a quick learner and can adapt to new situations easily.
I am a team player and can work well with others.
I am passionate about the work and will give my best effort.
I am reliable and can be counted on to meet deadlines.
I am open to feedback and willing to improve.
I have a positive attitude and can bring en
Yes, I am comfortable with relocation.
I have relocated for work in the past and have found it to be a positive experience.
I am open to exploring new places and cultures.
I understand that relocation may be necessary for career growth and development.
I applied via campus placement at Thadomal Shahani Engineering College, Mumbai and was interviewed in Aug 2024. There were 3 interview rounds.
In the aptitude round there were various sections such as quants, verbal and technical questions based on networking and cloud platforms and some pseudo codes . No coding questions were asked .
It was structured group discussion with one panel member and a case study was provided to us .
I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.
I have a Bachelor's degree in Statistics and have completed multiple data analysis projects during my studies.
I am proficient in using statistical software such as R and Python to analyze data and generate insights.
I have experience working with cross-functional teams to develop and implement data-driven strategie...
I have worked on various projects including financial analysis, market research, and data visualization.
Developed financial models to analyze company performance
Conducted market research to identify growth opportunities
Created interactive dashboards for data visualization
Collaborated with cross-functional teams to implement project recommendations
I applied via Campus Placement
Simple quat questions
I am comfortable in Java and can write code for sorting algorithms like Bubble Sort, Selection Sort, and Merge Sort.
I am proficient in Java and have experience writing code for sorting algorithms.
I can implement popular sorting algorithms like Bubble Sort, Selection Sort, and Merge Sort.
I have a strong understanding of algorithm complexity and efficiency.
I can provide examples of code for sorting algorithms upon reques
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs focuses on creating objects that interact with each other to solve a problem
It involves concepts like inheritance, encapsulation, polymorphism, and abstraction
Examples of OOPs languages include Java, C++, and Python
What people are saying about Deloitte
I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Sep 2024. There were 3 interview rounds.
20 Mins GD on ESG Compliance
I completed a summer internship at a financial firm where I analyzed market trends and created financial models.
Conducted market research to identify investment opportunities
Utilized Excel and financial software to create models for forecasting
Presented findings to senior analysts and managers
Collaborated with team members on various projects
The EV market in India is estimated to be around 2-3% of total vehicle sales currently.
EV sales in India have been steadily increasing due to government incentives and growing environmental awareness.
Major players in the Indian EV market include Tata Motors, Mahindra Electric, and Hero Electric.
Charging infrastructure is a key factor in the growth of the EV market in India.
The government has set a target of 30% EV pene...
Business processes are a series of structured activities that organizations use to achieve specific goals.
Business processes involve a series of steps or tasks that are performed in a specific order.
They are designed to achieve a particular outcome or result.
Business processes can be automated or manual, depending on the organization's needs.
Examples include order processing, inventory management, and customer service.
...
I completed a 6-month internship at a financial consulting firm where I gained experience in financial analysis and market research.
Conducted financial analysis on various companies to assess their performance
Assisted in preparing client presentations and reports
Participated in meetings with clients to discuss investment strategies
Utilized financial modeling techniques to forecast future trends
Collaborated with team me
The revenue of a fast food restaurant can vary greatly depending on factors like location, menu offerings, and customer traffic.
Consider the average number of customers served per day
Look at the menu prices and estimate the average spend per customer
Factor in any special promotions or discounts that may impact revenue
Take into account the operating hours of the restaurant and peak times of business
Compare with industry
Parameters for selecting a company's office location include accessibility, cost, amenities, proximity to clients/talent, and safety.
Accessibility to public transportation and major highways
Cost of real estate and office space in the area
Availability of amenities such as restaurants, gyms, and shopping
Proximity to clients, partners, and talent pool
Safety and security of the neighborhood
Potential for future growth and e
Deloitte interview questions for designations
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Sep 2024. There were 2 interview rounds.
It cover the topics like computer networking , cloud computing ,testing
I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.
Bachelor's degree in Statistics
Proficient in Excel, SQL, and data visualization tools
Experience in conducting market research and trend analysis
Strong analytical and critical thinking skills
Excellent communication and presentation abilities
A constraint is a limitation or restriction that prevents something from being done or achieved.
Constraints can be physical, such as lack of resources or time constraints.
Constraints can also be imposed by rules, regulations, or limitations set by external factors.
Constraints can impact decision-making and problem-solving processes.
For example, a budget constraint may limit the amount of money available for a project.
A...
Null represents absence of a value, while blank represents an empty value or space.
Null is a specific value that indicates the absence of any data.
Blank typically refers to an empty value or space, such as an empty string or whitespace.
In programming, null is often used to represent a variable that has not been assigned a value, while blank may refer to a field that has not been filled in by a user.
Example: A database ...
Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.
Primary key ensures uniqueness of each record in a table
Foreign key establishes a relationship between two tables
Example: In a 'students' table, 'student_id' can be a primary key, while in a 'courses' table, 'student_id' can be a foreign key linking to 'students' table
Python is a general-purpose programming language, while PySpark is a distributed computing framework built on top of Spark for big data processing.
Python is a versatile language used for various applications, including web development, data analysis, and automation.
PySpark is specifically designed for processing large datasets in parallel across a cluster of machines.
Python is easier to learn and more widely used, whil...
Get interview-ready with Top Deloitte Interview Questions
I applied via Campus Placement
Included 2 coding questions and many mcqs. mainly sql and sorting
IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.
IoT involves connecting everyday objects to the internet to enable them to send and receive data.
Examples of IoT devices include smart thermostats, wearable fitness trackers, and connected home security systems.
IoT technology can be used in various industries such as h...
Normal sensors collect raw data, while smart sensors process data and provide actionable insights.
Normal sensors collect raw data without any processing
Smart sensors have built-in processing capabilities to analyze data and provide actionable insights
Smart sensors can communicate with other devices or systems to trigger actions based on the data collected
Examples of smart sensors include smart thermostats, fitness trac
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Aptitude/ English & Coding test
Partition in SQL is a way to divide a large table into smaller, more manageable parts.
Partitioning helps improve query performance by allowing operations to be performed on smaller subsets of data.
It can also help with data management, such as archiving old data or optimizing storage.
Common types of partitioning include range, list, hash, and composite partitioning.
Example: PARTITION BY RANGE (order_date);
I want to join Deloitte because of its reputation for providing top-notch consulting services and opportunities for professional growth.
Deloitte is known for its prestigious reputation in the consulting industry
I am impressed by the diverse range of projects and clients Deloitte works with
I believe Deloitte offers excellent opportunities for career development and growth
I am attracted to the collaborative and innovativ
In 5 years, I see myself as a senior analyst leading a team and contributing to strategic decision-making.
Leading a team of analysts
Contributing to strategic decision-making
Continuing professional development and growth
Possibly pursuing advanced certifications or degrees
I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.
The online assessment consists of 67 questions divided into 4 sections with a sectional cutoff for each. The topics covered included Analytical Ability, Quantitatitive Ability, Verble Ability and CS fundamentals focusing on key areas like OS, DBMS, SQL, Cloud and Pseudocodes. It also consist two coding questions.
Reindexing is the process of restructuring the index of a database table to improve performance.
Reindexing helps optimize database performance by organizing data more efficiently.
It involves rebuilding the index of a table to reduce fragmentation and improve query speed.
Reindexing is commonly done in databases like MySQL and PostgreSQL.
Example: ALTER INDEX index_name REBUILD;
To drop columns and rows in a dataset, you can use the drop() method in pandas library in Python.
Use the drop() method with the axis parameter set to 0 for dropping rows and 1 for dropping columns.
Specify the labels of the rows or columns you want to drop in the labels parameter.
Use the inplace parameter to make the changes in the original dataset.
Example: df.drop(labels=['column1', 'column2'], axis=1, inplace=True) wi...
Comprehension is the ability to understand and grasp information or concepts.
Comprehension involves understanding the meaning of something.
It requires interpreting and processing information.
Examples include reading a text and being able to summarize its main points or solving a complex problem by understanding its components.
Python code to find odd sum pairs in a list
Iterate through the list and check for pairs with odd sum
Use a nested loop to compare each pair of elements
Add the pairs with odd sum to a new list
The duration of Deloitte Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
3 Interview rounds
based on 1.4k reviews
Rating in categories
Consultant
32.8k
salaries
| ₹6.2 L/yr - ₹23 L/yr |
Senior Consultant
20.9k
salaries
| ₹11 L/yr - ₹42 L/yr |
Analyst
13.9k
salaries
| ₹3.8 L/yr - ₹12.6 L/yr |
Assistant Manager
9.9k
salaries
| ₹7.6 L/yr - ₹24 L/yr |
Manager
7k
salaries
| ₹15.6 L/yr - ₹52 L/yr |
Accenture
PwC
Ernst & Young
Cognizant