Premium Employer

i

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

Filter interviews by

Societe Generale Global Solution Centre Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Societe Generale Global Solution Centre Interview Questions and Answers

View all 133 questions

Societe Generale Global Solution Centre Interview Experiences

Popular Designations

251 interviews found

KYC Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

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

(2 Questions)

  • Q1. Tell about my self
  • Q2. Tell about my process
Round 2 - Technical 

(2 Questions)

  • Q1. Process explained
  • Q2. Banking experience
  • Ans. 

    I have 3 years of banking experience working as a KYC Analyst at XYZ Bank.

    • Performed customer due diligence to ensure compliance with regulations

    • Conducted risk assessments on new and existing clients

    • Reviewed and analyzed customer documentation for accuracy and completeness

  • Answered by AI

KYC Analyst Interview Questions asked at other Companies

Q1. 7. What is PEP? 8. Are only politicallly exposed person a threat or are there any other threats you can relate ?
View answer (1)

Lead Engineer Interview Questions & Answers

user image Mayank Upadhyaya

posted on 19 Dec 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. 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 

(3 Questions)

  • Q1. Given a list of string if number is even do plus 1 convert to odd else keep it as is and return the converted list , then write junit test cases
  • Ans. 

    Convert even numbers in a list of strings to odd by adding 1

    • Iterate through the list of strings and check if each element is a number

    • If the number is even, convert it to odd by adding 1

    • Return the modified list of strings

  • Answered by AI
  • Q2. Spring boot create a stateless microservice write CRUD api explain how will you write what will you return
  • Ans. 

    I would use Spring Boot to create a stateless microservice with CRUD API, returning appropriate responses for each operation.

    • Use @RestController annotation to define RESTful endpoints

    • Implement methods for Create, Read, Update, and Delete operations using @PostMapping, @GetMapping, @PutMapping, @DeleteMapping annotations

    • Return appropriate HTTP status codes (e.g. 200 for successful operation, 404 for not found, 400 for b...

  • Answered by AI
  • Q3. General question about ms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to create rest api in interview

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Interview asked good question 2 python question , 3 sql question, many pyspark question and lot about project

Interview Preparation Tips

Topics to prepare for Societe Generale Global Solution Centre Data Engineer interview:
  • Python
  • SQL
  • pyspark
  • Project

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test includes all basics, mathematics, and grammar. It is a multiple choice questions.

Round 2 - Coding Test 

It contain two coding with some test cases

Interview Preparation Tips

Topics to prepare for Societe Generale Global Solution Centre Softwaretest Engineer interview:
  • Management
Interview preparation tips for other job seekers - good communication with self-confidence,

Top Societe Generale Global Solution Centre Softwaretest Engineer Interview Questions and Answers

Q1. what is diff betn delete truncate drop
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Societe Generale Global Solution Centre interview questions for popular designations

 Software Engineer

 (33)

 Analyst

 (23)

 Software Engineering Specialist

 (19)

 Senior Analyst

 (17)

 Softwaretest Engineer

 (12)

 Software Developer

 (12)

 Senior Software Engineer

 (8)

 Business Analyst

 (6)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was actually easy.

Round 2 - Technical 

(1 Question)

  • Q1. It was mostly SQL questions.
Round 3 - HR 

(1 Question)

  • Q1. This round was more of a personal level and to check the confidence of the candidate.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Get interview-ready with Top Societe Generale Global Solution Centre Interview Questions

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

I applied via Naukri.com and was interviewed in Jul 2023. 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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

Jobs at Societe Generale Global Solution Centre

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Business knowledge
  • Q2. Domain knowledge

Top Societe Generale Global Solution Centre Lead Business Analyst Interview Questions and Answers

Q1. What is Counterparty Credit Risk? What is CVA and how is it calculated?
View answer (1)

Lead Business Analyst Interview Questions asked at other Companies

Q1. What is Counterparty Credit Risk? What is CVA and how is it calculated?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basics topics will be discussed
Round 2 - One-on-one 

(1 Question)

  • Q1. General discussion on Accounting and finance
Round 3 - One-on-one 

(2 Questions)

  • Q1. In depth knowledge check on derivative products
  • Q2. Swaps, kinds of swaps, journal postings for bond purchased on discounts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for for the for general accounting and finance

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Basic Java
2. Code Snippet
3. Microservices

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It wa easy , there were 20 mcq and 2 coding question .

Round 2 - One-on-one 

(1 Question)

  • Q1. In the first round of interview it was all techical based question . Topics like OOPs , Data structures were covered.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was a technical+managerial round. I was given senarious ans situations and asked for solutions for them.
Round 4 - HR 

(1 Question)

  • Q1. This was the last round , and was purely HR based.

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Societe Generale Global Solution Centre Interview FAQs

How many rounds are there in Societe Generale Global Solution Centre interview?
Societe Generale Global Solution Centre interview process usually has 2-3 rounds. The most common rounds in the Societe Generale Global Solution Centre interview process are Technical, One-on-one Round and HR.
How to prepare for Societe Generale Global Solution Centre 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 Societe Generale Global Solution Centre. The most common topics and skills that interviewers at Societe Generale Global Solution Centre expect are genetics, Trade Union, Finance, SQL and Investment Banking.
What are the top questions asked in Societe Generale Global Solution Centre interview?

Some of the top questions asked at the Societe Generale Global Solution Centre interview -

  1. What is Counterparty Credit Risk? What is CVA and how is it calculat...read more
  2. What are the documents delivered by a BA in a data migration proje...read more
  3. Which one is better - Java with DB or PL/SQL and w...read more
How long is the Societe Generale Global Solution Centre interview process?

The duration of Societe Generale Global Solution Centre interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Societe Generale Global Solution Centre Interview Process

based on 211 interviews

Interview experience

4.1
  
Good
View more
Join Societe Generale Global Solution Centre Building together, a Better & Sustainable future.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
Deutsche Bank Interview Questions
3.9
 • 361 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
BNP Paribas Interview Questions
3.8
 • 178 Interviews
View all

Societe Generale Global Solution Centre Reviews and Ratings

based on 2.4k reviews

3.8/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.4

Salary

4.1

Job security

3.8

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 2.4k Reviews and Ratings
Business Analyst - Liquidity Risk

Bangalore / Bengaluru

4-7 Yrs

₹ 16-22.63496 LPA

Big Data Lead

Bangalore / Bengaluru

7-12 Yrs

₹ 12-22 LPA

.NET Software Developer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineering Specialist
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Societe Generale Global Solution Centre with

BNP Paribas

3.8
Compare

Crédit Agricole

3.5
Compare

HSBC Group

4.0
Compare

Barclays

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