Upload Button Icon Add office photos

Filter interviews by

Maxsys Technology Interview Questions and Answers

Updated 14 Oct 2023

Maxsys Technology Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is threads in java
  • Ans. 

    Threads in Java are lightweight sub-processes that run concurrently within a single process.

    • Threads allow for parallel execution of tasks in Java programs.

    • Each thread has its own stack and shares the same heap memory with other threads.

    • Threads are created by extending the Thread class or implementing the Runnable interface.

    • Example: Thread t1 = new Thread(new MyRunnable()); t1.start();

  • Answered by AI
  • Q2. Collection v/s collections
  • Q3. Truple in database
  • Ans. 

    A truple in a database is a tuple with three values instead of the usual two.

    • A truple is similar to a tuple, but with three elements instead of two

    • Truples are commonly used in databases to store data with three related attributes

    • Example: (John, Doe, 25) is a truple representing a person's first name, last name, and age

  • Answered by AI
  • Q4. Co-varient in java
  • Ans. 

    Covariant in Java refers to the ability of a subclass to return a more specific type than the superclass in overridden methods.

    • Covariant return type allows a subclass method to return a subtype of the return type of the overridden method in the superclass.

    • It is achieved by using the 'extends' keyword in the return type of the subclass method.

    • Example: class Animal { Animal getAnimal() { return new Animal(); } } class Do...

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap

I applied via Approached by Company and was interviewed before Oct 2021. 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 - HR 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI

Maxsys Technology Interview FAQs

How many rounds are there in Maxsys Technology interview?
Maxsys Technology interview process usually has 2 rounds. The most common rounds in the Maxsys Technology interview process are Resume Shortlist and Technical.
How to prepare for Maxsys Technology 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 Maxsys Technology. The most common topics and skills that interviewers at Maxsys Technology expect are Communication Skills, Debugging, Clinical SAS Programming, HTML and Java.
What are the top questions asked in Maxsys Technology interview?

Some of the top questions asked at the Maxsys Technology interview -

  1. what is threads in j...read more
  2. truple in datab...read more
  3. co-varient in j...read more

Tell us how to improve this page.

Maxsys Technology Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Maxsys Technology Reviews and Ratings

based on 22 reviews

4.4/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.0

Salary

4.3

Job security

4.4

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Embedded Software Engineer
15 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Software Developer
7 salaries
unlock blur

₹2.7 L/yr - ₹4.5 L/yr

RPA Developer
6 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Maxsys Technology with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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