Upload Button Icon Add office photos

Filter interviews by

Payatu Associate Security Consultant Interview Questions and Answers

Updated 4 May 2024

Payatu Associate Security Consultant Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions of Web Security and Network Security
Round 2 - Technical 

(1 Question)

  • Q1. Advanced Questions of Web and Network Security
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

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

I applied via Referral and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic security questions and advisory
  • Q2. Networking basics and security advisors related
  • Q3. Team management and team handling questions
Round 2 - HR 

(1 Question)

  • Q1. Salary nigotiation on last increment and expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Enter with reference it easy your interview and increase chance of onboarding
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. AppSec domain questions
Round 2 - HR 

(1 Question)

  • Q1. Education documents

I applied via Naukri.com and was interviewed in Jul 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 - HR 

(1 Question)

  • Q1. What is work current work experience
  • Ans. What is your relevant experience in year's
  • Answered Anonymously
Round 3 - Technical 

(2 Questions)

  • Q1. Related to netwrok security
  • Q2. Palo alto architecture and othe features in detail
  • Ans. 

    Palo Alto Networks offers a next-generation security platform that provides advanced threat prevention and visibility.

    • Palo Alto Networks architecture is based on a single-pass software engine that analyzes all traffic, including SSL, in real-time

    • It offers a range of security features such as firewall, VPN, URL filtering, and threat prevention

    • Palo Alto Networks also provides centralized management and reporting through ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Manger will ask deep technical queries
  • Ans. Answer will be related to palo firewall in details and features
  • Answered Anonymously
Round 5 - HR 

(1 Question)

  • Q1. Document verification as updated in resume
  • Ans. All experience and work experience will be verified
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for HCLTech Associate Security Consultant interview:
  • Paloalto
  • Check point
  • Networking
Interview preparation tips for other job seekers - Be confident while answering and base on the job description prepare in depth

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SIP Call Flow, How to register the Media gateway, Integration of CMS and CDR with CM, Few scenario based troubleshooting related questions etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare what ever you mentioned in your CV.

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have asked few technical questions and better sollutions for the technical broblem which i faced in my previous project?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have followed few seps to crack the interviews.
1)Practice and Prepare well before attending the interview
2)Develop a Connection With the Interviewer because interaction is must
3) speak boldly with confidence alsomaintain eye contact with the interviewer.
4)During the job interview, try to relax and stay as calm as possible.
5)Also, have a list of your own questions to ask the employer ready.
6)Always follow up with a thank-you note reiterating your interest in the position.
7)Send your thank-you email within 24 hours of your interview.

I applied via Walk-in and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is SQL joins?
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include inner join, left join, right join, and full outer join

    • Joins are performed based on a related column between the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. What is abstact class?
  • Q3. What are oops concepts?describe them.
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Example: A car is an object that ...

  • Answered by AI
  • Q4. What are linked lists?
  • Ans. 

    Linked lists are a data structure consisting of nodes that point to the next node in the list.

    • Each node contains a value and a pointer to the next node.

    • Linked lists can be singly or doubly linked.

    • Insertion and deletion are efficient, but random access is not.

    • Examples include a queue, stack, and adjacency list.

  • Answered by AI
  • Q5. What is a collection framework??
  • Ans. 

    A collection framework is a set of classes and interfaces that provide a way to store and manipulate groups of objects.

    • It provides implementations of commonly used data structures like lists, sets, maps, etc.

    • It allows for easy manipulation of data stored in these structures.

    • Examples include Java's Collection and Map interfaces and their implementations like ArrayList, HashSet, and HashMap.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough to answer whatever you know. If you don't know anything, politely let them down.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. AEM Authoring related

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't show yourself as needy while facing the interview, be more confident and feel like you are the best and give the answers without any doubt.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic technical questions and scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and be more interactive

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is difference between IaaS, PaaS and Saas?
  • Ans. 

    IaaS, PaaS and SaaS are cloud computing models that differ in the level of control and responsibility of the user.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources like servers, storage, and networking. Examples include Amazon Web Services (AWS) and Microsoft Azure.

    • PaaS (Platform as a Service) provides a platform for developing, testing, and deploying applications. Examples include Google App ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions were general about Azure Cloud, .Net core and Angular. Not much difficult.

Skills evaluated in this interview

Payatu Interview FAQs

How many rounds are there in Payatu Associate Security Consultant interview?
Payatu interview process usually has 3 rounds. The most common rounds in the Payatu interview process are Technical and HR.
What are the top questions asked in Payatu Associate Security Consultant interview?

Some of the top questions asked at the Payatu Associate Security Consultant interview -

  1. Basic questions of Web Security and Network Secur...read more
  2. Advanced Questions of Web and Network Secur...read more

Tell us how to improve this page.

Payatu Associate Security Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Payatu Associate Security Consultant Salary
based on 13 salaries
₹7.2 L/yr - ₹12.4 L/yr
36% less than the average Associate Security Consultant Salary in India
View more details

Payatu Associate Security Consultant Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate Security Consultant
13 salaries
unlock blur

₹7.2 L/yr - ₹12.4 L/yr

Security Consultant
9 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Project Manager
4 salaries
unlock blur

₹12 L/yr - ₹16 L/yr

Full Stack Developer
4 salaries
unlock blur

₹9.6 L/yr - ₹16 L/yr

Lead Security Consultant
4 salaries
unlock blur

₹12.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Payatu with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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