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
3.8

based on 2.3k Reviews

Filter interviews by

Societe Generale Global Solution Centre Senior Development Engineer Interview Questions and Answers

Updated 23 Nov 2021

Societe Generale Global Solution Centre Senior Development Engineer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Difference between delegate and event
  • Ans. 

    Delegate is a type that holds a reference to a method, while an event is a mechanism for communication between objects.

    • Delegate is a type that can hold a reference to a method, while an event is a mechanism for communication between objects.

    • Delegates are used to implement callbacks and event handlers, while events are used to notify subscribers when something happens.

    • Delegates can be multicast, meaning they can hold re...

  • Answered by AI
  • Q2. Write code to count number of occurrences for every character in a word
  • Ans. 

    Code to count occurrences of each character in a word

    • Create an array of size 256 to store count of each character

    • Iterate through the word and increment count for each character

    • Print the count for each character

  • Answered by AI
  • Q3. Features of latest version of c sharp
  • Ans. 

    C# 9.0 introduces new features like records, init-only setters, and top-level statements.

    • Records provide a concise syntax for defining immutable types.

    • Init-only setters allow setting properties only during object initialization.

    • Top-level statements allow writing code without a class or namespace.

    • Improved pattern matching with logical patterns and relational patterns.

    • Function pointers and improved support for native int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Inspite of answering all questions I was rejected. It was a mere time waste for me. There was no response from HR despite direct message in LinkedIn. The questions are easy and selection is biased and fixed before the interview starts.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

BAsic java and core along with sql

Round 2 - HR 

(1 Question)

  • Q1. How do express your idea or point of view?
  • Ans. 

    I express my ideas clearly and confidently through effective communication skills.

    • I use clear and concise language to convey my thoughts

    • I provide examples or evidence to support my point of view

    • I actively listen to others' perspectives and incorporate feedback into my ideas

  • Answered by AI

I applied via Company Website

Interview Questionnaire 

7 Questions

  • Q1. AEM architechture
  • Ans. Google it and you will find answer
  • Answered by Mandalika Gopal
  • Q2. Dam assets and properties
  • Q3. It is about asset management and all types of pictures, files and other stuff can be saved. Asset properties and metadata can be configured accordingly after uploading in dam.
  • Q4. Workflows and explanations
  • Ans. 

    Workflows are a series of steps that define a process. They help to streamline work and ensure consistency.

    • Workflows are used to automate processes and reduce errors

    • They can be used in various industries such as healthcare, finance, and manufacturing

    • Workflows can be visualized using flowcharts or diagrams

    • They can be customized to fit specific needs and requirements

    • Examples of workflows include employee onboarding, invo

  • Answered by AI
  • Q5. Get to know about workflows in google
  • Q6. Servlets and models explaination and difference
  • Ans. 

    Servlets are Java classes that handle HTTP requests and responses, while models are Java classes that represent data and business logic.

    • Servlets are used to handle HTTP requests and responses in web applications.

    • Models are used to represent data and business logic in web applications.

    • Servlets are part of the presentation layer, while models are part of the business layer.

    • Servlets are typically used to interact with the...

  • Answered by AI
  • Q7. Google it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and answer ball questions.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - Aptitude Test 

Verbal, reasoning,aptitude

Round 2 - Technical 

(1 Question)

  • Q1. MCQs related to CS
Round 3 - Coding Test 

2Coding questions and it was moderate level

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Game based reasoning

Round 2 - Coding Test 

2 codes are given we have to solve them in python and 2 SQL queries are given we have to solve them and finally we should develop a website using HTML, CSS and js

Round 3 - Group Discussion 

General knowledge based like Ai

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

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. Can you tell me the core concepts of Object Oriented Programming?
  • Ans. 

    Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Example: Inheritance - A 'Car'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Inner, outer joins
  • Q2. Difference between full join and union
  • Q3. About Copy activity
  • Q4. About select transformation
  • Q5. About join transformation and scd type 1

Interview Preparation Tips

Topics to prepare for Accenture Software Development Engineer interview:
  • SQL
  • Azure Data factory
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Interview 

(1 Question)

  • Q1. What is edi or explain edi and edi structure

Societe Generale Global Solution Centre Interview FAQs

What are the top questions asked in Societe Generale Global Solution Centre Senior Development Engineer interview?

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

  1. Write code to count number of occurrences for every character in a w...read more
  2. Features of latest version of c sh...read more
  3. Difference between delegate and ev...read more

Tell us how to improve this page.

Join Societe Generale Global Solution Centre Building together, a Better & Sustainable future.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
Publicis Sapient Interview Questions
3.5
 • 606 Interviews
View all
Senior Analyst
1.8k salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Software Engineering Specialist
1.7k salaries
unlock blur

₹8.8 L/yr - ₹33 L/yr

Analyst
1.5k salaries
unlock blur

₹2.8 L/yr - ₹10.5 L/yr

Software Engineer
1.4k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Business Analyst
1.1k salaries
unlock blur

₹7.4 L/yr - ₹26 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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview