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 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Enough with easy level questions from leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Sql and python questions
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Good good good good hh hhj ghh ghh ggh

Round 3 - Technical 

(2 Questions)

  • Q1. On dsa, ds, programming, database
  • Q2. Database mysql, sql, dsa, time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good basic knowledge on your projects , dsa, databases, etc etc etc etc etc etc etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Oops based questions, mvc and webapis
Round 3 - Technical 

(1 Question)

  • Q1. Core focus on mvc and .net core

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Engineer interview:
  • OOPS
  • MVC
  • SQL Server
  • .Net
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are access modifiers in swift
  • Ans. 

    Access modifiers in Swift are keywords that control the visibility and accessibility of classes, methods, properties, and other entities.

    • Access modifiers include public, internal, fileprivate, and private.

    • Public allows entities to be accessed from any source file in the module or from another module that imports the defining module.

    • Internal restricts access to the current module.

    • Fileprivate restricts access to the defi...

  • Answered by AI
  • Q2. Arc in swift, gcd , designer patterns, guard and if let
Round 2 - Technical 

(1 Question)

  • Q1. Programming question was there to get a user input in a text field and find whether it is a number or alphabet

Interview Preparation Tips

Interview preparation tips for other job seekers - Have all the basics clear for swift and you should know complete development process

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 Jul 2024. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. General aptitude question
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions and some coding questions

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 Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Which protocols are used in IoT?
  • Ans. 

    IoT uses various protocols such as MQTT, CoAP, HTTP, and AMQP for communication and data transfer.

    • MQTT (Message Queuing Telemetry Transport) is a lightweight protocol used for IoT devices with low bandwidth and power constraints.

    • CoAP (Constrained Application Protocol) is designed for resource-constrained devices and networks.

    • HTTP (Hypertext Transfer Protocol) is used for web-based communication and data transfer.

    • AMQP (...

  • Answered by AI
  • Q2. Explain MQTT protocols.
  • Ans. 

    MQTT is a lightweight messaging protocol for IoT devices.

    • MQTT stands for Message Queuing Telemetry Transport

    • It uses a publish-subscribe model for communication

    • It is designed for low-bandwidth, high-latency networks

    • It is widely used in IoT applications

    • It supports Quality of Service (QoS) levels for message delivery

  • Answered by AI
  • Q3. Compare Modbus RTU vs Modbus ASCII.
  • Ans. 

    Modbus RTU is binary and Modbus ASCII is text-based. RTU is more efficient and commonly used.

    • RTU uses binary encoding while ASCII uses text-based encoding

    • RTU is more efficient and commonly used in industrial automation

    • ASCII is easier to troubleshoot and can be used for long-distance communication

    • RTU has a smaller message size and faster transmission speed

    • ASCII has a larger message size and slower transmission speed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First prepare your resume carefully. Go through Basic theoretical concept like Object oriented programing, Data structures, Database etc.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me 3 frontend and 3 backend technologies.
  • Ans. 

    Frontend technologies include HTML, CSS, and JavaScript. Backend technologies include Node.js, Python, and Java.

    • Frontend technologies: HTML, CSS, JavaScript

    • Backend technologies: Node.js, Python, Java

  • Answered by AI

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

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
Software Engineer
264 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹8.2 L/yr - ₹22 L/yr

Technical Lead
75 salaries
unlock blur

₹12 L/yr - ₹31 L/yr

Software Developer
41 salaries
unlock blur

₹5.6 L/yr - ₹14.4 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