Upload Button Icon Add office photos

Filter interviews by

MAQ Software ASE Interview Questions and Answers

Updated 18 Sep 2024

MAQ Software ASE Interview Experiences

1 interview found

ASE Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

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

Round 1 - Coding Test 

Basic data Structures and algo and aptitude mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Linked List Basic Question
  • Q2. SQL Joins, DBMS, Normalization

Interview questions from similar companies

ASE Interview Questions & Answers

TCS user image charulveer@gmail.com

posted on 24 Sep 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me abt last year project
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Used React Native for cross-platform development

    • Integrated with Apple HealthKit and Google Fit APIs

    • Implemented push notifications to remind users to drink water

    • Incorporated gamification elements to encourage consistent usage

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: i told about my previous website
Tips: make sure ull say things which you have done they will precisely ask you qts around it

General Tips: be calm even if you dont kw dont bluff tell him you havent brushed up with that
Skills:
College Name: Vidyalankar Institute Of Technology

ASE Interview Questions & Answers

TCS user image charulveer@gmail.com

posted on 27 Sep 2015

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

ASE Interview Questions & Answers

Mphasis user image Anonymous

posted on 1 Sep 2021

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

Interview Questionnaire 

1 Question

  • Q1. What is polymorphism? Difference between union and structure
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overloading and method overriding.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound', but they can all be called using the same me...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study C and Java. Maximum questions asked from Java Basics and C data structures

Skills evaluated in this interview

ASE Interview Questions & Answers

TCS user image amitesh rajput

posted on 26 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic mathematics problems

Round 2 - Coding Test 

Arrays, Strings and mathematical formulas

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 17 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Very simple just not the basics

Round 2 - Technical 

(2 Questions)

  • Q1. Basic knowledge is being tested
  • Q2. What is oops, and what’s the difference between object oriented programming and other
  • Ans. 

    OOPs stands for Object Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • In OOPs, objects can interact with each other through methods.

    • OOPs promotes concepts like inheritance, encapsulation, and polymorphism.

    • Other programming paradigms like procedural programming focus on procedures or functions.

    • In pr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 19 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Domain specific questions and basic programming

ASE Interview Questions & Answers

TCS user image PrepInsta

posted on 17 Dec 2021

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Nqt 

(1 Question)

I had opted for incenter options, where there were 4 sections: aptitude, logical reasoning, English, and coding round. Each question had time allocation . Aptitude mere of moderate level( follow prepinsta apti section for practice) ,English and logical were easy to moderate level, next comes the coding part
It comprises of 2 codes , first one was easy 2 and one was of moderate level

  • Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming is the sum of their length. Find the...
  • Ans. 

    Given N gold wires with lengths, find minimum cost to assemble all wires into a single wire.

    • Only two adjacent small wires can be assembled at a time

    • Cost of forming is the sum of their length

    • Use dynamic programming to find minimum cost

    • Example: N=4, lengths=[2,3,4,5], minimum cost=29

  • Answered by AI
Round 2 - Interview 

(3 Questions)

My interview was scheduled on the 26th of September on ms teams. I was asked to join at 10 am in the lobby , I had to wait for 2 hours in the lobby after that they allowed me to join and thus my interview began. In The end they asked for document verification

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes a hierarchical organization of classes.

    • The existing class is called the superclass or parent class, while the new class is called the subclass or child class.

    • The subclass inherits all the properties and methods of the superclass, and can also...

  • Answered by AI
  • Q2. What are exceptions?
  • Ans. 

    Exceptions are unexpected events that occur during program execution.

    • Exceptions are used to handle errors and prevent program crashes.

    • They can be caused by a variety of factors, such as invalid input or resource exhaustion.

    • Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Exception handling involves catching and handling exceptions using try-catch blocks.

    • Unchecked exce...

  • Answered by AI
  • Q3. Define finally keyword.
  • Ans. 

    finally keyword is used in try-catch block to execute a block of code regardless of the exception thrown or not.

    • finally block is optional and can be used after catch block

    • It is used to release resources like database connections, file handles, etc.

    • It is executed even if there is a return statement in try or catch block

    • Example: try { //code } catch(Exception e) { //code } finally { //code }

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Hooghly Engineering and technology College.Tcs interview preparation:Tips for other job seekers - The best advice I can give to a job seeker is to build a good resume because it really matters a lot. If you have a good resume then your chances of getting selected and shortlisted increases a lot.Final outcome of the interviewSelected

Skills evaluated in this interview

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 5 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Some basic aptitude questions must study time & distance, profit loss , proportions

Round 2 - Coding Test 

Coding it depends round to round it can be very from moderate to medium level questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on oops,some hands-on questions on basic programming, and project related questions irrespective to domain

Interview Preparation Tips

Topics to prepare for TCS ASE interview:
  • OOPS
Interview preparation tips for other job seekers - So basically to get into tcs you need some jenuine projects to discuss in interview and basic programming skills to showcase in interview specially must study the topics on oops.
And for the assessments you must have good aptitude knowledge

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 31 Mar 2023

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

I applied via LinkedIn and was interviewed before Mar 2022. There were 3 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 - Aptitude Test 

Practice well okay - time and distance and speed, water problems

Round 3 - HR 

(2 Questions)

  • Q1. About goals, parents and stuff
  • Q2. About TCS and it's subsidaries

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume for each job application. Network an dmake connections in your industry

MAQ Software Interview FAQs

How many rounds are there in MAQ Software ASE interview?
MAQ Software interview process usually has 2 rounds. The most common rounds in the MAQ Software interview process are Coding Test and Technical.
What are the top questions asked in MAQ Software ASE interview?

Some of the top questions asked at the MAQ Software ASE interview -

  1. SQL Joins, DBMS, Normalizat...read more
  2. Linked List Basic Quest...read more

Tell us how to improve this page.

MAQ Software ASE Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all
Software Engineer
719 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Software Engineer Level 1
603 salaries
unlock blur

₹5 L/yr - ₹13.4 L/yr

Software Engineer2
302 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Associate Software Engineer
134 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹11.5 L/yr - ₹25 L/yr

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