Upload Button Icon Add office photos

Filter interviews by

Experian Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top Experian Interview Questions and Answers

View all 15 questions

Experian Interview Experiences

Popular Designations

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

Senior Security Engineer Interview Questions asked at other Companies

Q1. How can we make an Symantec agent that is offline for too long time to communicate back to SEPM?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL Joins and Window functions in SQL
Asked about Stored Procedures and implementations
Tableau LOD's
Tableau Parameters

Interview Preparation Tips

Topics to prepare for Experian Data Management Analyst interview:
  • SQL
  • Database
  • Tableau
  • Excel
Interview preparation tips for other job seekers - Freshen up on the most anticipated questions in SQL and Tableau. Do not skip on the key topics and expect a question or two about coding

Data Management Analyst Interview Questions asked at other Companies

Q1. What is Data Management? Difference between Data Management & Data Governance? What is Big Data ? What are the 4V's of Big Data ? Questions on Tableau
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Code singleton design pattern in java
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a public static method to access the instance

    • Ensure the constructor is private to prevent instantiation of multiple objects

  • Answered by AI
  • Q2. 2 sum in java
  • Ans. 

    2 sum problem in Java involves finding two numbers in an array that add up to a specific target value.

    • Use a HashMap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the HashMap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q3. How to make a class immutable
  • Ans. 

    To make a class immutable, ensure that its state cannot be changed after instantiation.

    • Make all fields private and final

    • Do not provide setter methods

    • Ensure that any mutable objects within the class are also made immutable

  • Answered by AI
  • Q4. Async annotation
  • Q5. Spring-starter dependencies
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is cyclomacic complexity
  • Ans. 

    Cyclomatic complexity is a software metric used to measure the complexity of a program.

    • It measures the number of linearly independent paths through a program's source code.

    • It helps in identifying complex code that may be difficult to maintain or test.

    • A higher cyclomatic complexity indicates a higher risk of errors and bugs in the code.

    • It is calculated using the formula: E - N + 2P, where E is the number of edges, N is ...

  • Answered by AI
  • Q2. Simple output questions based on inheritance
  • Q3. OWASP top 10 security vulnerabilities

Interview Preparation Tips

Topics to prepare for Experian Senior Java Developer interview:
  • Collections
Interview preparation tips for other job seekers - Prepare based on role. If you apply for java developer role, focus more on java concepts than DSA

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Experian interview questions for popular designations

 Senior Security Engineer

 (1)

 Technical Architect

 (1)

 Technical Lead

 (1)

 Analyst

 (1)

 Talent Acquisition

 (1)

 Senior Software Developer

 (1)

 Delivery Manager

 (1)

 Senior Software Engineer

 (1)

Interview Questions & Answers

user image GATLA VINAY KUMAR

posted on 18 Jul 2024

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

(1 Question)

  • Q1. API AUTOMATION using rest assured
Round 2 - Technical 

(1 Question)

  • Q1. What the role in project as SDET
Round 3 - HR 

(1 Question)

  • Q1. Expectations and Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence

Skills evaluated in this interview

Get interview-ready with Top Experian Interview Questions

Dot Net Lead Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Authentication flow
  • Q2. Authorization Flow
  • Q3. 1 DSA question to find a leading number in a set of numbers
  • Q4. Repository pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through the .net concepts well.
Be prepared to tell the past projects you worked on well.

Dot Net Lead Interview Questions asked at other Companies

Q1. how does Session know which user is logged in
View answer (1)

Jobs at Experian

View all

Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was mixed Aptitude and Programming question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Programming Question
  • Q2. Java Interview Question
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 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 

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System Design question relating scale the services

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Package. Skillset Reason for leaving
Round 2 - One-on-one 

(1 Question)

  • Q1. About current job, reason for leaving

Delivery Manager Interview Questions asked at other Companies

Q1. how do you handle team? explain architecture of your application? Agile team management? how do you ensure performance of application and how do you maintain security of application? Explain architecture of Angular application.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic introduction and some technical questions

Change Analyst Interview Questions asked at other Companies

Q1. How to develop CIR and what is PIR
View answer (1)

Experian Interview FAQs

How many rounds are there in Experian interview?
Experian interview process usually has 2 rounds. The most common rounds in the Experian interview process are Technical, One-on-one Round and HR.
How to prepare for Experian 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 Agile, Python, SQL, Automation and Linux.
What are the top questions asked in Experian interview?

Some of the top questions asked at the Experian interview -

  1. How would you deal with developer push back for security issu...read more
  2. Find duplicates in a string and count repeated lette...read more
  3. what is Angular Intercept...read more
How long is the Experian interview process?

The duration of Experian interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Experian Interview Process

based on 20 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 749 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Equifax Interview Questions
3.3
 • 30 Interviews
ICRA Interview Questions
3.3
 • 18 Interviews
CIBIL Interview Questions
4.2
 • 4 Interviews
SMERA Ratings Interview Questions
2.8
 • 4 Interviews
View all

Experian Reviews and Ratings

based on 107 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.8

Salary

3.6

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 107 Reviews and Ratings
Compliance Analyst

Mumbai Suburban,

Navi Mumbai

+1

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Experian with

CIBIL

4.2
Compare

Credit Information Bureau

3.8
Compare

Equifax

3.3
Compare

Crif High Mark Credit Information Services

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