ION Group
10+ GAO Tek Interview Questions and Answers
Q1. You are specialized in Data analsysis so what is the diff betweeen tachnical analyst and data analyst
Technical analysts focus on analyzing market trends and patterns to make investment decisions, while data analysts focus on analyzing data to extract insights and make informed business decisions.
Technical analysts analyze market trends and patterns to predict future price movements of stocks, commodities, etc.
Data analysts analyze data to extract insights and make informed business decisions.
Technical analysts use tools like charts, graphs, and technical indicators to analyz...read more
Q2. explain polymorphism with real life example
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Example: Inheritance in programming languages like Java allows a parent class to have multiple child classes with different implementations of the same method.
Example: A shape class with different subclasses like circle, square, triangle can all have a method called calc...read more
Q3. OOPS: Difference between interface and abstract classes. Deep copy and shallow copy
Interface vs abstract classes. Deep copy vs shallow copy
Interface: only method signatures, no implementation. Abstract class: can have both method signatures and implementation.
Interface: multiple inheritance supported. Abstract class: single inheritance only.
Deep copy: creates a new object and copies all fields. Shallow copy: copies references to objects, not the objects themselves.
Q4. how would you tell a blind person color puzzle
Describe the colors using textures, temperatures, and emotions.
Describe red as hot like fire or angry like a bull
Describe blue as cold like ice or calm like the ocean
Describe yellow as bright like the sun or happy like a smile
Use textures like smooth, rough, soft, or hard to describe colors
Q5. what do you know about ION
ION is a financial technology company that provides trading and risk management solutions for capital markets.
ION offers a range of software products for trading, treasury, and risk management.
ION's solutions are used by financial institutions, corporates, and governments worldwide.
ION's products include Wall Street Systems, Openlink, and Fidessa, among others.
Q6. DBMS: Difference ebtween primary and unique key
Primary key uniquely identifies each record in a table, while unique key ensures each value in a column is unique.
Primary key does not allow NULL values, while unique key allows one NULL value.
A table can have only one primary key, but multiple unique keys.
Primary key is automatically indexed, while unique key is not.
Primary key can be a combination of multiple columns, while unique key is for a single column.
Q7. data structure for elevator
Use a queue data structure to manage requests and prioritize based on current direction and proximity.
Use a queue to store requests in the order they are received.
Prioritize requests based on the current direction of the elevator and proximity to the current location.
Update the queue as new requests come in or as the elevator reaches a new floor.
Example: If the elevator is going up and receives a request to go down from a lower floor, prioritize that request after serving all...read more
Q8. DSA Problem with optimal solution
Optimal solution for a DSA problem involves finding the most efficient algorithm to solve it.
Identify the problem constraints and requirements
Analyze different algorithms and their time complexity
Choose the algorithm with the best time complexity for the problem
Implement and test the algorithm to ensure correctness and efficiency
Q9. Difference between java and javascript
Java is a programming language used for building applications, while JavaScript is a scripting language primarily used for web development.
Java is a statically typed language, while JavaScript is dynamically typed.
Java is compiled and runs on the Java Virtual Machine (JVM), while JavaScript is interpreted by the browser.
Java is used for backend development, mobile apps, and desktop applications, while JavaScript is mainly used for front-end web development.
Java has a more com...read more
Q10. Difference between error and exception
Error is a compile-time issue while exception is a runtime issue in programming.
Error is a compile-time issue detected by the compiler.
Exception is a runtime issue that disrupts the normal flow of the program.
Errors are usually caused by the programmer's mistake in the code.
Exceptions can be caused by external factors like user input or system resources.
Examples: Syntax error is an error, while NullPointerException is an exception.
Q11. What is Trie ?
Trie is a tree data structure used for storing a dynamic set of strings.
Trie stands for retrieval tree or prefix tree.
Each node in a trie represents a single character.
Trie is commonly used for implementing dictionaries and autocomplete features.
Trie allows for efficient prefix searches and insertion/deletion of strings.
Example: Trie data structure can be used to store a dictionary of words for quick lookup.
Q12. describe internet to 5 yr old
The internet is like a big library where you can find information, play games, watch videos, and talk to people from all over the world.
The internet is a network of computers connected together.
You can use the internet to search for information, like looking up facts for school.
You can also use the internet to play games, watch videos, and talk to friends and family through messaging or video calls.
Examples: Google for searching information, YouTube for watching videos, and F...read more
Q13. revenue in project
Revenue in a project refers to the income generated from the project's activities.
Revenue can come from sales of products or services, licensing fees, or other sources.
It is important to track and analyze revenue to assess the project's financial performance.
Revenue can be calculated by multiplying the quantity of goods or services sold by the price at which they were sold.
Different revenue streams may have different profit margins and impact on the overall project financials...read more
Q14. Implement Trie from scratch !
Implement Trie data structure from scratch
Create a TrieNode class with a dictionary to store children nodes
Implement Trie class with methods like insert, search, and startsWith
Use Trie to store and search for words efficiently
Q15. ACID properties
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that either all operations in a transaction are completed successfully or none are
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are executed independently and do not interfere with each other
Durability ensures t...read more
Q16. 4 pillars of OOPS
Encapsulation, Inheritance, Polymorphism, Abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass
Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in Java
Abstraction: Hiding the complex implementation details and showing only the nec...read more
Q17. DDL DML in sql
DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.
DDL includes commands like CREATE, ALTER, DROP, TRUNCATE, etc.
DML includes commands like INSERT, UPDATE, DELETE, SELECT, etc.
DDL is used to create or modify the structure of database objects like tables, indexes, etc.
DML is used to insert, update, delete, or retrieve data from tables.
Top HR Questions asked in GAO Tek
Interview Process at GAO Tek
Top Technical Analyst Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month