Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sankey Solutions Team. If you also belong to the team, you can get access from here

Sankey Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sankey Solutions Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Sankey Solutions Interview Questions and Answers

View all 17 questions

Sankey Solutions Interview Experiences

Popular Designations

20 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy array string basic question two question

Round 2 - Technical 

(1 Question)

  • Q1. What is oops what are pillars of oops what is list and tuples
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present your knowledge properly

Top Sankey Solutions Solution Analyst Interview Questions and Answers

Q1. What are the Aggregate functions in sql
View answer (2)

Solution Analyst Interview Questions asked at other Companies

Q1. What are the Aggregate functions in sql
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They asked to write a pseudo code for coin denomination problem

Round 2 - Technical 

(2 Questions)

  • Q1. What is the use of devops
  • Ans. 

    DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery.

    • DevOps aims to automate and integrate the processes between software development and IT teams to build, test, and release software more quickly and reliably.

    • It involves collaboration, communication, and integration of tools to streamline the developm...

  • Answered by AI
  • Q2. How can we use javascript with css and html
  • Ans. 

    JavaScript can be used with CSS and HTML to enhance the functionality and interactivity of web pages.

    • Use JavaScript to manipulate CSS properties and styles dynamically

    • Add event listeners in JavaScript to trigger CSS changes based on user interactions

    • Use JavaScript to update HTML content based on user input or other actions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company to join

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Sankey Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It had 2 easy DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are the basics of SQL?
  • Ans. 

    SQL basics include querying databases, manipulating data, and managing database structures.

    • SQL stands for Structured Query Language

    • Used for querying databases to retrieve specific data

    • Can also be used to insert, update, and delete data in databases

    • Used for creating and modifying database structures like tables, indexes, and views

  • Answered by AI
  • Q2. What are the basics of Java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code through classes and objects

    • Java uses a syntax similar to C++, making it easy for programmers to learn if they are familiar with C-based languages

  • Answered by AI

Top Sankey Solutions Solution Analyst Interview Questions and Answers

Q1. What are the Aggregate functions in sql
View answer (2)

Solution Analyst Interview Questions asked at other Companies

Q1. What are the Aggregate functions in sql
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in

Round 1 - most of the roundn is dsa base 

(1 Question)

  • Q1. Question is base on array and string.
Round 2 - dsa round 

(1 Question)

  • Q1. Dsa questin base on dynamic pattern
  • Ans. 

    Dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems.

    • Identify the optimal substructure and overlapping subproblems in the problem

    • Use memoization or tabulation to store and reuse solutions to subproblems

    • Examples: Fibonacci sequence, Longest Common Subsequence, Knapsack problem

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Sankey Solutions interview questions for popular designations

 Solution Analyst

 (8)

 Software Developer

 (3)

 Junior Software Developer

 (2)

 UI/UX Designer

 (1)

 Software Engineer

 (1)

 HR Associate

 (1)

 Business Analyst

 (1)

 Software Trainee

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pen-paper test 1.5hr

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concept like inheritance, abstraction, Encapsulation and polymorphism
  • Q2. They asked to print numbers using recursion

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Get interview-ready with Top Sankey Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Taskes 2 technical easy questions

Round 2 - Technical 

(1 Question)

  • Q1. Hoistintg in javascript
  • Ans. 

    Hoisting in JavaScript refers to the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two coding questions were given

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview a problem statement was given it was pen and paper round
  • Q2. 2 problem statement were given based on DSA
Round 3 - HR 

(1 Question)

  • Q1. Finally HR round it was about personal experience and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice company to grow and develop skills

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Software Developer Interview Questions & Answers

user image Yogesh Padolkar

posted on 11 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Solve 2 coding questions.
Array,string type questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops, static keyword, about main method
  • Q2. Prime number, Armstrong no.
Round 3 - HR 

(2 Questions)

  • Q1. Simple discussion about academic years
  • Q2. Project just give the overview of project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on problem solving and add skills like frameworks, technologies.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

2 code and both are compulsory

Round 3 - Technical 

(2 Questions)

  • Q1. What is Polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal superclass with Dog and Cat subclasses. Both Dog and Cat can be treated as Animals.

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Animal class can be inherited by Dog class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in a cla...

  • Answered by AI

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

They take test on paper and pen

Round 3 - Technical 

(1 Question)

  • Q1. Pillars of the python
  • Ans. 

    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 ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Top Sankey Solutions Solution Analyst Interview Questions and Answers

Q1. What are the Aggregate functions in sql
View answer (2)

Solution Analyst Interview Questions asked at other Companies

Q1. What are the Aggregate functions in sql
View answer (2)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Its aptitude test which is easy. most of the candidate can pass

Round 3 - One-on-one 

(3 Questions)

  • Q1. This is one-one round as technical round which is online which is pass by luck. if you have luck to pass then you will pass. If you give all answer correctly but you don't have luck then try next company b...
  • Q2. The questions are all based on opps concepts and java or python based
  • Q3. Encapsulation, abstraction, polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck is very important to get the job here. and also oops concepts are to be hands on

Top Sankey Solutions Solution Analyst Interview Questions and Answers

Q1. What are the Aggregate functions in sql
View answer (2)

Solution Analyst Interview Questions asked at other Companies

Q1. What are the Aggregate functions in sql
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Sankey Solutions Interview FAQs

How many rounds are there in Sankey Solutions interview?
Sankey Solutions interview process usually has 2-3 rounds. The most common rounds in the Sankey Solutions interview process are Technical, Coding Test and HR.
How to prepare for Sankey Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sankey Solutions. The most common topics and skills that interviewers at Sankey Solutions expect are Javascript, Angular, PHP, Bootstrap and CSS.
What are the top questions asked in Sankey Solutions interview?

Some of the top questions asked at the Sankey Solutions interview -

  1. What are the Aggregate functions in ...read more
  2. Write your name 100 times without using any lo...read more
  3. What is oops what are pillars of oops what is list and tup...read more
How long is the Sankey Solutions interview process?

The duration of Sankey Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Sankey Solutions

No Interviews

INTERVIEWS

Digite Infotech

No Interviews

INTERVIEWS

Education Culture

No Interviews

INTERVIEWS

Accelerize 360

No Interviews

INTERVIEWS

Iris Software

No Interviews

INTERVIEWS

FinIQ Consulting

No Interviews

INTERVIEWS

Interview Kickstart

No Interviews

INTERVIEWS

FinIQ Consulting

No Interviews

INTERVIEWS

FinIQ Consulting

No Interviews

Tell us how to improve this page.

Sankey Solutions Interview Process

based on 25 interviews

Interview experience

3.5
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Sankey Solutions Reviews and Ratings

based on 161 reviews

3.9/5

Rating in categories

4.2

Skill development

3.6

Work-life balance

3.7

Salary

3.6

Job security

3.9

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 161 Reviews and Ratings
Solution Analyst
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Lead
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sankey Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview