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

Clear (1)

Societe Generale Global Solution Centre Software Engineering Specialist Interview Questions, Process, and Tips

Updated 28 Oct 2024

Top Societe Generale Global Solution Centre Software Engineering Specialist Interview Questions and Answers

View all 8 questions

Societe Generale Global Solution Centre Software Engineering Specialist Interview Experiences

19 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java questions, spring boot
  • Q2. Microservices, devops, react js

Software Engineering Specialist Interview Questions Asked at Other Companies

asked in LTIMindtree
Q1. Explain Python Data Structures and advantages and some difference ... read more
asked in LTIMindtree
Q2. List - Stores all types of elements Array - Stores one type of el ... read more
asked in LTIMindtree
Q3. What are analytical functions, what is the difference between ran ... read more
asked in LTIMindtree
Q4. What is the word count problem, and how can it be solved using Ja ... read more
asked in BT Group
Q5. Design a system which is flowing lacs of records per day consider ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Coding Test 

One python question was given

Round 2 - Technical 

(2 Questions)

  • Q1. Write an SQL query
  • Ans. 

    SQL query to retrieve all employees from a specific department

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected

    • Use WHERE clause to filter by department

  • Answered by AI
  • Q2. Questions on Cloud Platform

Skills evaluated in this interview

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

First round is basically coding and ds algo

Round 2 - Coding Test 

It also consists of coding and project related questions, and questions related to previous experiences

Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous experience
  • Q2. Some general questions

Societe Generale Global Solution Centre interview questions for designations

 Software Specialist

 (1)

 Senior Software Specialist

 (1)

 Technical Specialist

 (1)

 Specialist Programmer

 (1)

 Software Engineer

 (33)

 Software Developer

 (12)

 Senior Software Engineer

 (8)

 Lead Software Engineer

 (3)

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

(1 Question)

  • Q1. Java 8 Multithreading React basics
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to work in pressurized environment. Handling priority production bugs
  • Ans. 

    To work in a pressurized environment and handle priority production bugs, one must prioritize tasks, communicate effectively, stay calm under pressure, and seek help when needed.

    • Prioritize tasks based on their impact on the production environment

    • Communicate effectively with team members and stakeholders to understand the urgency and impact of the bugs

    • Stay calm under pressure and avoid making hasty decisions

    • Break down c...

  • Answered by AI
  • Q2. Managerial Questions

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

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

(2 Questions)

  • Q1. What are Solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI
  • Q2. Fundamentals of .netcore
  • Ans. 

    Fundamentals of .NET Core include cross-platform compatibility, high performance, and open-source framework.

    • Cross-platform compatibility allows .NET Core applications to run on Windows, macOS, and Linux.

    • High performance is achieved through features like just-in-time compilation and efficient memory management.

    • Open-source framework encourages community contributions and rapid development.

    • Support for modern development p...

  • Answered by AI

Software Engineering Specialist Jobs at Societe Generale Global Solution Centre

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

(1 Question)

  • Q1. Normal Planisware question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Terraform docker kubernetes
Round 2 - One-on-one 

(1 Question)

  • Q1. Uses cases about kubernetes docker
  • Ans. 

    Kubernetes and Docker are popular tools for containerization and orchestration of applications.

    • Kubernetes is a container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Docker is a containerization platform that allows developers to package applications and their dependencies into a standardized unit for software development.

    • Use cases for Kubernetes and Docker...

  • Answered by AI

Skills evaluated in this interview

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 Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Desing a secure rest API
  • Ans. 

    Designing a secure REST API involves implementing authentication, authorization, encryption, and input validation.

    • Use HTTPS to encrypt data in transit

    • Implement OAuth or JWT for authentication and authorization

    • Validate and sanitize input to prevent injection attacks

    • Limit access to sensitive data with role-based access control

  • Answered by AI
  • Q2. How hasmap works internally
  • Ans. 

    HashMap works internally by using a hash function to map keys to their corresponding values in an array of linked lists.

    • HashMap uses a hash function to determine the index of the key-value pair in the array.

    • Collisions can occur when multiple keys hash to the same index, which is resolved by using linked lists at each index.

    • When retrieving a value, the hash function is used to find the correct index and then the linked ...

  • Answered by AI
  • Q3. Microservices desing pattern
