Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Apmosys Technologies Team. If you also belong to the team, you can get access from here

Apmosys Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Apmosys Technologies Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Apmosys Technologies Interview Questions and Answers

View all 36 questions

Apmosys Technologies Interview Experiences

Popular Designations

48 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2023. 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 - One-on-one 

(1 Question)

  • Q1. Java Questions Basically

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SVPM's College Pune University, Pune and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General numerical problems

Round 2 - Technical 

(3 Questions)

  • Q1. What was the project in last year?
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated payment gateway for online transactions

  • Answered by AI
  • Q2. What was your role in it?
  • Ans. 

    I was responsible for developing and testing new features for the company's mobile application.

    • Developed new features for the mobile application

    • Tested the functionality of the features

    • Collaborated with team members to ensure successful implementation

  • Answered by AI
  • Q3. What was your contribution in it?
  • Ans. 

    I contributed by developing new features, fixing bugs, and optimizing code for the software project.

    • Developed new features based on user requirements

    • Fixed bugs reported by QA team or users

    • Optimized code for better performance and efficiency

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was your project for last year?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar

    • Hiking

    • Reading science fiction novels

  • Answered by AI

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2020. There were 3 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 - Aptitude Test 

Reasoning, mathematics, and basic English grammar.

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, domain knowledge, some questions about Test case presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with domain knowledge and some verbal reasoning and maths.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ajay Binay Institute of Technology, Cuttack and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What are the 4 principles of oops?
  • Ans. 

    The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class.

  • Answered by AI
  • Q2. What is the difference between string buffer and string builder?
  • Ans. 

    String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.

    • String buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String builder is not synchronized, providing better performance in single-threaded applications.

    • String builder is faster than string buffer due to lack of synchronization overhead.

    • Example: StringBuffer sb = new StringBuffer(); Str

  • Answered by AI
  • Q3. Why strings are immutable?
  • Ans. 

    Strings are immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.

  • Answered by AI
  • Q4. What are the different types of exception in java?
  • Ans. 

    There are two types of exceptions in Java: checked exceptions and unchecked exceptions.

    • Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.

    • Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.

    • Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.

    • Examples of unchecked exceptions include...

  • Answered by AI
  • Q5. Explain linear search algorithm.
  • Ans. 

    Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.

    • Iterate through each element in the list

    • Compare the current element with the target value

    • Return the index if a match is found, otherwise return -1

  • Answered by AI
  • Q6. Difference between JDK jvm and jre
  • Ans. 

    JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.

    • JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.

    • JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.

    • JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.

    • JDK is used for developing ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare all the skills which you are mentioned in your cv.

Skills evaluated in this interview

Top Apmosys Technologies Software Developer Interview Questions and Answers

Q1. What is the difference between string buffer and string builder?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Apmosys Technologies interview questions for popular designations

 Software Engineer

 (10)

 Software Developer

 (6)

 Software Tester

 (6)

 Software Developer Trainee

 (3)

 Softwaretest Engineer

 (3)

 Software Engineer Trainee

 (2)

 Test Engineer

 (2)

 Application Support Engineer

 (1)

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

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions.

Round 2 - HR 

(2 Questions)

  • Q1. What's your strength ?
  • Ans. 

    My strength lies in my problem-solving skills and ability to learn quickly.

    • Strong problem-solving skills

    • Quick learner

    • Adaptability to new technologies

    • Ability to work well under pressure

  • Answered by AI
  • Q2. Are you willing to work under pressure?
  • Ans. 

    Yes, I am comfortable working under pressure and have experience delivering high-quality work in tight deadlines.

    • I have successfully completed projects with tight deadlines in my previous roles.

    • I am able to prioritize tasks effectively and remain focused under pressure.

    • I thrive in challenging situations and see them as opportunities to showcase my skills.

    • I have experience working on urgent bug fixes and resolving issue

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a good carrier then don't go there.

Top Apmosys Technologies Software Developer Interview Questions and Answers

Q1. What is the difference between string buffer and string builder?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Apmosys Technologies Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About linux Networking Vmware
Round 2 - One-on-one 

(1 Question)

  • Q1. Linux Application Network

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Jobs at Apmosys Technologies

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...

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 (178)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 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 - HR 

(1 Question)

  • Q1. Experience related questions. How much Knowledge on Cloud computing and operations
Round 3 - Technical 

(1 Question)

  • Q1. Database Questions Quality Assurance related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work.
But interview was bit tough.. 👍

QA Software Tester Interview Questions asked at other Companies

Q1. Severity vs priority
View answer (1)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Testing questions and projects and all
  • Q2. Ask Manual testing basic questions
  • Q3. All manual test questions

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Softwaretest Engineer interview:
  • Manual Testing
  • Banking domain

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

I applied via Referral and was interviewed before Jul 2021. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me if you have any past experience
Round 3 - HR 

(1 Question)

  • Q1. Technical Question and basic knowledge in post which you are applied

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid while speaking to HR and be confident while answering asked questions

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 (178)

Apmosys Technologies Interview FAQs

How many rounds are there in Apmosys Technologies interview?
Apmosys Technologies interview process usually has 2-3 rounds. The most common rounds in the Apmosys Technologies interview process are Technical, Aptitude Test and HR.
How to prepare for Apmosys 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 Apmosys Technologies. The most common topics and skills that interviewers at Apmosys Technologies expect are Manual Testing, Java, Software Testing, Linux and Automation Testing.
What are the top questions asked in Apmosys Technologies interview?

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

  1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is ...read more
  2. If not then which technology can we use instead of th...read more
  3. Programs of method overloading and overriding , programs of for loop while loop...read more
How long is the Apmosys Technologies interview process?

The duration of Apmosys Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Apmosys Technologies Interview Process

based on 50 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Apmosys Technologies Reviews and Ratings

based on 232 reviews

3.4/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.0

Salary

3.4

Job security

3.1

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 232 Reviews and Ratings
Executive Assistant To Director

Navi Mumbai

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
455 salaries
unlock blur

₹1.6 L/yr - ₹9 L/yr

Softwaretest Engineer
293 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Software Tester
199 salaries
unlock blur

₹1.9 L/yr - ₹8.7 L/yr

Automation Test Engineer
97 salaries
unlock blur

₹2 L/yr - ₹7.3 L/yr

Software Developer
54 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Apmosys 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