Upload Button Icon Add office photos
Engaged Employer

i

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

Trinity Mobility Verified Tick

Compare button icon Compare button icon Compare
2.9

based on 121 Reviews

Filter interviews by

Trinity Mobility Software Engineer Interview Questions and Answers

Updated 13 Sep 2024

Trinity Mobility Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image DEEPAK TALWAR

posted on 15 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal bsic questions

Round 2 - Coding Test 

Java array and string questions

Round 3 - HR 

(5 Questions)

  • Q1. Bassic questions y we should hire you etc.
  • Q2. What is ur weekness?
  • Ans. 

    My weakness is that I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

    • I have a tendency to spend too much time on a task to ensure it is perfect

    • I struggle with delegating tasks to others because I want to make sure they are done correctly

    • I am working on improving my time management skills to balance perfectionism with efficiency

  • Answered by AI
  • Q3. What is ur strength ?
  • Ans. 

    My strength lies in my problem-solving skills and ability to work well under pressure.

    • Strong problem-solving skills

    • Ability to work well under pressure

    • Excellent communication skills

    • Adaptability to new technologies

    • Team player

  • Answered by AI
  • Q4. How much ur excepting ?
  • Ans. 

    I am expecting a competitive salary based on my experience, skills, and the market rate for software engineers.

    • Research average salaries for software engineers in the industry

    • Consider my years of experience and specialized skills

    • Negotiate based on the company's budget and benefits package

  • Answered by AI
  • Q5. Why should we hire you ?

Interview Preparation Tips

Topics to prepare for Trinity Mobility Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - basic is imp and confidence is very important.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Test and Debugging

Round 2 - Technical 

(1 Question)

  • Q1. Java, Jdbc, hibernate, sql
Round 3 - HR 

(1 Question)

  • Q1. I was not cleared

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process but difficult

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
Interview experience
4
Good
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 - One-on-one 

(1 Question)

  • Q1. Not Remember currently but it was medium
Round 3 - One-on-one 

(1 Question)

  • Q1. Not Remember Currently but it was medium
Round 4 - HR 

(1 Question)

  • Q1. Skills, Salary Discussion etc

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

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

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

(1 Question)

  • Q1. Phone screen about previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Mobile app development basics
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is docker cp command
  • Ans. 

    Docker cp command is used to copy files/folders between a container and the host machine.

    • Used to copy files/folders from a container to the host machine or vice versa

    • Syntax: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH

    • Example: docker cp mycontainer:/app/file.txt /host/path

  • Answered by AI
  • Q2. How ingress works and how network policy can be created for this situation
  • Ans. 

    Ingress is a Kubernetes resource that exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.

    • Ingress works by defining rules for routing external traffic to services based on hostnames or paths.

    • Network policies can be created to control the traffic allowed to reach the services behind the Ingress.

    • For example, a network policy can restrict traffic to a specific service to only come from a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just fundamentals questions were asked related with docker , kubernetes , jenkins

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions

Trinity Mobility Interview FAQs

How many rounds are there in Trinity Mobility Software Engineer interview?
Trinity Mobility interview process usually has 3-4 rounds. The most common rounds in the Trinity Mobility interview process are HR, One-on-one Round and Coding Test.
How to prepare for Trinity Mobility 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 Trinity Mobility. The most common topics and skills that interviewers at Trinity Mobility expect are Agile Methodology, Hibernate, Java and Spring Boot.
What are the top questions asked in Trinity Mobility Software Engineer interview?

Some of the top questions asked at the Trinity Mobility Software Engineer interview -

  1. what is ur strengt...read more
  2. how much ur exceptin...read more
  3. what is ur weekne...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Trinity Mobility interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Trinity Mobility Software Engineer Salary
based on 124 salaries
₹2 L/yr - ₹10 L/yr
34% less than the average Software Engineer Salary in India
View more details

Trinity Mobility Software Engineer Reviews and Ratings

based on 20 reviews

2.6/5

Rating in categories

3.4

Skill development

1.9

Work-Life balance

2.8

Salary & Benefits

2.6

Job Security

2.1

Company culture

2.4

Promotions/Appraisal

2.2

Work Satisfaction

Explore 20 Reviews and Ratings
Software Engineer
124 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Software Engineer
72 salaries
unlock blur

₹4.7 L/yr - ₹16 L/yr

Associate Software Engineer
54 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Software Developer
39 salaries
unlock blur

₹2 L/yr - ₹14.5 L/yr

Project Engineer
27 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Trinity Mobility with

Ola Cabs

3.4
Compare

Uber

4.2
Compare

Zoomcar

3.6
Compare

Rapido

3.8
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