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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 DSA Questions on Normal Fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Computer Subject related Medium level Questions
  • Q2. Array for stack
  • Ans. 

    An array of strings can be used to implement a stack data structure.

    • Use an array to store the elements of the stack.

    • Keep track of the top of the stack using an index variable.

    • Push elements onto the stack by adding them to the end of the array.

    • Pop elements from the stack by removing the element at the top of the array.

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Core database management questions java

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

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

(3 Questions)

  • Q1. 1. Asked questions on java, streams api, spring boot basics, core java concepts like inheritance, transient keyword 2. Asked questions on golang
  • Q2. 3. Basic DSA on arrays
  • Q3. Write code to swap elements in array,use go
  • Ans. 

    Code to swap elements in array using Go

    • Create a function that takes in an array of strings and two indices to swap

    • Use a temporary variable to store one of the elements before swapping

    • Update the array with the elements swapped

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for role you are applying, for example, if it's java, then do have complete handson knowledge of java.

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding problems , duration - 60 minutes

Product Management Trainee Interview Questions asked at other Companies

Q1. Difference between classes, array and structure ?
View answer (1)

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General questions
Round 2 - Technical 

(1 Question)

  • Q1. Related JD questions
Round 3 - Group Discussion 

With manager and sr. Manager

Round 4 - HR 

(1 Question)

  • Q1. Final offer confirmation

Interview Preparation Tips

Interview preparation tips for other job seekers - Its ģood company for fresher and 4-5 years of exp candidates.

Technical Support Specialist Interview Questions asked at other Companies

Q1. What do you think are the key qualities necessary for providing excellent customer service?
View answer (1)

Get interview-ready with Top Connectwise India Interview Questions

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

I was interviewed in Apr 2023.

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 - Technical 

(2 Questions)

  • Q1. Can we create string 2 from string 1.
  • Ans. 

    Yes, string 2 can be created from string 1 by rearranging the characters.

    • String 2 can be created by rearranging the characters of string 1.

    • Use sorting or permutation algorithms to rearrange the characters.

    • Example: String 1 = 'hello', String 2 = 'olleh'

  • Answered by AI
  • Q2. Return all the pairs from array who's sum is equal to given value
  • Ans. 

    Use a hash set to store elements as you iterate through the array, check if the difference between the target value and current element exists in the hash set.

    • Iterate through the array and store elements in a hash set

    • For each element, check if the difference between the target value and current element exists in the hash set

    • If it does, add the pair to the result array

  • Answered by AI
Round 3 - Behavioral 

(3 Questions)

  • Q1. Compress the string aaabbbbaaa to 3a4b3a
  • Ans. 

    Use a loop to iterate through the string and count consecutive characters.

    • Iterate through the string and keep track of the current character and its count.

    • Append the character and its count to a new string.

    • Return the compressed string.

  • Answered by AI
  • Q2. Return orginal string from compressed string
  • Ans. 

    Decompress a compressed string to return the original string

    • Iterate through the compressed string and rebuild the original string based on the characters and their frequencies

    • Use a stack to keep track of characters and their frequencies while decompressing the string

  • Answered by AI
  • Q3. Few managerial usual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hold up for them. My interview was perfect, solved all the problems and answered all the questions. They will send an standard template reply of online test score doesn't match the requirement even when. There was no online test round.

Skills evaluated in this interview

Senior Software Net Engineer Interview Questions asked at other Companies

Q1. Return all the pairs from array who's sum is equal to given value
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Recruiter will provide you the question as well as answers not to worry
  • Q2. Recruiter will provide you the questions don’t worry
Round 3 - Technical 

(1 Question)

  • Q1. Recruiter will provide you the questions and answers not to worry
Round 4 - HR 

(1 Question)

  • Q1. Two people from hR team will join the Interview. One will try to please you with soft and peaceful voice on the other hand the other will ask you spicy questions
Round 5 - One-on-one 

(1 Question)

  • Q1. If your luck is bad then you will be having 4 th round as technical again where they will again ask you some hampy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don’t join this company else you will be in trouble with your health and mental peace.

They will ask to to sign a legal agreement that you will join there company only else have to pay the liquidated amount of 20 percent of money what they have offered.

Active Directory and System Engineer Interview Questions asked at other Companies

Q1. How to exclude one use from group policy?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Networking basics, ip adresses, cybersecurity basics
Round 3 - Behavioral 

(1 Question)

  • Q1. Resume, situational questions, basic networking questions
Round 4 - HR 

(1 Question)

  • Q1. Communication skills, general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic security and network knowledge

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript outpot based questions

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Quick question and test was taken on my customer service domain

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussed about my previous role and what I do on day to day basis.
  • Ans. Answered my job role in brief
  • Answered Anonymously
Round 4 - Behavioral 

(1 Question)

  • Q1. Discussed more in detail of how I would handle the current role
  • Ans. Explained with the help of role I was interviewed for
  • Answered Anonymously

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, AWS and Java.
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.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
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Connectwise India Reviews and Ratings

based on 302 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.4

Salary

3.6

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 302 Reviews and Ratings
Technical Support Engineer
182 salaries
unlock blur

₹2.6 L/yr - ₹8.7 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Security Analyst
91 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Support Specialist
64 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