Upload Button Icon Add office photos

Filter interviews by

Connectwise India Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Connectwise India Interview Questions and Answers

View all 37 questions

Connectwise India Interview Experiences

Popular Designations

52 interviews found

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

(2 Questions)

  • Q1. Data Backup, alerts assignment, Remote Access, SAAS, CRM experience
  • Q2. Windows, Patch management, Security Software, Basic understanding of Networking
Round 2 - HR 

(2 Questions)

  • Q1. Tell me abut yourself
  • Q2. General question, Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Open mouth for salary as much as you can. Cos yearly growth and increment is negligible.
Hybrid mode, no home drop, no cafeteria, No gym. Some manager and director are toxic in nature they feels like employee is bots. No work life balances again for some department.

Technical Support Specialist 2 Interview Questions asked at other Companies

Q1. Describe a situation when a customer was very angry due to your product and was about to leave the subscription and you got him back.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What are delegates
  • Ans. 

    Delegates are type-safe function pointers in C# that allow methods to be passed as parameters.

    • Delegates are similar to function pointers in C/C++.

    • They are used to create callback functions and event handling in C#.

    • Delegates can reference methods with matching signatures.

    • Example: delegate void MyDelegate(string message);

  • Answered by AI
  • Q2. Polymorphism and encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. Authentication and authorisation workflow
  • Q2. Unit test case scenario’s

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. SOLID, Web API, dependency injection, JWT, SQL query, code
Round 2 - One-on-one 

(1 Question)

  • Q1. SOLID, design patterns, code

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 dsa questions online gfg platform

Round 2 - Technical 

(2 Questions)

  • Q1. Sql backend related
  • Q2. About my projects
Round 3 - Technical 

(2 Questions)

  • Q1. CV based questions asked
  • Q2. Projects worked upon in the past
Round 4 - HR 

(2 Questions)

  • Q1. Why this company
  • Q2. Weakness explain
  • Ans. 

    I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

    • I often spend too much time on a task trying to make it perfect

    • I have difficulty delegating tasks to others because I want to ensure they are done correctly

    • I can be self-critical and have high expectations for myself

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Connectwise India interview questions for popular designations

 Software Engineer

 (4)

 Security Analyst 1

 (2)

 Senior Software Engineer

 (2)

 Senior Software Engineer 2

 (2)

 Software Developer Intern

 (2)

 Technical Support Engineer

 (2)

 Active Directory and System Engineer

 (1)

 Application Support Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How many promise method you know?
  • Ans. 

    There are several promise methods in JavaScript, including .then(), .catch(), .finally(), and more.

    • Common promise methods include .then(), .catch(), and .finally()

    • Other promise methods include .all(), .race(), and .resolve()

    • Examples: promise.then(), promise.catch(), promise.finally()

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

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to access variables from their parent function's scope

    • They maintain references to their outer scope even after the outer function has finished executing

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI

Skills evaluated in this interview

Senior Frontend Web Developer Interview Questions asked at other Companies

Q1. What is the difference between promise.all and promise.race
View answer (1)

Get interview-ready with Top Connectwise India Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Duplicates in an array
  • Ans. 

    Find and remove duplicates in an array of strings

    • Iterate through the array and use a Set to keep track of unique elements

    • Check if each element is already in the Set, if so, remove it from the array

  • Answered by AI
  • Q2. Golang general questions

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your roles and responsibilities?

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. All the basic questions and they ask to write basic c# program based on array or any logical program
  • Q2. Design patterns
  • Q3. How Authentication ams Authorisation is done
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization is the process of determining what resources a user can access.

    • Authentication can be done using various methods such as username/password, tokens, or biometrics.

    • Authorization involves assigning roles or permissions to users based on their identity.

    • Authentication and authorization are often implemented using frameworks like OAuth or J...

  • Answered by AI
  • Q4. Program writing
  • Q5. Sql queries to find 3rd highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 3rd highest salary

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 2,1 to skip first two highest salaries and get the third highest salary

  • Answered by AI

Skills evaluated in this interview

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)
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

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
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 - Technical 

(10 Questions)

  • Q1. Interview went really well but I am not sure why they rejected me at very first round. First interviewer asked me me about my tech stack and current project, she asked me total 4-5 programs I solve them a...
  • Q2. What is your project architecture?
  • Ans. 

    My project architecture follows a microservices design pattern with a combination of front-end and back-end technologies.

    • Utilizes microservices design pattern

    • Combination of front-end and back-end technologies

    • Uses RESTful APIs for communication between services

  • Answered by AI
  • Q3. How do you handle exceptions in your current project, types of exceptions
  • Q4. Differencem between singly and doubly linked list
  • Ans. 

    Singly linked list has one pointer in each node pointing to the next node, while doubly linked list has two pointers - one pointing to the next node and one pointing to the previous node.

    • Singly linked list is more memory efficient as it only requires one pointer per node.

    • Doubly linked list allows for traversal in both directions, while singly linked list only allows traversal in one direction.

    • Insertions and deletions a...

  • Answered by AI
  • Q5. What is static, finally, super keywords
  • Ans. 

    Keywords used in Java programming language

    • static keyword is used to create class-level variables and methods

    • finally keyword is used in exception handling to define a block of code that will always be executed

    • super keyword is used to refer to the superclass of the current object

  • Answered by AI
  • Q6. What is polymorphism and types
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Types of polymorphism include compile-time (method overloading) and runtime (method overriding) polymorphism.

    • Example: Animal superclass with subclasses Dog and Cat. Both Dog and Cat can be treated as Animals.

  • Answered by AI
  • Q7. Microservice architecture and how do you call one service from another service
  • Ans. 

    Microservice architecture involves breaking down a large application into smaller, independent services. Services can communicate with each other through APIs.

    • Microservice architecture breaks down a large application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Services communicate with each other through APIs, typically using HTTP/REST or messaging protocols like RabbitM...

  • Answered by AI
  • Q8. Docker, Kubernetes, multuthreding
  • Q9. Types of exceptions with example
  • Ans. 

    Types of exceptions include checked and unchecked exceptions.

    • Checked exceptions are checked at compile time, like IOException.

    • Unchecked exceptions are not checked at compile time, like NullPointerException.

  • Answered by AI
  • Q10. Java 8 features like functional interface, method reference, optional and all

Interview Preparation Tips

Interview preparation tips for other job seekers - They mostly focus on core java I think they use go language so mostly they check core java knowlodge and problem solving skills. my personal experience was positive but not sure why they reject me from my perspective interivew went really well.

Skills evaluated in this interview

Top Connectwise India Software Engineer Interview Questions and Answers

Q1. OOPs concepts and difference between abstraction vs encapsulation
View answer (1)

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)

Connectwise India Interview FAQs

How many rounds are there in Connectwise India interview?
Connectwise India interview process usually has 2-3 rounds. The most common rounds in the Connectwise India interview process are Technical, HR and Resume Shortlist.
How to prepare for Connectwise India 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 Connectwise India . The most common topics and skills that interviewers at Connectwise India expect are Technical Support, Troubleshooting, Python, Java and AWS.
What are the top questions asked in Connectwise India interview?

Some of the top questions asked at the Connectwise India interview -

  1. What is ADFS &how does it work? What is Autodiscover in O366, DHCP, DNS server...read more
  2. OOPs concepts and difference between abstraction vs encapsulat...read more
  3. what you do to find out issue in c...read more
How long is the Connectwise India interview process?

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

Tell us how to improve this page.

Connectwise India Interview Process

based on 32 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
View all

Connectwise India Reviews and Ratings

based on 300 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.4

Salary

3.5

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 300 Reviews and Ratings
Technical Support Engineer
180 salaries
unlock blur

₹2.6 L/yr - ₹8.8 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Security Analyst
100 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Support Specialist
66 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Engineer
57 salaries
unlock blur

₹4.5 L/yr - ₹15 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