i
Amantya
Technologies
Filter interviews by
Test cases for a pen's functionality include writing quality, ink flow, durability, and usability under various conditions.
Verify the pen writes smoothly on different paper types (e.g., glossy, rough).
Check for consistent ink flow without skipping or blotting.
Test the pen's durability by dropping it from a height and checking for damage.
Evaluate the comfort of the grip during extended writing sessions.
Assess the d...
SDLC is a structured process for developing software, encompassing various stages from planning to maintenance.
1. Requirement Analysis: Gathering and analyzing user needs. Example: Conducting surveys to understand user requirements.
2. Planning: Defining project scope, resources, and timelines. Example: Creating a project plan with milestones.
3. Design: Creating architecture and design specifications. Example: Desi...
The WHERE clause in SQL filters records based on specified conditions.
Used to specify conditions for filtering records in SELECT, UPDATE, DELETE statements.
Example: SELECT * FROM employees WHERE age > 30; retrieves employees older than 30.
Can combine multiple conditions using AND, OR operators.
Example: SELECT * FROM products WHERE price < 100 AND stock > 0; finds affordable products in stock.
Supports vari...
A Data Flow Diagram (DFD) visually represents data movement in a project, highlighting processes and data stores.
Identify external entities: Users, systems that interact with the project.
Define processes: Actions that transform data (e.g., 'User Registration').
Map data stores: Where data is stored (e.g., 'User Database').
Show data flows: Arrows indicating data movement between entities, processes, and stores.
Use l...
Reverse a linked list
Create a new linked list to store the reversed elements
Traverse the original linked list and insert each node at the beginning of the new list
Update the head of the new list as the last node of the original list
DHCP is a network protocol that assigns IP addresses automatically to devices on a network.
DHCP stands for Dynamic Host Configuration Protocol
It allows devices to obtain IP addresses and other network configuration information dynamically
DHCP server assigns IP addresses to devices within a network
DHCP lease time determines how long an IP address is valid for a device
DHCP renewal process occurs when a device tries ...
Angular is a popular open-source web application framework developed by Google for building dynamic single-page applications.
Angular is based on TypeScript, a superset of JavaScript.
It follows the MVC (Model-View-Controller) architecture.
Angular provides features like data binding, dependency injection, and routing.
It has a powerful CLI (Command Line Interface) for scaffolding and building projects.
Angular has a l...
Directives and pipes are features in Angular that allow developers to extend HTML functionality and transform data in templates.
Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.
Pipes are used to format data in a template. They take in data as input and transform it into the desired output for display.
Examples ...
Data structures are ways to organize and store data for efficient access and modification.
Arrays: Fixed-size collections of elements, e.g., [1, 2, 3].
Linked Lists: Collections of nodes, each pointing to the next, e.g., 1 -> 2 -> 3.
Stacks: Last-in, first-out (LIFO) structure, e.g., function call stack.
Queues: First-in, first-out (FIFO) structure, e.g., print job queue.
Trees: Hierarchical structures, e.g., bin...
Exception handling in Python allows for the graceful handling of errors and prevents program crashes.
Use try-except blocks to catch and handle exceptions.
Multiple except blocks can be used to handle different types of exceptions.
The finally block is executed regardless of whether an exception occurred or not.
Exceptions can be raised using the 'raise' keyword.
Custom exceptions can be defined by creating a new class...
I appeared for an interview in Feb 2025.
Offline Drive Date at gurgaon office: 9March25
There were more than 50/60 students (u have to bring ur own laptop) appeared for the same, They made us sit and gave us test link , so round 1 was apti(mcq)+coding(mcq plus performing) in the same link, after which kids were shortlised for further round based on the %tile system.
I appeared for an interview in Mar 2025, where I was asked the following questions.
SDLC is a structured process for developing software, encompassing various stages from planning to maintenance.
1. Requirement Analysis: Gathering and analyzing user needs. Example: Conducting surveys to understand user requirements.
2. Planning: Defining project scope, resources, and timelines. Example: Creating a project plan with milestones.
3. Design: Creating architecture and design specifications. Example: Designing...
Test cases for a pen's functionality include writing quality, ink flow, durability, and usability under various conditions.
Verify the pen writes smoothly on different paper types (e.g., glossy, rough).
Check for consistent ink flow without skipping or blotting.
Test the pen's durability by dropping it from a height and checking for damage.
Evaluate the comfort of the grip during extended writing sessions.
Assess the drying...
The WHERE clause in SQL filters records based on specified conditions.
Used to specify conditions for filtering records in SELECT, UPDATE, DELETE statements.
Example: SELECT * FROM employees WHERE age > 30; retrieves employees older than 30.
Can combine multiple conditions using AND, OR operators.
Example: SELECT * FROM products WHERE price < 100 AND stock > 0; finds affordable products in stock.
Supports various o...
A Data Flow Diagram (DFD) visually represents data movement in a project, highlighting processes and data stores.
Identify external entities: Users, systems that interact with the project.
Define processes: Actions that transform data (e.g., 'User Registration').
Map data stores: Where data is stored (e.g., 'User Database').
Show data flows: Arrows indicating data movement between entities, processes, and stores.
Use levels...
An API (Application Programming Interface) allows different software applications to communicate and interact with each other.
APIs can be tested using tools like Postman or SoapUI.
Testing can include validating response status codes (e.g., 200 for success).
Check response data format (JSON, XML) and structure against specifications.
Perform functional testing to ensure API endpoints work as intended.
Conduct security test...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.
Connection pooling maintains a pool of active database connections for reuse.
It reduces the overhead of establishing a new connection for each database request.
Example: A web application can reuse connections from the pool instead of opening new ones for each user request.
Connection pools can be con...
Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.
Mounting can be done using volumes or bind mounts.
Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.
Example of a volume: `docker run -v my_volume:/data my_image`.
Bind mounts allow you to specify an exact path on the host, e.g., ...
DHCP is a network protocol that assigns IP addresses automatically to devices on a network.
DHCP stands for Dynamic Host Configuration Protocol
It allows devices to obtain IP addresses and other network configuration information dynamically
DHCP server assigns IP addresses to devices within a network
DHCP lease time determines how long an IP address is valid for a device
DHCP renewal process occurs when a device tries to re...
I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.
Was 1 hr with a simple question from leetcode
Reverse a linked list
Create a new linked list to store the reversed elements
Traverse the original linked list and insert each node at the beginning of the new list
Update the head of the new list as the last node of the original list
I am a dedicated and hardworking individual with relevant skills and experience for the role.
I have completed relevant coursework in the field
I have previous internship experience in a similar role
I possess strong communication and teamwork skills
Yes, I am open to relocating for the right opportunity.
I am open to relocating for the right opportunity
I am flexible and willing to move for the internship
I understand the importance of being open to relocation for career growth
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
Question based on array string linkedlist
Azure Data Lake is a cloud-based storage and analytics service, while Delta Lake is an open-source storage layer that adds reliability to data lakes.
Azure Data Lake is a service provided by Microsoft Azure for storing and analyzing large amounts of data.
Delta Lake is an open-source storage layer that adds ACID transactions and schema enforcement to data lakes.
Azure Data Lake is a cloud-based solution, while Delta Lake ...
Primary keys and foreign keys can be implemented in delta tables using constraints and references.
Primary keys can be implemented using the PRIMARY KEY constraint, which ensures that each record in the table has a unique identifier.
Foreign keys can be implemented using the FOREIGN KEY constraint, which establishes a link between two tables based on a common column.
The referenced table must have a primary key defined, a...
Exception handling in Python allows for the graceful handling of errors and prevents program crashes.
Use try-except blocks to catch and handle exceptions.
Multiple except blocks can be used to handle different types of exceptions.
The finally block is executed regardless of whether an exception occurred or not.
Exceptions can be raised using the 'raise' keyword.
Custom exceptions can be defined by creating a new class that...
Star schema is a data modeling technique where a central fact table is connected to multiple dimension tables. Snowflake schema is an extension of star schema with normalized dimension tables.
Star schema is a simple and denormalized structure
It consists of a central fact table connected to multiple dimension tables
Dimension tables contain descriptive attributes
Star schema is easy to understand and query, but can lead t...
The most frequently changing data
Customer preferences
Market trends
Weather data
Stock prices
Social media trends
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
I appeared for an interview in Aug 2024.
I am a highly experienced Senior Analyst with a strong background in data analysis and strategic planning.
Over 10 years of experience in analyzing complex data sets
Expertise in developing data-driven strategies to improve business performance
Proficient in using statistical software such as SPSS and SAS
Strong communication skills to present findings to stakeholders
Previous experience in leading cross-functional teams to...
Top trending discussions
The duration of Amantya Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 38 interview experiences
Difficulty level
Duration
based on 162 reviews
Rating in categories
8-12 Yrs
Not Disclosed
Software Engineer
300
salaries
| ₹5 L/yr - ₹11.5 L/yr |
Senior Software Engineer
154
salaries
| ₹12 L/yr - ₹20.2 L/yr |
Technical Lead
100
salaries
| ₹18 L/yr - ₹30 L/yr |
Software Developer
53
salaries
| ₹5 L/yr - ₹17.8 L/yr |
Senior Test Engineer
24
salaries
| ₹7.1 L/yr - ₹20 L/yr |
Softenger
Capital Numbers Infotech
JK Tech
DesignTech Systems