Upload Button Icon Add office photos

Filter interviews by

Anand Rathi Information Technology Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 5 Jan 2022

Anand Rathi Information Technology Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Oop Fundamental.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite simple,In technical round they asked Basic Oop questions,project stuff etc.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions were asked from what I had put in the resume
  • Q2. About myself

Interview Preparation Tips

Interview preparation tips for other job seekers - Should not try to show that we know...If we know the answer we can answer or else admit we dont know..being honest is important and we should be sound enough technically and in vocabulary

Interview Questionnaire 

5 Questions

  • Q1. General questions relating to resume
  • Q2. Projects done in college
  • Ans. 

    I completed multiple projects during my college years, including a robotic arm prototype and a sustainable energy system design.

    • Developed a robotic arm prototype using Arduino and sensors

    • Designed a sustainable energy system for a campus building

    • Collaborated with team members to implement innovative solutions

    • Presented projects at college exhibitions and competitions

  • Answered by AI
  • Q3. DBMS :- types of keys, normalization and was asked to draw ER diagram of my DBMS project.
  • Q4. DFS :- basics questions like what are stacks and queue
  • Q5. General questions about myself.

Interview Preparation Tips

Round: Test
Experience: Test was arranged by amcat. It was easy, standard questions were asked.
Duration: 1 hour 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: The interviewer was friendly and patient. Interview went smoothly

College Name: MIT College Of Engineering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Introduction Python Modules Polymorphism Inheritance and it's types Triggers Call by reference and call by value Static and global variables
Round 2 - HR 

(1 Question)

  • Q1. Basic questions About CTC and package Relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics perfectly
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 

Communication assessment round

Round 3 - Technical 

(1 Question)

  • Q1. They asked about java ,sql
Round 4 - HR 

(1 Question)

  • Q1. Some basic hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics and be confident about your answers

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

The aptitude was not so tough but the timing constraints were there

Round 3 - Communication test 

(2 Questions)

  • Q1. There were some passages that we had to read aloud with clarity and some basic English grammer questions and for some questions we had to record a video for the questions, elaborating on the answers
  • Q2. Oops concept Database concepts Software testing
Round 4 - Technical 

(1 Question)

  • Q1. There were typical data structures and algorithms and we were asked to type the code of couple of problems given instantly and hr questions were like salary, relocation, family issues, occupation of parent...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa and aptitude well
You'll ace the interview, don't panic, the hr's are good

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

Aptitude + technical domain questions

Round 3 - Technical 

(4 Questions)

  • Q1. What is Software Development Lifecycle ?
  • Ans. 

    Software Development Lifecycle is a process followed by software development teams to design, develop and maintain software.

    • It includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • It helps in ensuring that the software is developed efficiently and meets the requirements of the stakeholders.

    • Examples of SDLC models

  • Answered by AI
  • Q2. Write Bubble sort Program ?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Compare adjacent elements and swap them if they are in the wrong order

    • Repeat this process until the list is sorted

    • Time complexity is O(n^2)

    • Example: [5, 3, 8, 4, 2] -> [3, 5, 8, 4, 2] -> [3, 5, 4, 8, 2] -> [3, 5, 4, 2, 8] -> [3, 4, 5, 2, 8] -> [3, 4, 2, 5, 8] -> [3, 4

  • Answered by AI
  • Q3. Difference between DELETE and TRUNCATE ?
  • Ans. 

    DELETE removes specific rows from a table while TRUNCATE removes all rows and resets the table.

    • DELETE is a DML command while TRUNCATE is a DDL command.

    • DELETE can be rolled back while TRUNCATE cannot be rolled back.

    • DELETE is slower than TRUNCATE as it logs each row deletion while TRUNCATE does not.

    • DELETE can have WHERE clause while TRUNCATE cannot have WHERE clause.

    • DELETE does not reset the identity of the table while T

  • Answered by AI
  • Q4. Difference between Union and Union ALL ?
  • Ans. 

    Union combines and removes duplicates from two or more tables, while Union ALL combines all rows from two or more tables.

    • Union removes duplicates, Union ALL does not

    • Union requires the same number of columns in each table, Union ALL does not

    • Union is slower than Union ALL

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Tell about Yourself?
  • Q2. Why should we hire you?
  • Q3. Willing to relocate ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wear a Formal Dress throughout the interviews .Be confident and prepare well.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were there. If you're good at maths then it will be a piece of cake for you.

Round 2 - Coding Test 

The coding questions were of moderate level I will say. If you've practiced coding on various platforms then you'll be able to solve the questions.

Round 3 - Technical 

(1 Question)

  • Q1. There were basically two technical rounds. The first interview was on the basis of the resume that we submitted and the second one was a simple coding interview that included some basic coding questions wh...
Round 4 - HR 

(1 Question)

  • Q1. The HR round was a non-elimination in my case, the HR was very friendly and she was there to tell me about the salary, internship stipend, my job post, and initial job location.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't lie.
If you are good at math and coding then you'll be able to crack the interview easily.

I applied via Job Portal and was interviewed in Jun 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 maths/logical and communication

Round 3 - Communication 

(2 Questions)

  • Q1. Machine test for checking verbal communication
  • Q2. Sentence creation, grammer, synonyms etc
Round 4 - Technical 

(3 Questions)

  • Q1. Basic introduction about yourself.
  • Q2. Java concepts starting from basics to advance
  • Q3. Questions on arrays to sort or some operations

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Graduate Engineer Trainee (Get) interview:
  • Java
  • SQL
  • REST API
Interview preparation tips for other job seekers - I don't suggest any fresher to join here as getting in is very easy and growth wise there is not much opportunities. You'll be typecasted even if you don't want to.

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

Quant, logical, verbal rounds where main in this round.

Round 3 - English communication test 

(2 Questions)

  • Q1. This round checked my communication skills in the English language.
  • Q2. Based on English comprehension, grammar, speaking skills, etc.
Round 4 - Technical 

(1 Question)

  • Q1. This was the third round, consisting of technical questions especially coding questions.
Round 5 - HR 

(1 Question)

  • Q1. From questions on personal details to why I am opting for a software job was there in the HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your strong areas and try to work upon your weak areas will definitely help you to get through any interview rounds.

Tell us how to improve this page.

Software Developer
24 salaries
unlock blur

₹1 L/yr - ₹8.2 L/yr

Developer Associate
21 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Developer
14 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Officer
13 salaries
unlock blur

₹1.3 L/yr - ₹2.1 L/yr

Java Developer
10 salaries
unlock blur

₹1.9 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Anand Rathi Information Technology with

Cognizant

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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