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.9

based on 2.2k Reviews

Filter interviews by

Societe Generale Global Solution Centre Associate Software Engineer Interview Questions and Answers

Updated 10 Sep 2023

Societe Generale Global Solution Centre Associate Software Engineer Interview Experiences

2 interviews found

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

I applied via campus placement at Bangalore Institute Of Technology (BIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 questions-aptitude test followed by a technical test comprising 10 questions.

Round 2 - Technical 

(1 Question)

  • Q1. Add two linked list minimum cost path print all the nodes in a tree except the leaf nodes.
  • Ans. 

    The question asks for adding two linked lists, finding the minimum cost path, and printing all nodes in a tree except the leaf nodes.

    • To add two linked lists, traverse both lists simultaneously and add corresponding nodes.

    • To find the minimum cost path, use algorithms like Dijkstra's or A*.

    • To print all nodes in a tree except the leaf nodes, perform a depth-first traversal and print non-leaf nodes.

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Mix of hr + technical questions. Didn't ask much deep in technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I got rejected here

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Mar 2022. 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 - Coding Test 

3 easy-mid level question on DP,arrays,strings

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about OOPS and puzzles
  • Q2. What is the logic for merge sort What is inheritance
  • Ans. 

    Merge sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.

    • Divide the unsorted list into n sublists, each containing one element

    • Repeatedly merge sublists to produce new sorted sublists until there is only one sublist remaining

    • Merge operation involves comparing elements from two sublists and adding the smaller one to the fi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study OOps and lil bit about the company .
Focus on coding

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Multiple questions meant to test your english communication proficiency
Round 3 - Coding Test 

There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Please Introduce yourself
  • Q2. What project did you work on in your final year?
  • Q3. Do you have any connections in the industry?
  • Q4. Did you undergo any Internships?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were two coding questions

Round 2 - Coding Test 

There was oncampus coding round , where 1 question was given.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What are your projects?
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basically communication and sql 12 question and progaming mcq 12q and 2 coding question

Round 2 - Technical 

(8 Questions)

  • Q1. Tell me about your self
  • Q2. Project explanition
  • Q3. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and behaviors from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add its own unique attributes and methods

    • Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'drive'

  • Answered by AI
  • Q4. Code in inheritance
  • Ans. 

    Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.

    • Inheritance allows for code reusability and promotes a hierarchical structure in classes.

    • Subclasses can access and modify the properties and methods of their parent class.

    • Example: class Animal { ... } class Dog extends Animal { ... }

    • Example: class Shape { ... } class Circle extends Shape { ... }

  • Answered by AI
  • Q5. Code reverse a string
  • Ans. 

    Reverse a string using array manipulation

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q6. Sql query for seleting a particular column from a table and give the employer count
  • Ans. 

    Use SQL query to select a particular column from a table and get the count of entries.

    • Use SELECT statement to specify the column you want to retrieve.

    • Use COUNT() function to get the count of entries in that column.

    • Combine both in a single query to achieve the desired result.

  • Answered by AI
  • Q7. Apptitute question a sales man sells a item for 20% discount from its original price for some time and he want to sell the remaing item for original price what he needs to do??
  • Q8. A clock tick 8 times on 8'o clock the time taken between 1st tick and last tick is 35 sec what is the time taken for starting tick and end tick at 11'o colck
  • Ans. 

    The time taken for the clock to tick from 8'o clock to 11'o clock is 105 seconds.

    • Each tick represents 1/8th of an hour (45 minutes) on the clock.

    • From 8'o clock to 11'o clock, there are 3 hours, so the total time taken is 3 * 45 = 135 minutes = 135 * 60 = 8100 seconds.

    • The time taken for the clock to tick from 8'o clock to 11'o clock is 8100 - 35 = 8065 seconds.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for everything don't answer more and don't answer less, if you ans more you will get more question and get rejected and if you ans less you will get rejected too..

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Read the sentence
  • Q2. Listen and repeat the sentence
Round 2 - Coding Test 

Mercel platform 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ur project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. One code according to ur cluster
  • Ans. 

    I would write a code snippet based on the specific cluster or category provided.

    • Identify the specific cluster or category provided in the question

    • Write a code snippet that aligns with the requirements of the cluster

    • Ensure the code is accurate and relevant to the given cluster

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, behaviourial and some analytical questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from projects mentioned in resume
  • Q3. Few basic technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Array, Collections, String

Round 2 - Technical 

(2 Questions)

  • Q1. Marker Interface
  • Q2. Lambda Expression
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Join operations
  • Q2. Difference in put and post command
  • Ans. 

    PUT is used to update or replace an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT requests are typically used for updating existing data, like updating a user's profile information.

    • POST requests are typically used...

  • Answered by AI

Skills evaluated in this interview

Societe Generale Global Solution Centre Interview FAQs

How many rounds are there in Societe Generale Global Solution Centre Associate Software Engineer interview?
Societe Generale Global Solution Centre interview process usually has 3-4 rounds. The most common rounds in the Societe Generale Global Solution Centre interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Societe Generale Global Solution Centre Associate Software Engineer interview?

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

  1. add two linked list minimum cost path print all the nodes in a tree except the ...read more
  2. What is the logic for merge sort What is inherita...read more
  3. Asked about OOPS and puzz...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Societe Generale Global Solution Centre interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Societe Generale Global Solution Centre Building together, a Better & Sustainable future.
43% more than the average Associate Software Engineer Salary in India
View more details
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 - ₹32 L/yr

Analyst
1.5k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Software Engineer
1.4k salaries
unlock blur

₹5 L/yr - ₹19.6 L/yr

Business Analyst
1.1k salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Explore more salaries
Compare Societe Generale Global Solution Centre with

BNP Paribas

3.9
Compare

Crédit Agricole

3.5
Compare

HSBC Group

4.0
Compare

Barclays

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview