Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Palo Alto Networks Pricing Analyst Interview Questions and Answers

Updated 2 Jun 2024

Palo Alto Networks Pricing Analyst Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, Python, Visualization Basics
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me a time and simple case study
Round 3 - One-on-one 

(1 Question)

  • Q1. Case study and behavioural
Round 4 - Technical 

(1 Question)

  • Q1. Basic Statistics n ML

Interview questions from similar companies

Analyst Interview Questions & Answers

Gen user image Anonymous

posted on 12 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and clarify all your doubt
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Manager level Regarding your experience and overall work
Round 2 - Technical 

(1 Question)

  • Q1. Stakeholder will ask about critical thinking and problem solving
Round 3 - Coding Test 

Case study done on your project

I applied via Campus Placement and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL Queries comprising subquery and join along with select. Oops concepts
  • Q2. Aptitude problems (probability riddle) and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold (not arrogant), stay cool and play your best cards

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself?
  • Q2. Why do you want to relocate from Singapore to India. What is your salary expectation?
  • Q3. Why do you want to move from Commodity management where you have got more direct control over procurement decisions, into a procurement analytics role where you can only influence indirectly?
  • Q4. How did you build a sourcing strategy, what were the steps?
  • Ans. 

    To build a sourcing strategy, I followed these steps:

    • Identified the business needs and goals

    • Conducted market research to identify potential suppliers

    • Evaluated supplier capabilities and performance

    • Negotiated contracts and pricing

    • Developed a supplier relationship management plan

    • Monitored supplier performance and made adjustments as needed

  • Answered by AI
  • Q5. Are you comfortable with Bengaluru?
  • Q6. What is the total spend in your team and how much did you manage?
  • Q7. Can you mention the biggest bid you conducted and what was the outcome?
  • Ans. 

    I led a bid for a software implementation project worth $5 million, resulting in a successful contract with a major client.

    • Led bid for $5 million software implementation project

    • Negotiated contract terms with major client

    • Ensured project met client's requirements and deadlines

  • Answered by AI
  • Q8. Will you need relocation compensation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest as much as possible. Confidence is key, even if you aren't able to recollect a number or you update wrongly, dont just stumble try to move on quickly. Make it interactive and converse rather than making it a question-answer session.
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 in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the previous experience
  • Q2. Previoius experience, Data driven. Working under pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell your previous experience well

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

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

Was asked to understand a project in python and translate it to NodeJS. This had to be done during the interview with you explaining you thought process through every step.

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 5 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 Resume tips
Round 2 - Coding Test 

Coding string related programming

Round 3 - Coding Test 

Hacker rank data structure linked list

Round 4 - Technical 

(1 Question)

  • Q1. System design high level
Round 5 - Coding Test 

Hacker rank data structure trees

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ghost you even if you clear all round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Gave some scenario based questions

Round 2 - Assignment 

Case study walkthrough

Round 3 - HR 

(1 Question)

  • Q1. General hr questions
Contribute & help others!
anonymous
You can choose to be anonymous

Palo Alto Networks Interview FAQs

How many rounds are there in Palo Alto Networks Pricing Analyst interview?
Palo Alto Networks interview process usually has 4 rounds. The most common rounds in the Palo Alto Networks interview process are One-on-one Round and Technical.
What are the top questions asked in Palo Alto Networks Pricing Analyst interview?

Some of the top questions asked at the Palo Alto Networks Pricing Analyst interview -

  1. SQL, Python, Visualization Bas...read more
  2. Case study and behaviou...read more
  3. Basic Statistics n...read more

Recently Viewed

JOBS

Cisco

No Jobs

SALARIES

Grant Thornton Bharat

INTERVIEWS

Cognizant

No Interviews

SALARIES

HP India

INTERVIEWS

Palo Alto Networks

No Interviews

INTERVIEWS

Palo Alto Networks

10 top interview questions

SALARIES

Oracle

JOBS

Info Test Ehire Campaign

No Jobs

SALARIES

Yodlee

REVIEWS

Flexera Software

No Reviews

Tell us how to improve this page.

Palo Alto Networks Pricing Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 370 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
Altimetrik Interview Questions
3.8
 • 213 Interviews
Xoriant Interview Questions
4.1
 • 179 Interviews
ThoughtWorks Interview Questions
3.9
 • 145 Interviews
Apexon Interview Questions
3.3
 • 135 Interviews
Luxoft Interview Questions
3.7
 • 122 Interviews
View all
Senior Staff Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

TAC Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Palo Alto Networks with

Check Point Software Technologies

3.8
Compare

Fortinet

4.2
Compare

FireEye

4.3
Compare

Gen

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview