Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Connectwise India Application Support Engineer Interview Questions and Answers

Updated 7 Mar 2024

Connectwise India Application Support Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Some questions about past experience, some about coding knowledge and a live coding question for exceptional handling
  • Q2. What are middlewares
  • Ans. 

    Middlewares are software components that act as a bridge between different applications or systems, facilitating communication and data exchange.

    • Middlewares help in managing communication between different software components

    • They can provide additional functionalities such as authentication, logging, and error handling

    • Examples include Express.js middleware in Node.js applications and middleware in web servers like Apac

  • Answered by AI
  • Q3. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between classes

    • Improves code reusability and maintainability

    • Commonly used in frameworks like Spring in Java

  • Answered by AI
  • Q4. Situational questions regarding issue solving.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Do u have done any work in appkication support
  • Q2. How u can improve ur skills
  • Q3. Are u able to speak english

I applied via Referral and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. I was asked about technical questions regarding the work of which I need to provide application support ...
  • Q2. WHAT YOU KNOW ABOUT CGST ?
  • Ans. 

    CGST stands for Central Goods and Services Tax.

    • CGST is a tax levied on the supply of goods and services within a state.

    • It is a part of the Goods and Services Tax (GST) system in India.

    • The revenue collected from CGST is shared between the central and state governments.

    • CGST rates vary depending on the type of goods or services being supplied.

    • For example, the CGST rate for essential goods like food items is lower than tha

  • Answered by AI
  • Q3. What you Know about work of application support engineer
  • Ans. 

    Application Support Engineers are responsible for troubleshooting and resolving technical issues related to software applications.

    • Provide technical support to end-users and clients

    • Identify and resolve software bugs and errors

    • Collaborate with development teams to enhance application functionality

    • Document and maintain knowledge base articles for troubleshooting

    • Monitor application performance and identify areas for improv

  • Answered by AI
  • Q4. What is experience in customer support services ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be Positive and always be honest in answering questions ...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Depends on your skill
  • Q2. All technical questions related linux,Unix,SQL, oracle
Round 3 - Technical 

(2 Questions)

  • Q1. Linux,Unix,SQL, oracle, Jenkin, DEVOPS,AWS,hpsm,ITIL, service now
  • Q2. Depends on your skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Easy to medium . overall good

Round 2 - Coding Test 

It was Medium to tough level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is fifo lifo
  • Ans. 

    FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.

    • FIFO: Items that are added first are the first to be removed. Like a queue.

    • LIFO: Items that are added last are the first to be removed. Like a stack.

  • Answered by AI
  • Q2. Whole data structure concepts
Round 4 - HR 

(2 Questions)

  • Q1. What do you want to change in this country if you get a chance
  • Ans. 

    I would focus on improving access to quality education for all citizens.

    • Implementing policies to ensure equal opportunities for education

    • Investing in infrastructure and resources for schools in underserved areas

    • Providing scholarships and financial aid for students from low-income families

    • Promoting vocational training programs to address skills gaps in the workforce

  • Answered by AI
  • Q2. I don't remember
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Share technical questions regarding interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Share several level questions and Linux, Unix and Android

I applied via Approached by Company and was interviewed in Jul 2022. 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. Which technology you have worked ,explain in brief your day to day roles and responsibilities
  • Q2. What do you know about SQL , Unix , explain in brief
  • Ans. 

    SQL is a database language used to manage data. Unix is an operating system used for servers and workstations.

    • SQL is used to create, modify, and query databases.

    • Unix is a command-line interface used for file management, process control, and networking.

    • SQL can be used with various database management systems like MySQL, Oracle, and SQL Server.

    • Unix commands include ls, cd, grep, and chmod.

    • SQL and Unix are commonly used i

  • Answered by AI
  • Q3. Tell all unix commands which are mostly used
  • Ans. 

    Commonly used Unix commands

    • ls - list directory contents

    • cd - change directory

    • mkdir - make directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move or rename files or directories

    • grep - search for patterns in files

    • cat - concatenate and display files

    • chmod - change file permissions

    • ssh - secure shell remote login

  • Answered by AI
  • Q4. What you will do if application perform slow,
  • Ans. 

    I will investigate the root cause of the slow performance and take appropriate actions.

    • Check server resources usage

    • Analyze application logs

    • Identify bottleneck areas

    • Optimize database queries

    • Implement caching mechanisms

    • Upgrade hardware or software if necessary

  • Answered by AI
  • Q5. Tell all SQL commands which you know
  • Ans. 

    Common SQL commands for data manipulation and retrieval

    • SELECT - retrieve data from a table

    • INSERT - insert data into a table

    • UPDATE - update existing data in a table

    • DELETE - delete data from a table

    • CREATE - create a new table or database

    • ALTER - modify the structure of a table

    • DROP - delete a table or database

    • JOIN - combine data from multiple tables

    • GROUP BY - group data based on a specific column

    • ORDER BY - sort data based

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Application Support Engineer interview:
  • MS SQL Server
  • Unix scripting
  • Cloud
  • Devops
  • Redhat Linux
Interview preparation tips for other job seekers - Keep confidence and polite be honest do not try to cheat if their is video call interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basics of SQL and pl sql
  • Q2. About project tht you worked
Round 2 - Technical 

(1 Question)

  • Q1. Java ,SQL,linix question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Not to hard, Not to easy

Round 2 - Technical 

(1 Question)

  • Q1. Question on DBMS,Networking and past projects
Round 3 - HR 

(1 Question)

  • Q1. Just basic stuff about relocation,salary checks

I applied via Company Website and was interviewed before Oct 2021. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Aptitude questions was high level

Round 3 - Coding Test 

Had 2 coding questions, and in 2 programming language

Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself in next 5 years
Round 5 - Technical 

(1 Question)

  • Q1. To write a code part using the programming language which is familiar

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well and be confident. Answer the questions without fear
Contribute & help others!
anonymous
You can choose to be anonymous

Connectwise India Interview FAQs

How many rounds are there in Connectwise India Application Support Engineer interview?
Connectwise India interview process usually has 1 rounds. The most common rounds in the Connectwise India interview process are One-on-one Round.
What are the top questions asked in Connectwise India Application Support Engineer interview?

Some of the top questions asked at the Connectwise India Application Support Engineer interview -

  1. What is dependency inject...read more
  2. What are middlewa...read more
  3. Situational questions regarding issue solvi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Awign Enterprises

No Interviews

INTERVIEWS

Awign Enterprises

No Interviews

INTERVIEWS

Amantya Technologies

No Interviews

Tell us how to improve this page.

Connectwise India Application Support Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Connectwise India Application Support Engineer Salary
based on 5 salaries
₹4.2 L/yr - ₹5 L/yr
11% less than the average Application Support Engineer Salary in India
View more details
Technical Support Engineer
182 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Security Analyst
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Support Specialist
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Connectwise India with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

HCLTech

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