Upload Button Icon Add office photos

Filter interviews by

Trilogy Innovations SDE (Software Development Engineer) Interview Questions and Answers

Updated 9 Feb 2023

Trilogy Innovations SDE (Software Development Engineer) Interview Experiences

1 interview 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 questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was of moderate difficulty level

Round 2 - Group Discussion 

I was given a comm topic along with 5 other people

Interview Preparation Tips

Interview preparation tips for other job seekers - pleae prepare thoroughly all thge rounds of interviw there are a lot more goood candidates

Interview Questionnaire 

3 Questions

  • Q1. 1. Describe your work experience.
  • Q2. 2. Are you aware of high and low level design principles
  • Ans. 

    Yes, high and low level design principles are important in software development.

    • High level design principles focus on overall architecture and system organization.

    • Low level design principles focus on implementation details and code structure.

    • Examples of high level design principles include SOLID, DRY, and KISS.

    • Examples of low level design principles include naming conventions, code commenting, and code formatting.

    • Both ...

  • Answered by AI
  • Q3. 3. Preferred job location

I applied via Company Website and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical skills
  • Q2. Coding questions
  • Q3. Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not mention the things that u actually dont know about in ur CV

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

Round 1 - Coding Test 

2 Coding Ques + Aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Question on Hash Maps

Interview Preparation Tips

Topics to prepare for Amazon SDE (Software Development Engineer) interview:
  • Algorithms
  • Data Structures
Interview preparation tips for other job seekers - Practice Question from Leetcode and Codeforces.

Interview Questionnaire 

1 Question

  • Q1. What is an array
  • Ans. 

    An array is a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays have a fixed size and can be accessed using an index.

    • Elements in an array can be of any data type, including other arrays.

    • Arrays are commonly used in programming for storing and manipulating data.

    • Example: int[] numbers = {1, 2, 3, 4, 5};

    • Example: char[] letters = {'a', 'b', 'c'};

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The selection procedure consisted of one online round followed by 4 face to face interviews.
1st round consisted of 20 MCQs of C/C++ and general aptitude. They shortlisted only 11 B.Techs after first round. Then we had 4 separate interviews out of which one was Bar Raiser round (which is most important).

Round: Technical Interview
Experience: Each interview was of around an hour. They mainly emphasized on data structure part. I got a lot of questions from tree and linked list and few were based on Operating System's concepts. For most of the questions, they asked me to come up with more than one approach and also they introduced many variations in between. After the discussion of approach, I was supposed to write the complete code on paper.Each round was kind of elimination round and the Bar Raiser round was most important of all.

General Tips: For improving coding skills, first code basic searching, sorting and graph algorithms.Then try to program few random questions of trees and linked list while studying there concepts. Then practice some questions from sites like codechef or codeforces and also try to participate in the competitions that take place on these sites.For Operating Systems, just go through the book written by "S Galvin" and try to clear concepts of memory management part.
Apart from these main topics, just have a glance at these few topics:
Database : Basic Queries, Indexing, Transaction
OOP : Definition with understanding of four features of OOPs.Among non-technical stuffs, practice some famous puzzles (just Google it).
After all these done, just keep on solving interviews questions being updated regularly at geeksforgeeks
Overall Experience was very good and challenging as it was the very first day of placement and our interviews went till 4 in the morning. So when the result came, we were very excited.
Skills:
College Name: NIT Surathkal

I appeared for an interview before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Write a program to calculate the sum of level order tree
  • Ans. 

    Program to calculate sum of level order tree

    • Traverse the tree level by level using BFS

    • Add the values of each level and return the sum

    • Use a queue to store the nodes at each level

    • Handle edge cases like empty tree or null root

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Applied through referral and after the review my resume gets shortlisted.

Round: Test
Experience: 6 program and their outputs are given. We have debug the program to get the desired output.
Duration: 11 hours 20 minutes
Total Questions: 6

Round: Test
Experience: Have to write a code for 2 problems.
Duration: 1 hour
Total Questions: 2

Skills: Behavioural Skills, LOGICAL THINKING ABILITIES, Technical Skill

Skills evaluated in this interview

I appeared for an interview before Jan 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 22

College Name: Manipal University Jaipur

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. Questions based on resume and coding questions
  • Q2. Questions from various courses I took which I mentioned in my resume

Interview Preparation Tips

Round: Test
Experience: Out of 20 MCQ's ,I think I solved 13-15 MCQ's Correctly. I solved easy MCQ's first and spent sometime on tough one's.
MCQ's were simple to tough I/O questions ,OS Questions etc.
In coding round they asked one D.P problem and one problem related to stack . I solved the stack question. So I can say
I did OK on this round and got selected to Interview.
Tips: Get comfortable with Data structures and Algorithms, and also have some basic idea of OS,DBMS.
Duration: 1:30 minute
Total Questions: 22

Round: Technical Interview
Experience: The Interviewer was friendly and first he asked questions about my projects, previous internship etc .
He then gave me a question related to B-Tree and asked me to tell the algorithm. First I gave naive solution, then he told me to improve efficiency. Though I took some time, I eventually arrived at a efficient solution. He asked to code that algo in any programming language. so I coded the algo in Java within 10 minutes. He went through my code thoroughly and corrected some minor mistakes. After this he asked if I have any questions for him, I then asked some questions related to work profile. After this round I was called for another techincal round. This round lasted for 50 minutes.
Tips: I prepared from geeks for geeks for interviews and I think it helps a lot. Think out loud as Interviewer also observes your thought process.

Round: Technical Interview
Experience: This round was a breeze as the Interviewer was very warm and he asked me various questions related to the courses
I took. I think he asked questions related to prob theory,OS,discrete Maths etc. I answered most of them correctly.
This round lasted for 45 minutes.
Tips: As said above think out loud and have a good presence of mind. It helps if you revise the courses mentioned in your resume.

General Tips: Practice programming a lot, preferably from Hacker rank etc. Come prepared for the Interview.
Don't panic and have a fresh mind for interview
Skills: Programming, problem solving
Duration: 2 Months
College Name: IIT Madras
Motivation: It's a good company,offering a decent stipend and one more thing it's in Hyderabad which is my hometown.
Funny Moments: Nothing that I remember of.

Trilogy Innovations Interview FAQs

How many rounds are there in Trilogy Innovations SDE (Software Development Engineer) interview?
Trilogy Innovations interview process usually has 3 rounds. The most common rounds in the Trilogy Innovations interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Trilogy Innovations SDE (Software Development Engineer) interview?

Some of the top questions asked at the Trilogy Innovations SDE (Software Development Engineer) 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.

Trilogy Innovations SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Trilogy Innovations SDE (Software Development Engineer) Salary
based on 12 salaries
₹36 L/yr - ₹36.5 L/yr
28% more than the average SDE (Software Development Engineer) Salary in India
View more details
Software Engineer
12 salaries
unlock blur

₹30 L/yr - ₹39.5 L/yr

SDE (Software Development Engineer)
12 salaries
unlock blur

₹36 L/yr - ₹36.5 L/yr

Software Developer
9 salaries
unlock blur

₹30 L/yr - ₹36 L/yr

Software Development Engineer
9 salaries
unlock blur

₹36 L/yr - ₹36.5 L/yr

Sde1
4 salaries
unlock blur

₹34 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Trilogy Innovations with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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