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, Process, and Tips

Updated 30 Mar 2025

Top Amantya Technologies Interview Questions and Answers

View all 21 questions

Amantya Technologies Interview Experiences

Popular Designations

35 interviews found

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

I applied via Referral and was interviewed before Feb 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

Top Amantya Technologies Software Engineer Interview Questions and Answers

Q1. Write a code of binary search and explain it
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)

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 Amantya Technologies Software Engineer Interview Questions and Answers

Q1. Write a code of binary search and explain it
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)

I applied via LinkedIn and was interviewed before Nov 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 - Aptitude Test 

There are basic aptitude questions for freshers level

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts, basics of sql
  • Q2. Basics of programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics interview questions for freshers level

Top Amantya Technologies Software Engineer Interview Questions and Answers

Q1. Write a code of binary search and explain it
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)

Associate Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2022

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

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 gm of rice, he has to travel a distance of 3000m, he eats 1gm rice/m, his maximum carrying capcity is 1000 gm,how should he travel the distance to reach with maximum rice left
View answer (5)

Amantya Technologies interview questions for popular designations

 Software Engineer

 (13)

 Technical Lead

 (3)

 Senior Software Engineer

 (3)

 Data Scientist

 (1)

 HR Executive

 (1)

 Senior Analyst

 (1)

 Software Developer

 (1)

 Intern

 (1)

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

Interview Questionnaire 

1 Question

  • Q1. Question asked were on the fundamentals of selected Classification and Regression algorithms, Live coding(Basic and Easy) , Basic Knowledge on any cloud service, Deployment of ML projects on cloud .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the math and fundamentals behind each ML or DL algorithms. No need to know all State of the Art algorithms , be sure on whatever you know. Deployment using Flask and on any cloud service is required. Strong grip on python like using basic data structures like using Dictionaries, set, lists and other functions like lambda,filter, map etc.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top Amantya Technologies Interview Questions

Amantya Technologies Interview FAQs

How many rounds are there in Amantya Technologies interview?
Amantya Technologies interview process usually has 2-3 rounds. The most common rounds in the Amantya Technologies interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Amantya Technologies interview?
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 Python, C++, Javascript, Java and C.
What are the top questions asked in Amantya Technologies interview?

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

  1. What is current ctc & expected c...read more
  2. How to implemented Primary key and foreign key in delta tabl...read more
  3. Ques -> Can you define difference b/w Azure data lake and Delta la...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.

Amantya Technologies Interview Process

based on 35 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webkul Software Interview Questions
3.9
 • 64 Interviews
Softenger Interview Questions
4.1
 • 53 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
View all

Amantya Technologies Reviews and Ratings

based on 145 reviews

3.8/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.7

Salary

3.5

Job security

3.6

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 145 Reviews and Ratings
Data Science Head/Analyst

Delhi/Ncr

10-12 Yrs

Not Disclosed

Java Developer

Delhi/Ncr

8-10 Yrs

Not Disclosed

Resource Manager

Gurgaon / Gurugram

5-8 Yrs

₹ 10-16 LPA

Explore more jobs
Software Engineer
265 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Senior Software Engineer
118 salaries
unlock blur

₹7.7 L/yr - ₹22 L/yr

Technical Lead
78 salaries
unlock blur

₹12 L/yr - ₹31 L/yr

Software Developer
45 salaries
unlock blur

₹5.6 L/yr - ₹14.7 L/yr

Senior Test Engineer
22 salaries
unlock blur

₹7.1 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Amantya Technologies with

HCL Infosystems

3.9
Compare

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

Accel Frontline

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview