Consultant
2000+ Consultant Interview Questions and Answers

Asked in Deloitte

Q. Can we debug AMDP and CDS?
Yes, we can debug AMDP and CDS.
We can debug AMDP using ABAP debugger or Eclipse debugger.
We can debug CDS using Eclipse debugger or SQL Trace.
For AMDP, we can set breakpoints in the method and debug it.
For CDS, we can use SQL Trace to analyze the SQL statements generated by CDS view.
Debugging helps in identifying and fixing issues in the code.

Asked in KPMG India

Q. Do you have any coding experience including cloud and DevOps design and development?
Yes, I have coding experience in cloud and devops design and development.
I have experience in designing and implementing cloud-based solutions using AWS and Azure.
I have worked with various devops tools such as Jenkins, Git, and Docker.
I have developed automation scripts using Python and Bash.
I have experience in infrastructure as code using Terraform and CloudFormation.
I have implemented CI/CD pipelines for multiple projects.

Asked in Deloitte

Q. What are the different CVEs that you have encountered?
I have encountered various CVEs related to software vulnerabilities.
CVE-2019-0708 (BlueKeep) - Remote code execution vulnerability in Microsoft Windows
CVE-2017-5638 - Remote code execution vulnerability in Apache Struts
CVE-2014-0160 (Heartbleed) - Information disclosure vulnerability in OpenSSL
CVE-2018-11776 - Remote code execution vulnerability in Apache Struts
CVE-2018-8174 - Remote code execution vulnerability in Microsoft Windows
CVE-2019-11510 - Information disclosure vuln...read more

Asked in Deloitte

Q. What is the incident response cycle? Please explain.
The incident response cycle is a process that organizations follow to respond to and manage security incidents.
The cycle typically includes preparation, identification, containment, eradication, recovery, and lessons learned.
Preparation involves creating incident response plans and training staff.
Identification involves detecting and analyzing potential security incidents.
Containment involves isolating the incident to prevent further damage.
Eradication involves removing the c...read more


Q. Impairment of assets? Whether goodwill is amortised or impaired?
Goodwill is impaired, not amortised. Impairment of assets is a process of recognizing a decrease in the value of an asset.
Goodwill is not amortised, but tested for impairment annually or when there is an indication of impairment.
Impairment of assets is a process of recognizing a decrease in the value of an asset.
If the carrying amount of an asset exceeds its recoverable amount, the asset is considered impaired.
Impairment losses are recognized in the income statement.
Example: ...read more

Asked in Ernst & Young

Q. Power BI round: how to design dashboard? dax query, how to do schedule refresh?
Designing a Power BI dashboard involves creating a visually appealing layout, writing DAX queries to retrieve data, and scheduling refreshes.
Identify the key metrics and KPIs to display on the dashboard
Choose appropriate visualizations to represent the data
Write DAX queries to retrieve and manipulate data
Create calculated columns and measures to perform calculations
Set up data refresh schedules to ensure the dashboard is up-to-date
Consider user experience and design a user-fr...read more
Consultant Jobs




Asked in Sensara Technologies India

Q. What programming language are you proficient in? Please elaborate.
I am proficient in Python, a versatile language used for web development, data analysis, and automation.
Python is a high-level, interpreted language with a simple syntax and large standard library.
It is widely used in data science and machine learning, with popular libraries like NumPy, Pandas, and TensorFlow.
Python is also used for web development, with frameworks like Django and Flask.
It can be used for automation tasks, such as scripting and web scraping.
Python is cross-pl...read more

Asked in PwC

Q. Where should we concentrate more: encryption for data at rest or for data in transit?
Both encryption for data at rest and in transit are important and should be given equal attention.
Encryption for data at rest protects against unauthorized access to stored data.
Encryption for data in transit protects against interception and tampering during transmission.
The level of encryption used should depend on the sensitivity of the data.
Both types of encryption should be used in conjunction for maximum security.
Share interview questions and help millions of jobseekers 🌟

Asked in Capgemini

Q. Can we change a database table name, and how do we update the new table name in Pega?
Yes, you can change a database table name in Pega and update references accordingly.
Use the Pega Database Table Management feature to rename the table.
Update the Data Model in Pega to reflect the new table name.
Modify any Data Pages, Reports, or Activities that reference the old table name.
Example: If the old table name was 'CustomerData', change it to 'ClientData' and update all references.
Test the application thoroughly to ensure all functionalities are intact after the cha...read more

Asked in Accenture

Q. How many years of experience do you have in manual testing?
I have 5 years of experience in manual testing.
I have worked as a manual tester for 5 years.
During this time, I have tested various software applications and systems.
I am proficient in creating test cases, executing tests, and reporting defects.
I have experience in both functional and non-functional testing.
I am familiar with various testing methodologies and tools.
I have also worked on test automation projects.
Overall, my experience has helped me develop a strong understandi...read more

Asked in Synergy Consulting

Q. How would you calculate the relevant Beta for a listed company?
To calculate relevant Beta for a listed company, use regression analysis to compare the company's stock returns to the market returns.
Gather historical data on the company's stock returns and the market returns
Use regression analysis to determine the slope of the line of best fit between the two sets of data
The slope of the line represents the Beta value for the company
Adjust the Beta value for any relevant factors such as industry trends or company-specific risks
Compare the ...read more

Asked in Arthur D. Little

Q. If an FMCG company wants to launch a product, what steps should it follow?
To launch a product, an FMCG company should follow several steps including market research, product development, branding, distribution, and marketing.
Conduct market research to identify consumer needs and preferences
Develop the product based on the research findings
Create a strong brand identity and positioning
Establish distribution channels to reach the target market
Implement marketing strategies to create awareness and drive sales

Asked in Accenture

Q. What variables were considered, tools used, modeling done, and conclusions drawn?
Variables, tools, modelling and conclusions were considered in the project.
Variables considered: market trends, customer behavior, competition
Tools used: Excel, SPSS, Tableau
Modelling done: regression analysis, cluster analysis, decision trees
Conclusions drawn: market is highly competitive, customers prefer quality over price

Asked in HighRadius

Q. What are the different steps to integrate Java code into production?
Integrating Java code in production involves several steps.
Ensure the code is properly tested and meets all requirements
Package the code into a deployable format, such as a JAR file
Deploy the code to the production environment
Monitor the code for any issues or errors
Perform regular maintenance and updates as needed

Asked in Eviden

Q. How are claim underpayments and overpayments typically handled?
Underpayment and overpayment of claims are typically handled by reviewing the claim, identifying the error, and adjusting the payment accordingly.
Claims are reviewed to determine if there was an underpayment or overpayment
Errors are identified and investigated to understand the reason for the incorrect payment
Adjustments are made to correct the payment amount based on the findings
Communication with the provider may be necessary to resolve any discrepancies
Documentation of the...read more

Asked in Infosys

Q. How can you verify, check, or validate your Ansible playbooks?
Ansible playbooks can be verified/validated using various tools and techniques.
Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'
Use Ansible's 'ansible-lint' tool to check for best practices and potential issues
Use 'ansible-playbook --check' to simulate playbook execution without making changes
Use 'ansible-playbook --diff' to show the differences between the current and desired state
Use 'ansible-playbook --start-at-task=
' to start playbook execution from ...read more

Asked in Capgemini

Q. How did you identify the problem statement?
I identified the problem statement by analyzing the client's needs and pain points.
Conducted interviews with stakeholders
Reviewed data and reports
Identified patterns and trends
Considered industry best practices
Developed a clear problem statement
Example: Client needs to increase sales revenue by 20% within the next quarter

Asked in Capgemini

Q. How to implement monitoring with open source monitoring tools. How to expose and visualise metrics.
Open source monitoring tools can be used to implement monitoring and visualize metrics.
Choose a suitable open source monitoring tool such as Nagios, Zabbix, or Prometheus.
Install and configure the monitoring tool to collect data from the desired sources.
Define the metrics to be monitored and set up alerts for critical events.
Use a visualization tool such as Grafana to create dashboards and display the collected metrics.
Ensure that the monitoring system is scalable and can han...read more

Asked in Deloitte

Q. How would you determine the toll for the Jamuna Expressway?
Determining toll for Jamuna Expressway
Consider the distance of the expressway
Analyze the maintenance cost of the expressway
Take into account the traffic volume and expected revenue
Compare with toll rates of similar expressways
Consider the economic status of the region
Consult with experts and stakeholders

Asked in BCG

Q. Should a PE/Hedge Fund buyout Infosys to earn a substantial profit 5 years from now?
Yes, a PE/Hedge Fund should consider buying out Infosys for substantial profit in 5 years.
Infosys has a strong track record of growth and profitability in the IT industry.
The company has a global presence and a diverse range of clients, providing stability and potential for future growth.
Investing in Infosys can provide access to the growing demand for digital transformation and technology services.
The company's strong leadership and strategic initiatives position it well for...read more

Asked in Grant Thornton Bharat

