Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Trilogy Innovations interview experience Real time questions & tips from candidates to crack your interview

Web Developer

Trilogy Innovations
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: React js, Html, Css, Javascript, Data structures, Pointers
Tip
Tip

Tip 1 : practical knowledge is important, so always execute what you learn
Tip 2 : be confident in what you do

Application process
Where: Other
Eligibility: Basics of react js should be known
Resume Tip
Resume tip

Tip 1 : Have projects on resume
Tip 2 : the resume should be on point

Interview rounds

01
Round
Easy
Video Call
Duration30 minutes
Interview date11 Jun 2020
Coding problem2

Timing (2pm)
On zoom call
The interviewer was the technical head, who was based in texas

1. OS Questions

Explain deadlock in operating systems

Scheduling algos

Critical Section Problem

 

2. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
DunzoCiscoIBM

You are given an array 'a' of size 'n'.



The Next Greater Element for an element 'x' is the first element on the right side of 'x' in the array, which is greater than 'x'.


If no greater elements exist to the right of 'x', consider the next greater element as -1.


For example:
Input: 'a' = [7, 12, 1, 20]

Output: NGE = [12, 20, 20, -1]

Explanation: For the given array,

- The next greater element for 7 is 12.

- The next greater element for 12 is 20. 

- The next greater element for 1 is 20. 

- There is no greater element for 20 on the right side. So we consider NGE as -1.
Try solving now
0
Round
Easy
Online Coding Interview
Duration50 Minutes
Interview date10 Nov 2021
Coding problem2

1. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
Expedia GroupInfosysSamsung

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Try solving now

2. HR Questions

what packages you are familiar with?

What keeps you motivated?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you write a single-line comment in C++?

Choose another skill to practice
Start a Discussion
Similar interview experiences
SDE - Intern
4 rounds | 5 problems
Interviewed by Trilogy Innovations
3326 views
0 comments
0 upvotes
SDE - Intern
5 rounds | 4 problems
Interviewed by Trilogy Innovations
612 views
0 comments
0 upvotes
SDE - Intern
5 rounds | 3 problems
Interviewed by Trilogy Innovations
3336 views
0 comments
0 upvotes
SDE - Intern
4 rounds | 6 problems
Interviewed by Trilogy Innovations
1502 views
0 comments
0 upvotes