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

Software Engineer Interview Questions & Answers

user image Sanket Samantasinghar

posted on 24 Dec 2024

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 Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

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 (169)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Logical mathematics questions of profit or loss

Interview Preparation Tips

Interview preparation tips for other job seekers - just while going to interview ask HR about interview round and preparation.

Software Testing Interview Questions asked at other Companies

Q1. What do you understand by coding??
View answer (2)

Junior Developer Interview Questions & Answers

user image TUSHAR PATIL

posted on 24 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Object Oriented Programming Concepts - with example - difference
  • Ans. 

    Object Oriented Programming Concepts involve encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Allows a class to inherit properties and methods from another class. Example: class SUV extends Car, inheriting properties and methods from...

  • Answered by AI
  • Q2. Prime Number, Spy Number for coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some patience.. you will get what you deserve.. do not give up.. fight!!!!!!!!!

Junior Developer Interview Questions asked at other Companies

Q1. Why are shifting from electronic and telecommunications branch to software?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

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)

Chief Growth Officer Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Technology and delivery avenues
Round 2 - Group Discussion 

With Company Board on Business and Growth Strategy

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Chief Growth Officer interview:
  • Business Analysis
  • Disruptive Technology
Interview preparation tips for other job seekers - Focus on New Technology Innovation, Adoption strategies with sustainable business plans.

Get interview-ready with Top Apmosys Technologies Interview Questions

Software Developer Interview Questions & Answers

user image Mityaprangya Das

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project

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

Jobs at Apmosys Technologies

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

I was interviewed in Oct 2023.

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 - Aptitude Test 

Easy to medium
profit and loss questions
Permutation and combination

Round 3 - Aptitude Test 

Easy to medium
45 mins

Round 4 - Technical 

(4 Questions)

  • Q1. Basic concept of Oops Java basic
  • Q2. Constructor Overloading
  • Q3. Operator overloading in Java?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types in Java.

    • Operator overloading is not supported in Java as it can lead to ambiguity and confusion.

    • Java does not allow custom operators to be defined or existing operators to be overloaded.

    • Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.

  • Answered by AI
  • Q4. Define java and it's features
  • Ans. 

    Java is a high-level, object-oriented programming language known for its platform independence and robust features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

    • It supports multithreading, allowing for concurrent e...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Introduction Present events

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

Round 1 - Aptitude Test 

Some maths related questions

Round 2 - Technical 

(1 Question)

  • Q1. Related to testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to learn something

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 (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at JIS College of Engineering, Kolkata and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java

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

Software Engineer Interview Questions & Answers

user image kanak Thakur

posted on 17 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. 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 

Aptitude test reasoning test 30 questions and technical part 30 questions

Round 3 - Coding Test 

(2 Questions)

  • Q1. OOPS concept , constructor destructor , their types , SQL, DBMS , projects written in resume and their flow charts
  • Q2. Programs of method overloading and overriding , programs of for loop while loop and when we use them And so on
  • Ans. 

    Method overloading and overriding are used in object-oriented programming to create multiple methods with the same name but different parameters or implementations. For and while loops are used for iteration in programming.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters. Example: void print(int num) and void print(String str)

    • Method overriding involves ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Second round was written description offline test .

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

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