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 and Answers

Updated 10 Jul 2025
Popular Designations

158 Interview questions

A Java Developer was asked 5d ago
Q. What makes Java platform independent?
Ans. 

Java is platform independent due to its ability to run on any device with a Java Virtual Machine (JVM).

  • Java code is compiled into bytecode, which is platform-independent.

  • The Java Virtual Machine (JVM) interprets bytecode on any operating system.

  • This allows Java applications to run on Windows, macOS, Linux, etc., without modification.

  • Example: A Java program compiled on Windows can run on Linux without recompilation...

View all Java Developer interview questions
A Java Developer was asked 5d ago
Q. What do you know about JavaScript?
Ans. 

JavaScript is a versatile, high-level programming language primarily used for web development to create interactive and dynamic content.

  • JavaScript is an interpreted language, meaning it runs directly in the browser without the need for compilation.

  • It supports event-driven programming, allowing developers to create responsive user interfaces. Example: handling button clicks.

  • JavaScript is prototype-based, enabling i...

View all Java Developer interview questions
A Java Developer was asked 5d ago
Q. Explain method overloading in Java.
Ans. 

Method overloading in Java allows multiple methods with the same name but different parameters in a class.

  • Overloading is determined by the method's parameter list (type, number, order).

  • Example: void add(int a, int b) and void add(double a, double b).

  • Return type alone cannot be used to distinguish overloaded methods.

  • Overloaded methods can have different access modifiers.

  • Overloading improves code readability and reu...

View all Java Developer interview questions
A Java Developer was asked 5d ago
Q. What is JavaScript?
Ans. 

JavaScript is a versatile, high-level programming language primarily used for web development to create interactive and dynamic content.

  • JavaScript is an interpreted language, meaning it runs directly in the browser without the need for compilation.

  • It is an essential part of web technologies, alongside HTML and CSS, enabling dynamic content updates.

  • JavaScript supports event-driven programming, allowing developers t...

View all Java Developer interview questions
A Java Developer was asked 5d ago
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language designed for portability and performance across platforms.

  • Platform Independence: Java code can run on any device with a Java Virtual Machine (JVM). Example: Write once, run anywhere.

  • Object-Oriented: Java supports concepts like inheritance, encapsulation, and polymorphism. Example: Class and object structures.

  • Rich API: Java provides a comprehensive set of l...

View all Java Developer interview questions
A Senior Analyst was asked 2w ago
Q. Explain the KYC process.
Ans. 

KYC (Know Your Customer) is a process to verify the identity of clients to prevent fraud and ensure compliance with regulations.

  • KYC involves collecting personal information such as name, address, and date of birth.

  • Verification methods include government-issued ID checks, utility bills, and bank statements.

  • KYC is crucial for financial institutions to prevent money laundering and fraud.

  • For example, a bank may requir...

View all Senior Analyst interview questions
A Senior Data Engineer was asked 1mo ago
Q. What are the different types of joins available in Apache Spark?
Ans. 

Apache Spark supports various join types to combine DataFrames or Datasets based on keys.

  • Inner Join: Returns rows with matching keys in both DataFrames. Example: df1.join(df2, 'key', 'inner')

  • Outer Join: Returns all rows from both DataFrames, filling with nulls where there are no matches. Example: df1.join(df2, 'key', 'outer')

  • Left Join: Returns all rows from the left DataFrame and matched rows from the right. Examp...

View all Senior Data Engineer interview questions
Are these interview questions helpful?
A Senior Data Engineer was asked 1mo ago
Q. What is Slowly Changing Dimension (SCD) Type 2?
Ans. 

SCD Type 2 tracks historical changes in dimension data by creating new records for each change.

  • Maintains full history of changes in dimension attributes.

  • Each change results in a new record with a new version number.

  • Typically includes 'effective date' and 'end date' fields.

  • Example: If a customer's address changes, a new record is created with the new address and a new effective date.

  • Allows for accurate reporting ov...

