i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
Functional interfaces provide clarity and enforce single abstract method constraint.
Functional interfaces provide clarity to developers by explicitly indicating that the interface is intended to be used as a functional interface.
Using @FunctionalInterface annotation helps enforce the single abstract method constraint, preventing accidental addition of more abstract methods.
It also allows the compiler to perform additio...
Comparable is an interface in Java used for comparing objects and sorting collections.
Comparable interface is used to define a natural ordering of objects.
To implement Comparable, a class must implement the compareTo() method.
Example: Implementing Comparable interface in a class to compare instances based on a specific attribute.
I applied via Campus Placement 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
I applied via Campus Placement 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...
What people are saying about Deloitte
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Leading a team of developers in designing and implementing a new web application for a financial services company.
Managing a team of developers to ensure project milestones are met
Designing the architecture of the web application
Implementing new features and functionalities based on client requirements
Conducting code reviews and providing technical guidance to team members
Deloitte interview questions for popular designations
Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is executed directly by the operating system.
Managed code is written in languages like C#, VB.NET, and F# that are compiled into Intermediate Language (IL) and executed by the CLR.
Unmanaged code is written in languages like C and C++ that directly interact with the operating system and hardware.
Managed code provides automati...
Dot net components are reusable software building blocks that provide functionality for various aspects of application development.
Common Language Runtime (CLR) - provides a runtime environment for executing .NET applications
Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types
ASP.NET - a web application framework for building dynamic web sites, web applications, and web services
...
Get interview-ready with Top Deloitte Interview Questions
After submitting my CV, I was invited to participate in the Technology Day. The event began with a presentation about the company, followed by a group case study (6 members, one hour). Additionally, there were several mini-information sessions on different technology departments, where we could ask questions and speak with various employees. The day concluded with an interview with an HR representative. Following a positive evaluation of the day's activities, I was invited back for an interview with a director and a partner.
My master thesis focused on the impact of social media on consumer behavior in the fashion industry.
Explored how social media platforms influence purchasing decisions in the fashion sector
Analyzed the role of influencers and user-generated content in shaping consumer preferences
Examined the effectiveness of social media marketing strategies in driving sales for fashion brands
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 Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Oracle Inventory is a module within Oracle E-Business Suite that helps organizations track and manage their inventory levels and transactions.
Oracle Inventory allows organizations to track items by serial number, lot number, or revision.
It helps in managing stock levels, replenishment, and order fulfillment.
The module integrates with other Oracle E-Business Suite modules such as Order Management and Purchasing.
Oracle I...
Abstraction is hiding implementation details, while interfaces define a contract for classes to implement.
Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only interact with the public methods and properties.
Interfaces define a contract that specifies a set of methods that a class must implement, without specifying how those methods are implemented.
Abstraction can be ac...
Yes, I have worked on web services. I have experience in designing, developing, and maintaining RESTful APIs.
Designed RESTful APIs for communication between different systems
Developed web services using technologies like Node.js, Express, and Spring Boot
Maintained and optimized existing web services for better performance
Integrated third-party APIs into existing systems for added functionality
globalzn refers to variables or functions that can be accessed from anywhere in the program, while localzn refers to variables or functions that are only accessible within a specific scope.
Globalzn variables/functions can be accessed from anywhere in the program
Localzn variables/functions are only accessible within a specific scope
Globalzn variables/functions have a wider scope than localzn variables/functions
I have worked on various design patterns including Singleton, Factory, Observer, and Strategy.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are no...
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.
SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.
SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...
Some of the top questions asked at the Deloitte interview -
The duration of Deloitte interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 2.1k interviews
Interview experience
based on 17.9k reviews
Rating in categories
Consultant
33.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
21.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
14.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
10.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
7.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Accenture
PwC
Ernst & Young
Cognizant