Upload Button Icon Add office photos

Trigyn Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Trigyn Technologies Associate Software Engineer Interview Questions and Answers for Freshers

Updated 25 May 2023

Trigyn Technologies Associate Software Engineer Interview Experiences for Freshers

1 interview found

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 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 

Logical, mathematical questions

Round 3 - Technical 

(1 Question)

  • Q1. Baiscs questions on Java and programming questions
Round 4 - HR 

(1 Question)

  • Q1. Final round for discussion about your goal and yourself

Interview questions from similar companies

Round 1 - Aptitude Test 

Basic aptitude was asked

Round 2 - Coding Test 

Easy questions reverse string type of questions

Round 3 - Technical 

(2 Questions)

  • Q1. Design test was done and based on your answer questions were asked
  • Q2. Data structure algorithm ,oops, dbms and other

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview just go through the basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

It was online aptitude test also with coding questions

Round 3 - Technical 

(1 Question)

  • Q1. They asked me about project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple and basic aptitude questions.

Round 2 - Design Test 

(2 Questions)

  • Q1. Design electric power station booking system with specific criteria
  • Ans. 

    Design a booking system for electric power stations with specific criteria

    • Allow users to book time slots for charging their electric vehicles

    • Include features for users to check availability, make reservations, and cancel bookings

    • Implement a payment system for charging services

    • Provide notifications for booking confirmations and reminders

    • Allow for user accounts to track booking history and preferences

  • Answered by AI
  • Q2. Design movie ticket booking system with specific recommendations
  • Ans. 

    Design a movie ticket booking system with specific recommendations

    • Implement user authentication for secure booking

    • Include seat selection feature with real-time updates

    • Integrate payment gateway for seamless transactions

    • Provide booking history and ticket cancellation options

    • Recommend implementing a rating system for movies and theaters

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

(2 Questions)

  • Q1. Simple DSA question
  • Q2. Question on core subjects

Skills evaluated in this interview

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

Keep your basics clear on DSA

Round 2 - Case Study 

Asked about my project. Had questions from my resume. Also asked me about the impact of my project and how i could optimize it.

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

1st round- Quantitative Aptitude, English, Logical reasoning

Round 2 - Coding Test 

2 coding questions
question based on string - medium level, question based on DP - hard level

Round 3 - Case Study 

System design round in written format

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical + HR round Questions regarding your response to the system design round were asked. Questions related to projects mentioned in the resume were asked. I was also tested on DBMS and OOPS concepts ...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • Java
  • DBMS
  • OOPS
  • Web Development
Interview preparation tips for other job seekers - The interview went smoothly and the interviewers were friendly and interactive.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 - Coding Test 

2 basic level questions were asked .Need basic level coding .

Round 3 - Technical 

(2 Questions)

  • Q1. 2 string basic level questions were asked .
  • Q2. Asked about the projects which I had worked upon .

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was a simple and usual method for filtering candidates. It had questions from across the domains including Quantitative and Qualitatives. The coding test was included in the first round itself.

Round 2 - Case Study 

A case study was provided about a general, daily life problem. The intention was to provide a brief solution mentioning all the aspects. The solution should include a flowchart, Tech Stacks, and methods to solve the given problem.

Round 3 - One-on-one 

(1 Question)

  • Q1. My interview was fully based on my resume. The interviewer asked each and every aspect of my resume and my projects. Some of the general technical questions were asked. The questions varied from basics of ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always mention the skills that you master, in your resume. Avoid cluttering your CV with the things that you don't know.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Some coding based questions.
  • Q2. Some technical question related theory.
  • Q3. Some pattern based questions.

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Design Patterns
  • Strings
  • Arrays
Interview preparation tips for other job seekers - Keed learning on the related tech and practice the coding questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins

Trigyn Technologies Interview FAQs

How many rounds are there in Trigyn Technologies Associate Software Engineer interview for freshers?
Trigyn Technologies interview process for freshers usually has 4 rounds. The most common rounds in the Trigyn Technologies interview process for freshers are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Trigyn Technologies Associate Software Engineer interview for freshers?
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 Trigyn Technologies. The most common topics and skills that interviewers at Trigyn Technologies expect are Java, C++, Coding, Communication Skills and Hibernate.
What are the top questions asked in Trigyn Technologies Associate Software Engineer interview for freshers?

Some of the top questions asked at the Trigyn Technologies Associate Software Engineer interview for freshers -

  1. All questions were purely regarding technologies and basic also were there but ...read more
  2. Baiscs questions on Java and programming questi...read more

Tell us how to improve this page.

Trigyn Technologies Associate Software Engineer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Trigyn Technologies Associate Software Engineer Salary
based on 44 salaries
₹2.7 L/yr - ₹6 L/yr
32% less than the average Associate Software Engineer Salary in India
View more details

Trigyn Technologies Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.4

Salary

2.4

Job security

3.5

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
142 salaries
unlock blur

₹5.4 L/yr - ₹16.7 L/yr

Software Engineer
112 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Technical Analyst
105 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Technical Analyst
96 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Technical Lead
45 salaries
unlock blur

₹13.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Trigyn Technologies with

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

DesignTech Systems

3.3
Compare

Espire Infolabs

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