Q. What are the carve-outs in various IND AS and IFRS?
Carve outs in IND AS and IFRS refer to exceptions or exclusions from the standard accounting treatment.
IND AS 101 allows first-time adopters to use previous GAAP for certain items
IFRS 1 allows exemptions for certain disclosures and retrospective application
IND AS 109 has carve outs for hedge accounting and impairment
IFRS 9 has carve outs for financial liabilities and macro hedging
IND AS 115 has carve outs for certain contracts with customers
IFRS 16 has carve outs for leases o...read more

Asked in Outsized

Q. What do you think the future of the Gig economy will be?
The Gig economy will continue to grow and evolve, with more workers opting for flexible work arrangements.
Remote work will become more common
Technology will play a bigger role in connecting workers with gigs
More companies will embrace the gig economy to cut costs
Workers will demand better pay and benefits
The gig economy will continue to face regulatory challenges

Asked in Deloitte

Q. How will you perform feature selection in market mix models?
Feature selection in market mix models involves identifying and selecting the most relevant variables to include in the model.
Start by analyzing the correlation between each feature and the target variable.
Use techniques like stepwise regression, LASSO, or random forest to identify the most important features.
Consider domain knowledge and business objectives when selecting features.
Regularly evaluate and update the selected features to ensure model accuracy.

Asked in India Data Entry Services

Q. How do I set up the necessary links to begin working?
To install links, you need to follow a few simple steps.
Determine the type of link you want to install (e.g. hyperlink, internal link, external link)
Highlight the text or image you want to turn into a link
Click on the link icon in your editing software or use the HTML code
Insert the URL or file path for the link
Test the link to make sure it works properly

Asked in Deloitte

Q. It's 2011. Mukesh Ambani is considering starting a new mobile network with fast internet and low prices. Estimate his potential market share.
Estimating Mukesh Ambani's market share for a new mobile network in 2011 requires analyzing competition, pricing, and consumer demand.
Assess the existing mobile network market in India, dominated by players like Airtel, Vodafone, and Idea.
Consider the impact of pricing strategies; low-cost offerings could attract price-sensitive customers.
Evaluate the demand for high-speed internet in urban vs rural areas; urban areas may show higher adoption rates.
Analyze potential customer ...read more

Asked in Information Services Group

Q. Api authentication and how web APIs are used in ui
API authentication is crucial for secure communication between UI and server. Web APIs are used in UI for data retrieval and manipulation.
API authentication ensures that only authorized users can access the API and its resources
API keys, OAuth, and JSON Web Tokens (JWT) are common authentication methods
Web APIs are used in UI to retrieve data from the server and manipulate it without reloading the page
Examples of web APIs used in UI include Google Maps API, Twitter API, and F...read more

Asked in Deloitte

Q. How do you run a second session after the completion of the first session?
To run a second session after completion of the first session, follow these steps:
Ensure that all necessary resources are available for the second session
Communicate with participants to confirm their availability for the second session
Review the outcomes of the first session and adjust the agenda for the second session accordingly
Schedule the second session at a convenient time and location
Send out reminders to participants prior to the second session

Asked in PwC

Q. How have you handled customer escalations?
I have handled customer escalations by actively listening to their concerns, empathizing with their situation, and providing a timely and satisfactory resolution.
Listen to the customer's concerns without interrupting them
Empathize with their situation and acknowledge their frustration
Provide a timely and satisfactory resolution to their issue
Follow up with the customer to ensure their satisfaction
Document the escalation and resolution for future reference

Asked in Capgemini

Q. How would you design the end-to-end architecture for a many-to-one backend for an employee database web application?
Designing architecture for Many to One backend for an employee database Web application
Identify the different entities in the employee database (e.g. employees, departments, roles)
Create a centralized database that stores all the information for the entities
Establish relationships between the entities (e.g. many employees belong to one department)
Implement APIs to allow the frontend to interact with the backend database
Ensure data security and access control measures are in p...read more

Asked in Deloitte

Q. How would you project the daily sales revenue of a renowned restaurant in the nearby city area?
To project daily sales revenue of a restaurant, analyze past sales data, consider current market trends, and factor in any upcoming events or promotions.
Analyze past sales data to identify patterns and trends
Consider current market trends and competition
Factor in any upcoming events or promotions that may impact sales
Use forecasting models to project future sales revenue
Adjust projections based on seasonality and other external factors
Interview Questions of Similar Designations
Interview Experiences of Popular Companies





Top Interview Questions for Consultant Related Skills



Reviews
Interviews
Salaries
Users

