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 for Freshers

Updated 10 Jul 2025
Popular Designations

27 Interview questions

A Business Analyst was asked 2mo ago
Q. How would you approach solving a vehicle leasing problem?
Ans. 

Analyzing vehicle leasing involves understanding costs, customer needs, and market trends to optimize leasing strategies.

  • Identify customer segments: e.g., businesses vs. individuals.

  • Analyze leasing costs: e.g., depreciation, maintenance, insurance.

  • Evaluate market trends: e.g., demand for electric vehicles.

  • Consider lease terms: e.g., duration, mileage limits.

  • Assess competitive landscape: e.g., pricing strategies of...

View all Business Analyst interview questions
A Software Developer was asked 2mo ago
Q. Write a function that reverses a string. The input string is given as an array of characters s.
Ans. 

Reversing a string involves rearranging its characters in the opposite order, which can be done using various programming techniques.

  • Using Built-in Functions: Many programming languages have built-in functions to reverse strings. For example, in Python: `reversed_string = original_string[::-1]`.

  • Using Loops: You can manually reverse a string by iterating through it in reverse order. Example in Java: `for (int i = s...

View all Software Developer interview questions
A Software Developer was asked 2mo ago
Q. Create a stack using C++.
Ans. 

A stack in C++ can be implemented using arrays or linked lists, following LIFO (Last In, First Out) principle.

  • Define a class Stack with private members for the array and top index.

  • Implement push() to add elements: if top < maxSize, increment top and assign value.

  • Implement pop() to remove elements: if top >= 0, return array[top--].

  • Implement peek() to view the top element without removing it.

  • Check for underflo...

View all Software Developer interview questions
A Data Engineer was asked 3mo ago
Q. What are the differences between truncate, drop, and delete commands?
Ans. 

Truncate, Drop, and Delete are SQL commands for managing data, differing in scope and impact on database structure.

  • TRUNCATE: Removes all rows from a table but retains the structure. Example: 'TRUNCATE TABLE employees;'

  • DROP: Deletes the entire table and its structure from the database. Example: 'DROP TABLE employees;'

  • DELETE: Removes specific rows based on a condition but keeps the table structure. Example: 'DELETE ...

View all Data Engineer interview questions
A Data Engineer was asked 3mo ago
Q. What is RDBMS?
Ans. 

RDBMS stands for Relational Database Management System, a software for managing relational databases.

  • Data is stored in tables, which consist of rows and columns.

  • Supports SQL (Structured Query Language) for querying and managing data.

  • Ensures data integrity and supports ACID properties (Atomicity, Consistency, Isolation, Durability).

  • Examples include MySQL, PostgreSQL, Oracle Database, and Microsoft SQL Server.

  • Allows...

View all Data Engineer interview questions
An Analyst was asked 7mo ago
Q. 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

View all Analyst interview questions
An Analyst was asked 7mo ago
Q. What are 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.

View all Analyst interview questions
Are these interview questions helpful?
A French Expert was asked
Q. Name two authors from a French literary movement.
Ans. 

Gustave Flaubert and Emile Zola are two prominent authors from the literary movement in France.

  • Gustave Flaubert is known for his novel 'Madame Bovary' which is considered a masterpiece of realism.

  • Emile Zola is famous for his series of novels called 'Les Rougon-Macquart' which explores the impact of heredity and environment on characters.

View all French Expert interview questions
A Software Engineer was asked
Q. How do you swap two numbers without using a third variable?
Ans. 

Swap two numbers using arithmetic operations without a third variable.

  • Use addition and subtraction: a = a + b; b = a - b; a = a - b.

  • Example: a = 5, b = 3; after operations, a = 3, b = 5.

  • Use XOR bitwise operation: a = a ^ b; b = a ^ b; a = a ^ b.

  • Example: a = 5 (0101), b = 3 (0011); after operations, a = 3, b = 5.

View all Software Engineer interview questions
A Software Developer was asked
Q. How would you implement merge sort on a linked list?
Ans. 

Merge sort is a divide-and-conquer algorithm that efficiently sorts linked lists by recursively splitting and merging them.

  • 1. Split the linked list into two halves using the slow and fast pointer technique.

  • 2. Recursively sort each half until the base case (single node) is reached.

  • 3. Merge the two sorted halves back together by comparing node values.

  • 4. Ensure to handle edge cases like empty lists or single-node lis...

View all Software Developer interview questions

Societe Generale Global Solution Centre Interview Experiences for Freshers

39 interviews found

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

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. What is web socket, hooks, JavaScript basic coding question
  • Q2. CSS, unit testing, react query
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected
  • Q1. Given an assignment to solve the vehicle leasing problem
  • Ans. 

    Analyzing vehicle leasing involves understanding costs, customer needs, and market trends to optimize leasing strategies.

    • Identify customer segments: e.g., businesses vs. individuals.

    • Analyze leasing costs: e.g., depreciation, maintenance, insurance.

    • Evaluate market trends: e.g., demand for electric vehicles.

    • Consider lease terms: e.g., duration, mileage limits.

    • Assess competitive landscape: e.g., pricing strategies of comp...

  • Answered by AI
  • Q2. Previous work experience and what you streamlined over there
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

Live coding, logical reasoning on pyspark questions

convert date in string format to date format " YYYY-MM-DD 00:00:00" to YYYY/MM/DD

Interview Preparation Tips

Interview preparation tips for other job seekers - analyse Depths, lengths and breadths of job description.. speak to recruiter get an elaborate job description.
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 Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

There are some general programming questions as well as the reasoning problems in the first round they are likely to be easier.

Round 2 - Technical 

(3 Questions)

  • Q1. Derive this problem statement
  • Q2. How do you approach this problem
  • Q3. Tell me more about the project in your resume
Round 3 - Behavioral 

(2 Questions)

  • Q1. Application level questions
  • Q2. Role related questions
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family that values support, creativity, and education, which has shaped who I am today.

    • My parents are both educators, instilling a love for learning in my siblings and me.

    • I have two siblings; my older sister is a graphic designer, and my younger brother is studying computer science.

    • Family gatherings are a big deal for us, often filled with laughter, games, and sharing our latest achievements.

  • Answered by AI
  • Q3. Tell me about your hobbies apart from technical things

Interview Preparation Tips

Interview preparation tips for other job seekers - Im sharing the experience of the interview for the fresher role.
Prepare well for the test with the core concepts oops concepts be up to date with your resume.
You can expect most of the questions based on your resume.
Have some good knowledge about cloud technologies and problem solving.
Don't get panic and enjoy the process.

French Expert Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

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

(2 Questions)

  • Q1. Name two authors from the literary movement in France
  • Ans. 

    Gustave Flaubert and Emile Zola are two prominent authors from the literary movement in France.

    • Gustave Flaubert is known for his novel 'Madame Bovary' which is considered a masterpiece of realism.

    • Emile Zola is famous for his series of novels called 'Les Rougon-Macquart' which explores the impact of heredity and environment on characters.

  • Answered by AI
  • Q2. Describe your role in previous organisation.
Round 2 - HR 

(1 Question)

  • Q1. Culture difference between india and France
  • Ans. 

    India and France have significant cultural differences in terms of language, cuisine, traditions, and social norms.

    • Language: India has hundreds of languages and dialects, while France primarily speaks French.

    • Cuisine: Indian cuisine is known for its use of spices and vegetarian dishes, while French cuisine is famous for its cheeses, wines, and pastries.

    • Traditions: India has a rich history of festivals and rituals, while...

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

Easy to Medium difficulty with Aptitude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Merge Sort was asked
  • Q2. Merge sort in a linked list was asked as follow up
  • Ans. 

    Merge sort is a divide-and-conquer algorithm that efficiently sorts linked lists by recursively splitting and merging them.

    • 1. Split the linked list into two halves using the slow and fast pointer technique.

    • 2. Recursively sort each half until the base case (single node) is reached.

    • 3. Merge the two sorted halves back together by comparing node values.

    • 4. Ensure to handle edge cases like empty lists or single-node lists.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS and core Java were asked (Easy only)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know something let the interviewer know so he can ask a different question.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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 for freshers?
Societe Generale Global Solution Centre interview process for freshers usually has 2-3 rounds. The most common rounds in the Societe Generale Global Solution Centre interview process for freshers are Technical, One-on-one Round and Coding Test.
How to prepare for Societe Generale Global Solution Centre interview for freshers?
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 Internal Audit, Articleship, Audit Report, Auditing and Ca.
What are the top questions asked in Societe Generale Global Solution Centre interview for freshers?

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

  1. What is the difference between SQL and NoSQL? Why MongoDB and not MySQ...read more
  2. What is a linked list ? How does it works in Jav...read more
  3. Explain what is a deadlock ?how to avoid it ? What different algorithm are ther...read more
What are the most common questions asked in Societe Generale Global Solution Centre HR round for freshers?

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

  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

3.9/5

based on 29 interview experiences

Difficulty level

Easy 10%
Moderate 90%

Duration

Less than 2 weeks 91%
2-4 weeks 5%
4-6 weeks 5%
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