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.3k Reviews

Filter interviews by

Societe Generale Global Solution Centre Full Stack Developer Interview Questions and Answers

Updated 5 Aug 2022

Societe Generale Global Solution Centre Full Stack Developer Interview Experiences

2 interviews found

Full Stack Developer Interview Questions & Answers

user image purushotham vallapuneni

posted on 5 Aug 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions on OOPS mainly inheritance Questions on Core Java Tricky questions on collections Questions on Java 8
  • Q2. Questions on JavaScript What is a closure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Core java, collections, Java8 and JavaScript and Angular

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic programming language of c and Java
  • Q2. Difference between python and java
  • Ans. 

    Python is dynamically typed, interpreted language while Java is statically typed, compiled language.

    • Python is easier to learn and write code quickly.

    • Java is more verbose and requires more code to accomplish the same task.

    • Python is better suited for scripting and rapid prototyping.

    • Java is better suited for large-scale enterprise applications.

    • Python has a larger community and more third-party libraries.

    • Java has better pe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have confidence what you are going to answer.

Skills evaluated in this interview

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘ ... read more
asked in DBS Bank
Q2. SQL QuestionsYou are given the details of retail outlet. Your tas ... read more
asked in Accenture
Q3. Find Duplicates In ArrayYou are given an array/list 'ARR' consist ... read more
Q4. Most Frequent WordYou are given a paragraph that may have letters ... read more
asked in CommVault
Q5. Count with K different charactersYou are given a string ‘STR’ of ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Do you have an internship opportunity for a Full-stack Developer(Fresher)?
Round 2 - Technical 

(1 Question)

  • Q1. Is the internship for a full-stack developer paid?
Round 3 - Technical 

(1 Question)

  • Q1. How many years is the internship for a full-stack Developer?

Full Stack Developer Interview Questions & Answers

Wipro user image Karthika Ravichandran

posted on 8 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What challeges you have face in your project
  • Q2. What challenges u have faced in your projecg
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write program using stream API
  • Q2. Create Immutable class
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

On campus aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. About oops concepts and java questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion about location and why virtusa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

Regarding To My Full Stack

Round 2 - Aptitude Test 

Regarding To My Full Stack

Round 3 - HR 

(2 Questions)

  • Q1. What Is Python And Discuss With Some Questions
  • Q2. In that Case Studies
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell about design pattern
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable, scalable, and efficient code.

    • Some common design patterns include Singleton, Factory, Observer, and Strategy.

    • Design patterns can be categorized into three main groups: creational, structural, and behavioral.

  • Answered by AI
  • Q2. Functional Overloading vs function overriding
  • Ans. 

    Functional overloading involves multiple functions with the same name but different parameters, while function overriding involves a subclass providing a specific implementation for a method in its superclass.

    • Functional overloading allows multiple functions with the same name but different parameters.

    • Function overriding occurs in inheritance when a subclass provides a specific implementation for a method in its supercl...

  • Answered by AI
  • Q3. What is hoisting in Java script
  • Ans. 

    Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q4. What is memonisation
  • Ans. 

    Memoization is a technique used in computer science to store the results of expensive function calls and return the cached result when the same inputs occur again.

    • Memoization helps in improving the performance of a program by reducing redundant calculations.

    • It is commonly used in dynamic programming to optimize recursive algorithms.

    • Example: Fibonacci sequence calculation can be optimized using memoization to store prev

  • Answered by AI
  • Q5. What is promise, closure ?
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation. A closure is a function defined within another function that has access to its parent function's scope.

    • Promise is used to handle asynchronous operations in JavaScript.

    • Promises can be in one of three states: pending, fulfilled, or rejected.

    • Closures allow functions to access variables from their parent function even after...

  • Answered by AI
  • Q6. Difference between == && ===
  • Ans. 

    == is used for equality comparison, while === is used for strict equality comparison.

    • == checks for equality of values, while === checks for equality of values and data types.

    • == can perform type coercion, while === does not.

    • == is less strict than ===.

    • Example: 1 == '1' returns true, but 1 === '1' returns false.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you work on your previous project (processes)?
  • Q2. How do you work on complex tasks? Describe your approach
  • Ans. 

    I break down complex tasks into smaller, manageable steps and prioritize them based on dependencies and deadlines.

    • Analyze the requirements and understand the problem thoroughly

    • Break down the task into smaller subtasks

    • Prioritize the subtasks based on dependencies and deadlines

    • Create a plan or roadmap to guide the development process

    • Implement each subtask one by one, ensuring proper testing and quality assurance

    • Regularly...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use more examples from your daily experiance
Communication is a key

Societe Generale Global Solution Centre Interview FAQs

How many rounds are there in Societe Generale Global Solution Centre Full Stack Developer interview?
Societe Generale Global Solution Centre interview process usually has 1 rounds. The most common rounds in the Societe Generale Global Solution Centre interview process are Technical and One-on-one Round.
How to prepare for Societe Generale Global Solution Centre Full Stack Developer 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 Java, Angular, Javascript, React.Js and Spring Boot.
What are the top questions asked in Societe Generale Global Solution Centre Full Stack Developer interview?

Some of the top questions asked at the Societe Generale Global Solution Centre Full Stack Developer interview -

  1. Difference between python and j...read more
  2. Questions on OOPS mainly inheritance Questions on Core Java Tricky questions on...read more
  3. Questions on JavaScript What is a clos...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Societe Generale Global Solution Centre interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Societe Generale Global Solution Centre Building together, a Better & Sustainable future.
Societe Generale Global Solution Centre Full Stack Developer Salary
based on 85 salaries
₹6.6 L/yr - ₹22 L/yr
80% more than the average Full Stack Developer Salary in India
View more details

Societe Generale Global Solution Centre Full Stack Developer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

3.5

Skill development

5.0

Work-Life balance

3.2

Salary & Benefits

5.0

Job Security

3.8

Company culture

2.7

Promotions/Appraisal

3.8

Work Satisfaction

Explore 5 Reviews and Ratings
Senior Analyst
1.8k salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Software Engineering Specialist
1.7k salaries
unlock blur

₹9 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.9 L/yr

Business Analyst
1.1k salaries
unlock blur

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

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