Filter interviews by
Optimization techniques in Tableau involve using features like LOD calculations, data blending, and filters to improve performance and efficiency.
Utilize Level of Detail (LOD) calculations to perform complex aggregations without affecting overall performance.
Use data blending to combine data from multiple sources and optimize query performance.
Apply filters to limit the amount of data being processed and displayed...
Data blending in Alteryx involves combining data from multiple sources to create a unified dataset for analysis.
Data blending allows users to combine data from different sources, such as databases, spreadsheets, and APIs.
Users can blend data based on common fields or keys to create a single dataset for analysis.
Alteryx provides tools and functionalities to easily blend and manipulate data for further analysis and ...
VPN stands for Virtual Private Network, a technology that allows users to securely access a private network over a public network.
VPN creates a secure and encrypted connection between the user's device and the private network.
It masks the user's IP address and encrypts data to ensure privacy and security.
VPN can be used to access restricted websites, secure remote access to a company's network, and protect data wh...
I am highly efficient and always strive to complete tasks quickly without sacrificing quality.
I prioritize tasks based on urgency and impact on users
I constantly look for ways to streamline processes and improve efficiency
I have a track record of resolving issues promptly and effectively
I am proficient in troubleshooting and problem-solving techniques
What people are saying about HSBC Group
DHCP (Dynamic Host Configuration Protocol) is a network protocol that automatically assigns IP addresses to devices on a network.
DHCP server assigns IP addresses to devices on a network
DHCP clients request IP addresses from the DHCP server
DHCP lease time determines how long an IP address is valid for
DHCP uses UDP port 67 for server and port 68 for client communication
The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the array, checking if the complement (target - current number) exists in the hash map.
Example: For nums = [2, 7, 11, 15] and target = 9, return indices [0, 1] since 2 + 7 = 9.
Time complexity is O(n) due to a single pass through the arr...
Market abuse refers to illegal activities in the financial markets that can manipulate prices or deceive investors.
Market abuse includes insider trading, market manipulation, and dissemination of false or misleading information.
Insider trading involves trading securities based on non-public information.
Market manipulation is the intentional distortion of market prices or trading volumes.
Dissemination of false info...
Data pipeline flow involves data ingestion, processing, storage, and analysis.
Data is first ingested from various sources such as databases, APIs, or files.
The data is then processed to clean, transform, and enrich it for analysis.
Processed data is stored in a data warehouse, data lake, or other storage solutions.
Finally, the data is analyzed using tools like SQL, Python, or BI platforms to derive insights.
Example...
A user story is a concise description of a software feature from an end-user perspective.
Describes the feature to be implemented
Written from the user's point of view
Includes the reason for the feature and the benefit it provides
Follows a specific format: As a
I create wireframes by gathering requirements, sketching initial ideas, using wireframing tools, and iterating based on feedback.
Gather requirements from stakeholders to understand project goals
Sketch initial wireframe ideas on paper or using digital tools like Sketch or Adobe XD
Create wireframes using wireframing tools to visualize layout, content, and functionality
Iterate on wireframes based on feedback from sta...
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Led a team in implementing a new CRM system for a large retail company
Managed project timeline and deliverables
Collaborated with stakeholders to gather requirements
Provided training and support to end users
Ensured successful implementation and user adoption
Improved customer data management and analytics
I have over 10 years of experience working with various companies in consulting roles.
Managed client relationships and delivered successful projects on time and within budget
Led cross-functional teams to drive business growth and improve operational efficiency
Developed and implemented strategic plans to address client needs and achieve objectives
Kafka is chosen for its scalability and fault tolerance compared to MQ.
Kafka offers higher throughput and lower latency compared to MQ.
Kafka is horizontally scalable, allowing for easy expansion as data volume grows.
Kafka provides fault tolerance through replication of data across multiple brokers.
Challenges faced during Kafka implementation may include setting up proper configurations, ensuring data consistency, and m...
Monolith to microservice migration involves breaking down a large application into smaller, independent services.
Evaluate the current monolith architecture and identify the components that can be decoupled into microservices.
Define the boundaries of each microservice to ensure they are cohesive and loosely coupled.
Choose the right technology stack for each microservice based on its requirements and scalability needs.
Im...
Swagger is a tool used for documenting and testing REST APIs.
Swagger is used for documenting REST APIs by providing a user-friendly interface to view and interact with API endpoints.
It allows developers to easily understand the functionality of an API, including available endpoints, request/response formats, and authentication methods.
Swagger documentation typically includes information such as API endpoints, request p...
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
Embeddings in vector databases represent data points as dense vectors for efficient similarity search and retrieval.
Embeddings convert categorical data into continuous vector space, enabling mathematical operations.
For example, words can be represented as vectors in Word2Vec, capturing semantic relationships.
Vector databases store these embeddings, allowing for fast nearest neighbor searches.
Applications include recomm...
ARIMA is a statistical model used for forecasting time series data by capturing trends and seasonality.
ARIMA stands for AutoRegressive Integrated Moving Average.
It combines three components: AR (AutoRegressive), I (Integrated), and MA (Moving Average).
AR component uses past values to predict future values.
I component involves differencing the data to make it stationary.
MA component models the error of the prediction as...
Linear Regression is chosen for its simplicity, interpretability, and effectiveness in modeling linear relationships in data.
Linear relationship: Use when the relationship between independent and dependent variables is linear, e.g., predicting sales based on advertising spend.
Continuous outcome: Suitable for predicting continuous outcomes, like house prices based on features like size and location.
Interpretability: Pro...
Tokens are units of text processed by LLMs, with limits varying by model, affecting input/output length.
A token can be as short as one character or as long as one word (e.g., 'cat' is one token, 'chatGPT' is one token).
Common token limits for open-source LLMs range from 512 to 4096 tokens, depending on the architecture.
For example, GPT-2 has a limit of 1024 tokens, while GPT-3 can handle up to 4096 tokens.
Exceeding tok...
Regression predicts continuous outcomes; time series analyzes data points over time for trends and patterns.
Regression focuses on relationships between variables (e.g., predicting house prices based on features).
Time series analyzes data collected at regular intervals (e.g., stock prices over time).
Regression can be used for static datasets, while time series requires temporal ordering.
In regression, predictors can be ...
LSTMs effectively handle long-term dependencies, overcoming RNNs' vanishing gradient problem.
LSTMs use memory cells to store information over long sequences, unlike RNNs which forget earlier data.
They employ gates (input, output, forget) to control the flow of information, enhancing learning.
LSTMs are better suited for tasks like language modeling and time series prediction where context is crucial.
For example, in sent...
They posed questions assessing logical and analytical aptitude.
After completing and passing the aptitude round, I was allowed to take the coding round exam, where the questions ranged from easy to medium level.
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Implement search in binary tree using recursion
Start at the root node
Compare the target value with the current node value
If target is less than current node value, search left subtree; if greater, search right subtree
Repeat process until target is found or node is null
I have 5 years of experience as a Platform Engineer, working with cloud technologies and automation tools.
Worked with AWS, Azure, and Google Cloud Platform to design and implement scalable infrastructure
Automated deployment processes using tools like Terraform and Ansible
Managed containerized applications with Docker and Kubernetes
Collaborated with development teams to optimize application performance and reliability
Pe...
Switching is important in networking to enable communication between devices on different networks.
Switching allows devices on the same network to communicate with each other by forwarding data packets based on MAC addresses.
Switches operate at Layer 2 of the OSI model and use MAC addresses to make forwarding decisions.
Switching reduces network congestion by only sending data to the intended recipient instead of broadc...
Netflix OSS is a set of open-source software tools and libraries developed by Netflix for building and managing microservices architecture.
Netflix OSS includes tools like Eureka for service discovery, Ribbon for client-side load balancing, and Hystrix for fault tolerance.
It allows developers to build resilient, scalable, and fault-tolerant distributed systems.
Netflix OSS promotes the use of microservices architecture b...
Question related to Aptitude
2 coding question both are simple
I am a recent graduate with a degree in Computer Science from XYZ University. I am currently located in City, State.
Recent graduate with a degree in Computer Science
Currently located in City, State
Code for a login page in React
Create a form component with input fields for username and password
Handle form submission and validation
Use state to store user input and handle login functionality
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
It was online aptitude plus personality test
Strengths: Leadership skills, problem-solving abilities, strong communication. Weaknesses: Impatience, perfectionism, delegation.
Strengths: Leadership skills - ability to motivate and guide team members towards goals
Problem-solving abilities - adept at finding solutions to complex issues
Strong communication - effective at conveying ideas and information clearly
Weaknesses: Impatience - tendency to rush through tasks wit...
HSBC is a global bank with a strong commitment to sustainability and innovation, making it an ideal workplace for aspiring leaders.
HSBC operates in over 64 countries, providing a diverse and international work environment.
The bank is known for its commitment to sustainability, aiming to achieve net-zero emissions by 2050.
HSBC offers extensive career development programs, such as the HSBC Graduate Program, which support...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I appeared for an interview in Sep 2024.
Personally Based Test
As a Risk and Compliance Analyst, it is important to monitor the situation closely and assess potential impacts on financial markets and regulatory compliance.
Monitor geopolitical developments and assess potential risks to financial markets
Stay informed on sanctions and regulatory measures imposed on Russia
Analyze potential impacts on international trade and supply chains
Consider implications for compliance with anti-m...
Faced a data breach incident that required immediate action and collaboration across departments to mitigate risks and ensure compliance.
Identified a potential data breach during a routine compliance check.
Collaborated with IT and legal teams to assess the impact and scope of the breach.
Developed a communication plan to inform affected stakeholders and regulatory bodies.
Implemented additional security measures to preve...
I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.
All basic question of aptitude
Unit x rasied to power i
I chose C++ because of its performance, versatility, and widespread use in software development.
C++ is known for its high performance and efficiency, making it a popular choice for developing applications that require speed and optimization.
C++ is a versatile language that allows for both high-level and low-level programming, giving developers more control over their code.
Many industries and companies use C++ for devel...
I want to join HSBC because of its global presence, reputation for innovation, and opportunities for career growth.
Global presence - HSBC operates in numerous countries around the world.
Reputation for innovation - HSBC is known for its cutting-edge technology and digital solutions.
Career growth opportunities - HSBC offers a variety of training and development programs for employees.
I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.
I believe it was easy; they provided a total of 60 questions.
Two coding questions were provided: one was easy, and the other was hard.
Quick Sort is a popular sorting algorithm that uses divide and conquer strategy to sort elements in an array.
Quick Sort picks a pivot element and partitions the array around the pivot.
It recursively sorts the sub-arrays on either side of the pivot.
The process continues until the entire array is sorted.
Example: Given array [5, 2, 9, 3, 7], after Quick Sort it becomes [2, 3, 5, 7, 9].
Some of the top questions asked at the HSBC Group interview -
The duration of HSBC Group interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 404 interview experiences
Difficulty level
Duration
based on 5.3k reviews
Rating in categories
Assistant Manager
2.7k
salaries
| ₹4.5 L/yr - ₹14.5 L/yr |
Manager
2.2k
salaries
| ₹8.3 L/yr - ₹28.3 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹8 L/yr - ₹30 L/yr |
Assistant Vice President
1.7k
salaries
| ₹12.5 L/yr - ₹47 L/yr |
Software Engineer
1.5k
salaries
| ₹4.8 L/yr - ₹15 L/yr |
Wells Fargo
JPMorgan Chase & Co.
Cholamandalam Investment & Finance
Citicorp