Upload Button Icon Add office photos

Filter interviews by

Signion Systems Software Engineer Interview Questions and Answers for Freshers

Updated 18 Aug 2021

Signion Systems Software Engineer Interview Experiences for Freshers

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Asked mainly about project experience and checks about our basic skills strengths
  • Q2. Be well prepared with the project works done and basic skills and knowledge about the subject you are applying for

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Genpact user image KATHERASALA DEEKSHITHA

posted on 20 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at Vaagdevi Engineering College, Warangal and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

20 mcqs in 1st round based on aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Technical mcqs will be asked in this round
Round 3 - Group Discussion 

Random topic is given to say

Round 4 - HR 

(1 Question)

  • Q1. Technical questions are asked based on backend , oops concepts, database

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Java
  • Backend
  • Full Stack
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Easy math questions. averages, series, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume and topics written on your resume well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Oops questions C++
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic data structure and algorithm problem

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic data structrure and algo problems
  • Q2. Cant share exact questions due to legal reasons

Interview Preparation Tips

Interview preparation tips for other job seekers - did competitive coding so it was easy, questions were very basic

I applied via Company Website and was interviewed in Sep 2022. There were 3 interview rounds.

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 

Most of Asp.net, DBMS , jQuery, javascript, #c, c etc .

Round 3 - Technical 

(2 Questions)

  • Q1. What is the MVC?Describe in brief.
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern used to separate an application's concerns.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples include Ruby on Rails, ASP.NET MVC, and Spring MVC

  • Answered by AI
  • Q2. What is the DBMS and What is use of DBMS?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is a software system that allows users to define, create, maintain and control access to databases.

    • It provides a way to store and retrieve data efficiently and effectively.

    • DBMS helps in maintaining data integrity, security and consistency.

    • Examples of DBMS include MySQL, Oracle, SQL Server, MongoDB, etc.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Software Engineer interview:
  • ASP.Net MVC
  • DBMS
Interview preparation tips for other job seekers - Hello sir/ma'am,
I hope you will connect to me ASAP.

Thank you.

Skills evaluated in this interview

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. There were 4 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 - Coding Test 

There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS

Round 3 - Technical 

(2 Questions)

  • Q1. First question was binary search in unsorted arrays So here i have asked about sorting algorithms all sorting algorithms must be clear
  • Q2. Second question was to find longest consecutive subarray.
  • Ans. 

    Find the longest consecutive subarray.

    • Iterate through the array and keep track of the current subarray length.

    • Update the maximum length as you iterate.

    • Reset the current subarray length when a non-consecutive element is encountered.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOPS related question Heap insertion deletion question Hashing Spanning tree
  • Q2. Minimum Spanning tree Implementation of MST
  • Ans. 

    Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.

    • MST can be found using Prim's algorithm or Kruskal's algorithm.

    • Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.

    • Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.

    • MST has...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong understanding of core cs subjects
You have full command in DSA. You have to practice from leetcode
Sometimes your luck also matters

Skills evaluated in this interview

I applied via PrepInsta and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

(1 Question)

The first round is divided into two major sections, one is cognitive aptitude and the other is coding round.

In Aptitude section there are questions from numerical aptitude and verbal. There are questions from number systems, time and work, clock, LCM and HCF etc.
The questions are moderate level.

In coding there were 5 questions, 2 easy, 2 med and 1 hard.

  • Q1. Eliminate repeated array from the given string
  • Ans. 

    To eliminate repeated array from a given string

    • Convert the string to an array using split() method

    • Use Set object to remove duplicates from the array

    • Convert the array back to string using join() method

  • Answered by AI
Round 2 - Technical 

(4 Questions)

It was conducted on webex platform and the duration was 25 minutes. It is an interview round, and they asked a lot of technical and coding questions in this round.

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • I have a Bachelor's degree in Computer Science from XYZ University.

    • I have worked on projects using Spring Boot, React, and Angular frameworks.

    • I am experienced in Agile methodology and have worked in Scrum teams.

    • I am passionate about learning new technologies and solving complex problems.

    • In my free time, I enjoy ...

  • Answered by AI
  • Q2. Which coding language are you comfortable with?
  • Ans. 

    I am comfortable with multiple coding languages including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Experience with web development languages such as HTML, CSS, and JavaScript

    • Familiarity with scripting languages like Bash and PowerShell

    • Comfortable with SQL and NoSQL databases

    • Knowledge of machine learning libraries like TensorFlow and Keras

  • Answered by AI
  • Q3. What is linked list?
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Consists of nodes that contain data and a pointer to the next node

    • Can be singly or doubly linked

    • Used for dynamic memory allocation, implementing stacks and queues, and more

  • Answered by AI
  • Q4. Do you know about sorting algorithms? What are the types of sorting algorithms? Write them,
  • Ans. 

    Sorting algorithms are used to arrange data in a specific order. There are various types of sorting algorithms.

    • Types of sorting algorithms include: bubble sort, selection sort, insertion sort, merge sort, quick sort, heap sort, counting sort, radix sort, and bucket sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the ...

  • Answered by AI
Round 3 - HR 

After successful clearance of round 2 you will get a chance to appear for round 3 i.e online HR interview.
This is also performed on the WebEx platform. This round usually goes for about 15-18 min. In this round they asked my hobbies, my strength and basic HR questions. Then they asked what you know about the company I was prepared for this question so I answered very well, he was impressed.

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Ujjain Engineer college.Mindtree interview preparation:Tips for other job seekers - Prepare well for the rounds. In Mindtree if you can clear the online technical round, then you are selected.Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Started with Intro and then into Aptitute and logical (5) questions
  • Q2. As I belong to electrical domain , my domain related 10 questions
  • Q3. To check IT knowledge 5 questions
  • Q4. Programming questions
  • Q5. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. Be enough bold to answer your questions. Start preparing and come back stronger.

I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Software Engineer and it field related
  • Q2. It long form and definition
  • Ans. 

    Long form refers to the complete or expanded version of an acronym or abbreviation.

    • Long form is used to provide clarity and avoid confusion.

    • It is commonly used in technical fields and academia.

    • Examples include NASA (National Aeronautics and Space Administration) and AIDS (Acquired Immune Deficiency Syndrome).

  • Answered by AI
  • Q3. Complete year of passing

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills most of the question asked to me were related to my B.tech curriculum i.e computer science related topics luckily I was able to answer Most of the question correctly it was my first off campus interview, and I think I did pretty well for a fresher best fit for the position

Signion Systems Interview FAQs

How to prepare for Signion Systems Software Engineer interview for freshers?
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 Signion Systems. The most common topics and skills that interviewers at Signion Systems expect are SNMP, C++, DevOps, Linux and Networking.

Tell us how to improve this page.

Signion Systems Software Engineer Salary
based on 4 salaries
₹5.5 L/yr - ₹11 L/yr
At par with the average Software Engineer Salary in India
View more details

Signion Systems Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

3.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Firmware Engineer
5 salaries
unlock blur

₹5.4 L/yr - ₹9.5 L/yr

Software Engineer
4 salaries
unlock blur

₹5.6 L/yr - ₹11 L/yr

Embedded Systems Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Signion Systems with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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