Upload Button Icon Add office photos
Engaged Employer

i

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

Trioangle Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Trioangle Technologies Software Tester Interview Questions and Answers

Updated 16 Aug 2021

Trioangle Technologies Software Tester Interview Experiences

2 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Do you know about Agile Methodology?
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile focuses on delivering working software in short iterations

    • It values collaboration between team members and with stakeholders

    • It emphasizes responding to change over following a plan

    • Common frameworks include Scrum, Kanban, and XP

  • Answered by AI
  • Q2. You should have enough knowledge about Agile Methodology and sprint

Skills evaluated in this interview

I applied via Indeed and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About handling a tough situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Need more pressure handling skills.....

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 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 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with
  • Ans. 

    I am familiar with several programming languages including Java, Python, and C++.

    • Proficient in Java and Python

    • Familiar with C++ and JavaScript

    • Experience with SQL and HTML/CSS

    • Comfortable with object-oriented programming and data structures

    • Continuously learning and exploring new languages and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles

I applied via Naukri.com and was interviewed in Feb 2022. 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 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose you strength speak to oponent hr person first u will speak that right or wrong should maintain your confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Day to day tasks in previous organisation?
  • Q2. Questions about skills mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be prepared and be confident and think analytically and be strong in problem solving kind of questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Technical 

(1 Question)

  • Q1. 7 apti questions with 4 coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Sort elements at even index of array
  • Ans. 

    Sort elements at even index of array

    • Iterate through the array and select elements at even indices

    • Sort the selected elements

    • Replace the original elements with the sorted ones

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

(1 Question)

  • Q1. Puzzles with coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - study puzzles and do basic questions of array, strings, etc from gfg

Skills evaluated in this interview

Trioangle Technologies Interview FAQs

What are the top questions asked in Trioangle Technologies Software Tester interview?

Some of the top questions asked at the Trioangle Technologies Software Tester interview -

  1. Do you know about Agile Methodolo...read more
  2. You should have enough knowledge about Agile Methodology and spr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

KDK Software Interview Questions
3.1
 • 15 Interviews
Idfy Interview Questions
3.6
 • 15 Interviews
View all
Trioangle Technologies Software Tester Salary
based on 15 salaries
₹0.9 L/yr - ₹2.3 L/yr
64% less than the average Software Tester Salary in India
View more details

Trioangle Technologies Software Tester Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

2.1

Skill development

2.3

Work-life balance

2.3

Salary

2.1

Job security

2.7

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Tester
15 salaries
unlock blur

₹0.9 L/yr - ₹2.3 L/yr

Business Development Executive
11 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Business Analyst
9 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

IOS Developer
9 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Explore more salaries
Compare Trioangle Technologies with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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