Upload Button Icon Add office photos

Filter interviews by

PPN Solutions EPM Consultant Interview Questions and Answers

Updated 3 Aug 2023

PPN Solutions EPM Consultant Interview Experiences

1 interview found

EPM Consultant Interview Questions & Answers

user image Sahil Bharti 1914381

posted on 3 Aug 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.

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 

Basic aptitude question

Round 3 - Technical 

(2 Questions)

  • Q1. Basic coding question
  • Q2. Tell me about youself
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. All about angular framework and Typescript
  • Q2. Javascript precoded question
Round 2 - Technical 

(3 Questions)

  • Q1. In this round as well as Angular related question
  • Q2. Lifecycle hook of angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.

    • Example: ngOnInit() { console.log('Component initialized'); }

  • Answered by AI
  • Q3. Lazy loading concept

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mysql query for 3rd highest salary
  • Ans. 

    Use a subquery to find the third highest salary from the employees table in MySQL.

    • Use a subquery to select distinct salaries from the employees table.

    • Order the salaries in descending order and use LIMIT to get the third highest salary.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;

  • Answered by AI
  • Q2. What are the steps to connect to a database?
  • Ans. 

    Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.

    • Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).

    • Provide the necessary credentials such as username and password.

    • Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a considerable amount of internal politics involved, and the interview process includes the asking of unnecessary questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about the change management
  • Q2. What is HEAD type of method in REST API Integration
  • Ans. 

    HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.

    • HEAD requests are similar to GET requests but only return the headers of the resource, not the body.

    • This can be useful for checking the status of a resource or determining its size without downloading the entire content.

    • For example, a HEAD request to a website URL will return the headers like content type, conten

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your proudest solution provided to the clients
  • Q2. Breif about your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. TEll us about yourself
  • Q2. Why should we hire you

Skills evaluated in this interview

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

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

Round 1 - Technical 

(7 Questions)

  • Q1. Azure ad connect components
  • Q2. Authentication protocol
  • Q3. Metaverse explaination
  • Q4. Application integration
  • Q5. Scim provisioning
  • Q6. Conditional access
  • Q7. Privileged identity management
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. About different joins in SQL
  • Q2. 1)About previous projects done in detail 2) Regarding any certification like dp-203 or spark certification 3) spark architecture 4) about delta table
  • Q3. Some questions about adf pipelines scenario based
  • Q4. Spark actions and transformation

Interview Preparation Tips

Topics to prepare for Cognizant Associate Consultant interview:
  • Adf
  • SQL
  • Pyspark
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Exolain jvm Architecture
  • Q2. Write pallindrome code
  • Ans. 

    A palindrome code is a program that checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Reverse the string and compare it to the original string

    • Return true if they are the same, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cursor and it's use
  • Ans. 

    A cursor is a database object used to retrieve and manipulate data in a database management system.

    • A cursor allows for sequential processing of query results one row at a time.

    • It can be used to update or delete specific rows in a result set.

    • Cursors are commonly used in stored procedures and triggers.

    • Example: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

  • Answered by AI
  • Q2. Query using listagg
  • Ans. 

    Query using listagg function to concatenate values into a single string

    • Use the listagg function followed by the column name and delimiter in parentheses

    • Specify the order by clause if needed

    • Can be used in SQL queries to display aggregated data

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Confidence analysis

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

You could crack easily if you done coding in past.

Round 2 - Assignment 

Javascript & UI creation

Lead Consultant Interview Questions & Answers

UST user image Naeem Majjid Shikalgar

posted on 19 Oct 2024

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me the sap journey
  • Ans. 

    The SAP journey involves implementing, customizing, and optimizing SAP software to meet business needs.

    • Start with understanding the business requirements and goals

    • Implement SAP software modules based on the requirements

    • Customize the software to fit the specific needs of the organization

    • Optimize the system for efficiency and effectiveness

    • Provide training and support to users for successful adoption

  • Answered by AI
  • Q2. Subcontracting process
  • Q3. Consignment process
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

PPN Solutions Interview FAQs

How many rounds are there in PPN Solutions EPM Consultant interview?
PPN Solutions interview process usually has 4 rounds. The most common rounds in the PPN Solutions interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 PPN Solutions interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
Nagarro Interview Questions
4.0
 • 758 Interviews
View all
PPN Solutions EPM Consultant Salary
based on 11 salaries
₹3 L/yr - ₹8.6 L/yr
43% less than the average EPM Consultant Salary in India
View more details

PPN Solutions EPM Consultant Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
EPM Consultant
11 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Information Technology Recruiter
8 salaries
unlock blur

₹1.5 L/yr - ₹2.2 L/yr

HR Recruiter
7 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Data Analyst
6 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Flutter Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare PPN Solutions with

Infosys

3.7
Compare

TCS

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