Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Conneqt Business Solutions Team. If you also belong to the team, you can get access from here

Conneqt Business Solutions Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 8.6k Reviews

Filter interviews by

Conneqt Business Solutions Software Engineer Interview Questions and Answers

Updated 23 Dec 2024

Conneqt Business Solutions Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Aptitude question
  • Q2. Explanation about my project
  • Ans. 

    I developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and Express for back-end development

    • Implemented user authentication and data storage using MongoDB

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is k in KNN algorithm ?
  • Ans. 

    k in KNN algorithm represents the number of nearest neighbors to consider when making a prediction.

    • k is a hyperparameter that is chosen by the user and determines how many neighbors to look at when classifying a new data point.

    • A smaller value of k can lead to overfitting, while a larger value can lead to underfitting.

    • For example, if k=3 in a KNN algorithm, the prediction for a new data point will be based on the majori

  • Answered by AI
  • Q2. A small riddle

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know all the concepts of your project

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

Interview Questionnaire 

3 Questions

  • Q1. That place how I am work
  • Q2. What is software engineer
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Designs and develops software applications

    • Uses programming languages and tools to write code

    • Tests and debugs software to ensure it functions properly

    • Collaborates with other engineers and stakeholders to ensure software meets requirements

    • Continuously learns and adapts to new technologies and industry trends

  • Answered by AI
  • Q3. What is technical science
  • Ans. 

    Technical science is the application of scientific principles and methods to solve practical problems in technology.

    • It involves the use of scientific knowledge to design, develop, and improve technology.

    • Examples include computer science, electrical engineering, and mechanical engineering.

    • Technical science is interdisciplinary, drawing on knowledge from physics, chemistry, and mathematics.

    • It is essential for innovation ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but I stayed test it lasted for about one hour 10 minutes this interview wanted to test both me knowledge and wanted to test both my knowledge and communication skill most of the question asked Tu Meri related to mine bi touch circular computer science related topics a started a lost of basic related to my projects

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Case Study 

Java stream api question and some basic questions in java

Interview Preparation Tips

Interview preparation tips for other job seekers - case study regarding interfaces and object class methods
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Hashmap question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website 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 tips
Round 2 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

Software Engineer Interview Questions & Answers

Infosys BPM user image Narasimha thirunagaram

posted on 7 Feb 2024

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

(1 Question)

  • Q1. Python namespaces
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oop? What is inheritance? What is cooling?
  • Ans. 

    OOP is a programming paradigm that uses objects to represent and manipulate data. Inheritance is a mechanism for creating new classes based on existing ones. Cooling is not a relevant term in software engineering.

    • OOP stands for Object-Oriented Programming

    • In OOP, objects are instances of classes that encapsulate data and behavior

    • Inheritance allows a new class to be based on an existing class, inheriting its properties a...

  • Answered by AI
  • Q2. Good. Bbbbbbbb Goodjjjjjhjjjjjjj Goodyuhjhhhhh

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a god company to work with conduent.................
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
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 - Aptitude Test 

In Aptitude test in Math & Reasoning &English is be must for 1st round.

Round 3 - Coding Test 

In Coding Round first of all basic programing language C & 2nd One Oops language & DBMS must be knowledge. And then coding profile is above.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dependent on basis his skill, talent, knowledge. Now must be coding knowledge.

Interview Questionnaire 

2 Questions

  • Q1. About jmeter
  • Q2. About Appdynamics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Jmeter questions

Conneqt Business Solutions Interview FAQs

How many rounds are there in Conneqt Business Solutions Software Engineer interview?
Conneqt Business Solutions interview process usually has 2 rounds. The most common rounds in the Conneqt Business Solutions interview process are HR and One-on-one Round.
What are the top questions asked in Conneqt Business Solutions Software Engineer interview?

Some of the top questions asked at the Conneqt Business Solutions Software Engineer interview -

  1. What is k in KNN algorith...read more
  2. What is software engin...read more
  3. What is technical scie...read more

Tell us how to improve this page.

Conneqt Business Solutions Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Conneqt Business Solutions Software Engineer Salary
based on 35 salaries
₹2.4 L/yr - ₹6.7 L/yr
46% less than the average Software Engineer Salary in India
View more details

Conneqt Business Solutions Software Engineer Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

2.6

Skill development

3.0

Work-life balance

4.2

Salary

2.6

Job security

3.3

Company culture

2.6

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
Customer Care Executive
3.6k salaries
unlock blur

₹0.4 L/yr - ₹5.3 L/yr

Customer Service Executive
1.6k salaries
unlock blur

₹1 L/yr - ₹4.6 L/yr

Team Lead
1.2k salaries
unlock blur

₹1.2 L/yr - ₹6.5 L/yr

Senior Customer Service Executive
931 salaries
unlock blur

₹1 L/yr - ₹4.6 L/yr

Customer Service Associate
736 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Conneqt Business Solutions with

Firstsource Solutions

3.7
Compare

WNS

3.4
Compare

HGS

3.9
Compare

Sutherland Global Services

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