Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amantya Technologies Team. If you also belong to the team, you can get access from here

Amantya Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amantya Technologies Interview Questions and Answers for Freshers

Updated 21 May 2025
Popular Designations

6 Interview questions

An Intern was asked 9mo ago
Q. Implement a function to reverse a linked list.
Ans. 

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

View all Intern interview questions
A Software Engineer was asked
Q. Tell me something about Data Structures.
Ans. 

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...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How do you reverse a string by making groups of a given 'm' characters?
Ans. 

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

View all Software Engineer interview questions
A Devops Engineer was asked
Q. Explain the CI/CD process.
Ans. 

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 u...

View all Devops Engineer interview questions
A Devops Engineer was asked
Q. What is your current CTC and expected CTC?
Ans. 

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.

View all Devops Engineer interview questions
A Software Engineer was asked
Q. Write a code of binary search and explain it
Ans. 

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...

View all Software Engineer interview questions

Amantya Technologies Interview Experiences for Freshers

9 interviews found

Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

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.

Interview Preparation Tips

Interview preparation tips for other job seekers - (Lemme give u my bg:- i do dsa in java)
So Everyone received mail for C/c++ dev role ,
Preparation time given - > No, I received mail 24hrs prior the schedule, (i asked some students, few even received 12hrs/ a evening before before the interview call)
So i switched to c++ and and preped in that which was obviously not enough (considering am java person),
Now when i arrived at office next morning , Once the process got started , so the staff/hr informed that a link will be provided to perform that round1(apti test+coding),
"i'll provide 2 links , one for c/c++ ppl and other for java" (at this moment i thought, i should have continued to polish my java concepts instead, that's not fair!)
add. info provided by staff* "vacancy in c++>vacancy in java", so they should've mentioned that in mail.
anyways , Test started in which 2Ques out of 15Ques in the test were technical glitched which they told to skip,
Out of all 3 Ques were of coding
After completing test, they told us to wait for result and those who'll receive mail will go for tech interview round , others can leave.

So guys stay clear with your own concepts and prog languages, things can change at anytime.

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was 1 hr with a simple question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Implement reverse Linked list
  • Ans. 

    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

  • Answered by AI
  • Q2. Project Explanation(from resume)
Round 3 - HR 

(2 Questions)

  • Q1. Why we should select you?
  • Ans. 

    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

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    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

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about Data Sturcture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic knowledge of quantitative and knowledge of proficiency in English.

Round 3 - Coding Test 

Coding consists of java oops and dsa . And some knowledge of sql .

I applied via Internshala and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Includes basic aptitude question with additional questions based on coding languages fundamentals.....

Round 3 - Technical 

(2 Questions)

  • Q1. Question were based on oops concepts. My next question was write a code of binary search and explain it and lastly I was asked an aptitude question ...
  • Q2. Write a code of binary search and explain it
  • Ans. 

    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 arra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work on your aptitude and practise Data structures and algorithms...

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General aptitude and reasoning

Round 3 - Coding Test 

General coding questions

Round 4 - One-on-one 

(1 Question)

  • Q1. 2 medium coding questions, oops concepts and CS fundamentals
Round 5 - One-on-one 

(1 Question)

  • Q1. Linux basics, coding questions

Devops Engineer Interview Questions & Answers

user image peddaiah sonte

posted on 5 Jun 2022

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is your roles and responsibilities in your project?
Round 2 - Technical 

(1 Question)

  • Q1. Explain ci/cd process?
  • Ans. 

    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 t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about your self?
  • Q2. What is current ctc & expected ctc?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amantya Technologies Devops Engineer interview:
  • AWS
  • Jenkins
  • Docker
  • Kubernetes
  • Ansible
Interview preparation tips for other job seekers - Good atmosphere, friendly nature with colleagues.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Nagabhushana chari

posted on 2 May 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Amantya Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How many years do you have the experience in ____ (programming language you have applied for)
  • Ans. 

    I have X years of experience in ____.

    • Worked with ____ for X years on various projects

    • Proficient in ____ with experience in developing complex applications

    • Have completed multiple courses and certifications in ____

    • Contributed to open-source projects in ____

  • Answered by AI
  • Q2. What type of projects do you have the experience to do
Round 3 - HR 

(4 Questions)

  • Q1. What are you like to do
  • Q2. What are the hobbies you have
  • Q3. What's your weak point you feel that you have
  • Q4. How you are trying to overcome your week points

Interview Preparation Tips

Interview preparation tips for other job seekers - It's better to try to give interviews with proper knowledge. Don't show overconfidence in what you don't have good knowledge to get a job.

Amantya Technologies Interview FAQs

How many rounds are there in Amantya Technologies interview for freshers?
Amantya Technologies interview process for freshers usually has 3 rounds. The most common rounds in the Amantya Technologies interview process for freshers are Coding Test, Technical and Resume Shortlist.
How to prepare for Amantya Technologies interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amantya Technologies. The most common topics and skills that interviewers at Amantya Technologies expect are .Net, ASP.Net, Alteryx, Blogs and C#.
What are the top questions asked in Amantya Technologies interview for freshers?

Some of the top questions asked at the Amantya Technologies interview for freshers -

  1. What is current ctc & expected c...read more
  2. Reverse a string by making groups of given 'm' charact...read more
  3. Write a code of binary search and explain...read more
What are the most common questions asked in Amantya Technologies HR round for freshers?

The most common HR questions asked in Amantya Technologies interview are for freshers -

  1. What is your family backgrou...read more
  2. Why should we hire y...read more
How long is the Amantya Technologies interview process?

The duration of Amantya Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 6 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
JK Tech Interview Questions
3.6
 • 36 Interviews
View all

Amantya Technologies Reviews and Ratings

based on 164 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.6

Salary

3.4

Job security

3.5

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 164 Reviews and Ratings
Support Engineer(Remote)

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Embedded Linux developer (Yocto)

Gurgaon / Gurugram,

Delhi/Ncr

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
305 salaries
unlock blur

₹5 L/yr - ₹11.3 L/yr

Senior Software Engineer
159 salaries
unlock blur

₹12 L/yr - ₹20.1 L/yr

Technical Lead
100 salaries
unlock blur

₹18 L/yr - ₹33 L/yr

Software Developer
54 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Test Engineer
24 salaries
unlock blur

₹7.1 L/yr - ₹20 L/yr

Explore more salaries
Compare Amantya Technologies with

Softenger

4.0
Compare

Capital Numbers Infotech

4.4
Compare

JK Tech

3.6
Compare

DesignTech Systems

3.3
Compare
write
Share an Interview