i
Wells Fargo
Filter interviews by
I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed before Sep 2021. There were 3 interview rounds.
2 coding question, 1 section of business aptitude and 1 section english.
A classic chess game with standard rules and pieces.
Create a board with 8x8 squares
Place 16 pieces on each side: 1 king, 1 queen, 2 rooks, 2 knights, 2 bishops, and 8 pawns
Define the movement rules for each piece
Implement special moves like castling and en passant
Check for checkmate and stalemate conditions
Allow for player vs player or player vs computer gameplay
The N Queens problem is to place N chess queens on an NxN board so that no two queens threaten each other. Minimum steps by knight is a variation of this problem.
The N Queens problem is a classic problem in computer science and can be solved using backtracking.
The minimum steps by knight variation involves placing N knights on an NxN board so that no two knights threaten each other.
This problem can also be solved using...
What people are saying about Wells Fargo
2 medium dsa que - one is of binary search, one is from graph
OOPs principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability of different classes to be treated as instances of a common superclass.
Abstraction: ...
OS concepts refer to fundamental principles and components of operating systems.
Process management - handling processes, scheduling, and resource allocation
Memory management - managing memory allocation, virtual memory, and paging
File system - organizing and accessing files on storage devices
Device management - controlling and communicating with hardware devices
Security and protection - ensuring system and data securit...
4 coding question 1 easy ,2 medium and 1 hard
DSA
OOPS
C++
DBMS
OS
CN
BASIC MATHS
PROBABILITY
CALCULUS
posted on 11 Jan 2025
Medium leetcode question on array list
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
List comprehension is a concise way to create lists in Python by applying an expression to each item in an iterable.
List comprehension is written inside square brackets []
It consists of an expression followed by a for clause, then zero or more if clauses
Example: squares = [x**2 for x in range(10)]
Apache Spark is a distributed computing system that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.
Apache Spark follows a master-slave architecture with a driver program that communicates with a cluster manager to distribute work across worker nodes.
It uses Resilient Distributed Datasets (RDDs) as the basic data structure, which are immutable distributed collect...
Write code for palindtomr
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
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.
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
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
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...
posted on 23 Apr 2024
I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.
Iterate through each character in the array of strings and keep track of the frequency of each character. Return the character with the maximum frequency.
Create a dictionary to store the frequency of each character
Iterate through each string in the array and then through each character in the string
Update the frequency count of each character in the dictionary
Return the character with the maximum frequency
Yes, I have experience with Junit, SQL and NoSQL databases, Kafka, Dockerization, Java 8 features, stream() operations, and shell scripting in Unix.
I have used Junit for unit testing in Java projects.
SQL databases are relational databases that use structured query language for data manipulation, while NoSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.
I have work...
The most complex SQL query involved nested queries for data manipulation. Used inner join. Implemented hashset and avoided trees due to their drawbacks.
Nested SQL query used for complex data manipulation
Inner join used for combining data from multiple tables
Implemented hashset for efficient data storage and retrieval
Avoided trees due to their drawbacks such as unbalanced structure and slower traversal times
Shell scripting for find and replace, adding index to lines, multithreading, hashmap vs hashtable, stack vs queue
Use sed command for find and replace in shell scripting
Use awk command to add an index at the beginning of each line in a file
Multithreading is the ability of a CPU to execute multiple threads concurrently
Single threaded means only one thread is executed at a time, while multithreaded allows multiple threads...
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Write code to return the maximum profit by buying and selling stocks using available money
Senior Software Engineer
4.4k
salaries
| ₹13.6 L/yr - ₹51 L/yr |
Financial Analyst
2.6k
salaries
| ₹2.1 L/yr - ₹8.5 L/yr |
Software Engineer
1.7k
salaries
| ₹8 L/yr - ₹32 L/yr |
Senior Financial Analyst
1.4k
salaries
| ₹3.4 L/yr - ₹9 L/yr |
Assistant Vice President
1.4k
salaries
| ₹12.4 L/yr - ₹45 L/yr |
HSBC Group
Standard Chartered
JPMorgan Chase & Co.
Bank of America