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

Updated 27 Jun 2024

Amantya Technologies Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google for building dynamic single-page applications.

    • Angular is based on TypeScript, a superset of JavaScript.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides features like data binding, dependency injection, and routing.

    • It has a powerful CLI (Command Line Interface) for scaffolding and building projects.

    • Angular has a large ...

  • Answered by AI
  • Q2. What is directives and pipes
  • Ans. 

    Directives and pipes are features in Angular that allow developers to extend HTML functionality and transform data in templates.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Pipes are used to format data in a template. They take in data as input and transform it into the desired output for display.

    • Examples of di...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Have you worked on ttcn earlier? Mostly related to past projects worked on C storage classes and questions on pointers snips Linked list to find the middle number
  • Q2. Asked about my work if i clear
Round 3 - Technical 

(2 Questions)

  • Q1. Mostly ttcn questions but i dont have knowledge on this
  • Q2. Ttcn development testscripts, gui implementatio

Interview Preparation Tips

Interview preparation tips for other job seekers - During hr call they were told me to provide ttcn training but at the time of final round manager rejected due to no ttcn

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. There were multiple questions on azure cloud and projects i worked on
  • Q2. Sql queries and scenario based azure questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - reading test 

(3 Questions)

  • Q1. Read the text over screen share
  • Ans. 

    The candidate is asked to read and answer a question displayed on screen share.

    • Read the text carefully to understand the question

    • Analyze the information provided in the text

    • Formulate a clear and concise answer based on the text

  • Answered by AI
  • Q2. Read news paper
  • Q3. Write details over screen share
  • Ans. 

    The interviewer is asking the candidate to write details over screen share.

    • Prepare a clear outline before starting to write

    • Use bullet points or numbered lists for better organization

    • Include relevant details and examples to support your points

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A small company having hectic, pathetic, inhuman and never ending interview process. I was interviewed and they need immediate joiner and after clearing 3 round of technical interview they suppose to release offer letter after HR discussion. All of the sudden they came up with detail that requirement get full and later after 2 month they call again and ask for further interview process and took another 3 technical rounds which I have cleared all. Till the time I cleared 6 round of interviews for same roll and it has been 2.5 months and initially they were looking for immediate joiner. Now you under stand how pathetic their hiring process is. Again they came up with more round and even HR didn't bother to update me that what will be this discussion all about. and surprisingly its a reading test followed by a grammar test , which I think should be taken at start of the all interview process. My laptop screen having some issues and my glasses got broken ... if HR updated me I could get it fixed. but due to all this I was unable to read smaller text on the screen . This interview was done by a Architect level person , how foolish it look like, I even communicated HR about my situation as if he informed about this round I could have get thing fixed and performed in better way as I already cleared 6 technical round and having 10 + years of experience. He said that you are not shortlisted for further rounds. I even request him that please arrange another round as I have some technical issues with system and my glasses also broken, he denied. SO suggesting here is just stay away from this company they will create hope and waste all you efforts and time. I could have get selected in another organization but I spent more time in this organization hiring process. One more this .. all the rating about this organization was forced written by its employees who want to leave organization as if you join you will get trapped . I got to know about it from one of former employee. SO I am thanking to GOD that I am not selected in this organization.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Functional Interface,java 8 features,predicate functions
Round 2 - One-on-one 

(1 Question)

  • Q1. General question & scenario based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2022.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Mostly asked java springboot questions
  • Q2. What is interceptor
  • Ans. 

    An interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.

    • Interceptors can be used for logging, authentication, error handling, and modifying requests/responses.

    • In Angular, interceptors can be used to add headers to HTTP requests or handle errors globally.

    • In Spring framework, interceptors can be used for pre-processing and post-processing of requests.

    • Interceptors are...

  • Answered by AI
  • Q3. What are all functional interfaces available in java
  • Ans. 

    Functional interfaces in Java are interfaces with a single abstract method, used for lambda expressions and method references.

    • Functional interfaces can be found in the java.util.function package.

    • Examples of functional interfaces include Consumer, Supplier, Predicate, and Function.

    • Functional interfaces can be identified by the @FunctionalInterface annotation.

  • Answered by AI
  • Q4. Gatway implementation in spring boot
  • Ans. 

    Gateway implementation in Spring Boot allows for routing and filtering of incoming requests to different microservices.

    • Use Spring Cloud Gateway for implementing gateway in Spring Boot

    • Define routes and filters in application.properties or application.yml

    • Example: routes: - id: my_route uri: http://localhost:8080 predicates: - Path=/my_route/**

    • Example: filters: - AddRequestHeader=X-Request-Foo, Bar

  • Answered by AI
  • Q5. Java 8 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well interms of coding

Skills evaluated in this interview

Round 1 - Coding Test 

Pattern program and general output questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview one-on-one
Round 3 - HR 

(1 Question)

  • Q1. HR round taken by hr team

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in logic and should have strong command on core concepts

Interview Questionnaire 

