Premium Employer

i

This company page is being actively managed by Wells Fargo Team. If you also belong to the team, you can get access from here

Wells Fargo Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 6.1k Reviews

Filter interviews by

Wells Fargo Senior Engineer Interview Questions and Answers

Updated 22 Oct 2023

Wells Fargo Senior Engineer Interview Experiences

3 interviews found

Senior Engineer Interview Questions & Answers

user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Messaging communication (RabbitMQ, ActiveMQ)
  • Q2. Spring boot
  • Q3. Core Java (Oops, JVM, Memory types, Collections)
  • Q4. Spring security, Hibernate cache
  • Q5. Scenario based questions
  • Q6. Design patterns,SAGA Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions on real time examples like ticket reservation, data processing. SAGA pattern

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

Senior Engineer Interview Questions & Answers

user image Gowtham Krc

posted on 10 Aug 2021

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

Interview Questionnaire 

1 Question

  • Q1. String manipulation code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful to answer to the point

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Q2. Largest common prefix in string array
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
Round 4 - One-on-one 

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ssis, sql server, power bi
  • Q2. Dml, ddl, dcl

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for technical question. Specifically fot technology
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leetcode question on array list

Round 2 - One-on-one 

(4 Questions)

  • Q1. Core java and collections, exceptions and threading
  • Q2. Core java collections
  • Q3. Multi threading
  • Q4. Executor framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Threading related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of 1d array
  • Ans. 

    Sorting a 1d array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort

    • Consider using built-in sorting functions in programming languages like sort() in Python or Arrays.sort() in Java

    • Ensure to compare strings correctly based on their ASCII values

  • Answered by AI
  • Q2. Basics of Camunda, Java and Spring boot.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer interview:
  • Java
  • DSA
  • Camunda
  • Spring Boot
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for finding palindrome of a string
  • Ans. 

    Code to find palindrome of a string

    • Iterate through the string from both ends and compare characters

    • Use two pointers, one starting from the beginning and one from the end

    • If characters at both pointers match, continue checking until they meet in the middle

    • If all characters match, the string is a palindrome

  • Answered by AI
  • Q2. What is dynamic memory allocation in Java
  • Ans. 

    Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.

    • Dynamic memory allocation allows for objects to be created and destroyed during program execution.

    • The 'new' keyword is used to dynamically allocate memory for objects in Java.

    • Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.

    • Example: int[] arr = new int[5]; dynamically a

  • Answered by AI
  • Q3. You are designing an e commerce website which database will you choose and what will you use for authentication given that you can't use JWT or even third party like Google authentication
  • Ans. 

    I would choose a relational database like MySQL and implement a custom authentication system using session management.

    • Choose a relational database like MySQL for storing user data, product information, and orders.

    • Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.

    • Use encryption techniques to store and validate user passwords securely.

    • Util...

  • Answered by AI

Skills evaluated in this interview

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo Senior Engineer interview?
Wells Fargo interview process usually has 3 rounds. The most common rounds in the Wells Fargo interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Wells Fargo Senior 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 Wells Fargo. The most common topics and skills that interviewers at Wells Fargo expect are Automation, Application Development, Analytics, Information Technology and Javascript.
What are the top questions asked in Wells Fargo Senior Engineer interview?

Some of the top questions asked at the Wells Fargo Senior Engineer interview -

  1. How will the bigdata system distribution for storage andcompute hap...read more
  2. Architecture of bigdata syst...read more
  3. Messaging communication (RabbitMQ, Active...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Wells Fargo interviews
Job Portal
Company Website
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.
Wells Fargo Senior Engineer Salary
based on 49 salaries
₹9.1 L/yr - ₹37.6 L/yr
142% more than the average Senior Engineer Salary in India
View more details

Wells Fargo Senior Engineer Reviews and Ratings

based on 6 reviews

3.5/5

Rating in categories

3.5

Skill development

3.7

Work-Life balance

4.3

Salary & Benefits

3.8

Job Security

3.5

Company culture

3.6

Promotions/Appraisal

3.5

Work Satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
4.4k salaries
unlock blur

₹13.5 L/yr - ₹51 L/yr

Financial Analyst
2.6k salaries
unlock blur

₹2.1 L/yr - ₹6.5 L/yr

Software Engineer
1.7k salaries
unlock blur

₹8 L/yr - ₹32 L/yr

Senior Financial Analyst
1.4k salaries
unlock blur

₹3.3 L/yr - ₹9 L/yr

Assistant Vice President
1.3k salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Explore more salaries
Compare Wells Fargo with

HSBC Group

4.0
Compare

Standard Chartered

3.8
Compare

JPMorgan Chase & Co.

4.0
Compare

Bank of America

4.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview