Upload Button Icon Add office photos
Engaged 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, Process, and Tips

Updated 11 Nov 2024

Top Cygnet Infotech Interview Questions and Answers

View all 8 questions

Cygnet Infotech Interview Experiences

Popular Designations

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

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
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

Team Leader (Technical) Interview Questions asked at other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best What will take in first site visit and what will customer side need What is use of divert wheel What is sap technology How is lop and cop working
View answer (1)
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

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 (196)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Cygnet Infotech interview questions for popular designations

 QA Engineer

 (2)

 Software Engineer

 (1)

 Team Leader (Technical)

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

 Associate Engineer

 (1)

 Customer Service Executive

 (1)

 Project Lead

 (1)

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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)

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 was interviewed 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.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)
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

Client Account Manager Interview Questions asked at other Companies

Q1. Do you have any queries in compensation & leaves policy ?
View answer (1)

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

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.

Cygnet Infotech Interview Process

based on 19 interviews

Interview experience

3.7
  
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
NeoSOFT Interview Questions
3.9
 • 264 Interviews
View all

Cygnet Infotech Reviews and Ratings

based on 281 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 281 Reviews and Ratings
Software Engineer
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
192 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Client Account Manager
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cygnet Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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