15 Questions

  • Q1. What is entity framework.
  • Ans. 

    Entity Framework is an Object-Relational Mapping (ORM) framework that enables developers to work with relational databases using .NET objects.

    • EF is a tool for creating data access layer in .NET applications

    • It allows developers to work with databases using C# or VB.NET code instead of SQL

    • EF supports LINQ queries and provides automatic change tracking

    • EF can generate database schema from code-first approach

    • EF can also gen...

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make code more modular and testable.

    • Dependencies are injected into a class rather than being hard-coded

    • This allows for easier testing and swapping of dependencies

    • Commonly used in frameworks like Spring and Angular

  • Answered by AI
  • Q3. Oops depth level question
  • Q4. Whatvis generics and collection
  • Ans. 

    Generics and collections are fundamental concepts in Java programming.

    • Generics allow for type safety and reusability of code.

    • Collections are data structures that store and manipulate groups of objects.

    • Examples of collections include ArrayList, LinkedList, and HashMap.

    • Generics can be used with collections to ensure type safety.

    • Collections provide methods for adding, removing, and accessing elements.

  • Answered by AI
  • Q5. What is sql injection
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL statements are inserted into an entry field to manipulate the database.

    • SQL injection attacks exploit vulnerabilities in web applications that do not properly validate user input.

    • Attackers can use SQL injection to steal sensitive data, modify or delete data, or even take control of the entire database.

    • Preventing SQL injection involves using parameterized querie...

  • Answered by AI
  • Q6. How to handle security in rest api
  • Ans. 

    Security in REST API can be handled by implementing authentication, authorization, encryption, and input validation.

    • Implement authentication using tokens or OAuth2

    • Implement authorization by defining roles and permissions

    • Encrypt sensitive data using SSL/TLS

    • Validate input data to prevent injection attacks

    • Implement rate limiting to prevent DDoS attacks

  • Answered by AI
  • Q7. What is soap. And what us differences between rest and soap
  • Ans. 

    SOAP is a protocol for exchanging structured information in the implementation of web services. REST is an architectural style for building web services.

    • SOAP stands for Simple Object Access Protocol

    • SOAP uses XML for message exchange

    • SOAP requires more bandwidth and processing power than REST

    • REST uses HTTP for communication

    • REST is more flexible and scalable than SOAP

    • RESTful APIs are easier to implement and maintain than

  • Answered by AI
  • Q8. How ro get table data in store procedures
  • Ans. 

    Table data can be retrieved in store procedures using SELECT statement.

    • Use SELECT statement to retrieve data from table in store procedures.

    • Specify the table name and columns to retrieve data from.

    • Use WHERE clause to filter data based on conditions.

    • Use ORDER BY clause to sort data based on column values.

  • Answered by AI
  • Q9. What is index in table
  • Ans. 

    An index in a table is a data structure that improves the speed of data retrieval operations.

    • Indexes are created on one or more columns of a table.

    • They allow for faster searching and sorting of data.

    • Indexes can be unique or non-unique.

    • Examples of indexes include primary keys, foreign keys, and clustered indexes.

  • Answered by AI
  • Q10. What happen if add index on all column in table
  • Ans. 

    Adding index on all columns in a table can slow down write operations and increase storage space.

    • Adding index on all columns can increase the storage space required for the table.

    • It can also slow down write operations as the index needs to be updated for every write operation.

    • It may improve read performance for queries that use all columns in the table.

    • It is generally not recommended to add index on all columns in a ta

  • Answered by AI
  • Q11. What is trigger
  • Ans. 

    A trigger is a piece of code that automatically executes in response to a specific event or change in a system.

    • Triggers are commonly used in databases to automatically perform actions when certain data is inserted, updated, or deleted.

    • Triggers can be used to enforce business rules, validate data, or perform complex calculations.

    • Examples of triggers include sending an email notification when a new record is added to a d...

  • Answered by AI
  • Q12. Difference between sp and function
  • Ans. 

    Stored procedures are precompiled and can return multiple result sets, while functions are not precompiled and can only return a single value.

    • Stored procedures are used to perform a set of operations and can return multiple result sets.

    • Functions are used to perform a single operation and can only return a single value.

    • Stored procedures are precompiled and stored in the database, while functions are compiled at runtime.

    • ...

  • Answered by AI
  • Q13. Mvc life cycle
  • Q14. What is action filter
  • Ans. 

    Action filter is a feature in ASP.NET MVC that allows you to execute code before or after an action method is executed.

    • Action filters are attributes that can be applied to controller actions or globally to all actions in the application.

    • They can be used for authentication, caching, logging, exception handling, and more.

    • Examples of action filters include AuthorizeAttribute, OutputCacheAttribute, HandleErrorAttribute, an

  • Answered by AI
  • Q15. Sequence of filters
  • Ans. 

    Sequence of filters in software development

    • Define the problem and requirements

    • Choose appropriate filters based on the problem

    • Implement and test the filters in sequence

    • Refine and optimize the filters as needed

  • Answered by AI

Skills evaluated in this interview

Amantya Technologies Interview FAQs

How many rounds are there in Amantya Technologies Senior Software Engineer interview?
Amantya Technologies interview process usually has 2 rounds. The most common rounds in the Amantya Technologies interview process are Technical and Resume Shortlist.
How to prepare for Amantya Technologies Senior Software Engineer 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 C++, Linux, C, 4G and Algorithms.
What are the top questions asked in Amantya Technologies Senior Software Engineer interview?

Some of the top questions asked at the Amantya Technologies Senior Software Engineer interview -

  1. what is directives and pi...read more
  2. what is angu...read more
  3. Mostly ttcn questions but i dont have knowledge on t...read more

Tell us how to improve this page.

Amantya Technologies Senior Software Engineer Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more
Amantya Technologies Senior Software Engineer Salary
based on 107 salaries
₹8.2 L/yr - ₹22 L/yr
6% less than the average Senior Software Engineer Salary in India
View more details

Amantya Technologies Senior Software Engineer Reviews and Ratings

based on 22 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.9

Salary

3.7

Job security

3.9

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
250 salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Software Engineer
107 salaries
unlock blur

₹8.2 L/yr - ₹22 L/yr

Technical Lead
72 salaries
unlock blur

₹11.8 L/yr - ₹31 L/yr

Software Developer
35 salaries
unlock blur

₹3.5 L/yr - ₹13.4 L/yr

Senior Test Engineer
21 salaries
unlock blur

₹7.1 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Amantya Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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