i
A3logics
Filter interviews by
I was interviewed in Sep 2023.
I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.
Pretty standard GD on topics around working remotely and country's macroeconomic
Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.
Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.
Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.
Both derivative and alternative...
1st round included basic apt questions and essay writing
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Use conditional formatting to highlight odd cells in Excel
Select the range of cells you want to highlight
Go to the 'Home' tab and click on 'Conditional Formatting'
Choose 'New Rule' and select 'Use a formula to determine which cells to format'
Enter the formula '=MOD(A1,2)=1' (assuming A1 is the top-left cell of your selected range)
Choose the formatting style you want for the odd cells
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
INNER JOIN returns rows when there is at least one match in both tables
LEFT JOIN returns all rows from the left table and the matched rows from the right table
RIGHT JOIN returns all rows from the right table and the matched rows from the left table
FU...
Use window function to calculate running sum of salary in SQL
Use window function like SUM() with OVER() clause
Partition the data by employee ID if needed
Order the data by date or any other relevant column
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Different types of swaps include interest rate swaps, currency swaps, and credit default swaps.
Interest rate swaps involve exchanging fixed and floating interest rate payments.
Currency swaps involve exchanging principal and interest payments in different currencies.
Credit default swaps involve transferring the credit risk of a specific asset or entity.
Other types of swaps include equity swaps, commodity swaps, and tota
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
First round is gamified aptitude that is playfull easy to crake.
That was a aptitude test easy to crake. major question are percentage,reasoning,average,ven diagram,number system, basic math question
Science base assessment (at the first they give certain amount of course and course source that we need to study) easy 10 mcq question we need to learn the course.
posted on 10 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Union combines and removes duplicates, Union All combines without removing duplicates
Union combines result sets and removes duplicates
Union All combines result sets without removing duplicates
Union is slower than Union All as it involves removing duplicates
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
Coalesce function in SQL is used to return the first non-null value in a list of expressions.
Coalesce function takes multiple parameters and returns the first non-null value.
It is commonly used to handle null values in SQL queries.
Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;
Interview experience
based on 7 reviews
Rating in categories
EDI Analyst
218
salaries
| ₹1 L/yr - ₹4 L/yr |
Senior Software Engineer
31
salaries
| ₹6 L/yr - ₹18.6 L/yr |
Software Engineer
25
salaries
| ₹4.6 L/yr - ₹8.6 L/yr |
Business Analyst
21
salaries
| ₹3 L/yr - ₹9.7 L/yr |
Analyst
19
salaries
| ₹1.9 L/yr - ₹3 L/yr |
TCS
Infosys
Wipro
HCLTech