Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Security Engineer Interview Questions, Process, and Tips for Experienced

Updated 7 Jul 2024

Top Accenture Security Engineer Interview Questions and Answers for Experienced

View all 20 questions

Accenture Security Engineer Interview Experiences for Experienced

2 interviews found

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

(1 Question)

  • Q1. Tell me about yourself

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

Interview Questionnaire 

22 Questions

  • Q1. What is the approach of your WAPT?
  • Ans. 

    Our WAPT approach involves a comprehensive testing methodology to identify and address vulnerabilities in web applications.

    • We use a combination of automated and manual testing techniques

    • We prioritize vulnerabilities based on their severity and potential impact

    • We work closely with development teams to ensure timely remediation

    • We conduct regular retesting to ensure vulnerabilities have been properly addressed

  • Answered by AI
  • Q2. What are scops are there?
  • Ans. 

    Scopes refer to the boundaries or limits of a particular security system or protocol.

    • Scopes define the extent of access or control that a user or system has within a security system.

    • Scopes can be defined by user roles, permissions, or other criteria.

    • Examples of scopes include network access, file permissions, and application privileges.

  • Answered by AI
  • Q3. Explain the concept of Bruit forcing?
  • Ans. 

    Brute forcing is a method of guessing a password or encryption key by trying all possible combinations.

    • Brute forcing is a trial-and-error method used to crack passwords or encryption keys.

    • It involves trying all possible combinations until the correct one is found.

    • This method can be time-consuming and resource-intensive.

    • Brute forcing can be used for both online and offline attacks.

    • Examples of tools used for brute forcin

  • Answered by AI
  • Q4. What is CSRF? Where you used it... Basically practical Scenario
  • Q5. Explain the scenario & What u do with CSRF Vulnerability
  • Ans. 

    CSRF vulnerability allows attackers to perform actions on behalf of a user without their consent.

    • CSRF attacks can be prevented by implementing CSRF tokens

    • The token is generated by the server and included in the form or URL

    • When the form is submitted, the token is verified to ensure it matches the one generated by the server

    • If the token is invalid, the request is rejected

    • CSRF vulnerabilities can be exploited to perform a...

  • Answered by AI
  • Q6. What is XSS? Type of that.
  • Ans. 

    XSS stands for Cross-Site Scripting. It is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • XSS attacks can be classified into three types: Stored, Reflected, and DOM-based.

    • Attackers can use XSS to steal sensitive information, such as login credentials or session tokens.

    • Preventing XSS requires input validation, output encoding, and proper use of sec...

  • Answered by AI
  • Q7. Explain the concept of XSS.
  • Ans. 

    XSS stands for Cross-Site Scripting. It is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • XSS attacks can be used to steal sensitive information, such as login credentials or personal data.

    • Attackers can also use XSS to hijack user sessions, redirect users to malicious websites, or deface web pages.

    • XSS vulnerabilities can be prevented by properly s...

  • Answered by AI
  • Q8. Write a basic XSS payload
  • Ans. 

    A basic XSS payload is a script injected into a website to execute malicious code on a victim's browser.

    • Use the

