i
Sankey Solutions
Filter interviews by
Clear (1)
I applied via campus placement at Terna Engineering College, Mumbai and was interviewed in Nov 2024. There were 2 interview rounds.
Easy array string basic question two question
OOPs stands for Object-Oriented Programming. Pillars of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism. Lists and tuples are data structures in Python.
OOPs stands for Object-Oriented Programming
Pillars of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism
Lists and tuples are data structures in Python
Lists are mutable while tuples are immutable
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
It had 2 easy DSA questions
I applied via Campus Placement
They take test on paper and pen
The pillars of Python refer to the core principles that guide the design and development of the Python programming language.
Readability counts: Python emphasizes code readability and simplicity, making it easier for developers to write and maintain code.
Explicit is better than implicit: Python encourages clear and explicit code over ambiguity and complexity.
Simple is better than complex: Python promotes simplicity and ...
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
Its aptitude test which is easy. most of the candidate can pass
Sankey Solutions interview questions for designations
Give 2 codes and we have to write a logic
A recursion program is a function that calls itself until a base case is reached.
Identify the base case and write the code to handle it
Write the recursive case that calls the function with a modified input
Ensure the recursive case moves towards the base case
Example: Factorial function: function factorial(n) { if (n === 0) { return 1; } else { return n * factorial(n-1); } }
Example: Fibonacci sequence: function fibonacci
Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.
Common aggregate functions include SUM, AVG, COUNT, MAX, and MIN.
SUM calculates the total of a set of values.
AVG calculates the average of a set of values.
COUNT counts the number of values in a set.
MAX returns the highest value in a set.
MIN returns the lowest value in a set.
Get interview-ready with Top Sankey Solutions Interview Questions
I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.
To find the 2nd highest salary, use a subquery to select the max salary that is not the highest.
Use a subquery to find the maximum salary that is not the highest
Select the maximum salary from the table where the salary is less than the highest salary
Order the results in descending order and limit the result to the second row
I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 2 interview rounds.
Answering the question of writing name 100 times without using any loop.
Write your name 100 times manually
Use copy-paste feature to write your name multiple times
Use a script or program to generate your name 100 times
Remove duplicates from an array
Use a loop to iterate through the array
Use a hash table to keep track of unique values
If a value is already in the hash table, remove it from the array
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
2 coding questions
Top trending discussions
based on 11 interviews
1 Interview rounds
based on 77 reviews
Rating in categories
Solution Analyst
256
salaries
| ₹2.3 L/yr - ₹9.3 L/yr |
Software Developer
35
salaries
| ₹3 L/yr - ₹9.9 L/yr |
Solution Lead
24
salaries
| ₹5 L/yr - ₹11 L/yr |
UI/UX Designer
12
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Full Stack Developer
10
salaries
| ₹2.9 L/yr - ₹4 L/yr |
TCS
Infosys
Wipro
HCLTech