Round 2 - Technical 

(2 Questions)

  • Q1. What is major contribution you have done in project
  • Ans. 

    I developed a new algorithm for optimizing database queries, resulting in a 30% increase in performance.

    • Designed and implemented a new algorithm for optimizing database queries

    • Conducted performance testing to measure the impact of the new algorithm

    • Achieved a 30% increase in performance compared to the previous method

  • Answered by AI
  • Q2. How you resolved conflict with other teammate
  • Ans. 

    I resolved conflicts with teammates by actively listening, finding common ground, and seeking a mutually beneficial solution.

    • Actively listen to the other person's perspective

    • Communicate openly and honestly about concerns

    • Find common ground and areas of agreement

    • Seek a mutually beneficial solution

    • Involve a mediator if necessary

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Coding questions will be in data structures and algorithms. Mostly from binary tree, linked list, and tree map. Interviewer will ask depth about space and time complexity

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. Executor service in java 2. String array coding questions 3. Design pattern with industry example (in your current project) 4. Async communication between microservices 5. Event based architecture 6...
  • Q2. 12. Spring boot annotations ( you probably never heard ) like sneakythrows 13. Integration test
Round 3 - Technical 

(1 Question)

  • Q1. Manager round most of the question are scenario based like conflict management, stakeholders management, product support, impact in production delivery
Round 4 - HR 

(1 Question)

  • Q1. Even hr will ask behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your core skills .
Scenario based questions so answer efficiency.
Contribute & help others!
anonymous
You can choose to be anonymous

Societe Generale Global Solution Centre Interview FAQs

How many rounds are there in Societe Generale Global Solution Centre Software Engineering Specialist 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 Resume Shortlist.
How to prepare for Societe Generale Global Solution Centre Software Engineering Specialist 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 Information Technology, SQL, Agile, Java and Software Engineering.
What are the top questions asked in Societe Generale Global Solution Centre Software Engineering Specialist interview?

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

  1. How to work in pressurized environment. Handling priority production b...read more
  2. How hasmap works interna...read more
  3. What are Solid princip...read more

Recently Viewed

INTERVIEWS

Mphasis

No Interviews

INTERVIEWS

Societe Generale Global Solution Centre

No Interviews

SALARIES

Societe Generale Global Solution Centre

INTERVIEWS

Infosys BPM

No Interviews

REVIEWS

Societe Generale Global Solution Centre

No Reviews

INTERVIEWS

Societe Generale Global Solution Centre

No Interviews

INTERVIEWS

Societe Generale Global Solution Centre

No Interviews

JOBS

WNS

No Jobs

INTERVIEWS

Mphasis

No Interviews

INTERVIEWS

Societe Generale Global Solution Centre

100 top interview questions

Tell us how to improve this page.

Societe Generale Global Solution Centre Software Engineering Specialist Interview Process

based on 15 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
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
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
NTT Data Interview Questions
3.9
 • 614 Interviews
View all
At par with the average Software Engineering Specialist Salary in India
View more details

Societe Generale Global Solution Centre Software Engineering Specialist Reviews and Ratings

based on 164 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.5

Salary

4.3

Job security

3.9

Company culture

2.9

Promotions

3.7

Work satisfaction

Explore 164 Reviews and Ratings
Specialist Software Engineer SPARK

Bangalore / Bengaluru

4-8 Yrs

₹ 6.5-30.23 LPA

Specialist Software Engineer Devops

Bangalore / Bengaluru

4-7 Yrs

₹ 6.5-32 LPA

Specialist Software Engineer - Java

Bangalore / Bengaluru

4-7 Yrs

₹ 6.5-32 LPA

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