Upload Button Icon Add office photos

Filter interviews by

ICE Data Services Interview Questions and Answers for Freshers

Updated 20 Mar 2025

ICE Data Services Interview Experiences for Freshers

Popular Designations

3 interviews found

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 data associate
View answer (2)

I applied via Referral and was interviewed in May 2022. There were 4 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 - Aptitude Test 

Asked questions about accounting &finance,English,data comprehension.

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on finance topics like financial markets, derivatives and bonds etc.
Round 4 - Technical 

(1 Question)

  • Q1. Little bit depth questions about project done in our graduation/post graduation. About bonds&it's types, financial statements of company etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of finance, well prepared about the project done in graduation/post graduation.

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2023

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

I applied via Referral and was interviewed before Mar 2022. 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 - Technical 

(2 Questions)

  • Q1. Questions on bonds ?
  • Q2. Corporation actions,mutual funds, basics of accounting,derivatives ?

Interview Preparation Tips

Topics to prepare for ICE Data Services interview:
  • Corporate Actions
  • Bonds
  • Mutual Funds
  • Derivatives
  • Basics of account
Interview preparation tips for other job seekers - If you are fresher be prepared for 100s of questions they will try to cover many topics,manager round is a bit difficult

Jobs at ICE Data Services

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is multiple questions on java, SQL, spring and more focus on current working challenges, how your approach towards resolution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with technical skills and interpersonal skills as well.

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java , Spring boot , Kafka

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java 8, data structures, spring boot , microservices
  • Q2. Active mq/rabbit mq
  • Q3. JPA/jdbc queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give, worth to join netspend

I applied via Naukri.com and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# basics, api, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in c# basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. L1 technical basic C#
Round 2 - Technical 

(1 Question)

  • Q1. L2 technical basic and advance
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Data Structure based questions - medium level difficulty
  • Q2. Another DS Algo based ques on Arrays, tree, linkedlist
Round 2 - One-on-one 

(2 Questions)

  • Q1. Core java based ques
  • Q2. Logical questions

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Q. How to improve SQL performance
  • Ans. 

    Improving SQL performance involves optimizing queries, indexes, and server resources.

    • Optimize queries by reducing complexity and avoiding unnecessary joins

    • Use indexes to speed up data retrieval

    • Ensure server resources are adequate for the workload

    • Consider partitioning large tables to improve query performance

    • Use stored procedures to reduce network traffic and improve security

  • Answered by AI
  • Q2. Q.What is index,Trigger,Stored procedure
  • Ans. 

    Index, trigger, and stored procedure are database objects used to improve performance and automate tasks.

    • An index is a data structure that improves the speed of data retrieval operations on a database table.

    • A trigger is a set of instructions that automatically executes in response to certain events, such as an insert, update, or delete operation on a table.

    • A stored procedure is a precompiled set of SQL statements that ...

  • Answered by AI
  • Q3. Q.Define relationship in sql
  • Ans. 

    Relationship in SQL refers to the association between two or more tables based on common fields.

    • Relationships are established using foreign keys

    • Types of relationships include one-to-one, one-to-many, and many-to-many

    • Relationships can be visualized using ER diagrams

    • Joins are used to retrieve data from related tables

  • Answered by AI
  • Q4. Q.Define Class module in vba
  • Ans. 

    Class module is a custom object in VBA that allows you to define your own properties and methods.

    • Class modules are used to create custom objects in VBA

    • They allow you to define your own properties and methods

    • You can create instances of a class module and use them in your code

    • Class modules are useful for encapsulating complex logic and data

    • They can be used to create reusable code libraries

  • Answered by AI
  • Q5. Q.Objects in ms access
  • Ans. 

    Objects in MS Access are used to represent tables, forms, reports, and other database objects.

    • Objects are used to organize and manage data in MS Access.

    • Tables are the most basic object and store data in rows and columns.

    • Forms are used to display and edit data in a user-friendly way.

    • Reports are used to present data in a formatted and organized way.

    • Queries are used to retrieve and manipulate data from tables.

    • Modules are ...

  • Answered by AI
  • Q6. Q.What is Design view,Datasheet view in ms access
  • Ans. 

    Design view is used to create and modify database objects, while Datasheet view is used to view and edit data in tables.

    • Design view allows users to create and modify tables, queries, forms, reports, and macros.

    • Datasheet view displays data in a spreadsheet-like format and allows users to edit data directly.

    • Design view is used to set properties and define relationships between tables.

    • Datasheet view is used to sort, filte...

  • Answered by AI
  • Q7. Q. Describe joins and types in sql
  • Ans. 

    Joins are used to combine data from two or more tables in SQL. There are different types of joins.

    • Inner join returns only the matching rows from both tables

    • Left join returns all the rows from the left table and matching rows from the right table

    • Right join returns all the rows from the right table and matching rows from the left table

    • Full outer join returns all the rows from both tables

    • Cross join returns the Cartesian p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare practical question for sql

Skills evaluated in this interview

ICE Data Services Interview FAQs

How many rounds are there in ICE Data Services interview for freshers?
ICE Data Services interview process for freshers usually has 2-3 rounds. The most common rounds in the ICE Data Services interview process for freshers are Technical, Resume Shortlist and Aptitude Test.
How to prepare for ICE Data Services interview for freshers?
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 Excel, Communication Skills, Analytical, Analytical skills and Application Support.
What are the top questions asked in ICE Data Services interview for freshers?

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

  1. Capital Market (IPO -> In-depth, Underwriter, Book runner, Green-shoe Option, F...read more
  2. corporation actions,mutual funds, basics of accounting,derivative...read more
  3. Basic questions on finance topics like financial markets, derivatives and bonds...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.

ICE Data Services Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
CSC Interview Questions
3.5
 • 57 Interviews
View all

ICE Data Services Reviews and Ratings

based on 147 reviews

3.2/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.2

Salary

3.2

Job security

2.9

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 147 Reviews and Ratings
C++ Developer with Linux

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Explore more jobs
Data Researcher
117 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Reference Data Analyst
57 salaries
unlock blur

₹4.1 L/yr - ₹11.4 L/yr

Data Researcher II
30 salaries
unlock blur

₹4.5 L/yr - ₹5.8 L/yr

Data Research Analyst
27 salaries
unlock blur

₹3.7 L/yr - ₹7 L/yr

Data Researcher 3
26 salaries
unlock blur

₹4.2 L/yr - ₹9.3 L/yr

Explore more salaries
Compare ICE Data Services with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

Morningstar

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