View all Senior Data Engineer interview questions
A Software Engineer was asked 1mo ago
Q. What is a nested query in SQL, and how can it be combined with joins?
Ans. 

A nested query in SQL is a query within another query, often used to filter or aggregate data before joining.

  • A nested query, or subquery, is enclosed in parentheses and can return a single value or a set of values.

  • Example: SELECT * FROM employees WHERE department_id IN (SELECT id FROM departments WHERE location = 'New York');

  • Nested queries can be used in SELECT, INSERT, UPDATE, or DELETE statements.

  • Combining neste...

View all Software Engineer interview questions
A Software Engineer was asked 1mo ago
Q. What are the main concepts of Object-Oriented Programming (OOP) in Java?
Ans. 

OOP in Java focuses on concepts like encapsulation, inheritance, polymorphism, and abstraction to create modular and reusable code.

  • Encapsulation: Bundling data and methods in classes. Example: class 'Car' with attributes like 'color' and methods like 'drive()'.

  • Inheritance: Mechanism to create new classes from existing ones. Example: 'ElectricCar' inherits from 'Car'.

  • Polymorphism: Ability to use a single interface ...

View all Software Engineer interview questions

Societe Generale Global Solution Centre Interview Experiences

276 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions on Audit and latest reporting standards
  • Q2. Questions on finance processes and international accounting & reporting standards
Round 2 - One-on-one 

(2 Questions)

  • Q1. On previous work experience - achievements and failures
  • Ans. 

    Achievements include leading successful audits resulting in improved processes and cost savings. Failures include missing deadlines due to unexpected challenges.

    • Led successful audits resulting in improved processes and cost savings

    • Implemented new audit procedures that increased efficiency and accuracy

    • Received recognition for identifying and resolving major financial discrepancies

    • Missed deadlines on a few occasions due ...

  • Answered by AI
  • Q2. Functional scenarios based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025, where I was asked the following questions.

  • Q1. Filtering Student object using Java Stream API & basic Springboot questions
  • Q2. Redbus architecture

Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude has general maths, English and Finance questions very easy and it was a online aptitude test.

Round 2 - Technical 

(5 Questions)

  • Q1. Derivatives, Types of derivatives
  • Q2. What is indices
  • Ans. 

    Indices are statistical measures used to track the performance of a specific group of assets or market.

    • Indices are used to provide a snapshot of the overall market or a specific sector.

    • They are often used as benchmarks for investment performance.

    • Examples include the S&P 500, Dow Jones Industrial Average, and NASDAQ Composite.

  • Answered by AI
  • Q3. What is capital budgeting
  • Ans. 

    Capital budgeting is the process of planning and managing a firm's long-term investments.

    • Involves evaluating potential investments and deciding which ones to pursue

    • Considers factors such as cash flows, risks, and returns

    • Helps in determining the best allocation of resources for maximum profitability

    • Examples include building a new factory, purchasing equipment, or launching a new product

  • Answered by AI
  • Q4. About financial instruments
  • Q5. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and have completed multiple data analysis projects during my studies.

    • I am proficient in using statistical software such as R and Python for data analysis.

    • I have experience in conducting market research and creating reports to help businesses make informed decisions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hiring Manager Round

Tell me about yourself, internship experience, Derivatives, Shares, Debentures, Capital Budgeting case study scenario
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an aptitute round and 2 coding questions was there

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.

    • Enjoy collaborating in ag...

  • Answered by AI
  • Q2. We had discussion on projects than mentioned in my resume
  • Q3. Then he moved to DSA question in which he told to how you will insert node in doubly linked list ,I answered all correctly he appreciated me also but after 5 min one person came and told you can go . I was...

Interview Preparation Tips

Interview preparation tips for other job seekers - try to give interview as early as possible prepare basic dsa and projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

String manipulation questions easy not that much hard

Round 2 - Technical 

