Upload Button Icon Add office photos

Filter interviews by

Connectwise India Senior Software Engineer 1 Interview Questions and Answers

Updated 19 Nov 2024

Connectwise India Senior Software Engineer 1 Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Creating a full flow of spring boot application to take input and update database

Round 2 - Technical 

(1 Question)

  • Q1. Discussion of first round code and some other technical questions including coding
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic questions on your profile and behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations and other perks discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous experience
Round 2 - Case Study 

Scenario based questions

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

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 , Microservices, AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Java8 , Microservices, AWS, Coding

I applied via Naukri.com and was interviewed in Oct 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Angular life cycle hooks
  • Ans. 

    Angular life cycle hooks are methods that allow developers to tap into specific moments in the component's life cycle.

    • There are eight life cycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy

    • ngOnChanges is called when an input property changes

    • ngOnInit is called after the first ngOnChanges

    • ngDoCheck is called during every cha...

  • Answered by AI
  • Q2. Explain data binding in angular
  • Ans. 

    Data binding in Angular is a way to synchronize data between the model and the view.

    • Data binding allows for automatic updates to the view when the model changes and vice versa.

    • There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.

    • Interpolation is used to display data in the view using double curly braces {{}}.

    • Property binding is used to set a property of a directive or com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process
interviewer was very good and asked all the questions concept wise.

Skills evaluated in this interview

Round 1 - Coding Test 

Few MCQ's and along with couple of SQL scenario questions

Round 2 - Technical 

(1 Question)

  • Q1. More of the project experience, skillset acquired and willing to learn or not
Round 3 - One-on-one 

(1 Question)

  • Q1. More of a skillset related and also the attitude
Round 4 - HR 

(1 Question)

  • Q1. Compensation related and also the benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well, all the best for the interview

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Mcq + Data structures questions

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array of integers, find the maximum sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Output:
    137
    Exp...
  • Ans. Brute Force Approach
    1. Create a nested loop. The outer loop will go from i = 0 to i = n - k. This will cover the starting indices of all k-subarrays
    2. The inner loop will go from j = i to j = i + k - 1. This will cover all the elements of the k-subarray starting from index i
    3. Keep track of the maximum element in the inner loop and print it.
    Space Complexity: O(1)Explanation:

    O(1) because the extra space being used (looping vari...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 70 minutes
Round difficulty - Medium

Standard System Design round

  • Q1. Design a Doctor Appointment System and provide some test cases.
  • Ans. 

    Tip 1 : Implement using OOPs 
    Tip 2 : Try to tell your approach to the interviewer as much as you can side by side

  • Answered Anonymously
Round 3 - Video Call 

(4 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interview of DSA + OOPS + Databse(SQL query) + Operating System

  • Q1. 

    Left View of a Binary Tree

    Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

    Inpu...

  • Ans. Recursive Approach

    This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’...

  • Answered Anonymously
  • Q2. What is the difference between CHAR and VARCHAR2 data types in SQL?
  • Q3. What are the various types of constructors in C++?
  • Q4. What is the difference between overloading and overriding?
Round 4 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Hr round - normal hr questions + situational 

Thoughtworks community discussion

  • Q1. Why should we hire you?
  • Ans. 

    Tip 1 : Read all Thoughtworks community page and be honest


    Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.


    Tip 3 : The cross-questioning can go intense sometimes, think before you speak.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

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 - One-on-one 

(2 Questions)

  • Q1. What is treeset and weakhashmap?
  • Ans. 

    TreeSet is a sorted set implementation in Java. WeakHashMap is a hash table-based Map implementation with weak keys.

    • TreeSet is implemented using a tree structure and maintains elements in sorted order.

    • WeakHashMap is a Map implementation that allows keys to be garbage collected when they are no longer referenced.

    • WeakHashMap is useful for caching or memoization where the keys are not always needed and can be garbage coll

  • Answered by AI
  • Q2. What is comparable and comparator?
  • Ans. 

    Comparable and Comparator are interfaces used for sorting objects in Java.

    • Comparable interface is used to define the natural ordering of objects based on their own class.

    • Comparator interface is used to define the ordering of objects based on a separate class.

    • Comparable interface has compareTo() method while Comparator interface has compare() method.

    • Comparable interface is implemented by the class whose objects need to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they asked questions based on core java springboot

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How to switch between Tabs in a browser using selenium
  • Ans. 

    To switch between tabs in a browser using Selenium, we can use the getWindowHandles() method and switchTo() method.

    • Use getWindowHandles() method to get the handles of all open tabs

    • Store the handles in a Set

    • Use switchTo() method to switch to a specific tab by passing the handle as an argument

  • Answered by AI
  • Q2. Write code to give rating in webta le given applicant name and rating as input to the method.
  • Ans. 

    Code to give rating in webtable for given applicant name and rating as input.

    • Create a function that takes applicant name and rating as input.

    • Search for the applicant name in the webtable.

    • Update the rating for the applicant in the webtable.

    • Return the updated webtable.

  • Answered by AI
  • Q3. I was given one website link where there is option to generate random photo, full name and last name when clicked on a button. Write code to check first name, last name and photo are not repeated for atlea...
  • Q4. Find how many numbers are repeated from given integer array
  • Ans. 

    Count the number of repeated integers in an array

    • Iterate through the array and use a hash table to keep track of the count of each number

    • Return the count of numbers with a count greater than 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared on windows switching, handling tables, Java questions

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic iOS questions.
  • Q2. Basic DSA and OOPS questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Most unprofessional interview i have ever gave in my life, The interviewer was not polite and he was chewing something like paan/gutka during the interview due to this he was not able to ask some questions and if i asked him the question second time then his tone changed and asked question in very harsh way.

Connectwise India Interview FAQs

How many rounds are there in Connectwise India Senior Software Engineer 1 interview?
Connectwise India interview process usually has 1 rounds. The most common rounds in the Connectwise India interview process are Technical.
How to prepare for Connectwise India Senior Software Engineer 1 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 AWS, Angularjs, Full Stack, Node.Js and Python.
What are the top questions asked in Connectwise India Senior Software Engineer 1 interview?

Some of the top questions asked at the Connectwise India Senior Software Engineer 1 interview -

  1. Duplicates in an ar...read more
  2. Golang general questi...read more

Tell us how to improve this page.

Connectwise India Senior Software Engineer 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Connectwise India Senior Software Engineer 1 Salary
based on 15 salaries
₹9.2 L/yr - ₹24 L/yr
8% less than the average Senior Software Engineer 1 Salary in India
View more details

Connectwise India Senior Software Engineer 1 Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.5

Salary

4.7

Job security

4.7

Company culture

4.5

Promotions

4.7

Work satisfaction

Explore 2 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