Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Post Graduate Engineer Trainee [pget] Interview Questions and Answers

Updated 23 Aug 2022

L&T Technology Services Post Graduate Engineer Trainee [pget] Interview Experiences

1 interview found

Round 1 - Aptitude Test 

Reasoning and computer basics required

Round 2 - HR 

(1 Question)

  • Q1. Educational background and behavior test
Round 3 - Technical 

(1 Question)

  • Q1. Basics of computer languages knowledge required

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to prepare well and crack the interview.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

There were total 3 phases.
Phase 1 - Aptitude, Reading Comprehension and Reasoning questions. 60 questions to be done in 60 minutes.
Phase 2 - If you clear Phase 1, only then you will be eligible for further phases. It consist of technical questions as well as pseudocode. 30 questions to be done in 30 minutes.
Phase 3 - 2 coding questions in C/C++/python/java

Round 3 - Technical 

(1 Question)

  • Q1. Write a code for bubble sort.
  • 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
Round 4 - HR 

(1 Question)

  • Q1. General discussion related to Hexaware. What will be day-to-day responsibility? Why do you want to work with us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and patient. Speak with fluency.

Skills evaluated in this interview

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

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude quants and also verbal

Round 2 - Coding Test 

They asked me basic questions such as print the prime and fibannoci

Graduate Trainee Interview Questions & Answers

NTT Data user image Ankush Kumar Gupta

posted on 17 Apr 2024

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was normal basic math, reasoning and english questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. He asked computer network questions like TCP vs UDP
  • Q2. NAT, Ip addresses, router, switch

Interview Preparation Tips

Interview preparation tips for other job seekers - This is Network Engineer post. So be ready with only Computer networks fundamental questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about the best day in your life
  • Ans. 

    The best day of my life was when I graduated from college and landed my dream job.

    • Graduating from college after years of hard work

    • Receiving a job offer for my dream job

    • Celebrating with family and friends

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Graduated with a Bachelor's degree in Business Administration

    • Strong interest in marketing and project management

    • Completed internships at marketing agencies and project management firms

  • Answered by AI
  • Q2. Work/internship experience
  • Ans. 

    I have completed internships at two different companies, gaining valuable experience in marketing and project management.

    • Completed internships at two different companies

    • Experience in marketing and project management

    • Learned how to create marketing campaigns and manage project timelines

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time and work , Coding questions (if -else) ,

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the OOPs concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Example: Inheritance allows a class to inherit properties and methods from another class

  • Answered by AI
  • Q2. Write code for palindrome check
  • Ans. 

    Code to check if a given string is a palindrome

    • Iterate through the string from both ends and compare characters

    • Use built-in functions like reverse() to simplify the code

    • Consider ignoring spaces and punctuation for a more accurate check

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why TATA elxsi ?
  • Q2. Will you relocate

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Was easy though , simple and general topics

Round 2 - Coding Test 

General coding basics questions such as palindrome,binary search

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell about your school life

Interview Preparation Tips

Interview preparation tips for other job seekers - Although it was good interview I gone through gained some experience overall

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

In aptitude test 3 rounds are there , first is quantitative aptitude, logical reasoning, verbal ability, and easy writting

Round 3 - Coding Test 

Choose the correct output of this program

Round 4 - Technical 

(4 Questions)

  • Q1. Introduction to yourself
  • Q2. What is programing language
  • Ans. 

    Programming language is a set of instructions used to communicate with computers and create software applications.

    • Programming languages are used to write code for software applications and computer programs.

    • Examples of programming languages include Java, Python, C++, and JavaScript.

    • Each programming language has its own syntax and rules for writing code.

    • Programming languages can be classified as high-level or low-level,...

  • Answered by AI
  • Q3. Arrey in c programming
  • Ans. 

    Arrey in c programming

    • Arrays are a collection of similar data types

    • They are declared using square brackets []

    • Elements in an array can be accessed using their index

    • Arrays can be one-dimensional, two-dimensional, or multi-dimensional

  • Answered by AI
  • Q4. Pointers in c programming
  • Ans. 

    Pointers are variables that store the memory addresses of other variables in C programming.

    • Pointers are declared using the * symbol.

    • The & symbol is used to get the memory address of a variable.

    • Pointers can be used to pass variables by reference.

    • Dereferencing a pointer means accessing the value stored at the memory address it points to.

    • Null pointers are pointers that do not point to any valid memory address.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the all basic about the language. Aslo they may ask about reasoning questions.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Aptitude questions based on quantitative, verbal ability and logical

Round 2 - Coding Test 

3-5 questions based on data structures and algorithms

Round 3 - Technical 

(2 Questions)

  • Q1. Preferred language and questions related to it
  • Q2. Data structures questions based on arrays, linked lists and stacks
Round 4 - HR 

(2 Questions)

  • Q1. What do know about Nagarro?
  • Ans. 

    Nagarro is a global software development and technology consulting company.

    • Nagarro provides services in areas like digital product engineering, cloud computing, and data analytics.

    • They have expertise in various industries including automotive, banking, and healthcare.

    • Nagarro has a global presence with offices in multiple countries such as the United States, Germany, and India.

    • They have a strong focus on innovation and ...

  • Answered by AI
  • Q2. Why do you think you are fit for the role?
  • Ans. 

    I am fit for the role because of my strong technical skills, relevant experience, and passion for engineering.

    • I have a solid foundation in engineering principles and concepts.

    • I have completed internships and projects that have allowed me to apply my knowledge in practical settings.

    • I have a strong understanding of relevant software and tools used in the field.

    • I am a quick learner and have the ability to adapt to new tec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a good grip on data structures and algorithms, you'll make it! All the best!

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Post Graduate Engineer Trainee [pget] interview?
L&T Technology Services interview process usually has 3 rounds. The most common rounds in the L&T Technology Services interview process are Technical, Aptitude Test and HR.
What are the top questions asked in L&T Technology Services Post Graduate Engineer Trainee [pget] interview?

Some of the top questions asked at the L&T Technology Services Post Graduate Engineer Trainee [pget] interview -

  1. Basics of computer languages knowledge requi...read more
  2. Educational background and behavior t...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
L&T Technology Services Post Graduate Engineer Trainee [pget] Salary
based on 15 salaries
₹4.4 L/yr - ₹6.8 L/yr
33% less than the average Post Graduate Engineer Trainee [pget] Salary in India
View more details

L&T Technology Services Post Graduate Engineer Trainee [pget] Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

2.0

Salary

2.0

Job security

2.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Engineer
5.9k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.6k salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Technical Lead
2.1k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Explore more salaries
Compare L&T Technology Services 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