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

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. How's Work in DXC
  • Q2. DXC is an awesome and well-maintained org, the working hours and load are very comfortable. we just need to be responsible enough to deliver and allocated for us. All in all, years spent in a global organi...

I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview Round is very easy these days for Nagarro, just learn DSA, like sorting algorithms , DBMS , SQL. For me , the interviewer asked questions like, what is an array, which sorting algorithm is best and why, what is primary key and unique key, is python case sensitive, about heap.

I applied via Campus Placement and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about python ?
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and readability.

    • Python is used for web development, data analysis, artificial intelligence, and scientific computing.

    • It has a large standard library and supports multiple programming paradigms.

    • Python uses indentation to indicate blocks of code, making it easy to read and understand.

    • It is dynamically typed, meaning that variable types are ...

  • Answered by AI
  • Q2. What is the latest version of Python
  • Ans. 

    The latest version of Python is Python 3.10.

    • Python 3.10 was released on October 4, 2021.

    • It includes new features such as structural pattern matching, improved error messages, and more.

    • Python 2.7 is no longer supported and users are encouraged to upgrade to Python 3.10.

    • Python 3.10 can be downloaded from the official Python website.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a 1-2 week process

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Requires good programming skills in any of the language like java or C. Java is the best programming to crack interviews. Need to be good in java concepts like oops (with real life examples), multi-thread...

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about Hr related questions in indiabix or in geekforgeeks.
Tellme about yourself
Your strength and weakness
What are your achievements in your life
Real life scenerios where you find difficulties and how to overcome
Whr do you see yourself after 5years

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic HR questions related to strength and weakness.
  • Q2. Questions related to the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Give answers very confidently and they were asking the questions related to the project only.

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Self intro
  • Q2. About Project

Interview Preparation Tips

Interview preparation tips for other job seekers - just be spontaneous with the interviewer and maintain eye contact

I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my project
  • Q2. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy to get into accenture once ur done with ur cognitive and coding assessment

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About concepts related to my branch ece, and java

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and smooth and lot discussion went on and they try to clarify the doubts

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 Technical, Resume Shortlist and Aptitude 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.

Societe Generale Global Solution Centre Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Join Societe Generale Global Solution Centre Building together, a Better & Sustainable future.
42% more than the average Associate Software Engineer Salary in India
View more details
Software Engineering Specialist
1.8k salaries
unlock blur

₹9 L/yr - ₹31.9 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Analyst
1.6k salaries
unlock blur

₹2.8 L/yr - ₹9.4 L/yr

Software Engineer
1.6k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Business Analyst
1.1k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Explore more salaries
Compare Societe Generale Global Solution Centre with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview