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 Intern Interview Questions and Answers

Updated 10 Oct 2024

Amantya Technologies Intern Interview Experiences

1 interview found

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 questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.OOP questions
  • Q2. 2.Java basic programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Try to answer questions logically

I applied via Job Portal and was interviewed in Apr 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String and string builder difference. Project Related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Without pre information you should not ask direct interview question on telephone .I don't know she was Hr or technical person but she started asking technical question and personal information

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Regarding PHP

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your basic knowledge
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on basic python.
  • Q2. Networking basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to moderate level

Round 2 - Group Discussion 

Given a topic and gave 2 hrs for preparation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well that what is on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is paranoid? When to use it ?
  • Ans. 

    Paranoid is a programming flag used to enable additional security checks.

    • Paranoid is a flag used in programming languages like Ruby to enable additional security checks.

    • It is used when extra caution is needed to prevent security vulnerabilities.

    • For example, in Ruby on Rails, setting the paranoid flag to true adds additional security checks to prevent SQL injection attacks.

  • Answered by AI
  • Q2. State the use case where we can user message queues like AWS SQS? When to choose NoSql and when SQL?
  • Ans. 

    Message queues like AWS SQS are used for asynchronous communication between microservices. NoSQL is chosen for flexible schema and scalability, while SQL is chosen for structured data and complex queries.

    • Use message queues like AWS SQS for decoupling microservices and handling high volumes of messages asynchronously

    • Choose NoSQL for flexible schema, horizontal scalability, and handling unstructured or semi-structured da...

  • Answered by AI
  • Q3. Some coding questions like sorting, searching and basics of JS ? What is pass by reference?
Round 2 - HR 

(1 Question)

  • Q1. Learning from previous job?
  • Ans. 

    Learned to collaborate effectively with cross-functional teams and prioritize tasks based on project deadlines.

    • Improved communication skills by regularly updating team members on project progress

    • Enhanced problem-solving abilities by quickly identifying and resolving technical issues

    • Developed time management skills by efficiently juggling multiple tasks simultaneously

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Focus on the skills that you mention in your CV
2. Practice DSA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

They ask me about the fundamentals of JavaScript, CSS, and HTML.

Round 2 - Assignment 

Asked request me to create an animated website.

Round 3 - Technical 

(2 Questions)

  • Q1. Ask about react
  • Q2. Ask about node
Round 4 - HR 

(1 Question)

  • Q1. Simple HR question

Interview Preparation Tips

Interview preparation tips for other job seekers - My interviewer, who is my tech lead, loves to ask basic questions that are crucial, so it's important to have a clear understanding of the fundamentals.

Amantya Technologies Interview FAQs

How many rounds are there in Amantya Technologies Intern interview?
Amantya Technologies interview process usually has 3 rounds. The most common rounds in the Amantya Technologies interview process are Coding Test, Technical and HR.

Tell us how to improve this page.

Amantya Technologies Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
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