Add office photos
Premium Employer

Providence Global Center

3.7
based on 97 Reviews
Filter interviews by

10+ SS&C TECHNOLOGIES Interview Questions and Answers

Updated 23 Jul 2024
Q1. Two Sum

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given inde...read more
Add your answer
Q2. SQL Questions

Write a query to find names of the customers who have purchased less than or equal to one product. Order the output by customer name. Given customer table with customer id and customer name , produ...read more

Add your answer
Q3. Sudoku

You are given a 9x9 sudoku. Your task is to solve sudoku and return the solution.

A sudoku is a puzzle in which players insert the numbers one to nine into a grid consisting of nine squares subdivided int...read more

Add your answer
Q4. Cycle Detection in a Singly Linked List

You have given a Singly Linked List of integers, determine if it forms a cycle or not.

A cycle occurs when a node's next points back to a previous node in the list. The li...read more

View 3 more answers
Discover SS&C TECHNOLOGIES interview dos and don'ts from real experiences
Q5. SQL Question

Query to retrieve the employee name with second maximum salary from given table (there are 3 tables Employee(ID,name), Salary(Esalary,post) , Works For(ID,Salary)).

Add your answer

Q6. In binomial distribution what happens when "n" tends to infinity?

Ans.

As n tends to infinity in binomial distribution, it approaches a normal distribution.

  • As n tends to infinity, the shape of the binomial distribution curve becomes more symmetrical.

  • The mean and variance of the binomial distribution approach the mean and variance of a normal distribution.

  • The central limit theorem states that as n approaches infinity, the distribution of sample means approaches a normal distribution.

Add your answer
Are these interview questions helpful?

Q7. How to resolve issues in workplace

Ans.

Resolve workplace issues through open communication, collaboration, and problem-solving

  • Encourage open communication between team members

  • Address conflicts promptly and professionally

  • Seek input from all parties involved in the issue

  • Collaborate on finding solutions that benefit everyone

  • Implement clear policies and procedures for resolving conflicts

  • Provide training on conflict resolution and communication skills

Add your answer

Q8. Difference between data warehouse and database

Ans.

Data warehouse is used for analysis and reporting, while database is used for transactional processing.

  • Data warehouse stores historical data for analysis, while database stores current data for transactional processing.

  • Data warehouse is optimized for read-heavy workloads, while database is optimized for write-heavy workloads.

  • Data warehouse typically involves data from multiple sources and is denormalized, while database is usually normalized for efficient storage and retrieva...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What does det(A- lamda*I) = 0 represent?

Ans.

det(A- lamda*I) = 0 represents the characteristic equation of a matrix A.

  • It represents finding the eigenvalues of matrix A.

  • It is used to solve for the values of lambda that satisfy the equation.

  • The equation is used to determine the behavior of the matrix under certain transformations.

  • Example: For a 2x2 matrix A, det(A- lamda*I) = 0 gives a quadratic equation to solve for eigenvalues.

Add your answer

Q10. SQL query to find Set difference.

Ans.

SQL query to find Set difference between two tables.

  • Use the EXCEPT keyword in SQL to find the set difference between two tables.

  • The EXCEPT keyword returns rows from the first table that are not present in the second table.

  • Example: SELECT column_name FROM table1 EXCEPT SELECT column_name FROM table2;

Add your answer

Q11. Do you follow the design system?

Ans.

Yes, I follow the design system to ensure consistency and efficiency in the UI/UX design process.

  • I consistently refer to the design system guidelines for color schemes, typography, spacing, and other design elements.

  • I collaborate with developers to ensure the design system is implemented correctly in the final product.

  • I update the design system as needed based on user feedback and design trends.

  • Following the design system helps maintain brand consistency and improves user exp...read more

Add your answer

Q12. How to tune synapse tables

Ans.

Synapse tables can be tuned by optimizing query performance and adjusting table properties.

  • Identify frequently used queries and optimize them for better performance

  • Adjust table properties such as partitioning, indexing, and compression

  • Regularly monitor and analyze table performance to identify areas for improvement

  • Consider using caching mechanisms to reduce query times

  • Collaborate with database administrators and other stakeholders to ensure optimal table performance

Add your answer

Q13. How to tune slow reports

Ans.

Slow reports can be tuned by optimizing queries, indexing tables, and reducing data retrieval.

  • Identify the slowest queries and optimize them

  • Index the tables to improve query performance

  • Reduce the amount of data retrieved by filtering or aggregating

  • Consider caching frequently accessed data

  • Use query profiling tools to identify bottlenecks

  • Upgrade hardware or database software if necessary

Add your answer

Q14. How much I know Python

Ans.

I have intermediate knowledge of Python and have used it for scripting, automation, and data analysis.

  • I have experience writing Python scripts for automating tasks in my previous roles.

  • I have used Python for data analysis and visualization using libraries like Pandas and Matplotlib.

  • I am familiar with Python's syntax, data structures, and object-oriented programming concepts.

Add your answer

Q15. Explain K2S hypothesis testing

Ans.

K2S hypothesis testing is a statistical method used to compare two groups or samples.

  • K2S hypothesis testing involves comparing the means of two groups to determine if they are significantly different.

  • It is commonly used in research studies to test the effectiveness of a new treatment or intervention.

  • The test calculates a p-value, which indicates the probability of obtaining the observed results if the null hypothesis is true.

Add your answer

Q16. What is your design process?

Ans.

My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

  • Research: Gather information about users, goals, and competitors.

  • Ideation: Brainstorm and generate ideas for design solutions.

  • Prototyping: Create low-fidelity and high-fidelity prototypes to visualize concepts.

  • Testing: Conduct usability testing to gather feedback and insights.

  • Iteration: Refine designs based on feedback and iterate until optimal solution is achi...read more

Add your answer

Q17. Data structures in python

Ans.

Data structures in Python are used to store and organize data efficiently.

  • Python has built-in data structures like lists, tuples, dictionaries, and sets.

  • Lists are ordered and mutable, tuples are ordered and immutable, dictionaries are unordered key-value pairs, and sets are unordered unique elements.

  • Data structures can be nested within each other to create complex data structures.

  • Python also has libraries like NumPy and Pandas for more advanced data structures like arrays and...read more

Add your answer

Q18. Explain about dual axis in tableau

Ans.

Dual axis in Tableau allows for combining two different measures on the same axis for better comparison.

  • Dual axis allows for comparing two measures on the same chart

  • Each measure can have its own scale, allowing for better visualization

  • Different chart types can be used for each measure, such as bars and lines

Add your answer
1
2
3
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at SS&C TECHNOLOGIES

based on 10 interviews in the last 1 year
Interview experience
3.6
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 392 Interview Questions
4.2
 • 268 Interview Questions
3.9
 • 174 Interview Questions
4.7
 • 143 Interview Questions
4.1
 • 143 Interview Questions
3.8
 • 130 Interview Questions
View all
Top Providence Global Center Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter