Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalData Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

GlobalData Senior Software Engineer Interview Questions and Answers

Updated 15 Sep 2024

GlobalData Senior Software Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between function and stored procedure
  • Ans. 

    Functions return a single value, while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value, while stored procedures can return multiple values.

    • Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.

    • Functions cannot have output parameters, while stored procedures can have output parameters.

    • Functions cannot modify server ...

  • Answered by AI
  • Q2. How to implement custom exception in MVC
  • Ans. 

    Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.

    • Create a new class that inherits from Exception class

    • Override the constructor to pass a custom message to the base Exception class

    • Throw the custom exception in the MVC controller or service layer

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. I was asked based on scenarios, all were practical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join as a contractor. Join only if you are permanent with Deloitte.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They will ask some simple algorithmic questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Very friendly face to face interview simple questions will be asked base on your level of expertise

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java memory management
  • Q2. Spring boot basics
  • Q3. Classloaders in java
  • Ans. 

    Classloaders are responsible for loading classes into the JVM at runtime.

    • Java has three built-in classloaders: bootstrap, extension, and system.

    • Custom classloaders can be created to load classes from non-standard sources.

    • Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.

    • Classloaders can be used for dynamic class loading and hot-s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics very well and solve various coding challenges

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java basics, String, logic coding (for loop sand if conditions), arrays.
  • Q2. AWS basics - VPC, Subnet, Step functions, ELB
Round 3 - Behavioral 

(2 Questions)

  • Q1. Trick questions, leading a team, working in a team related.
  • Q2. Having a good and friendly attitude will help.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java and AWS. Being good enough will help you clear the round. Have clarity in your answers.

I applied via Job Portal and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data Structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is totally based on Data structure snf algorithm and some java questions and system design HLD.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. 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 Resume tips
Round 2 - Aptitude Test 

Mix of coding, aptitude, java, javascript

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions on project
  • Q2. Basic SQL, Java streams questions
Round 4 - Technical 

(5 Questions)

  • Q1. Project related questions
  • Q2. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.

    • To...

  • Answered by AI
  • Q3. Design patterns I've used
  • Ans. 

    I have used design patterns such as Singleton, Factory, and Observer in my projects.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and

  • Answered by AI
  • Q4. Print whole Fibonacci series using recursion.
  • Ans. 

    Print Fibonacci series using recursion

    • Define a recursive function to calculate Fibonacci numbers

    • Base case: return 0 if n is 0, return 1 if n is 1

    • Recursive case: return sum of previous two Fibonacci numbers

    • Print each Fibonacci number in the series

  • Answered by AI
  • Q5. Show my Github projects, and the interviewer didn't even properly looked into the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare:
Core java concepts,
Well written resume with proper understanding of every project.
SQL,
Basic coding questions
Design patterns, solid etc.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how you read messages from google cloud pusub
  • Ans. 

    Reading messages from Google Cloud Pub/Sub involves creating a subscription and pulling messages from the subscription.

    • Create a subscription to a Google Cloud Pub/Sub topic

    • Use the subscription to pull messages from the topic

    • Process the messages received from the subscription

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about your past project design. you will get questioned about your choices in it

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.
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 Jun 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Monolithic and microservice architecture difference and how will you migrate.
  • Ans. 

    Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.

    • Monolithic architecture is a single, tightly coupled application where all components are interconnected.

    • Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.

    • Migrating from monolithic to microservices involves breaking ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round few technical questions followed by team building and leadership related questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Basic leadership related questions and few questions on why job change etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good, system design and cloud architecture is important. Question on DS and algo.
Contribute & help others!
anonymous
You can choose to be anonymous

GlobalData Interview FAQs

How many rounds are there in GlobalData Senior Software Engineer interview?
GlobalData interview process usually has 1 rounds. The most common rounds in the GlobalData interview process are Technical.
How to prepare for GlobalData Senior Software Engineer 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 GlobalData. The most common topics and skills that interviewers at GlobalData expect are CSS, Javascript, PHP, Wordpress and API.
What are the top questions asked in GlobalData Senior Software Engineer interview?

Some of the top questions asked at the GlobalData Senior Software Engineer interview -

  1. What is difference between function and stored proced...read more
  2. How to implement custom exception in ...read more

Recently Viewed

INTERVIEWS

CommScope

No Interviews

INTERVIEWS

FischerJordan

No Interviews

INTERVIEWS

ArcelorMittal

No Interviews

INTERVIEWS

CommScope

No Interviews

INTERVIEWS

CommScope

No Interviews

INTERVIEWS

CommScope

No Interviews

DESIGNATION

INTERVIEWS

GlobalData

No Interviews

INTERVIEWS

Infogain

No Interviews

INTERVIEWS

ArcelorMittal

No Interviews

Tell us how to improve this page.

GlobalData Senior Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
GlobalData Senior Software Engineer Salary
based on 58 salaries
₹5.7 L/yr - ₹11 L/yr
41% less than the average Senior Software Engineer Salary in India
View more details

GlobalData Senior Software Engineer Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

3.1

Salary

4.3

Job security

2.9

Company culture

3.4

Promotions

3.1

Work satisfaction

Explore 6 Reviews and Ratings
Associate Analyst
689 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
593 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
273 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Researcher
225 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Project Manager
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GlobalData with

S&P Global

4.1
Compare

Thomson Reuters

4.1
Compare

Nielsen Holdings

3.7
Compare

Gartner

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