i
Aspire Systems
Filter interviews by
Code for sorting an array in ascending order without any sort functions.
Use nested loops to compare each element with every other element in the array.
Swap the elements if they are not in the correct order.
Repeat the process until the array is sorted in ascending order.
AOT and JIT are compilation methods used in Angular. AOT compiles code at build time while JIT compiles code at runtime.
AOT stands for Ahead-of-Time compilation and compiles code at build time
JIT stands for Just-in-Time compilation and compiles code at runtime
AOT generates optimized code that can be loaded faster
JIT generates code on the fly and can be slower than AOT
AOT is used for production builds while JIT is used
Top trending discussions
I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
Coding + Aptitude question
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A program to check the occurrence of words in a paragraph.
Split the paragraph into words using space as delimiter
Create a hashmap to store word frequencies
Iterate through the words and update the hashmap accordingly
Display the word frequencies
Use git bisect command to find the commit that caused the build failure
Use 'git bisect start' to start the bisect process
Mark the current commit as bad with 'git bisect bad'
Mark a known good commit with 'git bisect good
Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
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
Interview experience
Senior Software Engineer
633
salaries
| ₹4.6 L/yr - ₹16 L/yr |
Senior Engineer
622
salaries
| ₹4.8 L/yr - ₹15.3 L/yr |
Software Engineer
523
salaries
| ₹3.2 L/yr - ₹11 L/yr |
Module Lead
365
salaries
| ₹6.5 L/yr - ₹20 L/yr |
Softwaretest Engineer
275
salaries
| ₹3 L/yr - ₹9.2 L/yr |
TCS
Infosys
Wipro
HCLTech