Answered by AI
  • Q9. What is SQL Injection? Type?
  • Ans. 

    SQL Injection is a type of cyber attack where malicious SQL statements are inserted into an entry field to manipulate a database.

    • Attackers use SQL Injection to gain unauthorized access to sensitive data

    • It can be prevented by using parameterized queries and input validation

    • Types include In-band, Inferential, and Out-of-band

    • Examples of SQL Injection attacks include UNION-based and Error-based attacks

  • Answered by AI
  • Q10. Write a SQL Payload, other than basic. Explain the payload
  • Ans. 

    SQL Payload to extract sensitive data from a database

    • Use UNION SELECT to combine data from different tables

    • Use subqueries to extract specific data

    • Use SQL injection to bypass authentication and access data

    • Use ORDER BY to sort data in a specific way and extract specific data

    • Use GROUP BY to group data and extract specific data

  • Answered by AI
  • Q11. How can broken authorisation vulnerability be extended
  • Ans. 

    Broken authorization vulnerability can be extended by exploiting other vulnerabilities or by using stolen credentials.

    • Exploiting other vulnerabilities such as SQL injection or cross-site scripting to gain unauthorized access

    • Using stolen credentials to bypass authorization checks

    • Exploiting misconfigured access controls to gain elevated privileges

    • Using brute force attacks to guess valid credentials

    • Exploiting session mana

  • Answered by AI
  • Q12. Give a practical example of Broken Authentication & authorisation? How u will exploit that?
  • Ans. 

    Broken authentication & authorization is when an attacker gains access to a user's account or system without proper credentials.

    • An attacker can exploit this by guessing or stealing a user's login credentials.

    • They can also use brute force attacks to crack weak passwords.

    • Another way is to exploit vulnerabilities in the authentication process, such as session hijacking or cookie theft.

    • Once the attacker gains access, they ...

  • Answered by AI
  • Q13. What have you done in API Security?
  • Ans. 

    Implemented various security measures in API development and testing.

    • Implemented authentication and authorization mechanisms such as OAuth2 and JWT.

    • Implemented rate limiting and throttling to prevent DDoS attacks.

    • Implemented input validation and output encoding to prevent injection attacks.

    • Conducted API penetration testing to identify vulnerabilities and remediate them.

    • Implemented encryption and decryption mechanisms t

  • Answered by AI
  • Q14. Which kind of api you are tested?
  • Ans. 

    I have tested various kinds of APIs including REST, SOAP, GraphQL, and more.

    • I have experience testing REST APIs which use HTTP methods like GET, POST, PUT, DELETE.

    • I have also tested SOAP APIs which use XML for data exchange.

    • I have worked with GraphQL APIs which allow clients to specify the data they need.

    • I am familiar with testing APIs that use authentication and authorization mechanisms.

    • I have tested APIs that integra...

  • Answered by AI
  • Q15. What type of vulnerabilities are over there?
  • Ans. 

    There are various types of vulnerabilities such as SQL injection, cross-site scripting, buffer overflow, etc.

    • SQL injection: attackers inject malicious SQL code to gain unauthorized access to the database

    • Cross-site scripting: attackers inject malicious scripts into a website to steal user data

    • Buffer overflow: attackers exploit a program's buffer to execute malicious code

    • Other types include CSRF, DoS, and privilege escal...

  • Answered by AI
  • Q16. Explain one of the vulnerabilities from OWASP API top 10?
  • Ans. 

    Broken Object Level Authorization (BOLA) is a vulnerability where an attacker can access unauthorized data by manipulating object references.

    • BOLA occurs when an application fails to enforce proper access controls on object references.

    • Attackers can exploit BOLA to access sensitive data or functionality by manipulating object references.

    • Examples of BOLA include accessing other users' data, modifying data that should be r...

  • Answered by AI
  • Q17. What type of mobile application did u test?
  • Ans. 

    I have tested various types of mobile applications including social media, e-commerce, and banking apps.

    • I have tested social media apps like Facebook, Twitter, and Instagram

    • I have tested e-commerce apps like Amazon, Flipkart, and eBay

    • I have tested banking apps like Chase, Bank of America, and Wells Fargo

  • Answered by AI
  • Q18. What is your approach?
  • Q19. How to bypass ssl pinning?
  • Ans. 

    SSL pinning can be bypassed by modifying the app's code or using a tool to intercept and modify the SSL traffic.

    • Modify the app's code to disable SSL pinning

    • Use a tool like Frida or Cydia Substrate to intercept and modify SSL traffic

    • Use a man-in-the-middle attack to intercept and modify SSL traffic

    • Use a custom SSL certificate to bypass SSL pinning

    • Use a debugger to bypass SSL pinning

  • Answered by AI
  • Q20. What is the concept of frida?
  • Ans. 

    Frida is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

    • Frida allows you to inject JavaScript or native code into an application to perform dynamic analysis.

    • It can be used to hook functions, intercept network traffic, and bypass SSL pinning.

    • Frida supports both iOS and Android platforms.

    • It can be used for both offensive and defensive security purposes.

  • Answered by AI
  • Q21. Write a commend of nmap? Now explain it
  • Ans. 

    nmap is a network exploration tool used to scan and map networks and identify open ports and services.

    • nmap can be used to identify hosts and services on a network

    • It can also be used to identify open ports and vulnerabilities

    • nmap can be used to perform ping scans, TCP scans, and UDP scans

    • It can also be used to perform OS detection and version detection

    • nmap can be used with various options and flags to customize the scan

  • Answered by AI
  • Q22. What is oX in nmap?
  • Ans. 

    oX in nmap is used to specify the IP protocol number to use for scanning.

    • oX is followed by the protocol number (e.g. oX1 for ICMP protocol)

    • It can be used with other nmap options like -sS or -sU

    • It is useful for scanning non-standard protocols

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - The Interview was good. I meet a knowledgeable person. Try to give the practical experience of all the questions.

    Skills evaluated in this interview

    Security Engineer Interview Questions Asked at Other Companies for Experienced

    asked in Synopsys
    Q1. 1. What is Cryptography? Cryptography is the practice and study o ... read more
    asked in Accenture
    Q2. Give a practical example of Broken Authentication & authorisa ... read more
    asked in Accenture
    Q3. What is the approach of your WAPT?
    asked in BT Business
    Q4. What is the diff between zone protection dos and dos attack rule
    asked in Accenture
    Q5. Explain the scenario & What u do with CSRF Vulnerability

    Security Engineer Jobs at Accenture

    View all

    Interview questions from similar companies

    I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

    Interview Questionnaire 

    3 Questions

    • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
    • Ans. 

      Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

      • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

      • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

      • SOLID principles are a set of design principles for writing maintainable and scalable cod...

    • Answered by AI
    • Q2. Mostly FAQ but somewhat in depth?
    • Q3. How to deploy application in aws?
    • Ans. 

      To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

      • Create an EC2 instance in the desired region and select the appropriate instance type

      • Configure security groups to allow traffic to and from the instance

      • Install necessary software and dependencies on the instance

      • Upload your application code to the instance

      • Start the ...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

    Skills evaluated in this interview

    I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. What is my longterm and short-term goals.
    • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
    • Answered Anonymously

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Excellent and friendly-nature interview

    I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
    • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

    Interview Preparation Tips

    Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

    I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Where do we use BigInteger in java ?
    • Ans. 

      BigInteger is used for mathematical operations involving very large integers in Java.

      • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

      • It is commonly used in cryptography and security applications.

      • It provides methods for arithmetic, bitwise, and logical operations on large integers.

      • Example: calculating factorial of a large number, generating large prime nu

    • Answered by AI
    • Q2. Merge Sort Algo code in java
    • Ans. 

      Merge Sort Algo code in java

      • Divide the array into two halves

      • Recursively sort the two halves

      • Merge the sorted halves

      • Time complexity: O(n log n)

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Genpact Software Engineer interview:
    • Core Java
    • DSA
    Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

    Skills evaluated in this interview

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

    Interview Questionnaire 

    1 Question

    • Q1. In and out of project. How bucketing concept works. Data localisation in Hadoop. Persistence in spark.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Project should be explained well and basic concepts should be cleared.

    Interview Questionnaire 

    1 Question

    • Q1. Java collection

    Interview Preparation Tips

    Interview preparation tips for other job seekers - In hackathon , there is no interview round.

    Interview Questionnaire 

    1 Question

    • Q1. Indexes, union and union all, data warehousing questions

    I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. Interfaces
    • Q2. Oop concepts

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

    Accenture Interview FAQs

    How many rounds are there in Accenture Security Engineer interview for experienced candidates?
    Accenture interview process for experienced candidates usually has 1 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical.
    How to prepare for Accenture Security Engineer interview for experienced candidates?
    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 Accenture. The most common topics and skills that interviewers at Accenture expect are Information Security, SIEM, Vulnerability Assessment, Network Security and Information Technology.
    What are the top questions asked in Accenture Security Engineer interview for experienced candidates?

    Some of the top questions asked at the Accenture Security Engineer interview for experienced candidates -

    1. Give a practical example of Broken Authentication & authorisation? How u will e...read more
    2. What is the approach of your WA...read more
    3. Explain the scenario & What u do with CSRF Vulnerabil...read more

    Tell us how to improve this page.

    Accenture Security Engineer Interview Process for Experienced

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more
    Accenture Security Engineer Salary
    based on 84 salaries
    ₹3.7 L/yr - ₹13 L/yr
    14% less than the average Security Engineer Salary in India
    View more details

    Accenture Security Engineer Reviews and Ratings

    based on 8 reviews

    4.6/5

    Rating in categories

    4.2

    Skill development

    4.5

    Work-life balance

    4.4

    Salary

    4.8

    Job security

    4.6

    Company culture

    4.4

    Promotions

    4.2

    Work satisfaction

    Explore 8 Reviews and Ratings
    Security Engineer

    Hyderabad / Secunderabad

    5-10 Yrs

    Not Disclosed

    Security Engineer

    Noida

    5-10 Yrs

    Not Disclosed

    Security Engineer

    Hyderabad / Secunderabad

    3-8 Yrs

    Not Disclosed

    Explore more jobs
    Application Development Analyst
    39k salaries
    unlock blur

    ₹3 L/yr - ₹12 L/yr

    Application Development - Senior Analyst
    27.4k salaries
    unlock blur

    ₹7 L/yr - ₹20.2 L/yr

    Team Lead
    24.9k salaries
    unlock blur

    ₹7.2 L/yr - ₹25.9 L/yr

    Senior Software Engineer
    18.2k salaries
    unlock blur

    ₹6 L/yr - ₹20 L/yr

    Senior Analyst
    17.9k salaries
    unlock blur

    ₹5.5 L/yr - ₹21.3 L/yr

    Explore more salaries
    Compare Accenture with

    TCS

    3.7
    Compare

    Cognizant

    3.7
    Compare

    Capgemini

    3.7
    Compare

    Infosys

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