Upload Button Icon Add office photos

Filter interviews by

TIAA Global Business Services Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top TIAA Global Business Services Interview Questions and Answers

View all 22 questions

TIAA Global Business Services Interview Experiences

Popular Designations

50 interviews found

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

Interview Questionnaire 

3 Questions

  • Q1. Partitioning and Bucketing in hive with examples
  • Ans. 

    Partitioning and bucketing are techniques used in Hive to improve query performance.

    • Partitioning divides data into smaller, more manageable parts based on a specific column.

    • Bucketing further divides data into equal-sized buckets based on a hash function.

    • Partitioning and bucketing can be used together to optimize queries.

    • Example: Partitioning by date column and bucketing by user ID column in a user activity log table.

  • Answered by AI
  • Q2. SQL questions in a given scenario
  • Q3. Spark framework, dataframes, spark streaming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while you answer. It's okay to say you don't know the answer but saying false answer is a bad approach.

Skills evaluated in this interview

Big Data Engineer Interview Questions asked at other Companies

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Coding questions on linked list
  • Q2. Spring boot and angular 8
  • Q3. Design patterns and micro service architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Read from hacker rank and leet Code for coding questions

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 (38)

Interview Questionnaire 

1 Question

  • Q1. Finance Domain, Experience related

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. They just asked me to send us for resume. Nothing wlae happen.

Reporting Analyst Interview Questions asked at other Companies

Q1. What is your CTC ? What is your expectation
View answer (4)

TIAA Global Business Services interview questions for popular designations

 Associate

 (6)

 Financial Analyst

 (3)

 Senior Associate

 (3)

 Senior Software Engineer

 (3)

 Trainee

 (3)

 Analyst

 (2)

 Business Analyst

 (2)

 Software Developer

 (2)

Interview Questionnaire 

1 Question

  • Q1. NPV, IRR, RWA, IAS, CET1, KPI, Customer Balance Walk.

Finance/Budgeting Manager Interview Questions asked at other Companies

Q1. If company has policy to pay no kickbacks and a truck loaded with chocolates worth of rs 25 lacs of company was caught by govt officials without any deficiency but they do not agree to release the truck unless they are paid an small amount ... read more
View answer (4)

Get interview-ready with Top TIAA Global Business Services Interview Questions

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me something apart from your CV and how can you define yourself to fit int

Interview Preparation Tips

Interview preparation tips for other job seekers - Never entertain them with a repetative answer of yours try to mention all your key areas relevent to what you have mentioned and with a confirmation that what you have mentioned that jwel well with you personality. Try to mold the answer that's create an impression on and with a smile that's shows your willingness and posterity.

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

Jobs at TIAA Global Business Services

View all

Associate Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2020

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They will all the Questions related to technologies which you mentioned in the resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well in basic part. Go through the job description before attending the interview. Concentrate more on JD and prepare according to that only. Be honest in the interview to be give any false comment

Associate Interview Questions asked at other Companies

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

QA Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2019

I applied via Recruitment Consultant and was interviewed in Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java, TestNg, Selenium, Framerwork Agile

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst interview experience I have had in my career so far. I had given total 4 interviews at the TIAA Vikhroli Office. After all rounds there was an HR discussion and HR spoke about how my interviews were positive and they would release the offer within days. After 1 month of follow up I learnt from the consultant that they are hiring some one internally.
Problem with this is ethical. If you are interviewing a candidate YOU SHOULD NOT GIVE FALSE PROMISES. Candidate is investing his/her time, money and emotions in it. Another issue is atleast inform the candidate graciously about the feedback irrespective of it being positive and negative.
Its these kinds of things that builds companies reputation and so far in India TIAA SUCKS.

QA Interview Questions asked at other Companies

Q1. Problem Statement - Ringa Ringa Roses There are bunch of kids (n) who are standing in a circle and reciƟng a rhyme (having m words). Each kid recites only a single word from the rhyme and then the next kid recites the next word. The kid who... read more
View answer (4)

Interview Questionnaire 

1 Question

  • Q1. TIAA Telephonic 30min (Round 1) - for senior developer and lead. -------------------------------------------------------------------------------------------------- Java-- what is run time polymorphism what...

Interview Preparation Tips

Round: Technical Interview
Experience: TIAA test/interview 90min
-----------------------------------------------------------------------------------------
1- write a program for singleton pattern (consider multithreading).
2- write a program to read a text file and find count of each word in text file
3- DB Query--
a- write a query to get employee with highest salary in each department
b- write a query to get all department which do not have any employee
c- write a query to find employee whose salary greater then max salary of 'digital' department.

4- write a jquery to change background color of each even and odd row of a table

5- write a web service using JAX-RS
a- get list of employee for given deptid
b- get employee details for given employee_id

5- write a program for factory pattern using below given input
db- Oracle, mysql, mssql
connectionType- secure , non-secure

6- write a method which will return list of coin and count of each coin for amount rs 23.
available coins- 10, 5, 2,1
input- 23
output- 10x2, 2x1, 1x1

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 (1)

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: Questions about database and programming

Round: HR Interview
Tips: Be specific

Skills: Attitude
College Name: Cummins College Of Engineering For Women (CCOEW)

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 (38)

TIAA Global Business Services Interview FAQs

How many rounds are there in TIAA Global Business Services interview?
TIAA Global Business Services interview process usually has 2-3 rounds. The most common rounds in the TIAA Global Business Services interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for TIAA Global Business 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 TIAA Global Business Services. The most common topics and skills that interviewers at TIAA Global Business Services expect are Technology Operations, Information Technology, Coding, Testing and Operations.
What are the top questions asked in TIAA Global Business Services interview?

Some of the top questions asked at the TIAA Global Business Services interview -

  1. design a html page with a button to print text when clic...read more
  2. Do you know design patterns? Please describe a few and their use cas...read more
  3. What is your experience with system design & architectur...read more
How long is the TIAA Global Business Services interview process?

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

Tell us how to improve this page.

TIAA Global Business Services Interview Process

based on 35 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Bajaj Finance Interview Questions
4.0
 • 297 Interviews
View all

TIAA Global Business Services Reviews and Ratings

based on 584 reviews

3.9/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

4.0

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 584 Reviews and Ratings
Associate
543 salaries
unlock blur

₹10 L/yr - ₹30.4 L/yr

Analyst
455 salaries
unlock blur

₹4.3 L/yr - ₹18 L/yr

Senior Associate
310 salaries
unlock blur

₹14 L/yr - ₹42.5 L/yr

Software Developer
210 salaries
unlock blur

₹6.5 L/yr - ₹19.5 L/yr

Associate Director
154 salaries
unlock blur

₹23 L/yr - ₹60 L/yr

Explore more salaries
Compare TIAA Global Business Services with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

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