Upload Button Icon Add office photos

Filter interviews by

ANMsoft Technologies Interview Questions and Answers

Updated 14 Feb 2023

ANMsoft Technologies Interview Experiences

Popular Designations

4 interviews found

Software Developer Interview Questions & Answers

user image Raju Nageshwarrao Yerra

posted on 16 Dec 2022

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

I applied via Walk-in and was interviewed in Jun 2022. There were 4 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. Write a program to remove duplicate from Array?
  • Ans. 

    Program to remove duplicates from an array

    • Create a new empty array

    • Loop through the original array

    • If the element is not in the new array, add it

    • Return the new array

  • Answered by AI
  • Q2. Write a program to it is a palindrome or not?
  • Ans. 

    A program to check if a given string is a palindrome or not.

    • Remove all spaces and special characters from the string

    • Convert the string to lowercase

    • Reverse the string and compare it with the original string

    • If both are equal, then the string is a palindrome

  • Answered by AI
  • Q3. Pattern programing questions?
Round 3 - Group Discussion 

Discuss about Artificial intelligence?

Round 4 - HR 

(3 Questions)

  • Q1. Why should hire you?
  • Ans. 

    I have a strong technical background and a passion for software development.

    • I have a deep understanding of programming languages and frameworks.

    • I have experience in developing and maintaining complex software systems.

    • I am a quick learner and adapt easily to new technologies.

    • I have excellent problem-solving and analytical skills.

    • I am a team player and can effectively collaborate with others.

    • I am dedicated and committed

  • Answered by AI
  • Q2. Which position will you see yourself after 5 years?
  • Ans. 

    I see myself in a senior software developer position, leading a team and contributing to the company's growth.

    • Senior software developer

    • Team leader

    • Contributing to company's growth

  • Answered by AI
  • Q3. What is your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I believe that compensation should be fair and competitive within the industry.

    • I am more interested in the overall package, including benefits and growth opportunities.

    • I am open to negotiation and would like to learn more about the company's compensation structure.

    • I am confident that my skills and experience justify a competit...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ANMsoft Technologies Software Developer interview:
  • Core Java
  • OOPS
Interview preparation tips for other job seekers - For IT students prepare this question properly most of the interviewer ask this question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2023

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

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

First was a aptitude round you will get asked questions on html css js and bootstrap

Round 3 - Technical 

(2 Questions)

  • Q1. Bootstrap classes name
  • Ans. 

    Bootstrap classes are pre-defined CSS classes that can be used to style HTML elements.

    • Bootstrap classes are used to create responsive web pages

    • Some commonly used classes are: container, row, col, btn, navbar, form-control

    • Classes can be combined to create complex layouts and styles

    • Bootstrap also has utility classes for quick styling, such as text-center, bg-primary, etc.

  • Answered by AI
  • Q2. Questions on media queries
Round 4 - HR 

(1 Question)

  • Q1. Last was a hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice bootstrap and basic js ,html ,css and basic hr questions

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 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 - Group Discussion 

All categories are you in the day of my life m milte hai to per the

Round 3 - Coding Test 

Best test of computerized of the level

Interview Preparation Tips

Topics to prepare for ANMsoft Technologies Patent Engineer interview:
  • thermal power plant
  • DC Motors
Interview preparation tips for other job seekers - Ok then later company normal quation asking the after shortlist the company employee

I applied via Approached by Company and was interviewed in Dec 2020. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1 Landing page and data base 2 past experience
  • Q2. About yourself and about approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good company to work look for better company bond not work life balance

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

ANMsoft Technologies interview questions for popular designations

 Patent Engineer

 (1)

 Software Developer

 (1)

 Web Developer

 (1)

 Business Analyst

 (1)

Jobs at ANMsoft Technologies

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Interview Preparation Tips

Round: Test
Experience: It was nice set of mixed bag questions each challenging your brain to scratch more and find the trick.
Tips: Be calm in solving the questions, Practice few tricks to solve

work,time,distance,number series problem etc. quickly to help save the

time.
Duration: 20 minuntes minutes
Total Questions: 25

Round: Resume Shortlist
Experience: I think resume played a important role in selection processes.
Tips: Make it simple and HIGHLIGHT your good work and experiences.Interviewer don't have time to go through whole crap what we write so basically focus on highlighting your achievements and internships.

Round: Group Discussion
Experience: People are dying to take the opportunity and speak.You will be facing a fish market in few cases, rest it is calm and everyone is given a chance to put forward there point.
Tips: Generally u have to decide which side of the boat u want to be on.

Either go against the topic or in favor whichever you are more

comfortable with.

College Name: IIT ROORKEE

ANMsoft Technologies Interview FAQs

How many rounds are there in ANMsoft Technologies interview?
ANMsoft Technologies interview process usually has 3-4 rounds. The most common rounds in the ANMsoft Technologies interview process are Resume Shortlist, Group Discussion and HR.
How to prepare for ANMsoft 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 ANMsoft Technologies. The most common topics and skills that interviewers at ANMsoft Technologies expect are Hibernate, Java, JQuery, JSP and Core Java.
What are the top questions asked in ANMsoft Technologies interview?

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

  1. Write a program to remove duplicate from Arr...read more
  2. Write a program to it is a palindrome or n...read more
  3. Bootstrap classes n...read more

Tell us how to improve this page.

ANMsoft Technologies Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all

ANMsoft Technologies Reviews and Ratings

based on 41 reviews

2.8/5

Rating in categories

3.0

Skill development

2.6

Work-life balance

2.2

Salary

2.6

Job security

2.5

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Java Developer
17 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Business Analyst
14 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Quality Analyst
8 salaries
unlock blur

₹1.2 L/yr - ₹4.4 L/yr

Explore more salaries
Compare ANMsoft Technologies with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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