i
Acqueon Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.
I appeared for an interview in Sep 2024.
Yes, I have experience in .NET Core + Angular.
I have worked on multiple projects using .NET Core for backend development.
I have also developed front-end applications using Angular framework.
I am familiar with integrating .NET Core APIs with Angular front-end.
I have experience in building responsive and dynamic web applications using this technology stack.
Looking for new challenges and opportunities for growth.
Seeking new challenges to continue learning and growing professionally
Interested in working on different projects and technologies
Want to explore new opportunities for career advancement
The architecture of my current project is based on microservices and utilizes a combination of RESTful APIs and message queues.
Utilizes microservices architecture
Uses RESTful APIs for communication between services
Incorporates message queues for asynchronous communication
Each microservice is responsible for a specific domain or functionality
Uses Docker containers for deployment
Multithreading allows multiple threads to run concurrently, Async and Await keywords are used in asynchronous programming to simplify handling of asynchronous operations.
Multithreading allows multiple threads to run concurrently, improving performance by utilizing multiple CPU cores.
Async and Await keywords are used in asynchronous programming in C# to simplify handling of asynchronous operations.
Async keyword is used ...
I used a code-first approach with EF Core in my project.
Implemented entity classes with relationships using Fluent API
Generated database schema from entity classes using migrations
Utilized LINQ queries for data retrieval and manipulation
First() returns the first element in a sequence, while FirstOrDefault() returns the first element or a default value if no element is found.
First() throws an exception if no element is found, while FirstOrDefault() returns the default value for the type (null for reference types, 0 for numeric types, etc.)
Use First() when you expect the sequence to always have at least one element, and FirstOrDefault() when the sequenc...
OAuth is an open standard for access delegation, commonly used for enabling secure authorization between applications.
OAuth allows a user to grant a third-party application access to their resources without sharing their credentials.
It involves the exchange of tokens between the client, resource server, and authorization server.
OAuth 2.0 is the current version and uses access tokens and refresh tokens for authorization...
Configure Anonymous authentication for .NET Core Web API
In Startup.cs, add services.AddAuthentication() and services.AddAuthorization() in ConfigureServices method
Use services.AddAuthentication().AddScheme<AuthenticationSchemeOptions, CustomAuthenticationHandler>("CustomScheme", null) to add a custom authentication scheme
In Configure method, use app.UseAuthentication() and app.UseAuthorization() to enable authent...
Algorithm to calculate minimum number of meeting rooms needed for a given time slot
Sort the meetings by start time
Initialize a priority queue to keep track of end times of meetings
Iterate through the meetings and check if the current meeting overlaps with any ongoing meetings in the priority queue
If there is an overlap, increment the count of meeting rooms needed
If there is no overlap, update the end time of the ongoin
Our application is a web-based project management tool that helps teams collaborate and track progress on tasks.
Users can create projects and assign tasks to team members.
Tasks can have due dates, priorities, and attachments.
Team members can comment on tasks and mark them as complete.
The application provides a dashboard for tracking project progress.
Integration with third-party tools like Slack and Google Drive.
Angular component life cycle hooks are methods that allow you to tap into the lifecycle of a component, from creation to destruction.
ngOnChanges: Called when an input property changes
ngOnInit: Called once the component is initialized
ngDoCheck: Called during every change detection run
ngAfterContentInit: Called after content (ng-content) has been projected into the component
ngAfterContentChecked: Called after every check...
NgRx is a state management library for Angular applications that uses actions, effects, state, and a store.
NgRx uses actions to describe unique events that occur in the application.
Effects are used to handle side effects such as asynchronous operations like HTTP requests.
State represents the current state of the application and is stored in a centralized store.
The store is a single source of truth for the application's...
Redux DevTools
Install Redux DevTools Chrome extension
Import StoreDevtoolsModule.instrument() in AppModule
Access Redux DevTools panel in Chrome DevTools to debug state changes
NgRx was used in the application to manage state in a predictable and centralized way.
NgRx helps in managing complex state in Angular applications
It provides a centralized store for application state
Facilitates predictable state management through actions, reducers, and effects
Yes, I have implemented a service on cloud using AWS Lambda and it interacts with an application in a physical VM through API calls.
Implemented a serverless service using AWS Lambda
Exposed APIs for the service
Configured the physical VM application to make API calls to the cloud service
Ensured proper authentication and authorization mechanisms for secure communication
Dockerization is the process of creating, deploying, and running applications in containers.
Dockerization allows for easy packaging of applications and their dependencies into containers.
Containers are lightweight, portable, and isolated environments that can run on any system with Docker installed.
Docker images are used to create containers, which can be easily shared and deployed across different environments.
Docker ...
I appeared for an interview before Jan 2021.
posted on 21 Nov 2024
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Online apitude containing 10 question without camera
posted on 7 Mar 2025
I appeared for an interview in Sep 2024.
Logical reasoning ,verbal aptitude , two java program and html
duration 1hr
Hand written java coding 5 problem statement oops, String, Arrays and others
posted on 11 Mar 2025
I appeared for an interview in Feb 2025.
It was simple and easily solvable.
There was 2 programs must pass the testcases.
There was written test of programming.
I chose Infiniti for its innovative culture, commitment to excellence, and opportunities for professional growth in software development.
Innovative Culture: Infiniti fosters creativity, allowing developers to work on cutting-edge technologies like AI and machine learning.
Commitment to Excellence: The company's focus on high-quality software aligns with my personal values of delivering robust and reliable solutions.
Prof...
I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.
Education: Bachelor's degree in Computer Science from XYZ University.
Experience: 3 years of experience in developing web applications using React and Node.js.
Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.
Skills: Proficient in JavaScript, Python, and SQL...
OOP concepts in Java include encapsulation, inheritance, polymorphism, and abstraction, enabling modular and reusable code.
Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: private variables with public getters/setters.
Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Dog extends Animal.
Polymorphism: Ability to pr...
I applied via Approached by Company and was interviewed before Feb 2022. There were 4 interview rounds.
Chrome and Firefox Browser automation
Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers
Messaging queues are used to manage asynchronous communication between different components of a system.
Use a reliable messaging queue system like RabbitMQ or Apache Kafka
Ensure messages are properly formatted and serialized
Implement message acknowledgement and retry mechanisms
Monitor queue health and performance
Consider message ordering and partitioning for scalability
Avoid long-running tasks in message handlers
MapReduce is a programming model for processing large data sets in parallel.
MapReduce divides the input data into chunks and processes them in parallel.
It consists of two phases: Map and Reduce.
Map function takes input data and converts it into key-value pairs.
Reduce function takes the output of Map as input and combines the values with the same key.
It is used for solving dictionary keywords by mapping each word to a k
Some of the top questions asked at the Acqueon Technologies interview -
based on 1 interview
Interview experience
based on 21 reviews
Rating in categories
Senior Software Engineer
16
salaries
| ₹10 L/yr - ₹28.7 L/yr |
Technical Lead
13
salaries
| ₹13 L/yr - ₹25 L/yr |
Software Engineer
11
salaries
| ₹5.2 L/yr - ₹17.1 L/yr |
Senior Test Engineer
6
salaries
| ₹10 L/yr - ₹12 L/yr |
Product Support Engineer
5
salaries
| ₹4.4 L/yr - ₹13 L/yr |
Aurigo
Prime Focus Technologies
Nowfloats Technologies
Peel-works