Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Trantor Team. If you also belong to the team, you can get access from here

Trantor Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 215 Reviews

Filter interviews by

Trantor Software Engineer Interview Questions, Process, and Tips

Updated 24 Mar 2024

Top Trantor Software Engineer Interview Questions and Answers

Trantor Software Engineer Interview Experiences

3 interviews found

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

I was interviewed before Mar 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. What are HOC in react? Implement a HOC from scratch.
  • Ans. 

    HOC (Higher Order Components) in React are functions that take a component and return a new component with additional functionality.

    • HOCs are a common pattern in React for code reuse, logic abstraction, and separation of concerns.

    • They are used to enhance components with additional props, state, or lifecycle methods.

    • Example: Creating a HOC that adds a loading spinner while data is being fetched from an API.

  • Answered by AI
  • Q2. Write a generic button component for React?
  • Ans. 

    A generic button component for React

    • Create a Button component with props for text, onClick function, and optional styles

    • Use React's useState hook to manage button state if needed

    • Implement onClick handler to trigger a function when button is clicked

    • Allow for customization of button styles using props

  • Answered by AI
  • Q3. What memoization techniques are you familiar with?
  • Ans. 

    Memoization techniques involve storing the results of expensive function calls and returning the cached result when the same inputs occur again.

    • Using a hash table to store previously computed results

    • Implementing memoization with dynamic programming

    • Memoizing recursive functions to avoid redundant calculations

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Mar 2022.

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 

(2 Questions)

  • Q1. Basic Apex, Batch classes and Triggers
  • Q2. LWC - @track, @wire, lifecycle Hooks
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced Apex, Batches questions
  • Q2. Trigger/Batch Class Coding Test
Round 4 - Behavioral 

(1 Question)

  • Q1. How will you resolve conflicts in team

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews for Salesforce developers is easy if you know how to write triggers and batches

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a program using recursion.
  • Ans. 

    Program using recursion

    • Recursion is a technique where a function calls itself

    • It is useful for solving problems that can be broken down into smaller subproblems

    • Base case is important to avoid infinite recursion

    • Examples: factorial, fibonacci, binary search

  • Answered by AI
  • Q2. Questions related to Networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in di...

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array questions - rearranging letters for encryption

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and your experience in college.
  • Q2. Database and sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep true to job posting. Hiring for another job and then, making people do something else is not good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Coding question
  • Q2. Asked to make some component in react
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Normal js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Trantor Interview FAQs

How many rounds are there in Trantor Software Engineer interview?
Trantor interview process usually has 2-3 rounds. The most common rounds in the Trantor interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for Trantor Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Trantor. The most common topics and skills that interviewers at Trantor expect are CSS, Javascript, React.Js, Redux and Software Development.
What are the top questions asked in Trantor Software Engineer interview?

Some of the top questions asked at the Trantor Software Engineer interview -

  1. What memoization techniques are you familiar wi...read more
  2. What are HOC in react? Implement a HOC from scrat...read more
  3. Write a generic button component for Rea...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Trantor interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
Trantor Software Engineer Salary
based on 125 salaries
₹7.3 L/yr - ₹14 L/yr
13% more than the average Software Engineer Salary in India
View more details

Trantor Software Engineer Reviews and Ratings

based on 26 reviews

4.1/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

3.7

Job Security

4.3

Company culture

3.6

Promotions/Appraisal

3.7

Work Satisfaction

Explore 26 Reviews and Ratings
Senior Software Engineer
223 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Software Engineer
125 salaries
unlock blur

₹7.3 L/yr - ₹14 L/yr

Associate Technical Leader
62 salaries
unlock blur

₹10.2 L/yr - ₹35.5 L/yr

Software Developer
55 salaries
unlock blur

₹2.8 L/yr - ₹11.1 L/yr

Technical Lead
55 salaries
unlock blur

₹16 L/yr - ₹36.4 L/yr

Explore more salaries
Compare Trantor with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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