(2 Questions)

  • Q1. String manipulation
  • Q2. Reverse a string according to it's input
  • Ans. 

    Reverse a string based on input

    • Use a loop to iterate through the characters of the input string

    • Append each character to the beginning of a new string to reverse it

    • Return the reversed string as the output

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Consisted of 3 coding questions and an aptitude test (Quantitative + English + Basic CS Questions)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain ACID properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • Atomicity: All operations in a transaction are either completed successfully or not at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once a transaction is committed, its changes are permanen...

  • Answered by AI
  • Q2. Explain Normalisation in DBMS
Round 3 - HR 

(1 Question)

  • Q1. How will you deal with a hostile co-worker
  • Ans. 

    I would address the issue directly with the co-worker and involve a mediator if necessary.

    • Address the issue directly with the co-worker in a calm and professional manner.

    • Seek to understand the root cause of their hostility and try to find common ground.

    • Involve a mediator or HR if the situation escalates and becomes unmanageable.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you describe your project management skills?
  • Ans. 

    I have strong project management skills with experience in leading cross-functional teams and delivering projects on time and within budget.

    • Experience in creating project plans and timelines

    • Ability to effectively communicate with stakeholders and team members

    • Skilled in risk management and problem-solving

    • Proficient in using project management tools such as Asana and Jira

  • Answered by AI
  • Q2. Tell ur experience and PMP frameworks
  • Ans. 

    I have 5 years of experience managing projects using PMP frameworks.

    • Led cross-functional teams to successfully deliver projects on time and within budget

    • Implemented PMP methodologies such as risk management and stakeholder communication

    • Utilized tools like Gantt charts and critical path analysis to track project progress

    • Obtained PMP certification to enhance project management skills

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Technical Experience
  • Q2. Challenged faced
  • Q3. Solutions provided
  • Q4. Toughest Project Handled
  • Ans. 

    Developing a real-time monitoring system for a large-scale financial trading platform

    • Implemented complex algorithms to analyze market data in real-time

    • Designed a scalable architecture to handle high volume of transactions

    • Worked closely with traders and analysts to understand requirements and make necessary adjustments

    • Managed a team of developers to ensure project milestones were met

  • Answered by AI
  • Q5. Other Technical languages

Interview Preparation Tips

Interview preparation tips for other job seekers - If they feel you can fill their need then u r in
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was an online assessment containing 3 DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level array questions
  • Q2. Medium level DP questions
Round 3 - HR 

(1 Question)

  • Q1. General behavioural question about

Analyst Interview Questions & Answers

user image Tumpa Sarkar

posted on 15 Nov 2024

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself and your work
  • Q2. From resume questions were asked

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Societe Generale Global Solution Centre?
Ask anonymously on communities.

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
What are the most common questions asked in Societe Generale Global Solution Centre HR round?

The most common HR questions asked in Societe Generale Global Solution Centre interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

4.1/5

based on 237 interview experiences

Difficulty level

Easy 16%
Moderate 75%
Hard 9%

Duration

Less than 2 weeks 65%
2-4 weeks 19%
4-6 weeks 9%
6-8 weeks 5%
More than 8 weeks 2%
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.6k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
DXC Technology Interview Questions
3.7
 • 839 Interviews
View all

Societe Generale Global Solution Centre Reviews and Ratings

based on 2.7k reviews

3.7/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.3

Salary

4.0

Job security

3.7

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 2.7k Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

4-8 Yrs

₹ 7-17 LPA

Lead Software Engineer Java Fullstack

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Technical Lead Java Full Stack

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineering Specialist
2k salaries
unlock blur

₹14.4 L/yr - ₹26 L/yr

Senior Analyst
1.9k salaries
unlock blur

₹6 L/yr - ₹13.9 L/yr

Software Engineer
1.7k salaries
unlock blur

₹6.8 L/yr - ₹16 L/yr

Analyst
1.7k salaries
unlock blur

₹3.8 L/yr - ₹9.5 L/yr

Business Analyst
1.2k salaries
unlock blur

₹10.7 L/yr - ₹20.3 L/yr

Explore more salaries
Compare Societe Generale Global Solution Centre with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview