Upload Button Icon Add office photos

Filter interviews by

Id Software Engineer Trainee Interview Questions and Answers

Updated 26 Jul 2024

Id Software Engineer Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your hobbies??
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to immerse myself in futuristic worlds and imaginative stories.

  • Answered by AI
  • Q2. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, adaptability, and strong technical knowledge.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Adaptability - I am able to quickly learn new technologies and adapt to changing project requirements.

    • Strong technical knowledge - I have a solid foundation in programming languages such as Java and Python, as well as experience with var

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA with Programming related and aptitude MCQ

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic DSA Question
  • Q2. Resume related question
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic managerial questions
  • Q2. Introduction, Resume, Projects etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All things are good and aptitude took virtually

Round 2 - Technical 

(2 Questions)

  • Q1. Print hello world in java
  • Ans. 

    Printing hello world in Java using System.out.println() method

    • Use System.out.println("Hello, World!"); to print hello world in Java

    • Make sure to include the semicolon at the end of the statement

  • Answered by AI
  • Q2. Explain public static void main
  • Ans. 

    The main method in Java is the entry point for any Java program. It is declared as public static void main(String[] args).

    • public: The main method is public so that it can be accessed by the JVM.

    • static: The main method is static so that it can be called without creating an instance of the class.

    • void: The main method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • Str...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. No question asked in this round
  • Q2. Documents verification done

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic maths, logical reasoning and DI

Round 2 - Coding Test 

C++ DSA linked list questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about software development and eager to learn and grow in the field.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. What are your expectations from the company
  • Ans. 

    I expect the company to provide opportunities for learning, growth, and a supportive work environment.

    • Opportunities for continuous learning and skill development

    • Supportive work environment with mentorship and guidance

    • Clear communication and feedback from management

    • Opportunities for career advancement and growth within the company

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

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions

Round 2 - Coding Test 

MCQs and 2 coding questions

Round 3 - HR 

(1 Question)

  • Q1. My Introduction

I applied via campus placement at R M K Engineering College, Kavaraipettai and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Numericals, email writing, grammar

Round 2 - Coding Test 

Easy questions from array and string concepts

Round 3 - Technical 

(1 Question)

  • Q1. Write a program in any language of your convenient
  • Ans. 

    A program to find the factorial of a given number.

    • Take input from the user for the number whose factorial needs to be found.

    • Use a loop to multiply the number with all the numbers less than it.

    • Print the final result as the factorial of the given number.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General questions like child labour
  • Q2. About location convinience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java oops concepts and some basic programs

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

Interview Questionnaire 

1 Question

  • Q1. First-round was an aptitude/Programming based online test, then there was an online coding round there were three questions based on data structures and algorithm of leetcode medium level. In interview, th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Should Have good knowledge of Data structure and algorithms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

The coding test consisted of 2 java coding questions, Aptitude MCQ's and Technical MCQ's. The coding questions were easy to medium level. It also consisted of a SQL query followed by a javascript question.

Round 2 - Technical 

(3 Questions)

  • Q1. The technical interview consisted of questions from both projects and Data Structure and OOPs concepts. The interviewer was friendly and motivated me.
  • Q2. When is double linked list used.?
  • Ans. 

    Double linked lists are used when there is a need to traverse the list in both directions efficiently.

    • Allows for traversal in both directions

    • Insertions and deletions can be done in constant time

    • Used in implementations of undo functionality in text editors

  • Answered by AI
  • Q3. Write a program for inheritance and polymorphism?
  • Ans. 

    Inheritance allows a class to inherit properties and methods from another class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with common properties and methods

    • Create derived classes that inherit from the base class and add their own unique properties and methods

    • Use virtual functions in the base class and override them in the derived classes

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion about projects.
  • Q2. Some Aptitude Questions
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Q2. What are the problems faced when u were working on your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working on your DSA and Make good projects to showcase in the interview.

Skills evaluated in this interview

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

Numbers, Percentage, Profit and loss, Average, Ratio and proportion, Time and Work, Time speed distance.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Questions from skills added in resume
  • Q2. Object oriented programming concept
  • Q3. Logic gates AND, OR, NOT
  • Q4. Questions from basic mathematics.
Round 3 - HR 

(1 Question)

  • Q1. Background verification
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 

I would like to give a aptitude test about Java language

Round 3 - Group Discussion 

Share a knowledge about Java from what I know

Round 4 - Internship 

(2 Questions)

  • Q1. What is Java? Features of Java? Ans-java is a high level programing language and it is platform independent. Java is a collection of objects It was developed by sun Microsystem.There are lot of appl...
  • Ans. 

    Java is a high-level, object-oriented programming language that is platform-independent and widely used for developing applications, websites, and games.

    • Developed by Sun Microsystems

    • Collection of objects

    • High performance and multi-threaded

    • Used for developing Android apps, enterprise applications, and web applications

  • Answered by AI
  • Q2. Why Java is not ?% object oriented? Ans- Java is not fully object oriented because it supports primitive data type like int,byte,long etc.Which are not objects because in Java we use data types like int, f...

Interview Preparation Tips

Topics to prepare for Google Software Engineer Trainee interview:
  • Java language
Interview preparation tips for other job seekers - My name is Taibanaz khan.I am persuing 2nd year in btech from RTMNU University.
My hobby is reading a book.My strength is I am honest self motivated and I am confident about my work.My weakness is I am not feel comfortable when I am not completing my work in the given time.

Skills evaluated in this interview

Id Interview FAQs

How many rounds are there in Id Software Engineer Trainee interview?
Id interview process usually has 1 rounds. The most common rounds in the Id interview process are HR.

Tell us how to improve this page.

Sales Executive
4 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Id with

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

Amazon

4.1
Compare

Facebook

4.4
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