Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
posted on 8 Dec 2023
I applied via Referral and was interviewed in Jun 2023. There were 4 interview rounds.
Basically it is a 30 mins skill test. Based on whichever role you are applying for
posted on 28 May 2023
Answers to questions related to Salesforce development
Role defines what a user can do in an organization while profile defines what a user can see in an organization
With sharing enforces sharing rules while without sharing ignores sharing rules
Best practices include using naming conventions, minimizing code in triggers, and using test classes
A Queue is a Salesforce object used to manage records that require attention o
Difference between isnull and is blank, primitive data types, and difference between workflow and trigger.
isnull is used to check if a value is null or not, while is blank is used to check if a value is empty or consists only of whitespace characters.
Primitive data types are basic data types provided by a programming language, such as integers, floats, booleans, and characters.
A workflow is a series of steps or actions...
There are three types of relationships: one-to-one, one-to-many, and many-to-many.
One-to-one: each record in one table is related to only one record in another table.
One-to-many: each record in one table is related to one or more records in another table.
Many-to-many: multiple records in one table are related to multiple records in another table.
Examples: one-to-one - a person has one passport, one-to-many - a customer...
new is used to allocate memory for a single object while newmap is used to allocate memory for a map object.
new is used to create a single object on the heap while newmap is used to create a map object on the heap.
new returns a pointer to the object created while newmap returns a pointer to the map object created.
new is used for creating objects of classes while newmap is used for creating maps.
Example: int *p = new in...
Wrapper class is a class that wraps a primitive data type to provide additional functionality.
Wrapper classes are used to convert primitive data types into objects.
They provide methods to convert between primitive data types and objects.
Examples of wrapper classes include Integer, Double, and Boolean.
Wrapper classes are often used in collections and generics.
They can also be used to pass primitive data types as argumen
posted on 15 Jun 2023
Angular lifecycle includes various stages like ngOnChanges, ngOnInit, ngDoCheck, etc.
Angular components go through a series of lifecycle stages from creation to destruction.
ngOnChanges is called when an input property changes.
ngOnInit is called after the first ngOnChanges.
ngDoCheck is called during every change detection run.
ngAfterContentInit is called after content is projected into the component.
ngAfterViewInit is c...
Change detection mechanism in Angular detects changes in the application state and updates the view accordingly.
Angular uses Zone.js to intercept asynchronous operations and trigger change detection
Change detection is triggered by events like user input, timers, XHR requests, etc.
Angular compares the current and previous states of the application to detect changes and update the view
A pipe is a feature in Angular that allows you to transform data in templates. There are built-in pipes and you can also create custom pipes.
Types of pipes include built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.
Custom pipes can be created by using the @Pipe decorator and implementing the PipeTransform interface.
To write a custom pipe, first create a new TypeScript file for the pipe, define the pipe cla...
What people are saying about Accenture
posted on 4 Apr 2023
APP program is a software application that performs a specific task or set of tasks.
APP stands for Application
It is a software program designed to perform a specific task or set of tasks
Examples include Microsoft Word, Adobe Photoshop, and Google Chrome
APP programs can be developed for desktop, mobile, or web platforms
Asset accounting in SAP tracks and manages fixed assets throughout their lifecycle.
Asset accounting involves creating and managing asset master records
It tracks the acquisition, depreciation, and retirement of assets
It provides reports on asset values, depreciation, and useful life
Examples of assets include buildings, machinery, and vehicles
Hana is a database platform while ECC is an ERP system built on top of it.
Hana is a column-oriented, in-memory database platform developed by SAP.
ECC (Enterprise Central Component) is an ERP system built on top of the Hana platform.
Hana is designed for real-time analytics and processing of large data sets.
ECC is a suite of applications for managing business operations such as finance, logistics, and human resources.
Han...
Accenture interview questions for designations
posted on 25 Apr 2024
Quantitative-Time/Speed,Probability,Permutations,Approximations,etc,
English- meanings, synonyms, unseen passage
Get interview-ready with Top Accenture Interview Questions
posted on 16 Mar 2023
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
posted on 19 Jun 2023
I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.
posted on 20 Nov 2024
I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.
No, commit statement cannot be used in BAdI.
Commit statement should not be used in BAdI as it can lead to inconsistent data
BAdIs are meant for enhancing the functionality of standard SAP applications, not for database operations
Use BAdIs for implementing custom logic and enhancements without directly modifying standard code
Data class in DDIC is a repository object used to define the structure of data in ABAP programs.
Data class is used to define the structure of data in ABAP programs
It is created in the Data Dictionary (DDIC) and contains fields and their properties
Data classes are used to ensure data consistency and integrity in ABAP programs
Data in AMDP can be filtered using WHERE clause in SQL queries.
Use WHERE clause in SQL queries to filter data in AMDP
You can filter data based on specific conditions such as date range, value range, etc.
Example: SELECT * FROM table_name WHERE column_name = 'value'
Deloitte offers a diverse range of projects, opportunities for growth, and a strong global network.
Deloitte provides a wide variety of projects to work on, allowing for diverse experiences and skill development.
Opportunities for growth and advancement within the company are abundant.
Deloitte has a strong global network, providing access to resources and expertise from around the world.
posted on 14 Feb 2023
I applied via LinkedIn and was interviewed in Aug 2022. There were 3 interview rounds.
To navigate from one tab to another in PowerApps, use the Navigate function.
Use the Navigate function with the name of the screen or tab as the first argument
Use the Transition parameter to specify the type of transition between screens
Example: Navigate(Screen2, Fade)
Use the OnSelect property of a button or other control to trigger the navigation
Changing permissions for an application involves modifying access levels for users or groups.
Identify the specific permissions that need to be changed
Determine which users or groups require access to the application
Modify the permissions using the appropriate tools or commands
Test the changes to ensure they are working as expected
Patch and filter query condition
Patch: updating a specific part of data without replacing the entire data
Filter: selecting specific data based on certain criteria
Query condition: specifying conditions for filtering data
Example: PATCH /users/1234 to update user's email address
Example: GET /users?age=25 to filter users with age of 25
Delegation warning fix is a process of resolving delegation warnings in code.
Delegation warnings occur when an object delegates a method call to another object without checking if the other object responds to the method.
To fix this warning, the code should check if the other object responds to the method before delegating the call.
This can be done using respondsToSelector: method in Objective-C or respondsToSelector: s...
I see myself in a leadership role, leading a team of developers and driving innovation in application development.
Leading a team of developers
Driving innovation in application development
Taking on more responsibilities and challenges
Continuing to learn and grow in my career
posted on 28 Apr 2023
I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.
Online coding test with basic to framework related questions.
Some of the top questions asked at the Accenture Application Development - Senior Analyst interview -
The duration of Accenture Application Development - Senior Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 85 interviews
5 Interview rounds
based on 1.5k reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27k
salaries
| ₹6.9 L/yr - ₹17.5 L/yr |
Team Lead
24.3k
salaries
| ₹7.1 L/yr - ₹25.6 L/yr |
Senior Software Engineer
18.2k
salaries
| ₹6 L/yr - ₹19.5 L/yr |
Software Engineer
17.4k
salaries
| ₹3.6 L/yr - ₹13.4 L/yr |
TCS
Cognizant
Capgemini
Infosys