i
Deloitte
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed in Dec 2024.
Experienced Senior Analyst with a background in financial analysis and data interpretation.
Over 5 years of experience in analyzing financial data and providing insights to drive business decisions
Proficient in using various analytical tools and software such as Excel, Tableau, and SQL
Strong communication skills to effectively present findings to stakeholders and senior management
Ability to work independently and in a t...
Yes, I have experience working on devops.
Implemented CI/CD pipelines using tools like Jenkins and GitLab
Automated infrastructure provisioning with tools like Terraform
Managed containerized applications with Docker and Kubernetes
Tags can be deployed in Jenkins using the Git plugin and in UCD using the version control system integration.
In Jenkins, tags can be deployed by configuring the Git plugin to fetch tags from the repository.
In UCD, tags can be deployed by integrating with the version control system and selecting the specific tag to deploy.
Tags can be used to mark specific versions of code for deployment and tracking purposes.
I will first analyze the issue, identify the root cause, implement a temporary fix if needed, and then work on a permanent solution.
Analyze the issue to understand the impact and severity
Identify the root cause by checking logs, code, and configurations
Implement a temporary fix to restore service if necessary
Work on a permanent solution to prevent future occurrences
I would communicate with the team to understand their priorities and try to find a solution that addresses both the issue and their priorities.
Communicate with the team to understand their priorities and constraints
Highlight the impact of the issue on the overall project or organization
Collaborate with team members to find a mutually beneficial solution
Escalate the issue to higher management if necessary
The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.
Developed by Microsoft
Provides a large library of pre-coded solutions
Supports multiple programming languages like C#, VB.NET, F#
Used for building Windows applications, web applications, and services
C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.
Developed by Microsoft
Used for building applications on the .NET framework
Object-oriented language
Supports modern programming features like generics, LINQ, and async/await
Similar to Java and C++
ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.
Page request is received by the server
Page is initialized, controls are created and properties are set
Page is loaded with data and events are handled
Page is rendered to HTML and sent to the client
Page is unloaded and resources are released
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities.
It allows for better control over the data by preventing direct access from outside the class.
Example: A class 'Car' encapsulating variables like 'model', 'year', and methods like 'startEngine()', 'accelerate()
Duplicate values in a table can be deleted by using the DELETE statement with a subquery.
Use the DELETE statement with a subquery to remove duplicate values.
Identify the duplicate values using a SELECT statement with GROUP BY and HAVING clauses.
Ensure to keep at least one unique record for each duplicate value.
Group by is used to group rows that have the same values into summary rows, while having is used to filter groups based on a specified condition. Union combines the result sets of two or more SELECT statements, while Union All includes duplicates.
Group by is used with aggregate functions to group rows based on one or more columns.
Having is used to filter groups based on a specified condition after the group by operatio...
Use SQL query with ORDER BY and LIMIT to select last 5 records in a table
Use SELECT statement to retrieve data from the table
Use ORDER BY clause to sort the records in descending order based on a column
Use LIMIT clause to limit the number of records returned to 5
SMTP stands for Simple Mail Transfer Protocol, used for sending emails.
SMTP is a protocol used for sending emails over the internet
It works by using a series of commands between the email client and the email server
The namespace for SMTP is defined by RFC 5321
Examples of SMTP servers include Gmail's smtp.gmail.com and Outlook's smtp.live.com
I have used namespaces such as std, boost, and Eigen in my code.
std
boost
Eigen
Web API is a set of rules and protocols that allow different software applications to communicate with each other over the internet.
Web API allows different software applications to interact with each other over the internet
It defines the methods and data formats that applications can use to request and exchange information
Examples include RESTful APIs like Twitter API, Google Maps API, etc.
Web API allows for more flexibility, scalability, and ease of use compared to traditional web services.
Web API supports multiple data formats like JSON, XML, etc., making it easier to work with different clients.
Web API is more lightweight and faster compared to SOAP-based web services.
Web API allows for better security through the use of tokens and authentication mechanisms.
Web API is easier to integrate with modern w...
Securing a WEB API involves using authentication, authorization, encryption, and monitoring.
Implement authentication mechanisms such as OAuth, JWT, or API keys to verify the identity of clients accessing the API.
Use authorization to control access to different parts of the API based on roles and permissions.
Encrypt sensitive data transmitted between clients and the API using HTTPS or TLS.
Implement rate limiting, input ...
Authentication verifies the identity of a user, while authorization determines what actions they are allowed to perform.
Authentication confirms the identity of a user through credentials like passwords, biometrics, or security tokens.
Authorization controls access to resources based on the authenticated user's permissions.
Examples include logging into a website with a username and password (authentication) and then acce...
JSON is lightweight, easy to read, and primarily used for web APIs. XML is more verbose, structured, and commonly used for data storage and configuration.
JSON stands for JavaScript Object Notation, while XML stands for eXtensible Markup Language.
JSON is more lightweight and easier to read compared to XML.
JSON is commonly used for web APIs, while XML is often used for data storage and configuration files.
JSON uses key-v...
Filters in MVC are used to perform logic before or after an action method is executed.
Filters can be used for authorization, logging, caching, error handling, etc.
They can be applied globally, at controller level, or at action level.
Examples include Authorize filter for authentication, OutputCache filter for caching.
Filters can be created by implementing specific filter interfaces or by inheriting from FilterAttribute
MVC stands for Model-View-Controller, a software design pattern used for organizing code in a structured way.
MVC separates the application into three main components: Model (data), View (UI), and Controller (logic).
Model represents the data and business logic, View displays the data to the user, and Controller handles user input and updates the Model.
MVC helps in achieving separation of concerns, making code more modul...
Routing in MVC is the process of mapping URLs to controller actions in order to handle incoming requests.
Routing determines which controller and action should handle a request based on the URL
Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications
Routes can include parameters that are passed to the controller action
Routing can be used to create user-friendly URLs
An application interacts with an API by sending requests and receiving responses containing data or actions.
The application sends a request to the API specifying the desired action or data
The API processes the request and sends back a response containing the requested information
The application then uses the data or performs the action based on the response received
Examples: a weather app fetching current weather data ...
API architecture refers to the design and structure of the application programming interface.
API architecture defines how different components of the API interact with each other
It includes the endpoints, data formats, authentication methods, and communication protocols used
Well-designed API architecture ensures scalability, security, and ease of use
Examples of API architectures include REST, SOAP, and GraphQL
HTTP stands for Hypertext Transfer Protocol, a protocol used for transmitting data over the internet.
HTTP is the foundation of data communication on the World Wide Web.
It is a request-response protocol, where a client sends a request to a server and the server responds with the requested data.
HTTP uses TCP/IP as the underlying transport protocol.
Common HTTP methods include GET (retrieve data), POST (submit data), PUT (
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
An organisation dealing with thousands of transactions daily can implement ISO27001 by following a structured approach to information security management.
Conduct a thorough risk assessment to identify potential security threats and vulnerabilities in the organization's systems and processes.
Develop and implement information security policies and procedures based on the requirements of ISO27001 standards.
Provide regular...
BCP/DR stands for Business Continuity Planning/Disaster Recovery. It involves creating strategies to ensure a company can continue operating during and after a disaster.
BCP focuses on preventing and minimizing the impact of disruptions to business operations.
DR focuses on restoring operations after a disaster has occurred.
Examples of BCP/DR strategies include data backup and recovery plans, emergency response procedure...
Containers in SSIS are objects that allow you to group and manage tasks and workflows in a package.
Containers help organize and control the flow of tasks in SSIS packages.
Common types of containers include Sequence Container, For Loop Container, and Foreach Loop Container.
Containers can be nested within each other to create complex workflows.
They can be used to handle errors, transactions, and looping logic.
Example: Us...
In SSIS, a provider is a software component that allows SSIS to connect to different types of data sources.
Providers are used to establish connections to databases, files, and other data sources in SSIS.
Examples of providers include OLE DB provider, ODBC provider, and ADO.NET provider.
Providers are selected in SSIS connection managers when setting up connections to data sources.
What people are saying about Deloitte
I approach sprint planning by collaborating with the team to prioritize tasks, estimate effort, and create a realistic plan.
Collaborate with team members to understand their capacity and availability
Prioritize tasks based on business value and dependencies
Estimate effort for each task using techniques like story points or time-based estimates
Create a realistic plan considering team velocity and potential risks
Review an
Deloitte interview questions for designations
Stored procedures are precompiled and stored in the database, while functions are compiled and executed at runtime.
Stored procedures are used to perform a set of operations and can return multiple values, while functions are used to compute a single value.
Stored procedures can contain DML and DDL statements, while functions can only contain DML statements.
Stored procedures can call functions, but functions cannot call ...
Partial classes allow a class's members to be split into multiple files.
Partial classes are used in C# to split a class's definition into multiple files.
Each part of the partial class must use the 'partial' keyword.
All parts of the partial class must be in the same namespace and assembly.
Partial classes are commonly used in large projects to organize and manage code more effectively.
SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract f...
Get interview-ready with Top Deloitte Interview Questions
I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
Basic coding round with manager and lead dev
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Experienced Senior Analyst with a background in data analysis and strategic planning.
Over 5 years of experience in analyzing complex data sets
Skilled in developing actionable insights and recommendations
Proficient in using data visualization tools such as Tableau
Strong background in financial analysis and forecasting
Excellent communication and presentation skills
I applied to this role because of my strong analytical skills and experience in data analysis. I believe my background makes me a great fit for the position.
I have a proven track record of analyzing complex data sets and providing valuable insights.
I possess strong technical skills in data manipulation and visualization tools such as SQL, Python, and Tableau.
I have experience in conducting market research and competiti...
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.
Three tasks shared with a fixed timeline
Some of the top questions asked at the Deloitte Senior Analyst interview -
The duration of Deloitte Senior Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 33 interviews
4 Interview rounds
based on 482 reviews
Rating in categories
Consultant
33.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
21k
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
14.3k
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