Upload Button Icon Add office photos
Premium Employer

i

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

Cygnet Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cygnet Infotech Interview Questions and Answers

Updated 11 Nov 2024
Popular Designations

8 Interview questions

A Software Developer Intern was asked
Q. What are the differences between an interface and an abstract class?
Ans. 

Interface defines a contract for classes to implement, while abstract class can have both abstract and concrete methods.

  • Interface can only have abstract methods and constants, while abstract class can have abstract and concrete methods.

  • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Interfaces are used for achieving multiple inheritance in Java.

  • Abstract classes can have insta...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. What are the differences between an Array and an ArrayList?
Ans. 

Array is a fixed-size collection of elements, while ArrayList is a dynamic-size collection that can grow or shrink.

  • Array has a fixed size, while ArrayList can dynamically resize.

  • Array can only store elements of the same data type, while ArrayList can store elements of different data types.

  • Array is faster for accessing elements, while ArrayList is slower due to its dynamic resizing.

  • Array is a basic data structure i...

View all Software Developer Intern interview questions
A Senior QA Analyst was asked
Q. What is the meaning of latency time?
Ans. 

Latency time refers to the delay or time taken for a response or data to travel from its source to its destination.

  • Latency time is the time delay between a request and a response.

  • It is often measured in milliseconds (ms).

  • Latency can be caused by various factors such as network congestion, processing time, or distance.

  • High latency can result in slow response times and poor user experience.

  • Examples of latency includ...

View all Senior QA Analyst interview questions
An Ai Ml Engineer was asked
Q. What are the probabilistic distributions?
Ans. 

Probabilistic distributions describe the likelihood of different outcomes in a random variable.

  • Probabilistic distributions show the probability of each possible outcome in a random variable

  • Common types include normal, binomial, Poisson, and exponential distributions

  • They are often used in statistics, machine learning, and AI to model uncertainty and make predictions

View all Ai Ml Engineer interview questions
An Ai Ml Engineer was asked
Q. What is supervised machine learning?
Ans. 

Supervised machine learning is a type of machine learning where the model is trained on labeled data.

  • In supervised learning, the algorithm learns from labeled training data.

  • The model makes predictions based on input data and is corrected by comparing it to the actual output.

  • Examples include classification and regression tasks.

  • Popular algorithms for supervised learning include linear regression, logistic regression...

View all Ai Ml Engineer interview questions
A QA Engineer was asked
Q. What is the difference between severity and priority?
Ans. 

Severity refers to the impact of a defect on the system, while priority determines the order in which defects should be fixed.

  • Severity is about the seriousness of a defect, while priority is about the order of fixing it.

  • Severity is often categorized as high, medium, or low, while priority is typically assigned as high, medium, or low.

  • For example, a critical defect that causes the system to crash would have high se...

View all QA Engineer interview questions
A QA Engineer was asked
Q. When do we perform sanity, smoke, and regression testing?
Ans. 

Sanity, smoke, and regression testing are performed at different stages of software development to ensure quality and stability.

  • Sanity testing is performed after a small change or bug fix to ensure that the core functionality of the software is still intact.

  • Smoke testing is performed to check the basic functionality of the software after a build or release.

  • Regression testing is performed to ensure that the existin...

View all QA Engineer interview questions
Are these interview questions helpful?
A Senior QA Analyst was asked
Q. 1. Tell me about yourself 2. What is other way to create xpath if they don't have any attribute
Ans. 

Creating XPath without attributes

  • Use the element's position in the DOM hierarchy

  • Use the element's text content

  • Use the element's parent or sibling elements

  • Use the element's CSS properties

  • Use the element's tag name

View all Senior QA Analyst interview questions

Cygnet Infotech Interview Experiences

19 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 4 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 

Basic aptitude questions were asked from the subjects like english, maths, etc

Round 3 - Coding Test 

The coding test was in python concepts such as OOPS, string manipulation, etc.

Round 4 - Technical 

(2 Questions)

  • Q1. What are the probabilistic distribution?
  • Ans. 

    Probabilistic distributions describe the likelihood of different outcomes in a random variable.

    • Probabilistic distributions show the probability of each possible outcome in a random variable

    • Common types include normal, binomial, Poisson, and exponential distributions

    • They are often used in statistics, machine learning, and AI to model uncertainty and make predictions

  • Answered by AI
  • Q2. What is supervised machine learning?
  • Ans. 

    Supervised machine learning is a type of machine learning where the model is trained on labeled data.

    • In supervised learning, the algorithm learns from labeled training data.

    • The model makes predictions based on input data and is corrected by comparing it to the actual output.

    • Examples include classification and regression tasks.

    • Popular algorithms for supervised learning include linear regression, logistic regression, sup...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. All are agent full of bevkuf
  • Q2. Congratulations 👏👏
  • Q3. Company profits
  • Q4. What you want this company
  • Q5. After then you'rew will allow

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't future life with this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project and technical related
Round 2 - Behavioral 

(1 Question)

  • Q1. Personal management and technical skills regarding questions asked
Round 3 - HR 

