Upload Button Icon Add office photos

SS&C TECHNOLOGIES

Compare button icon Compare button icon Compare

Filter interviews by

SS&C TECHNOLOGIES Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top SS&C TECHNOLOGIES Interview Questions and Answers

View all 129 questions

SS&C TECHNOLOGIES Interview Experiences

Popular Designations

169 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are job responsibilities of a business analyst ?
  • Q2. What is a sprint?
  • Ans. 

    A sprint is a time-boxed period during which a specific task or set of tasks must be completed.

    • Sprints are commonly used in Agile project management methodologies such as Scrum.

    • Sprints typically last 1-4 weeks, with the goal of delivering a potentially shippable product increment at the end.

    • During a sprint, a cross-functional team works together to complete the tasks identified in the sprint backlog.

    • Sprints are time-bo...

  • Answered by AI

Skills evaluated in this interview

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are different types of corporate actions
  • Ans. 

    Corporate actions are events initiated by a public company that impact its shareholders and securities.

    • Dividends - distribution of profits to shareholders

    • Stock splits - dividing existing shares into multiple shares

    • Mergers and acquisitions - combining two companies into one

    • Spin-offs - creating a new independent company from an existing one

    • Rights issues - offering existing shareholders the right to buy additional shares

  • Answered by AI

Top SS&C TECHNOLOGIES Senior Associate Interview Questions and Answers

Q1. What are golden rules of accounting and journal entries of accrual?
View answer (1)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Normal questions about lending and dealing

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Computer information
  • Q3. Family back ground

Interview Preparation Tips

Interview preparation tips for other job seekers - My last job was very great job for me

Fund Accountant Interview Questions asked at other Companies

Q1. What was the journal entry for prepaid rent which has paid at beginning of the month for the whole year and entry at the end of month ?? Which is entry affects the networth??
View answer (5)

SS&C TECHNOLOGIES interview questions for popular designations

 Senior Associate

 (37)

 Associate

 (19)

 Fund Accountant

 (8)

 Associate Manager

 (8)

 Financial Associate

 (5)

 Financial Service Associate

 (4)

 Senior Software Engineer

 (4)

 Process Associate

 (4)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design patterns
  • Q2. Coding question DSA

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top SS&C TECHNOLOGIES Interview Questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Case Study 

PM modi make in india

Round 2 - Aptitude Test 

PM modi make in india

Round 3 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a detail-oriented QA Engineer with experience in manual and automated testing.

    • Experienced in creating test plans and test cases

    • Proficient in using testing tools like Selenium and Jira

    • Strong analytical skills to identify and troubleshoot issues

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. Why do you want to join the company
  • Ans. 

    I am impressed by the company's innovative products and strong reputation in the industry.

    • I admire the company's commitment to quality and continuous improvement.

    • I am excited about the opportunity to work with a talented team of professionals.

    • I believe my skills and experience align well with the company's goals and values.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go for it

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Jobs at SS&C TECHNOLOGIES

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Reverse a string with spaces present in same position Ex: i am indian o/p:n ai dnimai
  • Ans. 

    To reverse a string with spaces present in the same position, we can split the string by spaces, reverse each word, and then join them back together.

    • Split the string by spaces to get individual words

    • Reverse each word

    • Join the reversed words back together with spaces in between

  • Answered by AI
  • Q2. Difference between put and post in sql
  • Ans. 

    PUT is used to update an existing resource in SQL, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT is used to update specific resources identified by the request URI.

    • POST is used to create new resources under the request URI.

    • PUT is ty...

  • Answered by AI
  • Q3. What is bad request in api testing
  • Ans. 

    A bad request in API testing is when the server cannot process the request due to incorrect syntax or missing parameters.

    • Bad request status code is 400

    • Common causes include missing or incorrect parameters, invalid data format, or unauthorized access

    • Examples: missing required parameters, incorrect data type in request body

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Permutations of string of length n in string of length m
  • Ans. 

    Generate all permutations of a string of length n within a string of length m.

    • Use recursion to generate all possible permutations of the string of length n.

    • Iterate through the string of length m and insert the permutations at different positions.

    • Return an array of strings containing all permutations of the string of length n within the string of length m.

  • Answered by AI
  • Q2. Count ocurrence of characters in digit
  • Ans. 

    Count occurrences of characters in a digit

    • Iterate through each digit in the input array

    • For each digit, convert it to a string and iterate through each character

    • Use a hashmap to keep track of the count of each character

  • Answered by AI
  • Q3. Find second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to get the second row after skipping the first row

    • Consider handling cases where there might be ties for the highest salary

  • Answered by AI
  • Q4. Http status in API
  • Ans. 

    HTTP status codes are used to indicate the result of a HTTP request made to an API.

    • HTTP status codes range from 1xx to 5xx, with each range representing a different type of response.

    • Some common HTTP status codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).

    • Status codes starting with 2 indicate success, 4 indicate client errors, and 5 indicate server errors.

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain about your project
  • Q2. How do you run your automation Regression scripts
  • Ans. 

    I run automation Regression scripts using a test automation framework and scheduling tools.

    • I organize regression scripts into test suites based on functionality

    • I use a test automation framework like Selenium or Appium to execute the scripts

    • I schedule the regression runs using tools like Jenkins or TeamCity

    • I analyze the test results and report any failures for further investigation

  • Answered by AI

Skills evaluated in this interview

Top SS&C TECHNOLOGIES Softwaretest Engineer Interview Questions and Answers

Q1. Reverse a string with spaces present in same position Ex: i am indian o/p:n ai dnimai
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Intern Interview Questions & Answers

user image Prajakta Khedkar

posted on 18 Sep 2024

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

Java programming questions

Round 2 - Technical 

(1 Question)

  • Q1. They asked me all about my experience and asked questions on technologies used

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Steel handraila rails rungs
  • Q2. Steel platform rungs

Interview Preparation Tips

Interview preparation tips for other job seekers - Good platform

Civil Engineer Interview Questions asked at other Companies

Q1. What is the curing formalities for our precast segment???
View answer (22)

Associate Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself Family background Cds Stock spilt Amortization Zero coupon bond Journal entry for prepaid rent High water mark Different between mf and hf Nav American options Spin off Put o...

Top SS&C TECHNOLOGIES Associate Interview Questions and Answers

Q1. What are CDS? Why should any company underwrite CDS?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

SS&C TECHNOLOGIES Interview FAQs

How many rounds are there in SS&C TECHNOLOGIES interview?
SS&C TECHNOLOGIES interview process usually has 2-3 rounds. The most common rounds in the SS&C TECHNOLOGIES interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for SS&C TECHNOLOGIES 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 SS&C TECHNOLOGIES. The most common topics and skills that interviewers at SS&C TECHNOLOGIES expect are Healthcare, Financial Services, Recruitment, Mutual Funds and C.
What are the top questions asked in SS&C TECHNOLOGIES interview?

Some of the top questions asked at the SS&C TECHNOLOGIES interview -

  1. 1. What types of break do you see in reconciliation? 2. Journal entries of prep...read more
  2. What are golden rules of accounting and journal entries of accru...read more
  3. What is high water mark in a hedge fund, corporate actions (split, spin off) , ...read more
How long is the SS&C TECHNOLOGIES interview process?

The duration of SS&C TECHNOLOGIES interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

SS&C TECHNOLOGIES Interview Process

based on 144 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
View all

SS&C TECHNOLOGIES Reviews and Ratings

based on 1.5k reviews

3.4/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.1

Salary

3.6

Job security

3.2

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 1.5k Reviews and Ratings
Senior Automation Developer

Hubli,

Mangaluru

+3

1-4 Yrs

Not Disclosed

Cloud Operations Engineer (Kubernetes & AWS)

Hyderabad / Secunderabad

1-5 Yrs

Not Disclosed

Associate - Treasury Operations

Mumbai

1-4 Yrs

Not Disclosed

Explore more jobs
Senior Associate
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
588 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
277 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SS&C TECHNOLOGIES with

Fiserv

3.0
Compare

FIS

3.9
Compare

Broadridge Financial Solutions

3.9
Compare

Wipro

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