i
ZET
Filter interviews by
I have an intermediate level of SQL proficiency.
Proficient in writing complex SQL queries
Familiar with joins, subqueries, and aggregations
Experience with optimizing queries for performance
Knowledge of database management systems like MySQL, PostgreSQL, etc.
Top trending discussions
I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.
Basic python, sql and pandas questions
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
I appeared for an interview in Oct 2024, where I was asked the following questions.
Masking a mobile number in Excel involves replacing part of the number with asterisks for privacy.
Use the CONCATENATE function to combine parts of the number: =CONCATENATE('***-****-', RIGHT(A1, 4))
Alternatively, use the REPLACE function: =REPLACE(A1, 1, 6, '******')
You can also use TEXT functions to format the number: =TEXT(A1, '000-000-0000')
For a more visual approach, apply custom formatting: Right-click cell > F...
To find the second highest sales, we can use SQL queries with subqueries or the DISTINCT keyword to filter results.
Using Subquery: SELECT MAX(sales) FROM sales_table WHERE sales < (SELECT MAX(sales) FROM sales_table);
Using DISTINCT: SELECT DISTINCT sales FROM sales_table ORDER BY sales DESC LIMIT 1 OFFSET 1;
Using ROW_NUMBER: SELECT sales FROM (SELECT sales, ROW_NUMBER() OVER (ORDER BY sales DESC) AS rank FROM sales_...
Lists are mutable and can change, while tuples are immutable and cannot be altered after creation.
Lists are defined using square brackets: `my_list = [1, 2, 3]`.
Tuples are defined using parentheses: `my_tuple = (1, 2, 3)`.
Lists can be modified (e.g., `my_list.append(4)`), while tuples cannot be changed after creation.
Lists have more built-in methods (e.g., `sort()`, `reverse()`), whereas tuples have fewer methods.
Lists...
I applied via LinkedIn and was interviewed before Jun 2021. There were 3 interview rounds.
Excel based assignment with 5-6 questions, involving index match, vlookup, etc
Can be solved using python as well.
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
Excel based data group discussion round. You were given 1 individual task for 10 mins and a group discussion task for 50 mins.
To increase the profit of the ice cream company, focus on product innovation, expanding distribution channels, and implementing targeted marketing strategies.
Introduce new and unique flavors to attract more customers
Collaborate with local cafes or restaurants to sell your ice cream products
Utilize social media and online advertising to reach a wider audience
Offer promotions or discounts to encourage repeat purchases
Imp...
Code signal , SQL python questions
Take home coding assignment - 10 days analysis and recommendations
Data Coding, 1hr, series of questions in excel
based on 1 interview experience
Software Engineer
10
salaries
| ₹11.2 L/yr - ₹26 L/yr |
Software Developer
7
salaries
| ₹11.8 L/yr - ₹20 L/yr |
Senior Software Engineer
5
salaries
| ₹18 L/yr - ₹25 L/yr |
Data Analyst
4
salaries
| ₹19 L/yr - ₹24 L/yr |
Senior Business Analyst
4
salaries
| ₹25 L/yr - ₹28 L/yr |
Fino Paytech
Wibmo
OneCard
Credgenics