(1 Question)

  • Q1. Pesonal growth related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Basics and Sql
  • Q2. OOP Concepts and some SpringBoot Questions
  • Q3. Object Oriented Design
  • Q4. Array Vs ArrayList Difference
  • Ans. 

    Array is a fixed-size collection of elements, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Array has a fixed size, while ArrayList can dynamically resize.

    • Array can only store elements of the same data type, while ArrayList can store elements of different data types.

    • Array is faster for accessing elements, while ArrayList is slower due to its dynamic resizing.

    • Array is a basic data structure in Jav...

  • Answered by AI
  • Q5. Interface vs Abstract class
  • Ans. 

    Interface defines a contract for classes to implement, while abstract class can have both abstract and concrete methods.

    • Interface can only have abstract methods and constants, while abstract class can have abstract and concrete methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for achieving multiple inheritance in Java.

    • Abstract classes can have instance v...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 question all math coding mcq

Round 2 - Coding Test 

3 coding test easy medium leet code problem

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

(1 Question)

  • Q1. Oops concepts and questions
Round 2 - HR 

(1 Question)

  • Q1. Behavioral and attitude test questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the meaning of latency time
  • Ans. 

    Latency time refers to the delay or time taken for a response or data to travel from its source to its destination.

    • Latency time is the time delay between a request and a response.

    • It is often measured in milliseconds (ms).

    • Latency can be caused by various factors such as network congestion, processing time, or distance.

    • High latency can result in slow response times and poor user experience.

    • Examples of latency include the...

  • Answered by AI
  • Q2. 1. Tell me about yourself 2. What is other way to create xpath if they don't have any attribute
  • Ans. 

    Creating XPath without attributes

    • Use the element's position in the DOM hierarchy

    • Use the element's text content

    • Use the element's parent or sibling elements

    • Use the element's CSS properties

    • Use the element's tag name

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They need good skills in automation

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. All Resume Related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company . Hire and Fire Company. They do not have enough project and company is in loss.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023.

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

(2 Questions)

  • Q1. 1.What was the work in previous organisation ? 2 . What is the expected salary?
  • Q2. 1 . Experience of ongoing job

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure about your JD. They hired me as customer success and have shifted to end to end sales. They hire from complititors and match the designation. But their end goal is sales. If working remotely, you wil feel disconnected. No one will ask you anything for 6 months and then fire you. It's the worse company to work if you are not from Ahmedabad. Typical micro management.
Interview experience
4
Good
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 - HR 

(1 Question)

  • Q1. Normal background related questions
Round 3 - Technical 

(1 Question)

  • Q1. API and GST related basic questions
Round 4 - Technical 

(1 Question)

  • Q1. API and GST related advance questions

Interview Preparation Tips

Interview preparation tips for other job seekers - don't say yess with low salary package, cause every company will try to get candidate with min package

Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2023

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 

(1 Question)

  • Q1. Why I want to join this company .
  • Ans. 

    I want to join this company because of its strong reputation, innovative projects, and opportunities for growth.

    • Strong reputation in the industry

    • Innovative projects that align with my interests and skills

    • Opportunities for growth and career advancement

    • Positive work culture and values

    • Company's commitment to employee development and training programs

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Your strength and weakness?
  • Ans. 

    My strength is my ability to lead and my weakness is my tendency to be overly critical of myself.

    • Strength: Leadership skills

    • Weakness: Self-criticism

    • Strength: Ability to motivate and inspire others

    • Weakness: Difficulty in delegating tasks

    • Strength: Strong problem-solving skills

    • Weakness: Impatience with slow decision-making processes

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cygnet Infotech?
Ask anonymously on communities.

Cygnet Infotech Interview FAQs

How many rounds are there in Cygnet Infotech interview?
Cygnet Infotech interview process usually has 2-3 rounds. The most common rounds in the Cygnet Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Cygnet Infotech 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 Cygnet Infotech. The most common topics and skills that interviewers at Cygnet Infotech expect are Javascript, Microservices, C#, AWS and .Net.
What are the top questions asked in Cygnet Infotech interview?

Some of the top questions asked at the Cygnet Infotech interview -

  1. When we perform sanity , smoke and regression test...read more
  2. What is difference between severity and prior...read more
  3. 1. Tell me about yourself 2. What is other way to create xpath if they don't ha...read more
How long is the Cygnet Infotech interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 19 interview experiences

Difficulty level

Moderate 89%
Hard 11%

Duration

Less than 2 weeks 89%
2-4 weeks 11%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 374 Interviews
3i Infotech Interview Questions
3.4
 • 151 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 131 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Cygnet Infotech Reviews and Ratings

based on 298 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.4

Salary

3.3

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 298 Reviews and Ratings
Software Engineer
176 salaries
unlock blur

₹3.9 L/yr - ₹12.5 L/yr

Senior Software Engineer
168 salaries
unlock blur

₹6.5 L/yr - ₹24.2 L/yr

Senior QA Engineer
61 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Client Account Manager
56 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Technical Lead
44 salaries
unlock blur

₹10 L/yr - ₹31.5 L/yr

Explore more salaries
Compare Cygnet Infotech with

ITC Infotech

3.7
Compare

Test Yantra Software Solutions

3.1
Compare

Newgen Software Technologies

3.8
Compare

Clover Infotech

3.5
Compare
write
Share an Interview