Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Connectwise India Senior Software Engineer Interview Questions and Answers

Updated 28 Sep 2024

Connectwise India Senior Software Engineer Interview Experiences

2 interviews found

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
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. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

Interview Preparation Tips

Round: Technical Interview
Experience: Has a 1 hr interview. He asked the Qs on my experience, what I have put in my resume. Its good conversation with interviewer.

Round: HR Interview
Experience: In HR interview he asked about my salary and what he is going to offer me. I left for the day. There is no response for 5 days from the HR. After a week I got the call my HR and discussion was happened about the salary again and said to upload some documents. I did it. There is no response for 4 days again. I got call again after 4 days and this time she said there is no suitable position for my experience so she is going to reject my application. Its very painful to listen like this.

I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Brief Role on job and tools and technology I worked with day to day activity
  • Ans. 

    As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

    • Developed and maintained software applications using Java, Python, and C++ programming languages

    • Used Agile methodology for software development and collaborated with cross-functional teams

    • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

  • Answered by AI
  • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
  • Q3. Fully technical
  • Q4. Salary discussion and Document verification.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Recruitment Consultant and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the biggest challenge you faced in developing azure solution?
  • Ans. 

    The biggest challenge in developing Azure solution was managing the complexity of the cloud environment.

    • Managing the complexity of the cloud environment

    • Ensuring scalability and reliability

    • Integrating with existing systems

    • Securing the solution

    • Optimizing cost

    • Example: Migrating a legacy application to Azure

  • Answered by AI
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Ans. 

    Implementing tumbling window in Azure Data Factory without using the feature

    • Create a pipeline with a trigger that runs at the desired interval

    • Use a lookup activity to retrieve the data for the current window

    • Use a foreach activity to iterate over the retrieved data

    • Perform the required operations on the data within the foreach activity

    • Write the output to the desired destination

  • Answered by AI
  • Q3. What would be your suggestion for implementation in azure data factory v2?
  • Ans. 

    My suggestion for implementation in Azure Data Factory v2 is to use the Mapping Data Flow feature.

    • Utilize Mapping Data Flow for complex data transformations

    • Take advantage of the visual interface to design and debug data flows

    • Leverage the built-in data integration capabilities with other Azure services

    • Use data flow parameters and expressions for dynamic transformations

    • Monitor and optimize data flow performance using dat

  • Answered by AI
  • Q4. I was given a project scenario and was requested to choose from below cluster or cluster less , hive or u-sql?

Interview Preparation Tips

General Tips: Be pretty confident on the current project you are working on. It's ok that you do not know the complete technology but you should have the complete picture of stuff you are working on. Be clear as to why are using specific technology for your project and not the other one. For example, i worked on azure and drilled my way to understand the edge azure has over aws. I did good work onto why are we using hive language and azure data ware house for our project instead of using u-sql and azure SQL data base. Do not bluff, better be humble to accept that we are not fully aware of something and given a chance to work on, we will. And last thing, smile and appreciate the effort put in by interviewer.
Skills: Coding Skills, Datawarehousing, Azure data factory, Problem Solving, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical question related to the application?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident about your answers and don't lie on any terms.

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java, string literals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java concepts well

I applied via Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About MVC and .NET framework
  • Q2. Questions on Rest API, Core services and WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in basic .NET framework

I applied via eLitmus and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. They first see your resume .I entered as fresher in 2015 oct. My interview was probably in September 2015.They first rejected my resume as it was very lengthy and was not appealing. I immediately made a go...
  • Q2. Technical round in interview - factorial program recursive and non recursive
  • Q3. Technical round - Java class loader and meaning of public static void main
  • Q4. About the company - How I got to know ? How can I prove good to company ?
  • Q5. Education gap and fluctuation in scores obtained in my academics
  • Q6. Interviewer asked to me what I liked and what I don't

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident . Never get nervous .They want to check your communication and confidence and how much positive your are?
Contribute & help others!
anonymous
You can choose to be anonymous

Connectwise India Interview FAQs

How many rounds are there in Connectwise India Senior Software Engineer interview?
Connectwise India interview process usually has 2 rounds. The most common rounds in the Connectwise India interview process are One-on-one Round and Technical.
How to prepare for Connectwise India Senior Software Engineer 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 Python, AWS, Django, Java and Javascript.
What are the top questions asked in Connectwise India Senior Software Engineer interview?

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

  1. SOLID, Web API, dependency injection, JWT, SQL query, c...read more
  2. Authentication and authorisation workf...read more
  3. Polymorphism and encapsulat...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Awign Enterprises

No Interviews

INTERVIEWS

Amantya Technologies

No Interviews

INTERVIEWS

Awign Enterprises

No Interviews

INTERVIEWS

Amantya Technologies

No Interviews

INTERVIEWS

Tata Motors

No Interviews

INTERVIEWS

Amantya Technologies

No Interviews

INTERVIEWS

Connectwise India

No Interviews

INTERVIEWS

Grapecity

No Interviews

Tell us how to improve this page.

Connectwise India Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Connectwise India Senior Software Engineer Salary
based on 117 salaries
₹9 L/yr - ₹34 L/yr
30% more than the average Senior Software Engineer Salary in India
View more details

Connectwise India Senior Software Engineer Reviews and Ratings

based on 16 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.3

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 16 Reviews and Ratings
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