Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 6 Aug 2015

Cybage Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

Interview Preparation Tips

Round: Test
Experience: Written test (Aptitude + English)[Easy to crack].Pretty simple aptitude questions will be asked. English was bit tough but math was easy. Math: Percentage, ratio, ages, numbers pie chart bar chart, time and distance.

Round: Technical Interview
Experience: Technical Interview(Basic Question Related to C, C++, Java) [Question are mostly definition based] + Puzzles (Solve all puzzles from Shakuntala devi, It'll help you a lot) ["This round will decide your selection"

Round: HR Interview
Experience: HR Interview (Time pass, Normal questions).
Tips: Factors of consideration: 1. Communication skills. 2. Physical and mental strengths Be Confident. All the Best.

College Name: BITS PILANI

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

IT WAS A MIXTURE OF ALL THE CORE SUBJECTS,EASY TO MEDIUM

Round 2 - Technical 

(2 Questions)

  • Q1. SELF INTRODUCTION
  • Q2. ABOUT RESUME THINGS
Round 3 - HR 

(2 Questions)

  • Q1. SELF INTRODUCTION
  • Q2. ABOUT MYSELF AND BACKGROUNDS

Interview Preparation Tips

Interview preparation tips for other job seekers - GET WELL WITH YOUR BASICS CLEAR
Interview experience
2
Poor
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 - Technical 

(3 Questions)

  • Q1. Tell us about your final year project
  • Q2. Tell us about yourself
  • Q3. Which are all your favorite subjects
Round 3 - HR 

(1 Question)

  • Q1. Would you relocate
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Online aptitude test which consisted of logical verbal and technical questions

Round 3 - Technical 

(2 Questions)

  • Q1. They asked about the project in my resume ,and basic questions of python and 1 coding question
  • Q2. Write a code to find +ve -ve and zero number
  • Ans. 

    Code to identify positive, negative, and zero numbers.

    • Use if-else statements to check if the number is positive, negative, or zero.

    • Use the comparison operator to check if the number is greater than, less than, or equal to zero.

    • Print the result for each number.

    • Example: if(num > 0) { print('Positive'); } else if(num < 0) { print('Negative'); } else { print('Zero'); }

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mphasis Graduate Engineer Trainee (Get) interview:
  • Python
Interview preparation tips for other job seekers - Be confident with what you say , be thorough with basic concepts. Introduce yourself confidently
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 Jun 2022. There were 5 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 - Aptitude Test 

The aptitude test was online. The English, quantitative and qualitative analysis was tested.

Round 3 - Coding Test 

2 coding questions were asked. 40 minutes time was given.

Round 4 - Technical 

(1 Question)

  • Q1. 1. Tell me about yourself which is not written in your CV 2. What is difference between analog and digital signal? 3. What is sampling? 4. What is nyquist criteria? 5. If we don't use nyquist criteria, wo...
Round 5 - HR 

(1 Question)

  • Q1. 1. Family background 2. Hobbies 3. Are you ready to move out ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. The interviewer gets more interested if he sees you trying. Just try to remember and try to speak whatever you think , don't just shut up and sit.

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

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There will be 1/2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Introduce yourself DBMS,SQL basics Python
Round 3 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior engineer leading a team, contributing to innovative projects, and continuously learning and growing in my career.

    • Leading a team of engineers

    • Contributing to innovative projects

    • Continuously learning and growing in my career

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, adaptability, and teamwork. My weaknesses include public speaking and time management.

    • Strength: Problem-solving - I enjoy analyzing complex problems and finding innovative solutions. For example, during my internship, I was able to optimize a manufacturing process, resulting in cost savings for the company.

    • Strength: Adaptability - I am quick to adapt to new situations and can easil...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, seeking a position as a Graduate Engineer Trainee.

    • Recent graduate with a degree in engineering

    • Seeking a position as a Graduate Engineer Trainee

    • Strong knowledge in [specific engineering field]

    • Experience with [relevant engineering software/tools]

    • Completed internships/projects in [specific engineering area]

  • Answered by AI
  • Q4. Are u ready to work 24/7
  • Ans. 

    Yes, I am ready to work 24/7.

    • I am highly motivated and dedicated to my work.

    • I understand the demands of the job and I am willing to put in the necessary effort.

    • I have a strong work ethic and can handle the pressure of working round the clock.

    • I am adaptable and can manage my time effectively to ensure productivity.

    • I am committed to continuous learning and improvement to excel in my role.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Birlasoft Graduate Engineer Trainee (Get) interview:
  • SQL
  • Python
  • DBMS
Interview preparation tips for other job seekers - Be confident and realistic.prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I was interviewed in Feb 2024.

Round 1 - Coding Test 

The test is about aptitude and reasoning and then coding will also be included

Round 2 - Technical 

(4 Questions)

  • Q1. Went well and tr was quite nice.
  • Q2. About multi threading
  • Q3. Projects explanation
  • Ans. 

    I have worked on various projects during my academic and professional career, ranging from software development to mechanical design.

    • Developed a mobile application for tracking fitness goals using Java and Android Studio

    • Designed a prototype for a new type of solar panel using SolidWorks and conducted performance testing

    • Collaborated with a team to optimize a manufacturing process using Six Sigma methodologies

  • Answered by AI
  • Q4. Previous work experience
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was of Aptitude + Coding. Aptitude was of normal difficulty. In the Coding section there were 2 coding questions that were needed to be solved.

Round 2 - Technical 

(2 Questions)

  • Q1. They asked which technologies do i know about as well they as asked which projects i worked on in my college.
  • Q2. Techincal questions will be asked based on the skills and project which you have mentioned in your resume.
Round 3 - HR 

(1 Question)

  • Q1. They asked whether i am comfortable with 2 year-bond policy
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude round and simple coding round.

Round 2 - One-on-one 

(1 Question)

  • Q1. Easy interview (questions Will be based on your intrested core subject)

Interview Preparation Tips

Topics to prepare for L&T Technology Services Graduate Engineer Trainee (Get) interview:
  • Digital electronics
Interview preparation tips for other job seekers - Calm and clarity is enough

Tell us how to improve this page.

Software Engineer
3.2k salaries
unlock blur

₹3.1 L/yr - ₹12.6 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹5.9 L/yr - ₹19.8 L/yr

QA Engineer
1.1k salaries
unlock blur

₹2.4 L/yr - ₹11.5 L/yr

Senior QA Engineer
760 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

System Analyst
741 salaries
unlock blur

₹9.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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