Upload Button Icon Add office photos
Engaged Employer

i

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

Truetech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Truetech Interview Questions and Answers

Updated 29 Aug 2024

Truetech Interview Experiences

Popular Designations

3 interviews found

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you handle development team , do u have technical skills to understand and plan
  • Q2. As a SM what will you do the whole day?
Round 2 - Technical 

(1 Question)

  • Q1. What will you do if your PO wants to add more user stories in a sprint?
  • Ans. 

    I would discuss the impact on the sprint goal and team capacity with the PO before making a decision.

    • Discuss the impact on the sprint goal and team capacity with the PO

    • Analyze the current workload and team capacity to see if additional user stories can be accommodated without jeopardizing the sprint goal

    • Prioritize the new user stories based on their importance and impact on the sprint goal

    • Consider splitting larger user...

  • Answered by AI

Skills evaluated in this interview

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Software Developer Interview Questions & Answers

user image Karthick Thiruvengadam

posted on 29 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about your project ?
  • Q2. What is SQL? what are the types?

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop your programming skills.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

I was interviewed in Apr 2022.

Round 1 - HR 

(2 Questions)

  • Q1. How many years experience do you have totally ? How many years experience do you have as a front end developer ?
  • Q2. What's your current CTC and expected CTC?
Round 2 - Aptitude Test 

I have attended two aptitude test, general aptitude test and react aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve required skills and practice.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They asked me to design google ads poster designs for the content they gave me.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About experience and recent work
  • Q2. About the tools I am familiar with and about how quickly & effectively I deliver design in the given time

Interview Preparation Tips

Topics to prepare for Zazz IT Solutions Graphic Designer interview:
  • Design tools & Software
  • Product design process
  • industry knowledge
  • principles of design
Interview preparation tips for other job seekers - As long as you have subject knowledge and if you are skilled and creative, you can crack any interview. It is just that designers have to be extra creative to make the content reach the audience. So, it is all about how your design makes the difference.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2020. There were 3 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 

Reasoning, mathematics, and basic English grammar.

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, domain knowledge, some questions about Test case presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with domain knowledge and some verbal reasoning and maths.

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

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

I applied via Company Website and was interviewed in Aug 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)

Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Java Technical Questions
  • Q2. Throws Vs Throw
  • Ans. 

    Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.

    • Throws is used in method signature to declare that the method may throw a checked exception.

    • Throw is used to actually throw an exception in the code.

    • Example: public void method() throws IOException { //code }

    • Example: throw new IOException();

  • Answered by AI
  • Q3. Method Overriding Basics and Output-Based Questions
  • Q4. Springboot annotations
  • Q5. Inheritance and Concept of Abstract Classes and Interfaces
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Abstract classes cannot be instantiated and can have abstract methods

    • Interfaces define a contract for classes to implement

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself

Software Analyst (Appforms Configuration) Interview Questions & Answers

ClaySys user image Anonymous

posted on 21 Nov 2023

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

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

General knowledge and logical mathematics.

Round 3 - Technical 

(2 Questions)

  • Q1. 2 week training with review
  • Q2. Based on your review task.

Interview Preparation Tips

Topics to prepare for ClaySys Software Analyst (Appforms Configuration) interview:
  • SQL
Interview preparation tips for other job seekers - They are using a low code designer called Appforms which is developed by claysys itself. So working on that designer won't get you any benefits for your future endeavours, because no other companies use this designer for development. So mastering Appform skill may help you if and only if you are continuing on the same company. Only skill that you will acquire when working there is SQL. Apart from that there are no benifits acquiring experience in Appforms. There are no frameworks and IDEs using for the development.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Truetech Interview FAQs

How many rounds are there in Truetech interview?
Truetech interview process usually has 1-2 rounds. The most common rounds in the Truetech interview process are Technical, HR and Aptitude Test.
How to prepare for Truetech 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 Truetech. The most common topics and skills that interviewers at Truetech expect are Java, Javascript, Python, SQL and Hibernate.
What are the top questions asked in Truetech interview?

Some of the top questions asked at the Truetech interview -

  1. What will you do if your PO wants to add more user stories in a spri...read more
  2. what is SQL? what are the typ...read more

Tell us how to improve this page.

Truetech Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Truetech Reviews and Ratings

based on 42 reviews

3.3/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

3.1

Salary

2.8

Job security

3.0

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 42 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹3.8 L/yr - ₹8.5 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Software Developer
10 salaries
unlock blur

₹2.7 L/yr - ₹10.6 L/yr

HR Recruiter
9 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

Information Technology Recruiter
8 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Explore more salaries
Compare Truetech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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