Premium Employer

i

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

Principal Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Principal Global Services Data Analyst Interview Questions and Answers

Updated 2 Oct 2023

Principal Global Services Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me a time when you had to deal with a failure, how you tackled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient
Be confident
Be curious

Interview questions from similar companies

Analyst Interview Questions & Answers

Chubb user image Anonymous

posted on 30 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 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. What is cat modelling
  • Ans. 

    Cat modeling is a statistical method used to estimate the probability of loss due to a catastrophic event.

    • It involves analyzing historical data to identify patterns and trends in losses caused by natural disasters such as hurricanes, earthquakes, and floods.

    • The model then uses this data to predict the likelihood and severity of future losses, which helps insurance companies to price their policies accurately and manage...

  • Answered by AI
  • Q2. What do you mean by geocoding
  • Ans. 

    Geocoding is the process of converting addresses into geographic coordinates (latitude and longitude).

    • Geocoding helps in mapping and analyzing data based on location.

    • It is used in various applications like navigation, logistics, and marketing.

    • Examples of geocoding services include Google Maps API, Bing Maps API, and OpenStreetMap Nominatim API.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic cat modelling information
Primary cope information

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What are your strengths and how do you contribute to guardian?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and composed, multiple rounds and negotiate on salary always

Analyst Interview Questions & Answers

Guardian India user image Vasudha Gurumurthy

posted on 28 Jul 2023

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

I applied via Recruitment Consulltant and was interviewed before Jul 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 - HR 

(2 Questions)

  • Q1. General - about you, work experience etc
  • Q2. Willingness to work in night shifts
Round 3 - Technical 

(2 Questions)

  • Q1. They check your English basically
  • Q2. Ability to read and write English and articulate your thoughts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on investments

Round 2 - Assignment 

Company valuation to submit

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

(2 Questions)

  • Q1. What you know about data pipelines in Azure
  • Ans. 

    Data pipelines in Azure are used to automate the movement and transformation of data from various sources to destinations.

    • Data pipelines in Azure can be created using Azure Data Factory, which allows users to create, schedule, and manage data pipelines.

    • They can be used to ingest data from various sources such as databases, files, and streaming services, and load it into data warehouses or data lakes.

    • Azure Data Factory ...

  • Answered by AI
  • Q2. Logic app in Azure
  • Ans. 

    Logic Apps in Azure are a cloud service that helps you automate and orchestrate tasks, business processes, and workflows.

    • Logic Apps are used to automate workflows and integrate apps, data, systems, and services across enterprises or organizations.

    • They provide a visual designer to model and automate your process as a series of steps known as a workflow.

    • Logic Apps can connect to a wide variety of services and application...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Both Technical and Managerial questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I've cleared 2 interview rounds to get the offer from CHUBB. First round was a Technical interview and the second round was both Technical and Managerial round. The interview panel and recruiters were very good and encouraging. The onboarding process was smooth but the background verification process takes atleast a week to 10 days. After all this, I felt very happy seeing the offer from CHUBB with a good hike. All the best.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about your self?
  • Q2. What is SQL and diffrent joins in SQL?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. Different joins in SQL include inner join, outer join, left join, and right join.

    • SQL is a standard programming language for managing and manipulating relational databases.

    • Different types of joins in SQL include inner join, outer join, left join, and right join.

    • Inner join returns rows when there is at least one match in both tables.

    • Ou...

  • Answered by AI
  • Q3. How to separate portion before @ and after @ from mail using python?
  • Ans. 

    Use Python to separate portion before and after @ in an email address.

    • Use the split() method to separate the email address into two parts based on the @ symbol.

    • Access the parts using index 0 for the portion before @ and index 1 for the portion after @.

    • Example: email = 'example@email.com'; parts = email.split('@'); before = parts[0]; after = parts[1];

  • Answered by AI
  • Q4. What is the rank, Dense Rank and Row Number?
  • Ans. 

    Rank, Dense Rank, and Row Number are functions used in SQL to assign a ranking to rows in a result set.

    • Rank function assigns a unique rank to each row based on the specified column values.

    • Dense Rank function assigns a unique rank to each row without any gaps.

    • Row Number function assigns a sequential integer to each row in the result set.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice general questions like joins, commands of DML, DFL, DCL, TCL.
For python practice coding like regex, splitting of string etc.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic 10 apti question

Round 2 - Coding Test 

Basic 5 python question

Round 3 - Coding Test 

Basic 5 SQL question

Round 4 - Technical 

(1 Question)

  • Q1. They asked two python program.
Round 5 - Technical 

(1 Question)

  • Q1. They asked one SQL question
Round 6 - HR 

(1 Question)

  • Q1. Just question based on my resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regularizaion, model improvemnts
  • Q2. Hyperparameter tuning

Principal Global Services Interview FAQs

How many rounds are there in Principal Global Services Data Analyst interview?
Principal Global Services interview process usually has 2 rounds. The most common rounds in the Principal Global Services interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Principal Global Services Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Principal Global Services Let our expertise round out yours
Principal Global Services Data Analyst Salary
based on 22 salaries
₹5.5 L/yr - ₹20.8 L/yr
83% more than the average Data Analyst Salary in India
View more details

Principal Global Services Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Process Specialist
370 salaries
unlock blur

₹2.6 L/yr - ₹6.5 L/yr

Analyst
328 salaries
unlock blur

₹2.8 L/yr - ₹11.2 L/yr

Software Engineer
322 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Softwaretest Engineer
220 salaries
unlock blur

₹3.5 L/yr - ₹5.6 L/yr

Senior Software Engineer
177 salaries
unlock blur

₹12.1 L/yr - ₹23.1 L/yr

Explore more salaries
Compare Principal Global Services with

Bajaj Allianz Life Insurance

3.9
Compare

Cholamandalam MS General Insurance

3.8
Compare

Bharti AXA Life Insurance

3.8
Compare

Future Generali India Life Insurance

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