Upload Button Icon Add office photos

Filter interviews by

Intellicore Consulting Group EPM Consultant Interview Questions and Answers

Updated 31 Oct 2023

Intellicore Consulting Group EPM Consultant Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Nothing basic bcom level que regarding journal entry and actually this oracle and epm profile not meant for ca it is 99% technical and only 1% functional that to plus minus of figure and account classifica...
Round 2 - One-on-one 

(1 Question)

  • Q1. Nothing specific

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay always from oracle profiles being a ca

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why Forms cells are in read only mode
  • Ans. 

    Forms cells are in read only mode to prevent users from accidentally changing critical data.

    • Forms cells may be in read only mode to protect important data from being altered

    • Read only mode can be set by the developer to prevent accidental changes

    • Certain cells may be locked to maintain data integrity

  • Answered by AI
  • Q2. Acess not granted to that dimension or members

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Introduce yourself
  • Q2. Explain the project you are working with
  • Ans. 

    I am currently working on a project to implement a new customer relationship management system for our client.

    • Analyzing client requirements and designing a customized CRM solution

    • Collaborating with developers to build and test the system

    • Training client staff on how to use the new CRM system

  • Answered by AI
  • Q3. Dependency Injections
  • Q4. OOPs Concept in detail
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation is a key principle in OOPs, where data is kept private and only accessible through public methods.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objects to b...

  • Answered by AI
  • Q5. Action Filters and Middlewares
  • Q6. MVC architecture and design patterns
  • Q7. Solid principles and how they are used in project
  • Ans. 

    SOLID principles are design principles used in software development to make software more maintainable, flexible, and scalable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasse...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Managerial Round
  • Q2. Introduce yourself
  • Q3. Challenges you faced during the project
  • Ans. 

    Managing conflicting stakeholder priorities and tight deadlines

    • Balancing the needs and expectations of different stakeholders

    • Prioritizing tasks to meet project deadlines

    • Communicating effectively to manage expectations and resolve conflicts

  • Answered by AI
  • Q4. If you find a bug in production system how will you handle it
  • Ans. 

    I would immediately notify the appropriate team, document the bug, and work on a fix to deploy as soon as possible.

    • Notify the appropriate team or individual responsible for handling production issues

    • Document the bug thoroughly, including steps to reproduce and impact on system

    • Work on a fix or workaround to deploy as soon as possible

    • Communicate with stakeholders about the issue and resolution progress

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects and have idea about all the important concepts that are being used in the project.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(9 Questions)

  • Q1. Shipping point determination
  • Q2. Plant determination with order of preference
  • Ans. 

    Plant determination can be done by considering various factors in order of preference.

    • Start by looking at the plant's physical characteristics such as leaves, flowers, and stems.

    • Next, consider the plant's habitat and location to narrow down possibilities.

    • Use plant identification guides or apps for further assistance.

    • Consult with botanical experts or horticulturists for accurate identification.

    • Consider factors like seas...

  • Answered by AI
  • Q3. Difference between s4 hana and ecc
  • Ans. 

    SAP S/4HANA is the next-generation business suite designed to run on SAP HANA, while ECC is the previous version of SAP's ERP software.

    • S/4HANA is built on the SAP HANA platform for real-time data processing, while ECC runs on traditional databases.

    • S/4HANA offers a simplified data model and user interface, while ECC has a more complex structure.

    • S/4HANA includes advanced features like predictive analytics and machine lea...

  • Answered by AI
  • Q4. Difference between Greenfield and brownfield implementation
  • Ans. 

    Greenfield is starting a new project from scratch, while brownfield is implementing changes to an existing project.

    • Greenfield involves building a new system or project from the ground up.

    • Brownfield involves making changes or improvements to an existing system or project.

    • Greenfield projects are typically more time-consuming and costly due to starting from scratch.

    • Brownfield projects may have limitations or constraints d...

  • Answered by AI
  • Q5. Scenario based questions around Product allocation and back order processing bop
  • Q6. Business partner and what tables are updated in backend in sap s4 hana, why is the old tables like kna1, knb1 still required?
  • Ans. 

    Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility and historical data purposes.

    • Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility with existing programs and reports.

    • Some custom developments may still be using the old tables, requiring them to be maintained.

    • Historical data stored in the old tables may still be needed for reference or reporting purposes.

  • Answered by AI
  • Q7. Questions on current project
  • Q8. S4 Hana einvoice - consolidated invoice
  • Q9. Why are you looking for a change(Exp in curren company<= 2 years)
  • Ans. 

    Seeking new challenges and growth opportunities after gaining valuable experience in current role.

    • Looking for new challenges and opportunities for growth

    • Seeking a role with more responsibility and impact

    • Want to expand my skill set and knowledge in a different environment

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Consultant interview:
  • Sap s4 hana
Interview preparation tips for other job seekers - Read through various sd processes from different sources.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Conflict resolution
  • Q2. Roles & responsibilities as SM
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to manage cross functional dependencies
  • Q2. Blocker reslution
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related questions were askwd
  • Q2. Adf related questions were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Ci cd questions were asked
  • Q2. Team work related questions were asked
Round 3 - Behavioral 

(1 Question)

  • Q1. Fitment round with location
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Voice assesment,which will be evaluated by ai

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Basic dsa question on printing pattern
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Write a program to print the Fibonacci series.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions L2 level
  • Q2. Technical questions L3 level
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Technical questions L3
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever CTC final during HR discussion then why not management approved that CTC.

Intellicore Consulting Group Interview FAQs

How many rounds are there in Intellicore Consulting Group EPM Consultant interview?
Intellicore Consulting Group interview process usually has 3 rounds. The most common rounds in the Intellicore Consulting Group interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Intellicore Consulting Group EPM Consultant interview?

Some of the top questions asked at the Intellicore Consulting Group EPM Consultant interview -

  1. Nothing basic bcom level que regarding journal entry and actually this oracle a...read more
  2. Nothing speci...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all

Intellicore Consulting Group EPM Consultant Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.6

Skill development

4.7

Work-Life balance

4.7

Salary & Benefits

4.7

Job Security

4.8

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 3 Reviews and Ratings
Associate Consultant
4 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Principal Consultant
4 salaries
unlock blur

₹32 L/yr - ₹32 L/yr

Consultant
3 salaries
unlock blur

₹9.5 L/yr - ₹28 L/yr

Assistant Manager
3 salaries
unlock blur

₹16 L/yr - ₹27.5 L/yr

Senior Consultant
3 salaries
unlock blur

₹19 L/yr - ₹27.3 L/yr

Explore more salaries
Compare Intellicore Consulting Group with

Accenture

3.9
Compare

Deloitte

3.8
Compare

KPMG India

3.5
Compare

PwC

3.4
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