Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AeonX Digital Team. If you also belong to the team, you can get access from here

AeonX Digital Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 25 Reviews

Filter interviews by

AeonX Digital Interview Questions, Process, and Tips

Updated 7 Nov 2024

Top AeonX Digital Interview Questions and Answers

View all 20 questions

AeonX Digital Interview Experiences

Popular Designations

9 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software developers to design, develop, and test software applications.

    • SDLC is a structured process that divides software development into distinct phases.

    • The phases typically include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion...

  • Answered by AI
  • Q2. What are oops concept ?
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q3. This is enough to crack interview with Chandni ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel confident because interview taker is not knowledgeable at all. You will get salary if you are attractive boy.

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)

SAP Abap Consultant Interview Questions & Answers

user image Hirendra Pratap Singh

posted on 4 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(8 Questions)

  • Q1. How we can Enhance Tables? Difference between Append vs Include?
  • Ans. 

    Enhancing tables in SAP ABAP involves adding custom fields or structures. Append adds fields at the end, while Include adds fields at a specific position.

    • Enhancing tables involves adding custom fields or structures to existing tables.

    • Append statement adds fields at the end of the table structure.

    • Include statement adds fields at a specific position within the table structure.

    • Append is used when adding fields to standard...

  • Answered by AI
  • Q2. What is TMG? on which TMG events you have worked on name them?
  • Ans. 

    TMG stands for Table Maintenance Generator. It is a tool used in SAP ABAP to create table maintenance dialog programs.

    • TMG is used to create table maintenance dialog programs for maintaining table entries.

    • TMG events include START-OF-SELECTION, END-OF-SELECTION, TOP-OF-PAGE, END-OF-PAGE, etc.

    • I have worked on TMG events such as START-OF-SELECTION and END-OF-SELECTION in my previous projects.

  • Answered by AI
  • Q3. Steps to create OData service? Expecting via CDS views and SEGW.
  • Ans. 

    Creating OData service using CDS views and SEGW

    • Create a CDS view with @OData.publish: true annotation

    • Activate the CDS view in SAP system

    • Create a project in SEGW transaction

    • Import the CDS view into the project

    • Define the entity set and entity type in SEGW

    • Map the CDS view fields to the entity type properties

    • Generate and implement the service

  • Answered by AI
  • Q4. Difference between ECC vs HANA? Why oops ABAP was introduced?
  • Ans. 

    ECC is a traditional ERP system while HANA is an in-memory database platform. OOPs ABAP was introduced for better code reusability and maintainability.

    • ECC is a traditional ERP system with separate application and database layers, while HANA combines both in-memory.

    • HANA allows real-time data processing and analytics, while ECC relies on disk-based storage.

    • OOPs ABAP was introduced to enhance code reusability, maintainabi...

  • Answered by AI
  • Q5. How will you optimize code? Explain parallel cursor with example.
  • Ans. 

    Optimizing code involves improving performance and efficiency. Parallel cursor in SAP ABAP allows for processing multiple records simultaneously.

    • Use SELECT statements with appropriate WHERE conditions to fetch only necessary data

    • Avoid nested loops and use optimized loop constructs like LOOP AT, LOOP AT ... WHERE, etc.

    • Use field symbols to avoid unnecessary data copying

    • Leverage parallel cursor processing to improve perfo...

  • Answered by AI
  • Q6. What is CDS view how it can be utilized? Diff between Association and Joins.
  • Ans. 

    CDS view is a virtual database table in SAP used for defining complex views. Associations are used for defining relationships, while joins are used for combining data from multiple tables.

    • CDS view is a virtual database table in SAP used for defining complex views

    • Associations in CDS views are used to define relationships between entities

    • Joins in CDS views are used to combine data from multiple tables based on a common f...

  • Answered by AI
  • Q7. What is BAPI how it can be utilized? What are pre-requisite for using BAPI?
  • Ans. 

    BAPI stands for Business Application Programming Interface. It is a standard interface to SAP business objects.

    • BAPIs are used to integrate SAP systems with external applications or other SAP systems.

    • They provide a way to access and manipulate data in SAP systems.

    • Pre-requisites for using BAPI include proper authorization, knowledge of the specific BAPIs available, and understanding of the data structures involved.

    • Exampl...

  • Answered by AI
  • Q8. What is BADI, Steps to implement and Difference b/w Classical and Kernel BADI.
  • Ans. 

    BADI stands for Business Add-In. It is an enhancement technique in SAP ABAP.

    • BADI allows you to add additional functionality to standard SAP applications without modifying the original code.

    • Steps to implement BADI: Define BADI interface -> Implement BADI interface -> Activate BADI implementation.

    • Classical BADI is implemented using SE18 transaction while Kernel BADI is implemented using SE19 transaction.

    • Difference betwee...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What kind of projects you worked on?
  • Q2. Are you comfortable in switching from ABAP core to Integration?
  • Ans. 

    Yes, I am comfortable switching from ABAP core to Integration.

    • I have experience working with both ABAP core and Integration technologies.

    • I am adaptable and quick to learn new technologies and processes.

    • I believe that integrating different systems can enhance the overall functionality and efficiency of a project.

    • For example, I have successfully integrated SAP systems with third-party applications to streamline processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared their size in around 200, looking for quality consultant. Be ready

