Upload Button Icon Add office photos

Trigent Software

Compare button icon Compare button icon Compare

Filter interviews by

Trigent Software Interview Questions, Process, and Tips for Experienced

Updated 29 Mar 2025

Top Trigent Software Interview Questions and Answers for Experienced

View all 15 questions

Trigent Software Interview Experiences for Experienced

Popular Designations

25 interviews found

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

They were asked about the Factorial programme and Then told me to explain that code.
Threads and Exception Handling topics

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Output prediction
  • Q2. Api consuming in rest
  • Ans. 

    API consuming in REST involves making HTTP requests to interact with external services.

    • Use HTTP methods like GET, POST, PUT, DELETE to interact with APIs

    • Parse JSON or XML responses from APIs to extract data

    • Handle authentication and error responses from APIs

    • Use libraries like Retrofit or HttpClient for API consumption

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain routing concept in Angular
  • Ans. 

    Routing in Angular is the process of navigating between different components or views based on the URL.

    • Angular uses the Angular Router module to handle routing.

    • Routes are defined in the app-routing.module.ts file using the RouterModule.forRoot() method.

    • Routes can have path, component, redirectTo, pathMatch, and children properties.

    • RouterOutlet directive is used in the main app component to display the routed components...

  • Answered by AI
  • Q2. Angule Life Cycle

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python and Spark online coding

Round 2 - Technical 

(1 Question)

  • Q1. Find the best days to buy and sell a stock given the price in list.
  • Ans. 

    Use a simple algorithm to find the best days to buy and sell a stock based on price list.

    • Iterate through the list of prices and keep track of the minimum price and maximum profit

    • Calculate the profit for each day by subtracting the current price from the minimum price

    • Update the maximum profit if a higher profit is found

    • Return the buy and sell days that result in the maximum profit

  • Answered by AI
Round 3 - Case Study 

Project experience and expectations.

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Trigent Software interview questions for popular designations

 Software Developer

 (3)

 Accountant

 (2)

 Angular Developer

 (2)

 Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Web Developer

 (2)

 Associate Software Engineer

 (2)

 Technical Lead

 (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

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

Asked me to design a restaurant api to check the menu item availability

Interview Preparation Tips

Interview preparation tips for other job seekers - medium level DSA question asked

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Get interview-ready with Top Trigent Software Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Its not about what they are asking but repeated questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Repeated questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Repeated questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys more than the interview process I would say that the company culture is worst. They provide very less salary from which they keep on deducting amount on the basis of your daily submissions. For half day leave also they deduct amount. Do not provide leaves as well even if you inform them 2 to 3 months ahead. Moreover they layoff employees with no reason. Please do not join this company.

Recruitment Analyst Interview Questions asked at other Companies

Q1. Expertise over Excel
View answer (1)

Jobs at Trigent Software

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

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

Round 1 - Coding Test 

It was related to Java selenium and Salesforce

Round 2 - Technical 

(1 Question)

  • Q1. Java selenium and API testing based

Interview Preparation Tips

Interview preparation tips for other job seekers - Policy not good

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How the ssas cube is refreshed?
  • Ans. 

    SSAS cubes can be refreshed using SQL Server Agent jobs, XMLA scripts, or manually through SQL Server Management Studio.

    • SSAS cubes can be refreshed using SQL Server Agent jobs scheduled at specific intervals.

    • XMLA scripts can be used to automate the process of refreshing SSAS cubes.

    • Manual refreshing of SSAS cubes can be done through SQL Server Management Studio by processing the cube.

    • Refreshing can also be triggered pro...

  • Answered by AI
  • Q2. Digg bw join and inner join?
  • Ans. 

    The main difference between a join and an inner join is that a join returns all rows when there is at least one match in both tables, while an inner join returns only the rows with matching values in both tables.

    • Join returns all rows from both tables when there is a match, while inner join returns only the rows with matching values in both tables

    • Inner join is the default type of join in SQL

    • Inner join is more commonly u

  • Answered by AI
Round 2 - Coding Test 

Case study was being given for the hr department report and the problem statement

Skills evaluated in this interview

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Resume screening,

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

HR Recruiter Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very biased interview in my life ever
He took 7 to 10 members interview at a time in a room
And before us there were 10 members in a same room, out of that 5 boys were not selected and 5 girls got selected for next round
Then we went, we were 7 members and in that he didn't select MBA graduate with two internships and he selected a girl with biology background
Its like he is only focusing on girl candidates
My worst interview experience.

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (2)

Trigent Software Interview FAQs

How many rounds are there in Trigent Software interview for experienced candidates?
Trigent Software interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Trigent Software interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Trigent Software interview for experienced candidates?
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 Trigent Software. The most common topics and skills that interviewers at Trigent Software expect are Communication Skills, IT Recruitment, Java, Sourcing and Recruitment.
What are the top questions asked in Trigent Software interview for experienced candidates?

Some of the top questions asked at the Trigent Software interview for experienced candidates -

  1. What is lazy loading and write syntax for routing p...read more
  2. How to share data from one component to other compone...read more
  3. What is css position, zindex, difference between relative absolut...read more
How long is the Trigent Software interview process?

The duration of Trigent Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Trigent Software Interview Process for Experienced

based on 15 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 276 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all

Trigent Software Reviews and Ratings

based on 532 reviews

3.4/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.4

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 532 Reviews and Ratings
Us Payroll Analyst (CTC upto 40k)

Mumbai

1-5 Yrs

₹ 1.75-4.75 LPA

Hadoop Developer

Bangalore / Bengaluru

5-10 Yrs

₹ 13-15 LPA

Back Office Executive Fresher

Navi Mumbai,

Chennai

₹ 2.25-2.5 LPA

Explore more jobs
Software Engineer
168 salaries
unlock blur

₹2.6 L/yr - ₹9.5 L/yr

Softwaretest Engineer
134 salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

Recruitment Analyst
133 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Software Engineer
122 salaries
unlock blur

₹5.8 L/yr - ₹24.7 L/yr

Software Developer
65 salaries
unlock blur

₹3.2 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Trigent Software with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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