i
GSPANN Technologies
Filter interviews by
A program to generate Fibonacci series
Declare two variables to store the first two numbers of the series
Use a loop to generate the subsequent numbers by adding the previous two
Print the numbers in the series
I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.
Spark optimisation techniques
Partitioning data to reduce shuffling
Caching frequently used data
Using broadcast variables for small data
Avoiding unnecessary data shuffling
Tuning memory allocation and garbage collection
Using efficient data formats like Parquet
Using appropriate hardware configurations
Optimizing SQL queries using DataFrame and Dataset APIs
Spark architecture is a distributed computing system that provides high-level APIs for processing large datasets.
Spark architecture consists of a cluster manager, a distributed storage system, and a set of worker nodes.
The cluster manager, such as Apache Mesos or Hadoop YARN, allocates resources and schedules tasks.
The distributed storage system, like Hadoop Distributed File System (HDFS), stores the data across the cl...
GSPANN Technologies interview questions for designations
I applied via Approached by Company and was interviewed before Sep 2022. There were 4 interview rounds.
Top trending discussions
I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.
I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
I applied via Hirist and was interviewed before Aug 2023. There were 3 interview rounds.
Todo list in angular
based on 7 interviews
2 Interview rounds
based on 25 reviews
Rating in categories
Senior Software Engineer
456
salaries
| ₹7.5 L/yr - ₹27 L/yr |
Technical Lead
375
salaries
| ₹11 L/yr - ₹31 L/yr |
Software Engineer
299
salaries
| ₹4 L/yr - ₹15 L/yr |
Senior Technical Lead
138
salaries
| ₹11.5 L/yr - ₹32.8 L/yr |
Associate Software Engineer
102
salaries
| ₹2 L/yr - ₹8.6 L/yr |
TCS
Infosys
Wipro
HCLTech