Skills evaluated in this interview

Top AeonX Digital SAP Abap Consultant Interview Questions and Answers

Q1. What is CDS view how it can be utilized? Diff between Association and Joins.
View answer (1)

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Define Plant in SAP
  • Ans. 

    Plant in SAP represents a physical location within a company where materials are produced, stored, or distributed.

    • Plants are assigned to a company code in SAP

    • Plants can be used for production, storage, or distribution purposes

    • Each plant can have multiple storage locations within it

    • Plants are used in material management processes like procurement and inventory management

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. How do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior SAP MM Consultant leading successful implementation projects and mentoring junior consultants.

    • Continuing to enhance my skills and knowledge in SAP MM through training and certifications

    • Taking on more leadership roles within project teams

    • Mentoring and coaching junior consultants to help them grow in their careers

    • Successfully leading multiple SAP MM implementation projects

    • Building str

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to learn and grow

Skills evaluated in this interview

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)

SAP Abap Consultant Interview Questions & Answers

user image Kapil Beesayite

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are lock objects
  • Ans. 

    Lock objects are used in SAP to control access to shared data and prevent simultaneous changes by multiple users.

    • Lock objects are used to prevent data inconsistency in SAP systems.

    • They ensure that only one user can change a specific piece of data at a time.

    • Lock objects can be set at different levels such as table level, program level, or even field level.

    • Examples of lock objects in SAP include ENQUEUE and DEQUEUE funct

  • Answered by AI
  • Q2. What is the difference between Bapi and RFC
  • Ans. 

    BAPI is a standard interface provided by SAP for business objects, while RFC is a remote function call used for communication between systems.

    • BAPI is a predefined method provided by SAP for specific business objects

    • RFC is a generic protocol used for communication between systems

    • BAPIs are implemented as RFCs, but not all RFCs are BAPIs

    • BAPIs are used for specific business processes, while RFCs can be used for various pur

  • Answered by AI

Skills evaluated in this interview

Top AeonX Digital SAP Abap Consultant Interview Questions and Answers

Q1. What is CDS view how it can be utilized? Diff between Association and Joins.
View answer (1)

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)

AeonX Digital interview questions for popular designations

 SAP Abap Consultant

 (3)

 SAP MM Consultant

 (2)

 AWS Solution Architect

 (1)

 Web Developer

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Po is 10 qt, Posting 5 qt and Invoice 2 qt, What is the accounting entry
  • Ans. 

    The accounting entry for the given scenario is a debit to the Inventory account and a credit to the Accounts Payable account.

    • When goods are received (Posting), the Inventory account is debited to increase the inventory value.

    • When an invoice is received, the Accounts Payable account is credited to record the liability.

    • The quantity received (Posting) and the quantity invoiced are both relevant for the accounting entry.

    • Th...

  • Answered by AI
  • Q2. What is pre-requisite in Sub-Contracting
  • Ans. 

    Pre-requisite in Sub-Contracting is the requirement for a subcontracting purchase order to be created before the actual subcontracting process can take place.

    • A subcontracting purchase order must be created

    • The subcontracting material and the vendor must be specified in the purchase order

    • The components to be provided by the subcontractor must be defined in the purchase order

    • The quantity and delivery date for the componen...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Implementation Project what was the experience in your 2nd Project
  • Q2. How to take in 2 vendor invoice same time but difference Price with invoice verification
  • Ans. 

    To take in 2 vendor invoices with different prices during invoice verification, use the 'Split Invoice' functionality.

    • Navigate to the invoice verification transaction (MIRO).

    • Enter the first vendor invoice details and save it.

    • Click on the 'Split Invoice' button to split the invoice.

    • Enter the details of the second vendor invoice with the different price.

    • Save the second invoice.

    • Both invoices will now be posted separately

  • Answered by AI
  • Q3. What is the Pricing Procedures
  • Ans. 

    Pricing Procedures in SAP MM are used to determine the price of materials or services during procurement or sales processes.

    • Pricing Procedures are a set of rules and conditions that determine how prices are calculated in SAP MM.

    • They are used to determine the final price of materials or services based on various factors such as quantity, discounts, taxes, and surcharges.

    • Pricing Procedures can be customized to meet speci...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How much expected in salary in this company

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)

