Upload Button Icon Add office photos

Filter interviews by

Trilogy Innovations Interview Questions and Answers

Updated 11 Sep 2023
Popular Designations

Trilogy Innovations Interview Experiences

7 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 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:
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 

Deep data structure is required. Most of the questions are based on graphs and trees. Linked list stack and priority queue is helpful.
Codding round is tough.

Round 3 - Technical 

(2 Questions)

  • Q1. Totally based on the operating system and networking questions and some from the languages you know
  • Q2. Questions based on DFS and bfs

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good company, here we can learn more and help from the senior to gain the knowledge.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Mar 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 which were very difficult which even a expert with 10 years industry experience would not crack it

Round 3 - Technical 

(1 Question)

  • Q1. I couldnt crack round 1

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2023

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

I applied via Campus Placement and was interviewed before Aug 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 

40 MINS,DSA AND OFFLINE PLATFORM

Round 3 - HR 

(2 Questions)

  • Q1. 25 MINS,WHY TRILOGY INNOVATIONS,LEADERSHIP QUALITIES
  • Q2. TELL ME ONE INCIDENT IN YOUR LIFE WHERE YOU HAVE SHOWED YOUR LEADERSHIP QUALITIES?
  • Ans. 

    Led a team project in college, coordinating tasks and fostering collaboration to achieve our goal successfully.

    • Organized a study group for a challenging course, ensuring everyone understood the material.

    • Delegated tasks based on individual strengths, enhancing team efficiency.

    • Facilitated open communication, encouraging team members to share ideas and concerns.

    • Motivated the team during stressful periods, helping us stay ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BRUSH ALL YOUR DSA CONCEPTS AND HR RELATED QUESTIONS

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Stocks are Profitable Problem Statement

    You are provided with an array/list 'prices', where each element signifies the prices of a stock as of yesterday and the indices represent minutes. The task is to d...

  • Ans. 

    Given stock prices, find the maximum profit from a single buy and sell action.

    • Iterate through the array and keep track of the minimum price seen so far and the maximum profit achievable.

    • Calculate the profit by subtracting the current price from the minimum price and update the maximum profit if needed.

    • Return the maximum profit obtained after iterating through the array.

    • Example: For prices = [2, 100, 150, 120], buy at 2...

  • Answered by AI
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7 CGPATrilogy Innovations interview preparation:Topics to prepare for the interview - Array, Dp, string, Tree, graph and other important coding questionsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Work hard
Tip 2 : Prepare resume well 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It needed hard core DSA

Round 2 - Aptitude Test 

I could not qualify for 2nd round

Interview Preparation Tips

Interview preparation tips for other job seekers - i applied from my college . first round was coding round which need you to have strong DSA practice. This company offers 35.5 L ctc

I appeared for an interview before May 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Two DSA problems of difficulty rating of 1500-1800 on Codeforces.

  • Q1. 

    Find K Closest Elements

    Given a sorted array 'A' of length 'N', and two integers 'K' and 'X', your task is to find 'K' integers from the array closest to 'X'. If two integers are at the same distance, pre...

  • Ans. 

    Find K closest elements to X in a sorted array A.

    • Use binary search to find the closest element to X in the array.

    • Maintain two pointers to expand around the closest element to find K closest elements.

    • Handle cases where two elements are equidistant by choosing the smaller one.

    • Return the K closest elements in a new array.

  • Answered by AI
  • Q2. 

    Random Point Generator in a Circle

    Mr. Schrodinger needs to generate points that are uniformly distributed inside a specific circle for testing his hypothesis. Your task is to implement a function that ge...

  • Ans. 

    Implement a function to generate random points uniformly distributed inside a circle.

    • Generate random points using polar coordinates

    • Ensure points fall within the circle by checking if distance from center is less than or equal to radius

    • Check if points are uniformly distributed by running statistical tests

    • Return 1 if points are uniformly distributed, else return 0

  • Answered by AI
Round 2 - Video Call 

Round duration - 45 minutes
Round difficulty - Medium

This round was majorly based on my resume discussion. It was with a senior VP. We had an in-depth discussion on my past interview experiences, my projects etc.

Interview Preparation Tips

Eligibility criteriaNATriology innovations interview preparation:Topics to prepare for the interview - DSA, OOP, DBMS, System Design, Aptitude TestsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Give regular programming contests. Try to achieve Codeforce Candidate Master level or equivalent
Tip 2 : Learn/Practice DSA.
Tip 3 : Do at least 2 projects on your resume, on topics such as ML, NLP, Dev etc

Application resume tips for other job seekers

Tip 1 : Mention atleast 2 good projects and be thorough with them.
Tip 2 : Mention CP contest rankings or ratings

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

2hr coding round test and questions were based on DSA

Round 2 - Aptitude Test 

1 hr Aptitude test which was average base but I got rejected after that.

Interview Preparation Tips

Interview preparation tips for other job seekers - 2hr coding round test and questions were based on DSA
Are these interview questions helpful?

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Trilogy Innovations?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 55 minutes
Round difficulty - Medium

