Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TIAA Global Business Services Team. If you also belong to the team, you can get access from here

TIAA Global Business Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TIAA Global Business Services Senior System Administrator Interview Questions and Answers

Updated 6 Feb 2023

TIAA Global Business Services Senior System Administrator Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2022. There were 5 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 

(1 Question)

  • Q1. It was related to your previous work experience and some of them related to Citrix VDI, Office 365, Windows 11
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to your previous organisations, experience and new technologies
Round 4 - One-on-one 

(1 Question)

  • Q1. This was with the senior director of the IT Infrastructure where they check your ability to work in difficult condition and your feature plans for the role
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion, Background Verification process, Company provided benifit guide

Interview Preparation Tips

Interview preparation tips for other job seekers - Read on Mac OS Support Windows Support and Administrative part and most importantly get the knowledge of Citrix VDI

Interview questions from similar companies

I applied via Referral and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on investment banking operations and the IT department associate with that. Since I was hired for governance team I was asked about some data related queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a commanding communication skills and walk with the confidence. Always believe in yourself and don't tie your ambition with emotions.

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Be clear with your basics
Round 2 - Technical 

(1 Question)

  • Q1. Maven basics, Design Patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your basics and be confident

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 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 

(1 Question)

  • Q1. Project related interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Asked some questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended for manual testing. I was little easy

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your 1 project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Java 8 features
  • Q2. Transaction management in Java
  • Ans. 

    Transaction management in Java involves managing database transactions to ensure data integrity and consistency.

    • Use JDBC or JPA for transaction management

    • Begin a transaction with 'beginTransaction()' method

    • Commit the transaction with 'commit()' method

    • Rollback the transaction with 'rollback()' method

  • Answered by AI
  • Q3. Api design using Spring boot
  • Ans. 

    Api design using Spring boot involves creating RESTful APIs with Spring framework for efficient communication between client and server.

    • Use @RestController annotation to define RESTful web services

    • Utilize @RequestMapping annotation to map HTTP requests to specific handler methods

    • Implement request and response bodies using @RequestBody and @ResponseBody annotations

    • Leverage Spring Boot's auto-configuration and embedded s

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Design patterns and its usages
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Some common design patterns include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has a specific purpose and can be applied in different scenarios.

    • Understanding design patterns can improve code quality and make development more efficient.

  • Answered by AI
  • Q2. System design interview questions

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Apr 2022. There were 3 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. Loop in linked list
  • Ans. 

    A loop in a linked list occurs when a node points to a previously visited node.

    • To detect a loop, use two pointers - slow and fast. Move slow by one node and fast by two nodes. If they meet, there is a loop.

    • To remove a loop, use the same two pointers approach to find the loop node. Then, move one pointer to the head and both pointers by one node until they meet at the loop start. Set the next of the last node to NULL.

    • A ...

  • Answered by AI
  • Q2. 12 factors of Micro services
  • Ans. 

    Microservices are small, independent services that work together to form a larger application.

    • Decentralized architecture

    • Loosely coupled services

    • Independent deployment

    • Resilience

    • Scalability

    • Flexibility

    • Composability

    • Autonomy

    • Continuous delivery

    • Domain-driven design

    • API-based communication

    • Containerization

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in technical

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Analytics case study

Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you want to change roles
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. What technologies are you familiar with
  • Ans. 

    I am familiar with a wide range of technologies including programming languages, databases, cloud services, and development tools.

    • Programming languages (e.g. Java, Python, C++)

    • Databases (e.g. MySQL, MongoDB, Oracle)

    • Cloud services (e.g. AWS, Azure, Google Cloud)

    • Development tools (e.g. Git, Jenkins, Docker)

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

TIAA Global Business Services Interview FAQs

How many rounds are there in TIAA Global Business Services Senior System Administrator interview?
TIAA Global Business Services interview process usually has 5 rounds. The most common rounds in the TIAA Global Business Services interview process are One-on-one Round, Resume Shortlist and Technical.

Tell us how to improve this page.

TIAA Global Business Services Senior System Administrator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
BNP Paribas Interview Questions
3.8
 • 181 Interviews
View all
TIAA Global Business Services Senior System Administrator Salary
based on 5 salaries
₹16.5 L/yr - ₹18 L/yr
90% more than the average Senior System Administrator Salary in India
View more details

TIAA Global Business Services Senior System Administrator Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Associate
551 salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Analyst
446 salaries
unlock blur

₹4.5 L/yr - ₹19 L/yr

Senior Associate
302 salaries
unlock blur

₹14 L/yr - ₹45.5 L/yr

Software Developer
209 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Associate Director
155 salaries
unlock blur

₹23 L/yr - ₹60 L/yr

Explore more salaries
Compare TIAA Global Business Services with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

American Express

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