Upload Button Icon Add office photos

ICE Data Services

Compare button icon Compare button icon Compare

Filter interviews by

ICE Data Services Interview Questions and Answers

Updated 20 Mar 2025
Popular Designations

15 Interview questions

A Data Associate was asked 4mo ago
Q. What is the difference between shares and bonds?
Ans. 

Shares represent ownership in a company, while bonds represent debt owed by a company or government.

  • Shares represent ownership in a company, giving the shareholder voting rights and potential dividends.

  • Bonds represent debt owed by a company or government, with the issuer paying interest to the bondholder.

  • Shares are typically more volatile and offer higher potential returns, while bonds are considered safer investm...

View all Data Associate interview questions
A Senior Software Engineer was asked 7mo ago
Q. What is state in React?
Ans. 

State in React is a JavaScript object that stores data and determines how a component renders and behaves.

  • State is mutable and can be updated using the setState() method

  • State should be used for data that will change over time and affect the component's rendering

  • State should not be modified directly, use setState() instead

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 7mo ago
Q. What is dependency injection?
Ans. 

Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

  • Dependency injection helps in achieving loose coupling between classes.

  • It allows for easier testing by providing mock dependencies.

  • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

View all Senior Software Engineer interview questions
A Financial Analyst was asked 12mo ago
Q. How do you process it?
Ans. 

I process financial data by analyzing trends, creating models, and providing insights for informed decision-making.

  • Gather data from various sources, such as financial statements and market reports.

  • Analyze historical data to identify trends and patterns, e.g., revenue growth over the past five years.

  • Create financial models to forecast future performance, like discounted cash flow (DCF) analysis.

  • Prepare reports and ...

View all Financial Analyst interview questions
An Azure DevOps Engineer was asked 12mo ago
Q. Explain your job role as a TFS admin.
Ans. 

TFS admin manages Team Foundation Server to support development teams in version control, build automation, and release management.

  • Responsible for setting up and configuring TFS server

  • Manage user permissions and security settings

  • Troubleshoot issues related to TFS functionality

  • Support development teams in version control, build automation, and release management

View all Azure DevOps Engineer interview questions
A Senior Software Engineer was asked
Q. What are the SOLID principles?
Ans. 

Solid concepts are fundamental principles or ideas that are well-established and widely accepted in a particular field.

  • Solid concepts provide a strong foundation for further learning and development.

  • They are essential for understanding complex topics and solving problems effectively.

  • Examples of solid concepts in software engineering include object-oriented programming, design patterns, and data structures.

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. Write code to check if a string is a palindrome.
Ans. 

Code to check if a string is a palindrome or not.

  • Iterate through the string from both ends and compare characters.

  • Use two pointers, one starting from the beginning and one from the end.

  • If characters at both pointers are equal, move both pointers towards the center.

  • If characters at any point are not equal, return false.

  • If both pointers meet in the middle, return true as the string is a palindrome.

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. What are OOPS concepts?
Ans. 

OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation d...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. How would you load text data into database systems?
Ans. 

Text data can be loaded into DB systems using various methods such as SQL INSERT statements, bulk loading, or ETL processes.

  • Use SQL INSERT statements to insert text data into the database one record at a time.

  • For large datasets, consider using bulk loading techniques like BULK INSERT or LOAD DATA INFILE.

  • ETL (Extract, Transform, Load) processes can be used to extract text data from different sources, transform it a...

View all Senior Software Engineer interview questions
An Associate was asked
Q. What are credit default swaps?
Ans. 

Credit default swaps are financial derivatives that allow investors to transfer credit risk.

  • Credit default swaps (CDS) are contracts between two parties, where one party agrees to compensate the other party in the event of a default by a third party.

  • They are used to hedge against the risk of default on loans or bonds.

  • CDS can be bought or sold, and the buyer pays regular premiums to the seller in exchange for prote...

View all Associate interview questions

ICE Data Services Interview Experiences

25 interviews found

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

(5 Questions)

  • Q1. API related questions
  • Q2. Soap, rest api details
  • Q3. XML, Json related questions
  • Q4. Prioritisation based questions
  • Q5. Case study related questions

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) with one box containing defective balls (each one of the defective balls weighs 9 gm). You are given an electronic weighing machine and only one chance to use it. How will you fi... read more
View answer (9)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is state in react
  • Ans. 

    State in React is a JavaScript object that stores data and determines how a component renders and behaves.

    • State is mutable and can be updated using the setState() method

    • State should be used for data that will change over time and affect the component's rendering

    • State should not be modified directly, use setState() instead

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Circle process related questions
  • Q2. Scripting language questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions are based on subject and work process
Round 2 - One-on-one 

(1 Question)

  • Q1. Its a manager round, questions were regarding process

Process Associate Interview Questions asked at other Companies

Q1. How would you explain a red color to a person who has been blind since birth?
View answer (22)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What are OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail...

  • Answered by AI
  • Q2. What are solid Concept
  • Ans. 

    Solid concepts are fundamental principles or ideas that are well-established and widely accepted in a particular field.

    • Solid concepts provide a strong foundation for further learning and development.

    • They are essential for understanding complex topics and solving problems effectively.

    • Examples of solid concepts in software engineering include object-oriented programming, design patterns, and data structures.

  • Answered by AI
  • Q3. Write Code for Palindrome String
  • Ans. 

    Code to check if a string is a palindrome or not.

    • Iterate through the string from both ends and compare characters.

    • Use two pointers, one starting from the beginning and one from the end.

    • If characters at both pointers are equal, move both pointers towards the center.

    • If characters at any point are not equal, return false.

    • If both pointers meet in the middle, return true as the string is a palindrome.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)

Risk Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2024

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

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

Round 1 - HR 

(1 Question)

  • Q1. Introduction and job profile
Round 2 - One-on-one 

(1 Question)

  • Q1. Job profile and chalenges
Round 3 - Group Discussion 

What r the certification and job profile

Risk Analyst Interview Questions asked at other Companies

Q1. How will you determine the factors that can be considered as risk while insuring a bike?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is TPRM and compliance?
  • Ans. 

    TPRM stands for Third-Party Risk Management, which involves assessing and managing risks associated with third-party vendors. Compliance refers to adhering to laws, regulations, and industry standards.

    • TPRM involves identifying, assessing, and mitigating risks associated with third-party vendors

    • Compliance involves following laws, regulations, and industry standards to ensure ethical and legal business practices

    • Examples ...

  • Answered by AI
  • Q2. How do you process it?
  • Ans. 

    I process financial data by analyzing trends, creating models, and providing insights for informed decision-making.

    • Gather data from various sources, such as financial statements and market reports.

    • Analyze historical data to identify trends and patterns, e.g., revenue growth over the past five years.

    • Create financial models to forecast future performance, like discounted cash flow (DCF) analysis.

    • Prepare reports and prese...

  • Answered by AI

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have $10,000 USD, including a $5,000 USD loan. You purchase two assets for $5,000 USD each, one with cash and one with the loan. How would you reflect this transaction in financial statements (cash flow, balance sheet, etc.)?
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self

Data Associate Interview Questions asked at other Companies

Q1. What do you know about the data associate role?
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Explain .Job role as a TFS admin
  • Ans. 

    TFS admin manages Team Foundation Server to support development teams in version control, build automation, and release management.

    • Responsible for setting up and configuring TFS server

    • Manage user permissions and security settings

    • Troubleshoot issues related to TFS functionality

    • Support development teams in version control, build automation, and release management

  • Answered by AI

Skills evaluated in this interview

Azure DevOps Engineer Interview Questions asked at other Companies

Q1. Explain any terraform project that I did recently also what were the variables you defined in terraform configuration, how will you access a storage account blob container from more than one subscriptions from a network standpoint, explain ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(7 Questions)

  • Q1. Capital Market (IPO -> In-depth, Underwriter, Book runner, Green-shoe Option, Face value) Types of financial Instruments/Securities available in Capital Market
  • Q2. Financial Statements
  • Q3. Merger and Acquisition
  • Q4. All types of Ratios (Especially Valuation ones like EPS, PE
  • Q5. Corporate Action (Mandatory and non-mandatory
  • Q6. Derivatives (Types)
  • Q7. Money Market (All types of Debt securities, especially bond in-depth)

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to give answers with a practical example and also try to add some additional information so that it keeps you out of the crowd.

Data Researcher Interview Questions asked at other Companies

Q1. Are you familiar with using CTRL+C and CTRL+V?
View answer (1)

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about ICE Data Services?
Ask anonymously on communities.

ICE Data Services Interview FAQs

How many rounds are there in ICE Data Services interview?
ICE Data Services interview process usually has 1-2 rounds. The most common rounds in the ICE Data Services interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for ICE Data Services 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 ICE Data Services. The most common topics and skills that interviewers at ICE Data Services expect are Java, Python, SQL, AWS and Microservices.
What are the top questions asked in ICE Data Services interview?

Some of the top questions asked at the ICE Data Services interview -

  1. How you will load text data into DB syste...read more
  2. Types of bonds they are not expecting bookish answ...read more
  3. Basis of ESG ?? Like what is esg ? What are the process of research? Nonfinan...read more
How long is the ICE Data Services interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 25 interview experiences

Difficulty level

Easy 8%
Moderate 83%
Hard 8%

Duration

Less than 2 weeks 67%
2-4 weeks 17%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

JPMorgan Chase & Co. Interview Questions
3.9
 • 786 Interviews
Morningstar Interview Questions
3.9
 • 251 Interviews
Blackrock Interview Questions
3.7
 • 99 Interviews
Mr Cooper Interview Questions
4.0
 • 91 Interviews
Synchrony Interview Questions
4.3
 • 81 Interviews
TSYS|Total System Services Interview Questions
4.1
 • 65 Interviews
Ameriprise Financial Interview Questions
3.7
 • 63 Interviews
CSC Interview Questions
3.5
 • 60 Interviews
Fidelity International Interview Questions
3.8
 • 56 Interviews
Sun Life Financial Interview Questions
4.0
 • 52 Interviews
View all

ICE Data Services Reviews and Ratings

based on 163 reviews

3.2/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.3

Salary

3.2

Job security

2.9

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 163 Reviews and Ratings
Sql Database Administrator

Hyderabad / Secunderabad

6-9 Yrs

Not Disclosed

Fullstack Developer

Pune

7-12 Yrs

Not Disclosed

Explore more jobs
Data Researcher
104 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Reference Data Analyst
62 salaries
unlock blur

₹4.1 L/yr - ₹11.4 L/yr

Data Researcher II
29 salaries
unlock blur

₹4.5 L/yr - ₹5.8 L/yr

Data Research Analyst
28 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Data Analyst
26 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Explore more salaries
Compare ICE Data Services with

Wells Fargo

3.8
Compare

Morningstar

3.9
Compare

Synchrony

4.3
Compare

Ocwen Financial Solutions

4.0
Compare
write
Share an Interview