Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Palo Alto Networks Analyst Interview Questions and Answers

Updated 19 Dec 2021

Palo Alto Networks Analyst Interview Experiences

1 interview found

Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2021

I was interviewed in Nov 2021.

Interview Questionnaire 

4 Questions

  • Q1. About the process and tool..
  • Q2. Scenario based for accounts Payable
  • Q3. Payment methods and per transaction cost for income processing.
  • Ans. 

    Payment methods and per transaction cost for income processing.

    • Payment methods include credit/debit cards, bank transfers, and digital wallets.

    • Per transaction cost varies depending on the payment method and the service provider.

    • For example, credit card transactions may have a higher cost compared to bank transfers.

    • It is important to consider the cost and convenience of each payment method when choosing a service provid

  • Answered by AI
  • Q4. 2 way 3 way match

Interview Preparation Tips

Interview preparation tips for other job seekers - Know ur process completely and communications skills must best.

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

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.

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
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
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

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

(2 Questions)

  • Q1. Do you know Purhase order?
  • Ans. 

    A purchase order is a document issued by a buyer to a seller, indicating types, quantities, and agreed prices for products or services.

    • Purchase orders are used in business transactions to ensure both parties are in agreement on the terms of the sale.

    • They typically include details such as item descriptions, quantities, prices, payment terms, and delivery dates.

    • Purchase orders help track expenses, manage inventory, and p...

  • Answered by AI
  • Q2. What is the process of purchase?
  • Ans. 

    The process of purchase involves identifying needs, researching options, making a selection, negotiating terms, and completing the transaction.

    • Identify the need for a product or service

    • Research available options and compare prices

    • Make a selection based on budget and requirements

    • Negotiate terms such as price, delivery, and payment

    • Complete the transaction by making the purchase

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best!

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
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 - 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.

Contribute & help others!
anonymous
You can choose to be anonymous

Palo Alto Networks Interview FAQs

How to prepare for Palo Alto Networks Analyst 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 Palo Alto Networks. The most common topics and skills that interviewers at Palo Alto Networks expect are SAP, Accounting, Customer Satisfaction, Finance and Analysis.
What are the top questions asked in Palo Alto Networks Analyst interview?

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

  1. Payment methods and per transaction cost for income processi...read more
  2. Scenario based for accounts Paya...read more
  3. About the process and too...read more

Recently Viewed

SALARIES

Star Health & Allied Insurance

SALARIES

Care Health Insurance

SALARIES

SBI General Insurance

INTERVIEWS

HP India

80 top interview questions

SALARIES

AIESEC

LIST OF COMPANIES

HP India

Locations

SALARIES

AIESEC

SALARIES

Axis Max Life Insurance

INTERVIEWS

CARE

No Interviews

INTERVIEWS

HP India

No Interviews

Tell us how to improve this page.

Analyst Interview Questions from Similar Companies

Apexon Analyst Interview Questions
3.3
 • 2 Interviews
Luxoft Analyst Interview Questions
3.7
 • 2 Interviews
Xebia Analyst Interview Questions
3.5
 • 2 Interviews
Gen Analyst Interview Questions
4.0
 • 1 Interview
View all
Palo Alto Networks Analyst Salary
based on 6 salaries
₹11 L/yr - ₹12 L/yr
74% more than the average Analyst Salary in India
View more details

Palo Alto Networks Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.0

Salary

5.0

Job security

5.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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