Upload Button Icon Add office photos

Filter interviews by

Experian Technical Architect Interview Questions and Answers

Updated 16 May 2024

Experian Technical Architect Interview Experiences

1 interview found

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

(1 Question)

  • Q1. System Design question relating scale the services

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. What do you understand by .#net? What is polymorphism in any language? Write a solution in any prefferd language about banking solution.
  • Ans. 

    .NET is a software framework developed by Microsoft. Polymorphism is the ability of an object to take on many forms.

    • .NET is a framework for building Windows applications and web services.

    • .NET supports multiple programming languages like C#, VB.NET, and F#.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism enables code reusability and flexibility in object-orien...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a written programming and aptitude mix test .I had an experience of 3 yrs in different company so did not have to give all the rounds
Duration: 2 hours
Total Questions: 6

Round: Technical Interview
Experience: Was an experiencd person so I managed to ans questions precisely .

Round: Interview with manager
Experience: It was an intersting round ,face to face interview with the manager was a new experience .He asked me questions regarding my previous work place and working experience,and if I am comfortable with changing my job place and we discussed about the terms and conditions in a very casual way out

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Recursion program
  • Q2. System Design questions based on current project
  • Q3. Micro service design patterns
  • Ans. 

    Micro service design patterns are architectural patterns used to design and implement microservices.

    • Service discovery

    • Circuit breaker

    • API gateway

    • Event sourcing

    • Saga pattern

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java - Intermediate level
  • Q2. Basics of HTML and JAVASCRIPT
Round 2 - HR 

(1 Question)

  • Q1. Communication and about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - good platform to learn, work and share our knowledge. Please dont work more than 2 years. If you are interested to work any other technology then move as soon.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(10 Questions)

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by mocking dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of a class creating an instance of another...

  • Answered by AI
  • Q2. What is app.use in .net core?
  • Ans. 

    app.use in .NET Core is used to add middleware to the request pipeline.

    • app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.

    • Middleware components are software components that are executed in the request pipeline to handle requests and responses.

    • Middleware components can perform tasks such as authentication, logging, error handling, and more.

    • Example: app.use(new MiddlewareCompone

  • Answered by AI
  • Q3. What is difference between Interface and abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.

    • Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...

  • Answered by AI
  • Q4. Boxing Unboxing
  • Q5. ArrayList and List
  • Q6. Can abstract class instantiated?
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are meant to be inherited and extended by other classes.

    • Attempting to instantiate an abstract class will result in a compilation error.

    • Abstract classes can have abstract methods that must be implemented by the subclass.

  • Answered by AI
  • Q7. How to optimize react application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused code, optimizing images, and using tree shaking.

    • Use memoization te...

  • Answered by AI
  • Q8. Props destructuring?
  • Q9. Parent child component communication in react?
  • Ans. 

    Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.

    • Use props to pass data from parent to child components

    • Use callback functions to trigger events from child to parent components

    • Context API can be used for passing data to deeply nested components

  • Answered by AI
  • Q10. What is useRef, useMemo, useCallback?
  • Ans. 

    useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.

    • useRef is commonly used to access DOM elements or persist values between renders.

    • useMemo is used to memoize expensive calculations to avoid re-computation.

    • useCallback is used to memoize functions to prevent unnecessary re-renders.

    • Example: useRef can be used to store a reference t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions were scenario based, no straight forward questions.
Although you are experienced, you can expect OOPS concept complex questions.
Be prepared with all concepts.

Skills evaluated in this interview

Round 1 - Coding Test 

2 programs on data structure

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on java and spring boot.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard for database and spring boot there will be more xomplex question on sping security.

I applied via Naukri.com

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 your Expectatation
  • Ans. 

    My expectation is to lead a team of skilled professionals towards achieving the project goals and delivering high-quality products.

    • To effectively communicate with team members and stakeholders

    • To identify and mitigate risks

    • To ensure adherence to project timelines and budgets

    • To foster a culture of continuous improvement

    • To provide mentorship and guidance to team members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dasdsaas da sd as das d as das d as dsa d s
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced technical lead with a strong background in software development and project management.

    • Over 8 years of experience in leading technical teams and delivering successful projects

    • Proficient in various programming languages such as Java, Python, and JavaScript

    • Skilled in Agile methodologies and implementing best practices for software development

    • Strong communication and leadership skills, able to collaborate effe

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. COBOL functions.
  • Q2. File Management

Interview Preparation Tips

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

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

Round 1 - Coding Test 

Had to implement 2 medium questions. and give approach for 1 hard level questions. Basic questions around java were also asked.

Round 2 - Design round 

(1 Question)

  • Q1. Design system for gaming android app like ludo.
  • Ans. 

    Design a system for a gaming android app like ludo.

    • Implement game logic for ludo including dice rolling, moving pieces, and winning conditions.

    • Create a user interface with a game board, player pieces, and dice.

    • Incorporate multiplayer functionality for online play.

    • Include features like in-game chat, leaderboards, and customizable game settings.

    • Utilize a backend server to handle game synchronization and data storage.

  • Answered by AI

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse the given linked list
  • Q2. Separate out 0's, 1's, and 2's in an array
  • Ans. 

    Separate out 0's, 1's, and 2's in an array

    • Create three variables to count the number of 0's, 1's, and 2's in the array

    • Loop through the array and increment the respective variable for each occurrence

    • Create a new array and add the counted number of 0's, 1's, and 2's in order

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Remove duplicates from the given array
  • Ans. 

    Remove duplicates from given array of strings

    • Create a new empty array

    • Loop through the original array and check if the element already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. Detect a loop in linked list
  • Ans. 

    Loop in linked list can be detected using Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower pointer.

    • If there is no loop, the faster pointer will reach the end of the list.

    • Time complexity of this algorithm is O(n) and space complexity is O(1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your data structure and algorithm practice as they are take problem solving quite seriously.

Skills evaluated in this interview

Experian Interview FAQs

How many rounds are there in Experian Technical Architect interview?
Experian interview process usually has 1 rounds. The most common rounds in the Experian interview process are Technical.
How to prepare for Experian Technical Architect 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 NoSQL, Automation Testing, Coding, Interpersonal Skills and Microservices.

Tell us how to improve this page.

Experian Technical Architect Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 758 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
View all
Senior Software Engineer
93 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Software Engineer
58 salaries
unlock blur

₹10 L/yr - ₹25.4 L/yr

Senior Consultant
30 salaries
unlock blur

₹22 L/yr - ₹45 L/yr

Business Analyst
28 salaries
unlock blur

₹7 L/yr - ₹26.6 L/yr

Staff Engineer
25 salaries
unlock blur

₹26.4 L/yr - ₹43 L/yr

Explore more salaries
Compare Experian with

Paytm

3.3
Compare

Fiserv

3.0
Compare

Broadridge Financial Solutions

3.9
Compare

PayPal

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