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 Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Nth higest salary query in sql
  • Q2. Constraints
  • Q3. Delete drop truncate
  • Q4. Identity column
  • Q5. Ref and out
  • Q6. Polymorphism code
  • Q7. Inheritance, interface, abstract class,access modifiers, solid principles,design patterns
  • Q8. Remove duplicates from an array
  • Ans. 

    Remove duplicates from an array of strings

    • Create a Set to store unique elements

    • Iterate through the array and add each element to the Set

    • Convert the Set back to an array to get the unique elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the job description and prepare well
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
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of buckets to store key-value pairs.

    • Keys are hashed to determine the index where the value will be stored.

    • In case of hash collisions, a linked list or balanced tree is used to store multiple entries in the same bucket.

    • HashMap allows one null key and multiple null values.

    • Example: HashMap&...

  • Answered by AI
  • Q2. JAVA 8 Stream API coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. JAVA 8 advanced coding question
  • Q2. Specific questions on client requirements
Round 3 - HR 

(1 Question)

  • Q1. General questions on expectations

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
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.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k 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

4.7

Job security

4.8

Company culture

4.6

Promotions

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
Did you find this page helpful?
Yes No
write
Share an Interview