Upload Button Icon Add office photos

Filter interviews by

Palo Alto Networks Associate Interview Questions and Answers

Updated 25 Oct 2022

Palo Alto Networks Associate Interview Experiences

1 interview found

Associate Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2022

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

(2 Questions)

  • Q1. About user management
  • Q2. Regarding Migration process
Round 3 - Technical 

(2 Questions)

  • Q1. Have you done any Complex workflow
  • Q2. About issue types and screens
Round 4 - No idea 

(2 Questions)

  • Q1. How you handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, taking breaks, and seeking support when needed.

    • I prioritize tasks based on urgency and importance

    • I take short breaks to clear my mind and recharge

    • I seek support from colleagues or supervisors when necessary

    • I maintain a positive attitude and focus on solutions rather than problems

  • Answered by AI
  • Q2. How you priorities work

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep transparency and give more real life examples

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Online test was hackerrank was was og avg difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Second round was of 1 hr of which 30 mins divided into understanding my current project architecture. And second half was on what i worked and how I worked and what skills I have
Round 3 - Assignment 

Assignment was straightforward which could be done using trie. Did it in 1/6th throughout time for given queries then mentioned allowed still no reply. Keep on asking engineering manager and hr to which they replied not upto the mark.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply for this company. Main reason is strictly 5 days work from office. Hr are so much incompetent in terms of explaining the process as well as job role. Delayed response and rude behavior.bo feedback and not even shared the outcome of interview. Has to ask multiple times to receive response. Seems engineering department isn't capable enough to decide what they actually want from candidate and what should be the outcome of questions asked.
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse linked list using the recursion
  • Ans. 

    Reverse a linked list using recursion

    • Create a recursive function that takes the head of the linked list as input

    • Base case: if the head is null or the next node is null, return the head

    • Recursively call the function with the next node as input

    • Set the next node's next pointer to the current node

    • Set the current node's next pointer to null

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Find max number in the linked list using stack.
  • Ans. 

    To find max number in linked list using stack.

    • Create an empty stack.

    • Traverse the linked list and push each element onto the stack.

    • Pop elements from the stack and compare with max value.

    • Return the max value.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics. Be confident
. Give answer properly

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basics of C, pointer arithmetic, some output prediction mainly focused on pre and post increment operators, write code to print the character with most occurance in a string with count.

Round 2 - Technical 

(1 Question)

  • Q1. Data structures and algorithms, files, sockets, synchronous/asynchronous operations, multithreading concepts, synchronization primitives, memory management, VoIP basics, SIP callflow, SIP registration, sub...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared by updating your knowledge with coding and algorithm.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. 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 tips
Round 2 - Coding Test 

Hacker rank codinv problems level medium

Round 3 - Technical 

(1 Question)

  • Q1. Coding round again D and S
Round 4 - Technical 

(1 Question)

  • Q1. System design tech dummies
Round 5 - HR 

(1 Question)

  • Q1. Common questions , why we should hire you , achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for D and S and system design depends on team and role in terms of difficulty
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude relates questions... It was modratley difficult

Round 3 - Technical 

(3 Questions)

  • Q1. Twchnical rouns. Qas easy... Asked questions oc C and some. Projects
  • Q2. Reverse linked list using recursion
  • Ans. 

    Reverse a linked list using recursion

    • Create a recursive function that takes the head of the linked list as input

    • Base case: if the head is null or the next node is null, return the head

    • Recursively call the function with the next node as input

    • Set the next node's next pointer to the current node

    • Set the current node's next pointer to null

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. What is difference between mutex semaphore?
  • Ans. 

    Mutex is a locking mechanism to ensure exclusive access to a shared resource, while semaphore is a signaling mechanism to control access to a shared resource.

    • Mutex allows only one thread to access the shared resource at a time, while semaphore can allow multiple threads to access the shared resource simultaneously.

    • Mutex is binary, meaning it has only two states - locked and unlocked, while semaphore can have multiple s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just give your best.
. Interview will be easy
Rest all was good

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Checked general aptitude

Round 3 - Coding Test 

Multiple coding rounds each tougher than the last

Round 4 - Technical 

(1 Question)

  • Q1. Mostly related to Python and Kubernetes
Round 5 - HR 

(1 Question)

  • Q1. Mostly related to salaries
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Date&time, train, distance

Round 2 - Assignment 

One real world problem was given, i have to prepare a ppt for feasible solution about that given problem

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself question related to ppt networking quesiton some DBMS question 2 dsa question some scenario based question related to job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and calm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

One hour Leet code medium question

Round 2 - Technical 

(1 Question)

  • Q1. Golang related questions and Question on projects done.

Palo Alto Networks Interview FAQs

How many rounds are there in Palo Alto Networks Associate interview?
Palo Alto Networks interview process usually has 4 rounds. The most common rounds in the Palo Alto Networks interview process are Technical and Resume Shortlist.
What are the top questions asked in Palo Alto Networks Associate interview?

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

  1. How you handle press...read more
  2. Regarding Migration proc...read more
  3. About user managem...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 398 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
Altimetrik Interview Questions
3.8
 • 214 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
ThoughtWorks Interview Questions
3.9
 • 148 Interviews
Apexon Interview Questions
3.3
 • 135 Interviews
Luxoft Interview Questions
3.7
 • 121 Interviews
View all
Senior Staff Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

TAC Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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