i
Aspire Systems
Filter interviews by
I applied via Campus Placement and was interviewed before Jun 2020. There were 5 interview rounds.
To form a pyramid in C programming using numbers and characters.
Use nested loops to print the pyramid
Use if-else statements to alternate between numbers and characters
Start with a small pyramid and gradually increase the size for testing
Use printf() function to print the output
Top trending discussions
posted on 11 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
5 coading questions were asked in it
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 17 May 2024
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
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.
posted on 28 Sep 2023
posted on 4 Mar 2023
Its a mix of basic OOPS concepts , functionality call and output of sample program
posted on 25 Jan 2023
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
They given 2 codes to solve in different programming language
I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.
Duration 30 minutes, topics were related to Javascript and Angular
Program to count characters in a string and sort an array without using sort method
Use a loop to iterate through the string and count each character
For sorting an array, use a loop to compare each element with all other elements and swap if necessary
Implement a sorting algorithm like bubble sort, insertion sort or quick sort
Senior Software Engineer
640
salaries
| ₹4.6 L/yr - ₹16 L/yr |
Senior Engineer
626
salaries
| ₹4.8 L/yr - ₹15.3 L/yr |
Software Engineer
516
salaries
| ₹3.2 L/yr - ₹11 L/yr |
Module Lead
364
salaries
| ₹8 L/yr - ₹20 L/yr |
Softwaretest Engineer
300
salaries
| ₹3 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech