i
Ventura Securities
Filter interviews by
I applied via LinkedIn and was interviewed in May 2023. There were 2 interview rounds.
HTTP/1 is a plain text protocol, HTTP/2 is binary and multiplexed, and HTTP/3 uses QUIC protocol for faster connections.
HTTP/1 is a plain text protocol with no support for multiplexing, resulting in slower performance.
HTTP/2 is a binary protocol that allows for multiplexing, header compression, and server push, improving performance.
HTTP/3 is based on the QUIC protocol, which uses UDP instead of TCP for faster connecti...
We monitor application performance through various tools and techniques to ensure optimal functionality.
Utilize monitoring tools such as New Relic, Datadog, or AppDynamics
Set up alerts for key performance metrics like response time, error rate, and throughput
Regularly analyze performance data to identify bottlenecks and areas for improvement
Debugging a microservice based application involves identifying and resolving issues in individual services.
Start by reproducing the issue and gathering relevant logs and error messages
Use logging and monitoring tools to track the flow of data and identify bottlenecks
Isolate the problematic microservice and test it independently
Check for compatibility issues between microservices and their dependencies
Use debugging too...
posted on 12 Apr 2023
I applied via Job Portal and was interviewed before Apr 2022. There was 1 interview round.
Two mid cap stocks are Bajaj Finserv and Muthoot Finance.
Bajaj Finserv is a financial services company with a market cap of around 1.5 lakh crore.
Muthoot Finance is a gold loan company with a market cap of around 50,000 crore.
Both stocks have shown consistent growth over the years and are considered good investment options.
Conservative mutual funds are low-risk investments that offer steady returns.
Conservative mutual funds invest in low-risk securities such as bonds and blue-chip stocks.
These funds are suitable for investors who want to preserve their capital and earn steady returns.
Examples of conservative mutual funds include Vanguard Wellesley Income Fund, Fidelity Conservative Income Bond Fund, and T. Rowe Price Capital Appreciation
I appeared for an interview in Feb 2025, where I was asked the following questions.
Software is a collection of programs and data that instructs a computer on how to perform specific tasks.
Software can be categorized into system software (e.g., operating systems like Windows) and application software (e.g., Microsoft Word).
Programming languages (e.g., Python, Java) are used to create software applications.
Software can be proprietary (e.g., Adobe Photoshop) or open-source (e.g., Linux).
Software updates...
An array is a collection of items stored at contiguous memory locations, allowing efficient data management.
1. One-Dimensional Array: A linear list of elements, e.g., ['apple', 'banana', 'cherry'].
2. Two-Dimensional Array: A grid-like structure, e.g., [['apple', 'banana'], ['cherry', 'date']].
3. Multi-Dimensional Array: Arrays with more than two dimensions, e.g., a 3D array for storing data in layers.
4. Dynamic Array: ...
An operator is a person or system that performs specific tasks or functions, often involving data manipulation or processing.
Operators can be human or automated systems, like software applications.
In data entry, an operator inputs, updates, or manages data in databases.
Examples include data entry clerks, machine operators, and software operators.
Operators may also perform quality checks to ensure data accuracy.
Interfaces define contracts for classes, while inheritance allows classes to share properties and methods.
An interface is a reference type in programming that defines a contract of methods and properties without implementation.
Example of an interface in Java: 'interface Animal { void sound(); }'
Inheritance allows a class to inherit properties and methods from another class, promoting code reusability.
Example of inherit...
Polymorphism allows methods to do different things based on the object it is acting upon, enhancing flexibility in programming.
Polymorphism is a core concept in object-oriented programming.
It allows methods to be defined in multiple forms.
Example: A function 'draw()' can be used for both 'Circle' and 'Square' classes.
There are two types: compile-time (method overloading) and runtime (method overriding).
Polymorphism pro
A class in programming is a blueprint for creating objects, encapsulating data and methods to operate on that data.
A class defines properties (attributes) and behaviors (methods) of objects.
Example: In a 'Car' class, attributes could be 'color' and 'model', while methods could be 'drive()' and 'stop()'.
Classes support inheritance, allowing new classes to inherit properties and methods from existing ones.
Example: A 'Ele...
HTML is the standard markup language for creating web pages, while HTML5 is its latest version with enhanced features.
HTML (HyperText Markup Language) is the foundation of web pages, while HTML5 is the fifth version with new capabilities.
HTML5 supports multimedia elements like <audio> and <video>, which were not natively supported in earlier versions.
HTML5 introduces semantic elements like <header>, &...
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML.
CSS controls layout, colors, fonts, and overall visual appearance of web pages.
It allows for responsive design, adapting layouts for different screen sizes (e.g., mobile vs. desktop).
CSS can be applied inline, embedded in the head of an HTML document, or linked as an external stylesheet.
Example: ...
A data type defines the kind of data a variable can hold, such as integers, strings, or booleans.
Integer: Represents whole numbers, e.g., 1, 42, -7.
String: Represents text, e.g., 'Hello', 'Data Entry'.
Boolean: Represents true/false values, e.g., true, false.
Float: Represents decimal numbers, e.g., 3.14, -0.001.
JavaScript is a scripting language for web development, while Java is a robust, object-oriented programming language.
JavaScript is primarily used for client-side web development, while Java is used for server-side applications.
JavaScript is dynamically typed, meaning variable types are determined at runtime, whereas Java is statically typed, requiring explicit type declaration.
JavaScript runs in web browsers, while Jav...
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
It was intermediate level of questions was asking, it easy to clear the first round
I applied via Referral and was interviewed before Nov 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
This pen is a versatile tool that combines style, functionality, and durability.
The pen features a sleek design that exudes professionalism.
Its smooth ink flow ensures a seamless writing experience.
With a sturdy build, this pen is built to last.
It comes with a comfortable grip for extended use.
The pen is refillable, making it a cost-effective choice.
Ideal for both personal and professional use.
Suitable for various writ...
The stock market is a platform where buyers and sellers trade stocks, representing ownership in publicly traded companies.
Stock market is a place where stocks or shares of publicly traded companies are bought and sold.
It provides a platform for companies to raise capital by selling shares to investors.
Investors can buy and sell stocks through stock exchanges like NYSE, NASDAQ, etc.
Stock prices fluctuate based on supply...
posted on 16 Sep 2023
I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.
Assignment on multiple topic
posted on 13 Apr 2024
Data analysis and data science are crucial for extracting valuable insights from large datasets to drive informed decision-making.
Data analysis and data science help in uncovering patterns and trends within data.
They enable businesses to make data-driven decisions for improved efficiency and effectiveness.
These fields also play a vital role in predictive analytics and forecasting.
Examples include using machine learning...
PGDM in Business Analytics provides specialized knowledge and skills for analyzing data to drive business decisions.
Specialized curriculum focusing on data analysis techniques and tools
Hands-on experience with real-world data sets
Opportunities for networking with industry professionals
Career advancement in the field of business analytics
Microservices are a software architecture style where complex applications are broken down into smaller, independent services.
Microservices communicate with each other through APIs.
Each microservice is responsible for a specific task or function.
Microservices can be developed, deployed, and scaled independently.
They promote flexibility, scalability, and resilience in software development.
Examples of companies using mic
I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Relationship Manager
70
salaries
| ₹1.8 L/yr - ₹4.5 L/yr |
Relationship Officer
37
salaries
| ₹1.3 L/yr - ₹6 L/yr |
Sales Representative
30
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Representative
26
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Back Office Executive
25
salaries
| ₹2 L/yr - ₹3.5 L/yr |
Sharekhan
Edelweiss
Religare
JM Financial