
Amantya Technologies

Amantya Technologies Interview Questions and Answers for Freshers
Q1. Write a code of binary search and explain it
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide the array into two halves
Compare the target value with the middle element
If the target value matches the middle element, return its position
If the target value is less than the middle element, search the left half of the array
If the target value is greater than the middle element, search the right half of the array
Repeat until the target value is found or the search spac...read more
Q2. Reverse a string by making groups of given 'm' characters
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
Q3. Tell me something about Data Sturcture
Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures can be linear (arrays, linked lists) or non-linear (trees, graphs)
Common operations on data structures include insertion, deletion, and searching
Examples of data structures include stacks, queues, hash tables, and binary trees
Q4. What is current ctc & expected ctc?
I prefer to discuss compensation after understanding the role and responsibilities.
I am open to negotiation based on the job requirements
I am looking for a fair and competitive salary
I am more interested in the opportunity and growth potential than just the salary
I am willing to consider other benefits such as health insurance, retirement plans, etc.
Q5. Explain ci/cd process?
CI/CD is a process of continuous integration and continuous delivery/deployment.
CI/CD is a software development approach that involves continuous integration, testing, and delivery/deployment.
It helps to automate the software delivery process and ensures that the code is always in a deployable state.
CI/CD pipeline includes stages like build, test, deploy, and release.
Tools like Jenkins, GitLab, and Travis CI are used to implement CI/CD.
CI/CD helps to reduce the time to market...read more
Q6. Implement reverse Linked list
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
More about working at Amantya Technologies

Top HR Questions asked in Amantya Technologies for Freshers
Interview Process at Amantya Technologies for Freshers

Top Interview Questions from Similar Companies








Reviews
Interviews
Salaries
Users/Month

