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 Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top GSPANN Technologies Interview Questions and Answers

View all 16 questions

GSPANN Technologies Interview Experiences

Popular Designations

36 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

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

Round 1 - Coding Test 

Topics related to javascript basics and html.

Round 2 - Technical 

(3 Questions)

  • Q1. Group array of object by key.
  • Ans. 

    Group array of objects by key

    • Use Array.reduce() method to group objects by key

    • Create an empty object to store the grouped objects

    • Iterate over the array and check if the key already exists in the grouped object, if not create a new key and add the object to it

  • Answered by AI
  • Q2. Change detection strategy
  • Ans. 

    Change detection strategy is a method used to identify and track changes in data or state within an application.

    • Use frameworks like Angular that have built-in change detection mechanisms

    • Implement manual change detection by comparing previous and current states of data

    • Leverage immutable data structures to easily detect changes

  • Answered by AI
  • Q3. Design custom pipe and directives
  • Ans. 

    Custom pipes and directives are used in Angular to transform data and manipulate the DOM.

    • Custom pipes can be created by implementing the PipeTransform interface and defining a transform method.

    • Custom directives can be created by using the @Directive decorator and defining the desired behavior.

    • Example of custom pipe: transforming a string to uppercase.

    • Example of custom directive: highlighting an element on hover.

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Technical Lead Interview Questions & Answers

user image Ashwani Chaturvedi

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic of OOOPS like abstraction, polymorphism with example.
  • Q2. Problem solving question to write code to solve string problem.
  • Q3. Questions on ASP.net MVC like state management, filters.
  • Q4. Solid principle and some architecture like factory or singleton.
  • Q5. SQL questions to write queries based on group data and questions on optimization of Stored procedure.
Round 2 - One-on-one 

(3 Questions)

  • Q1. Project based questions.
  • Q2. Agile methodology and tools.
  • Q3. Azure basics and functions.
Round 3 - HR 

(1 Question)

  • Q1. General questions regarding negotiation of CTC.
Round 4 - Client Interview 

(2 Questions)

  • Q1. Project scenario based questions mainly performance optimization.
  • Q2. Some SQL questions.

Interview Preparation Tips

Topics to prepare for GSPANN Technologies Technical Lead interview:
  • OOPS
  • DSA
  • Web Api
  • SQL
  • Azure
Interview preparation tips for other job seekers - Prepare for interview as per job description.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Input string str= " Name SIRNAME" EXPECTED OUTPUT "Name Sirname"
  • Ans. 

    The expected output is to capitalize the first letter of each word in the input string.

    • Split the input string by space to get individual words

    • Capitalize the first letter of each word

    • Join the words back together with a space in between

  • Answered by AI
  • Q2. Input str = "Name Sirname" Output "Sirname Name"
  • Ans. 

    Reverse the order of words in a given string.

    • Split the input string by space to get individual words

    • Reverse the array of words

    • Join the words back together with a space in between

  • Answered by AI

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Design Db and write SQL

Round 2 - Coding Test 

SQL Questions were asked in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Study SQL and Data Engineering concepts

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

GSPANN Technologies interview questions for popular designations

 Software Engineer

 (5)

 Senior Software Engineer

 (3)

 Big Data Engineer

 (2)

 Technical Lead

 (2)

 Cognos Developer

 (1)

 Data Analyst

 (1)

 Data Architect

 (1)

 Data Engineer

 (1)

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Buy and sell share.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not sure about the company but the interview process was extremely bad. First they call you for a face to face interview and then their panel is too lazy to come to office. The put you in an online call with them.

He came ready with a set of questions and an expected set of answers for those.

He gave me a problem solving question leetcode easy. And did not let me even think about a the question. Then started telling me hints for the solution he mugged or saw online.

The worst scenario was when I gave a right answer and he did not even listen to me and said I gave wrong answer.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
Add answer

Get interview-ready with Top GSPANN Technologies Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to find count of the repeated characters in a given string if two string are same length then show the last found charter and its count(aabbcccddd) output: 3d

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer

Jobs at GSPANN Technologies

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Kafka java microservices etc
  • Q2. A lot of questions on Kafka AWS azure
Round 2 - Technical 

(2 Questions)

  • Q1. Kafka managerial round
  • Q2. KafkatopicoffsetPattin

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn some cloud technology Kafka is a plus

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Java basic coding on strings and collections

Round 2 - Technical 

(1 Question)

  • Q1. Na na na na

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
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.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Assignment 

Got the assignment after company reviewing my profile and told me to submit the design same day before 4 pm.

Round 2 - Technical 

(1 Question)

  • Q1. After Clearing the assignment went through technical round which was good
Round 3 - HR 

(1 Question)

  • Q1. HR Told me she got positive feedback from technical and I got selected so she called me to discuss salary and we agreed on salary
Round 4 - HR 

(1 Question)

  • Q1. After taking continue follow-ups HR told me I am not selected...got the mail thanks for time and efforts we will not be able to move ahead with you candidature at this moment...all rounds took one month so...

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

GSPANN Technologies Interview FAQs

How many rounds are there in GSPANN Technologies interview?
GSPANN Technologies interview process usually has 2-3 rounds. The most common rounds in the GSPANN Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for GSPANN Technologies 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, Javascript, SQL, Microservices and AWS.
What are the top questions asked in GSPANN Technologies interview?

Some of the top questions asked at the GSPANN Technologies interview -

  1. How to add dependency SDKs for perticular build flavo...read more
  2. What are Coroutines in Kotlin and it's Advantages Over Multithreadi...read more
  3. What is a Fact and Different types of fac...read more
How long is the GSPANN Technologies interview process?

The duration of GSPANN Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

GSPANN Technologies Interview Process

based on 35 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

Fast track your campus placements

View all

GSPANN Technologies Reviews and Ratings

based on 427 reviews

4.3/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

4.1

Salary

4.1

Job security

4.2

Company culture

3.8

Promotions

4.0

Work satisfaction

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

₹7.5 L/yr - ₹27 L/yr

Technical Lead
375 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Software Engineer
299 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Technical Lead
138 salaries
unlock blur

₹11.5 L/yr - ₹32.8 L/yr

Associate Software Engineer
102 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Explore more salaries
Compare GSPANN Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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