SAP B Interview Questions & Answers

user image Anonymous

posted on 2 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Do not remember
  • Q2. Do not remember2
Round 2 - One-on-one 

(2 Questions)

  • Q1. Do not remember
  • Q2. Do not remember1
Round 3 - HR 

(2 Questions)

  • Q1. Do not remember
  • Q2. Do not remember3
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on RICEF

Top AeonX Digital SAP Abap Consultant Interview Questions and Answers

Q1. What is CDS view how it can be utilized? Diff between Association and Joins.
View answer (1)

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)

JM04 Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Personal details, like name, qualification, address etc.

Round 3 - Technical 

(2 Questions)

  • Q1. What is sap, why we use it?
  • Ans. 

    SAP is a software used for managing business operations and customer relations.

    • SAP stands for Systems, Applications, and Products in Data Processing.

    • It is used to integrate and manage various business processes such as finance, sales, inventory, and production.

    • SAP helps in streamlining operations, reducing costs, and improving efficiency.

    • It provides real-time data and analytics for better decision-making.

    • Examples of SA...

  • Answered by AI
  • Q2. Where you look yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your goals, technical skills, personality development, writing skills etc.

Skills evaluated in this interview

AWS Solution Architect Interview Questions & Answers

user image Phaneendrapippalla

posted on 5 Feb 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1)which type of instance using for memory related works? 2)how to connect the network connectivity in aws two networks? 3)How many ip available in the ipv4? 4) How many subnets create in the one VPC?
  • Ans. 

    1) R-type instances are used for memory-related works. 2) VPC peering is used to connect two networks in AWS. 3) There are approximately 4.3 billion available IPv4 addresses. 4) You can create multiple subnets in one VPC.

    • 1) R-type instances have high memory capacity and are suitable for memory-intensive workloads.

    • 2) VPC peering allows you to connect two VPCs in different AWS accounts or regions.

    • 3) IPv4 addresses are 32...

  • Answered by AI
  • Q2. How to follow up your work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning day-to-day. Focus on the basis concept then you achieve the dream job.

Skills evaluated in this interview

AWS Solution Architect Interview Questions asked at other Companies

Q1. 1)which type of instance using for memory related works? 2)how to connect the network connectivity in aws two networks? 3)How many ip available in the ipv4? 4) How many subnets create in the one VPC?
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.

AeonX Digital Interview FAQs

How many rounds are there in AeonX Digital interview?
AeonX Digital interview process usually has 2 rounds. The most common rounds in the AeonX Digital interview process are Technical, One-on-one Round and HR.
How to prepare for AeonX Digital interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AeonX Digital. The most common topics and skills that interviewers at AeonX Digital expect are Software Sales, ERP Sales, IT Sales, Inside Sales and Lead Generation.
What are the top questions asked in AeonX Digital interview?

Some of the top questions asked at the AeonX Digital interview -

  1. 1)which type of instance using for memory related works? 2)how to connect the ...read more
  2. What is CDS view how it can be utilized? Diff between Association and Joi...read more
  3. What is BAPI how it can be utilized? What are pre-requisite for using BA...read more

Tell us how to improve this page.

AeonX Digital Interview Process

based on 6 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 3 AeonX Digital interviews
Job Portal
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
DotPe Interview Questions
3.3
 • 34 Interviews
View all

AeonX Digital Reviews and Ratings

based on 25 reviews

3.8/5

Rating in categories

4.2

Skill development

3.6

Work-Life balance

3.5

Salary & Benefits

4.3

Job Security

3.7

Company culture

3.5

Promotions/Appraisal

3.7

Work Satisfaction

Explore 25 Reviews and Ratings
SAP Abap Consultant
24 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

SAP MM Consultant
8 salaries
unlock blur

₹3.4 L/yr - ₹5.3 L/yr

Associate Consultant
6 salaries
unlock blur

₹3.8 L/yr - ₹5.5 L/yr

AWS Cloud Engineer
6 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

SAP PP Consultant
5 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare AeonX Digital with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview