Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GSPANN Technologies Team. If you also belong to the team, you can get access from here

GSPANN Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GSPANN Technologies Senior Software Engineer Interview Questions and Answers

Updated 29 Mar 2024

GSPANN Technologies Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Some questions asked through our resume
  • Q2. Waste of time to attend interview in this company
Round 2 - Technical 

(1 Question)

  • Q1. In depth questions asked through resume. And they asked scenario wise questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - For completion of 2 round of interview. HR called me and he told manager is positive. They will be another round of interview that is client interview be available for tomorrow. But from still their is no update from them. Even I am calling he is rejected the call.

guys you have not interested to recruit why are you wasting our time and why we have keep hopes. You have to update reason .

Literally i am very disappointed after 2 round of technical there is no response from hr.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java program questions based on experience

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Round 1 - Coding Test 

They ask you to share your screen and ask you to write the code. It is easy if you have prepared well

Round 2 - Technical 

(2 Questions)

  • Q1. Aggregation & grouping in spark
  • Ans. 

    Aggregation & grouping in Spark

    • Aggregation is the process of combining data from multiple sources into a single result

    • Grouping is the process of dividing data into groups based on a specific criteria

    • Spark provides various functions for aggregation and grouping such as groupBy, reduceByKey, aggregateByKey, etc.

    • These functions can be used to perform operations like sum, count, average, etc. on grouped data

  • Answered by AI
  • Q2. Easy if you know basics of SQL coding
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. They will shortlist the salary based on the skillset
Round 4 - 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend with confidence, practice more code, you'll get this company

Skills evaluated in this interview

Senior Software Engineer Jobs at GSPANN Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions on core java, data structures, Spring

I applied via Approached by Company and was interviewed before Apr 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Basic front-end questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with work life balance

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Technical 

(1 Question)

  • Q1. Deep Copy vs Shallow Copy, Object Prototyping
  • Ans. 

    Deep Copy creates a new object with a new memory address while Shallow Copy creates a new reference to the same memory address.

    • Deep Copy duplicates the object and its properties while Shallow Copy only duplicates the object reference.

    • Object Prototyping is a way to create new objects based on existing objects.

    • Prototyping allows for inheritance and the ability to add or override properties and methods.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Accessibility, Semantic Tags, Problem solving

Interview Preparation Tips

Topics to prepare for Globant Senior Software Engineer interview:
  • Closures
  • Es6
Interview preparation tips for other job seekers - Try to solve the question , interviewer will provide you hint to proceed as well. so don’t worry. Just give your best

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

GSPANN Technologies Interview FAQs

How many rounds are there in GSPANN Technologies Senior Software Engineer interview?
GSPANN Technologies interview process usually has 2-3 rounds. The most common rounds in the GSPANN Technologies interview process are Technical, Coding Test and HR.
How to prepare for GSPANN Technologies Senior Software Engineer 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 GSPANN Technologies. The most common topics and skills that interviewers at GSPANN Technologies expect are Java, Microservices, AWS, Kafka and Spring Boot.
What are the top questions asked in GSPANN Technologies Senior Software Engineer interview?

Some of the top questions asked at the GSPANN Technologies Senior Software Engineer interview -

  1. Aggregation & grouping in sp...read more
  2. In depth questions asked through resume. And they asked scenario wise questio...read more
  3. Waste of time to attend interview in this comp...read more

Tell us how to improve this page.

GSPANN Technologies Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Fast track your campus placements

View all
GSPANN Technologies Senior Software Engineer Salary
based on 456 salaries
₹7.6 L/yr - ₹27 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

GSPANN Technologies Senior Software Engineer Reviews and Ratings

based on 78 reviews

4.2/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 78 Reviews and Ratings
Senior Software Engineer
456 salaries
unlock blur

₹7.6 L/yr - ₹27 L/yr

Technical Lead
371 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
307 salaries
unlock blur

₹4 L/yr - ₹16.1 L/yr

Senior Technical Lead
137 salaries
unlock blur

₹13.6 L/yr - ₹32.8 L/yr

Associate Software Engineer
103 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare GSPANN Technologies with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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