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
3.6

based on 266 Reviews

Filter interviews by

Cygnet Infotech Software Developer Intern Interview Questions and Answers

Updated 21 Mar 2024

Cygnet Infotech Software Developer Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

I was interviewed before Oct 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

  • Q1. Search In A Row Wise And Column Wise Sorted Matrix

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find t...

  • Ans. Brute Force
    • Run a loop from i = 0 to N - 1, to check each row.
      • Run a loop from j = 0 to N - 1, to check each element of the row.
        • If there is a match, return {i, j}.
    • If the element is not found in the entire matrix, return {-1, -1}
    Space Complexity: O(1)Explanation:

    O(1).

     

    Since only constant extra space is required.

    Time Complexity: O(n^2)Explanation:

    O(N ^ 2), where ‘N’ is the number of rows or columns in the matrix.

    &nb...

  • Answered by CodingNinjas
  • Q2. String Palindrome

    Given a string, determine if it is a palindrome, considering only alphanumeric characters.

    Palindrome
    A palindrome is a word, number, phrase, or other sequences of characters which read...
  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered by CodingNinjas
  • Q3. Covid Vaccination

    We are suffering from the Second wave of Covid-19. The Government is trying to increase its vaccination drives. Ninja wants to help the Government to plan an effective method to help incr...

  • Ans. Brute force

    The idea is to choose a peak value at the ‘dayNumber’ th index. Then we can create the array like a mountain with the peak of the mountain being at the  ‘dayNumber’ th index. The sum of the elements of this array must be less than or equal to maxVaccines.If we find that the sum is greater, then we have chosen a high peak value, and if it is less, then it means we have chosen a smaller peak value. So we ...

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    Tell us about yourself ?
    Your dream company?
    Why should we hire you?

Interview Preparation Tips

Eligibility criteriaNANewgen Software Technology interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Questions was regarding sql queries mostly

Round 2 - Technical 

(2 Questions)

  • Q1. Basic question regarding sql like aggregate functions , joins
  • Q2. Told to write sql query scenario based question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus

Round 1 - Aptitude Test 

Since it came through college I was a fresher and it was aptitude + English

Round 2 - Technical 

(2 Questions)

  • Q1. Project questions based on resume
  • Q2. Then some HR questions also based
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quants,verbels based on maths and grammer

Round 2 - Coding Test 

Problem solving - python programming,Java programming

Round 3 - HR 

(1 Question)

  • Q1. Oops logics and types Methods of overloading and overridding Class and object
  • Ans. 

    Overloading and overriding are ways to achieve polymorphism in object-oriented programming. Classes are blueprints for objects.

    • Overloading involves defining multiple methods with the same name but different parameters.

    • Overriding involves redefining a method in a subclass that is already defined in the superclass.

    • Classes are templates for creating objects, while objects are instances of classes.

    • Example: Overloading - ha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Based place to experience something new skills and environment
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Sdlc explanation
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a framework that defines tasks performed at each phase of software development.

    • Common phases include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the software meets requirements and qualit...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. 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 

There were 98 MCQ type questions related to various topics like Linux, Java, Aptitude, English, etc.

Round 3 - Technical 

(1 Question)

  • Q1. Interviewer was friendly, questions were from topics like string reversal, Linux commands, sorting, etc.
Round 4 - HR 

(1 Question)

  • Q1. Family background etc. Was asked and whether I can relocate or not all easy personal questions and also there were questions from pre placement talk that was conducted before the start of the recruiting pr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well based on above experience shared by me
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement LinkedList and insert element at last
  • Ans. 

    Implement LinkedList and insert element at last

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head and tail pointers

    • Implement a method in LinkedList class to insert element at the end

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Core java , spring boot , mysql , lunix

Interview Preparation Tips

Interview preparation tips for other job seekers - its good
Interview experience
3
Average
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 - Aptitude Test 

It was basic aptitue

Round 3 - Technical 

(2 Questions)

  • Q1. Ask basic oops questions
  • Q2. Abstraction , encapsulation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - NA NA NA

Cygnet Infotech Interview FAQs

How many rounds are there in Cygnet Infotech Software Developer Intern interview?
Cygnet Infotech interview process usually has 1 rounds. The most common rounds in the Cygnet Infotech interview process are Technical.
What are the top questions asked in Cygnet Infotech Software Developer Intern interview?

Some of the top questions asked at the Cygnet Infotech Software Developer Intern interview -

  1. Array Vs ArrayList Differe...read more
  2. Interface vs Abstract cl...read more
  3. OOP Concepts and some SpringBoot Questi...read more

Tell us how to improve this page.

Cygnet Infotech Software Developer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
204 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Senior Software Engineer
203 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior QA Engineer
70 salaries
unlock blur

₹4.9 L/yr - ₹13 L/yr

Client Account Manager
47 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Team Lead
47 salaries
unlock blur

₹5.9 L/yr - ₹17 L/yr

Explore more salaries
Compare Cygnet Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview