Upload Button Icon Add office photos

Sify Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sify Technologies Graduate Engineer Interview Questions and Answers

Updated 28 Oct 2023

Sify Technologies Graduate Engineer Interview Experiences

1 interview found

Interview experience
3
Average
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 - Aptitude Test 

Basic apptitude question and technical question

Round 3 - Technical 

(1 Question)

  • Q1. Networking question

Interview Preparation Tips

Interview preparation tips for other job seekers - bad experience

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Mar 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 - Assignment 

Som, thermodynamics, etc

Round 3 - Technical 

(2 Questions)

  • Q1. Engineering basics
  • Q2. Som, thermodynamics, material properties
Round 4 - HR 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Topics to prepare for Axiscades Graduate Engineer interview:
  • gd&t
  • Thermodynamics
  • CAD
  • strength of materials
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 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 

Basic Aptitude questions and tech questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Prepare networking and your CV
  • Q2. Networking , subnet, tcp,. Osi
Round 4 - HR 

(5 Questions)

  • Q1. Your hobby and who inspires you
  • Q2. Questions on project
  • Q3. Why do you want to join us Your hobby What motivates you Contributions in project
  • Q4. Contributions in project
  • Q5. What do you know about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare networking and CV
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy numerics, logical, coding, technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse a array
  • Ans. 

    Reverse an array of integers in place

    • Create two pointers, one at the start and one at the end of the array

    • Swap the elements at the two pointers and move them towards the center until they meet

    • Time complexity: O(n), Space complexity: O(1)

  • Answered by AI
  • Q2. Create a list of duplicates in array
  • Ans. 

    Function to find duplicates in an array of integers and return a list of unique duplicates.

    • Iterate through the array and keep track of elements seen before using a hash set.

    • If an element is already in the hash set, add it to the result list.

    • Return the list of unique duplicates found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attend this company.
They will say that you are placed.
But they will ghost you and you can't even contact the company.
They say they don't have any information about recruitment.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Generall aptitude test with maths

Round 2 - Aptitude Test 

Engineering aptitude test having pure mechanical and catia basics

Round 3 - Technical 

(3 Questions)

  • Q1. Projects and catia and stress analysis tools related questions with questions on strength of materials.
  • Q2. Views and projections
  • Q3. Shear force diagram and bending moment diagram
  • Ans. 

    Shear force diagram shows the variation of shear force along the length of a beam, while bending moment diagram shows the variation of bending moment.

    • Shear force diagram is plotted by taking the derivative of the bending moment diagram.

    • Bending moment diagram is plotted by integrating the shear force diagram.

    • Shear force changes sign at point of concentrated loads or reactions.

    • Bending moment is zero at point of concentra

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Communication Round 

(1 Question)

  • Q1. British council App
Round 3 - Technical 

(1 Question)

  • Q1. Ask about some technical questions based on my resume 1.self intro 2.Java basic questions 3.Asked about HTML and CSS Concepts
Round 4 - HR 

(1 Question)

  • Q1. Basic questions bond and she said about company

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

MCQ's as well some basic coding questions were there in this round

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. Outer And Inner Loop

    We are going to have two loops outer-loop and inner-loop 

    1. Maintain a count of the number of nodes visited in outer-loop.
    2. For every node of the outer-loop, start the inner loop from head.
    3. If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
    4. If outer-loop reaches the end of list or null, then return false.
    Space ...
  • Answered Anonymously
Round 2 - Video Call 

(3 Questions)

Round duration - 25 minutes
Round difficulty - Easy

Questions on DBMS and OS were asked in this round

  • Q1. What is the difference between paging and segmentation?
  • Q2. What do you mean by FCFS (First-Come, First-Served)?
  • Q3. What is the difference between normalization and denormalization in database management systems?
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

Basic HR questions like why do you want to join this company and some questions on behavioural and resume.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM Institute Of Science And Technology. Eligibility criteriaAbove 7 CGPAHappiest Minds Technologies Limited interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1. General Aptitude test
2. Technical Aptitude test

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. About my internship experience, About projects
  • Q3. Basic core questions. Like stress, strain & applied questions on them
  • Q4. Basics of Engineering Drawing
  • Q5. Basics about Aircraft Structure
Round 3 - HR 

(1 Question)

  • Q1. Just stay cool and communicate confidently

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics of core subjects stay calm and confident about your answers. I wish you all the best.

Graduate Trainee Interview Questions & Answers

Microland user image Yughandhar Karinki

posted on 26 May 2024

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Arithmetic, reasoning, English

Round 2 - Versant test 

(1 Question)

  • Q1. Communication,grammar and vocabulary
Round 3 - Technical 

(1 Question)

  • Q1. Java,c,dbms basics
Round 4 - HR 

(1 Question)

  • Q1. Basic interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focus on networking
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was on Mechanical engineering design,SOM,FEM

Round 2 - Technical 

(3 Questions)

  • Q1. Strength of materials, FEM
  • Ans. 

    Strength of materials refers to the study of the behavior of solid objects under various types of forces.

    • Strength of materials involves analyzing how materials deform and fail under different loads.

    • Finite Element Method (FEM) is a numerical technique used to solve complex engineering problems related to strength of materials.

    • FEM breaks down a complex problem into smaller elements for easier analysis.

    • Examples of applica...

  • Answered by AI
  • Q2. And related to project
  • Q3. Introduction about myself and education

Sify Technologies Interview FAQs

How many rounds are there in Sify Technologies Graduate Engineer interview?
Sify Technologies interview process usually has 3 rounds. The most common rounds in the Sify Technologies interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Sify Technologies Graduate Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Sify Technologies Graduate Engineer Salary
based on 4 salaries
₹3.2 L/yr - ₹12 L/yr
39% more than the average Graduate Engineer Salary in India
View more details
Network Engineer
1.1k salaries
unlock blur

₹1.2 L/yr - ₹9.8 L/yr

System Engineer
278 salaries
unlock blur

₹1.6 L/yr - ₹8 L/yr

Assistant Manager
220 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Senior Network Engineer
211 salaries
unlock blur

₹4.6 L/yr - ₹17 L/yr

Software Developer
160 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Sify Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

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