It was a coding interview that started with introducing myself. Two questions from data structures were asked.

  • Q1. 

    Matrix Median Problem Statement

    You are provided with a matrix containing 'N' rows and 'M' columns filled with integers. Each row is sorted in non-decreasing order. Your task is to find the overall median...

  • Ans. 

    Find the overall median of a matrix with sorted rows.

    • Merge all elements of the matrix into a single sorted array

    • Calculate the median of the merged array

    • Handle odd number of elements by directly finding the middle element

  • Answered by AI
  • Q2. 

    Count Triplets in a Sorted Doubly Linked List

    You are provided with an integer X and a non-decreasing sorted doubly linked list consisting of distinct nodes.

    Your task is to find and return the count of ...

  • Ans. 

    Count triplets in a sorted doubly linked list that sum up to a given value.

    • Iterate through the list and for each node, find pairs that sum up to X-nodeValue.

    • Use two pointers approach to find pairs efficiently.

    • Keep track of count of triplets found while iterating through the list.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Patna. Eligibility criteriaCircuital branches only || Female onlyAmazon interview preparation:Topics to prepare for the interview - Data Structures, Algoruthms, OOPS, DP, PointersTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Learn to explain your logic well.
Tip 2 : Learn to dry run your code. 
Tip 3 : Solve as many data structures questions as you can.

Application resume tips for other job seekers

Tip 1 : They did not shortlist resume .
Tip 2 : They did send link to everyone satisfying eligibility criteria.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Nov 2021. 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 

(2 Questions)

  • Q1. Find cousine of a node in a binary tree
  • Ans. 

    Find the cousin of a node in a binary tree.

    • Cousins are nodes at the same level but with different parents.

    • Traverse the tree to find the level and parent of the given node.

    • Traverse the tree again to find all nodes at the same level with different parents.

    • Return the cousin node if found, else return null.

  • Answered by AI
  • Q2. One question on 2 pointer appraoch
  • Ans. 

    The two-pointer approach is an efficient technique for solving problems involving arrays or linked lists by using two indices.

    • 1. The two-pointer technique involves using two pointers to traverse the data structure, often from opposite ends.

    • 2. It is commonly used in problems like finding pairs in a sorted array that sum to a specific value.

    • 3. Example: Given a sorted array [1, 2, 3, 4, 5] and a target sum of 6, use point...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare trees well, should be able to describe project work

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Easy

Aptitude+Coding
Both the rounds were easy only student should have confidence in himself.
Coding Round 3 question-:
1.Array related
2.Level order traversal
3. Graph

  • Q1. 

    Sum At Kth Level

    Given the root of a binary tree, calculate the sum of all nodes located at the Kth level from the top. Consider the root node as level 1, and each level beneath it sequentially increases ...

  • Ans. 

    Calculate the sum of nodes at the Kth level of a binary tree given the root.

    • Traverse the binary tree level by level using BFS.

    • Keep track of the current level while traversing.

    • Sum the nodes at the Kth level and return the result.

  • Answered by AI
  • Q2. 

    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]
    Out...
  • Ans. 

    Find the maximum sum of any contiguous subarray within an array of integers.

    • Iterate through the array and keep track of the maximum sum of subarrays encountered so far.

    • At each index, decide whether to include the current element in the subarray or start a new subarray.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Example: For array [34, -50, 42, 14, -5, 86], the maximum sum is 137.

    • Example: For arr...

  • Answered by AI
  • Q3. 

    Number of Triangles in an Undirected Graph

    Determine how many triangles exist in an undirected graph. A triangle is defined as a cyclic path of length three that begins and ends at the same vertex.

    Input...

  • Ans. 

    Count the number of triangles in an undirected graph.

    • Iterate through all possible triplets of vertices to check for triangles.

    • Use the adjacency matrix to determine if there is an edge between vertices.

    • Count the number of triangles found in the graph and return the total count.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from NATIONAL INSTITUTE OF TECHONOLGY, Hamirpur. I applied for the job as SDE - Intern in BengaluruEligibility criteriaNAAccenture interview preparation:Topics to prepare for the interview - STL, Trees, Graph, DP, Heap, Stack and QueueTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Clear the concept
Tip 2 : Questions are always easy there is only little bit modification
Tip 3 : Always revise the old concept, should write important concept in notebook
Tip 4 : Try to cover important topics not whole syllabus
Tip 5 : Always do questions in strict time limit.

Application resume tips for other job seekers

Tip 1 : 1 page resume
Tip 2 : 2-3 projects maximum 4 not more than 4
Tip 3 : Mention your coding profile

Final outcome of the interviewRejected

Skills evaluated in this interview

Trilogy Innovations Interview FAQs

How many rounds are there in Trilogy Innovations interview?
Trilogy Innovations interview process usually has 2-3 rounds. The most common rounds in the Trilogy Innovations interview process are Coding Test, Resume Shortlist and Aptitude Test.
What are the top questions asked in Trilogy Innovations interview?

Some of the top questions asked at the Trilogy Innovations interview -

  1. Totally based on the operating system and networking questions and some from th...read more
  2. Questions based on DFS and ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 3 interview experiences

Difficulty level

Moderate 33%
Hard 67%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Trilogy Innovations Reviews and Ratings

based on 3 reviews

2.1/5

Rating in categories

4.0

Skill development

1.3

Work-life balance

4.6

Salary

3.1

Job security

1.6

Company culture

3.7

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹30 L/yr - ₹36 L/yr

Software Development Engineer
5 salaries
unlock blur

₹29 L/yr - ₹36.5 L/yr

SDE (Software Development Engineer)
4 salaries
unlock blur

₹36 L/yr - ₹36.5 L/yr

Sde1
4 salaries
unlock blur

₹30 L/yr - ₹36 L/yr

HR Operation Manager
4 salaries
unlock blur

₹10 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Trilogy Innovations with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview