Upload Button Icon Add office photos

Experian

Compare button icon Compare button icon Compare

Filter interviews by

Experian Senior Security Engineer Interview Questions and Answers

Updated 26 Jul 2024

Experian Senior Security Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Best practices while integrating SAST in CI/CD?
  • Ans. 

    Implementing SAST in CI/CD requires careful planning and integration to ensure security vulnerabilities are caught early in the development process.

    • Integrate SAST tools directly into the CI/CD pipeline to scan code automatically during the build process.

    • Set up alerts and notifications for developers to address security findings promptly.

    • Regularly update SAST tools and configurations to keep up with new vulnerabilities ...

  • Answered by AI
  • Q2. How would you deal with developer push back for security issues?
  • Ans. 

    Address concerns with empathy, provide education on security risks, offer solutions, collaborate on finding a compromise.

    • Listen to their concerns and understand their perspective.

    • Educate them on the potential security risks and consequences of not addressing the issues.

    • Offer alternative solutions or workarounds that meet both security and development needs.

    • Collaborate with the developers to find a compromise that ensur...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Tips: Have a good grasp of DS algo, java, etc.(Here CGPA doesn't matter)

General Tips: Do’s and Don’ts :
1. Be confident and to be confident prepare well.
2. Set the priority of your companies 
3. Don't start preparation at end. Don't ignore the content of resume.

Be confident and start preparation as soon as possible.
College Name: IIT Kanpur

Senior Security Engineer Interview Questions Asked at Other Companies

Q1. What would you do to increase the performance of a SIEM tool?
asked in Cognizant
Q2. How can we make a Symantec agent that has been offline for too lo ... read more
asked in Citrix
Q3. How nmap works, how will you recreate similar tool.
asked in Experian
Q4. How would you deal with developer push back for security issues?
Q5. What is Sql injection ? Epo installation and implementation steps

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C#, OOPS concepts, design pattern, SOLID principles. Technology wise MVC, Dotnet Core, Basics of Angular, JQuery and Java Script.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is moderate but need to be Logically strong and you should have good command over whatever is mentioned in your resume.

I applied via Walk-in and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic maths, quants and logic

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic programs, bais Sql, basic C, C++, PLSQL, shell scripting

Interview Preparation Tips

Topics to prepare for FIS Senior Software Engineer interview:
  • Trade booking trade settlement
Interview preparation tips for other job seekers - Prepare basic concepts clear and basic programs experts

What people are saying about Experian

View All
a senior software engineer
6d
Offer selection
Hi all, I have two offers, one from optum (Unitedhealth group) and another from Experian. I'm a .net full stack developer. Which is better to go ? My main focus is, making it into top tier 1 companies.
Got a question about Experian?
Ask anonymously on communities.

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

Interview Questionnaire 

1 Question

  • Q1. Only coding questions on collection. Sorting using hashmap.i.e. getting names starting with a, d from 2 different list and merging them into 1 list. 2 program was on string to print non repeating character...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Assignment 

Online assessment and coding test

Round 2 - Technical 

(2 Questions)

  • Q1. System Design related question to understand e2e picture of a working system in prod.
  • Q2. DS-Algo based question not remember now, but easy one
Round 3 - One-on-one 

(3 Questions)

  • Q1. Prior project based System Design and questions around it
  • Q2. Design a custom data structure based on requirement
  • Ans. 

    Custom data structure for array of strings

    • Use a trie data structure to efficiently store and search for strings

    • Implement methods for adding, removing, and searching for strings in the trie

    • Consider optimizing the trie for memory usage and performance

  • Answered by AI
  • Q3. Internal working - of DB structures and indices etc
  • Ans. 

    Understanding internal workings of DB structures and indices is crucial for optimizing database performance.

    • DB structures refer to how data is organized within a database, such as tables, columns, and relationships.

    • Indices are data structures that improve the speed of data retrieval operations by providing quick access to specific data values.

    • Understanding how indices work can help in optimizing query performance by re...

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Past Experience based questions
  • Q2. Behavioral/Attitude observational Questions

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

DSA round on graph . String questions were asked

Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. System design basics
  • Q2. Java 8 stream api code
  • Ans. 

    Java 8 Stream API simplifies data processing with a functional approach, enabling operations on collections efficiently.

    • Streams can be created from collections, arrays, or I/O channels. Example: List<String> names = Arrays.asList('Alice', 'Bob'); Stream<String> stream = names.stream();

    • Common operations include filter, map, and reduce. Example: List<Integer> lengths = names.stream().map(String::length)...

  • Answered by AI
  • Q3. Current project
Round 2 - Technical 

(2 Questions)

  • Q1. Only arrogance related stuff
  • Q2. Only arrogance related stuff happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Too much arrogant people .
Not at all talented asked me everything theoretical ,no evaluation from logic building or coding perspective just some random stupid google questions based upon their own internal project work .
I am not happy with the style of evaluation also interviewer was too much arrogant and rude .never met these kind of people.
I do too belongs to equal product based,good technical background but never seen anyone rude to this level.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What are SSL certificates?
  • Ans. 

    SSL certificates are digital certificates that authenticate the identity of a website and encrypt information sent to the server.

    • SSL certificates ensure secure communication between a user's browser and a website's server.

    • They use encryption to protect sensitive data such as login credentials, credit card information, etc.

    • SSL certificates are issued by Certificate Authorities (CAs) and contain information about the web...

  • Answered by AI
  • Q2. What are the ways to secure REST API?
  • Ans. 

    Securing REST API involves using authentication, authorization, encryption, and input validation.

    • Use authentication methods like OAuth, JWT, or API keys to verify the identity of clients.

    • Implement authorization to control access to resources based on user roles and permissions.

    • Encrypt data transmission using HTTPS to protect sensitive information from being intercepted.

    • Validate and sanitize input data to prevent inject...

  • Answered by AI
  • Q3. What if your application is down for 1 hour in one site in prod?
  • Ans. 

    I would investigate the root cause, work on fixing the issue, and implement measures to prevent it from happening again.

    • Investigate the root cause of the downtime, such as network issues, server failures, or software bugs

    • Work on fixing the issue promptly to minimize impact on users and business operations

    • Implement measures to prevent similar downtime in the future, such as redundancy, monitoring, and failover mechanism...

  • Answered by AI
  • Q4. How do you make sure a throttling system process dropped messages from a slow downstream service?
  • Ans. 

    Implement a throttling system to handle dropped messages from a slow downstream service.

    • Implement a queue to store messages from the downstream service.

    • Set a maximum queue size and drop messages when the queue is full.

    • Use a timestamp to track when messages were received and process them in order.

    • Implement a retry mechanism to reprocess dropped messages after a certain time.

    • Monitor the queue size and processing speed to...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Micro services architecture
Round 2 - Technical 

(1 Question)

  • Q1. Java ,springboot
Round 3 - Technical 

(1 Question)

  • Q1. Springboot and java questions

Experian Interview FAQs

How many rounds are there in Experian Senior Security Engineer interview?
Experian interview process usually has 1 rounds. The most common rounds in the Experian interview process are One-on-one Round.
How to prepare for Experian Senior Security Engineer 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 Experian. The most common topics and skills that interviewers at Experian expect are Application Support, Database Administration, JSF, Javascript and LDAP.
What are the top questions asked in Experian Senior Security Engineer interview?

Some of the top questions asked at the Experian Senior Security Engineer interview -

  1. How would you deal with developer push back for security issu...read more
  2. best practices while integrating SAST in CI/...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Paytm Interview Questions
3.2
 • 800 Interviews
FIS Interview Questions
3.9
 • 503 Interviews
PayPal Interview Questions
3.8
 • 225 Interviews
Fiserv Interview Questions
2.9
 • 181 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard Interview Questions
3.9
 • 145 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
CapitalOne Interview Questions
3.7
 • 81 Interviews
View all

Experian Senior Security Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
118 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Software Engineer
69 salaries
unlock blur

₹11 L/yr - ₹26 L/yr

IT Analyst ITA
37 salaries
unlock blur

₹15.9 L/yr - ₹19.1 L/yr

Senior Consultant
32 salaries
unlock blur

₹20 L/yr - ₹55 L/yr

Staff Engineer
26 salaries
unlock blur

₹26.4 L/yr - ₹42.3 L/yr

Explore more salaries
Compare Experian with

Paytm

3.2
Compare

FIS

3.9
Compare

Fiserv

2.9
Compare

Broadridge Financial Solutions

3.9
Compare
write
Share an Interview