i
Thilash Services
Filter interviews by
I applied via Job Portal and was interviewed before Nov 2023. There was 1 interview round.
Technical test of ADD,DELETE
They gave 4 code , algorithms.
I applied via Campus Placement
Online aptitude can prepare from indiabix
Needs coding knowledge
I applied via Campus Placement and was interviewed before Jun 2022. There were 3 interview rounds.
Aptitude test we can write first
I applied via Campus Placement
It was an easy test. Multiple choice questions bases on java
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
Yes, vbscript is a scripting language used for automating tasks in Windows environments.
VBScript stands for Visual Basic Scripting Edition.
It is commonly used for automating tasks in Windows environments.
VBScript is often used in conjunction with RPA tools like UiPath for automation.
Example: Set objShell = CreateObject("WScript.Shell")
Yes, I have experience with SharePoint.
I have worked with SharePoint to create and manage document libraries.
I have experience with SharePoint workflows and automation.
I have integrated SharePoint with other systems using APIs.
I have customized SharePoint sites using web parts and templates.
Curd operation with SQL connectivity
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
To calculate the timing of an incident assigned to multiple groups, determine the start and end times for each group and calculate the total duration.
Identify the groups to which the incident is assigned
Determine the start time and end time for each group's involvement
Calculate the duration for each group
Sum up the durations to get the total timing of the incident
Service catalog, order guide, and record producer are different components in ServiceNow for managing and fulfilling service requests.
Service catalog is a centralized repository of services that users can request.
Order guide is a collection of related services grouped together for easy selection and ordering.
Record producer is a form-based interface that allows users to create records in different tables.
Service catalo...
I was interviewed in May 2021.
Round duration - 145 minutes
Round difficulty - Hard
The assessment consisted of four components, a code debugging section (20 minutes), a coding test (70 minutes), a workstyles assessment (20 minutes), and a reasoning ability section (35 minutes). The coding environment is very user-friendly and easy to use.
This approach is based on the fact that when we rotate an array to the right by ‘K’ times, it shifts ‘K’ elements from the end to the beginning of the array while the remaining elements shift towards the end. The effective rotations in ‘MAT’ can be from 0 to 'M' - 1, as we get the same matrix ‘MAT’ after every 'M' rotations. So, we will set ‘K’ to ‘K’ % ‘M’.
Now, we traverse ‘MAT’ row-wise. We wil...
Round duration - 60 Minutes
Round difficulty - Medium
The online round was held on the Amazon Chime platform. The interviewer was very friendly and eager to know what I was thinking for every problem which he asked and always tried to make me speak up my thoughts and approach for solving the specific problem and understand my point too.
Let's say t...
The idea is to try out all the possible answers one by one and find out the largest one among all of them.
To implement this approach, we will generate all the permutations of the first 'N' positive integers and concatenate all the array elements in the order of the permutation.
For e.g. N=3 and array A = [ 3, 34, 7 ].
Let's generate all the possible answers using the permutations. Le...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Round duration - 75 minutes
Round difficulty - Medium
The online round was held on the Amazon Chime platform. The interviewer was very friendly and eager to know what I was thinking for every problem which he asked and always tried to make me speak up my thoughts and approach for solving the specific problem and understand my point too.
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
For the given binary tree
The level order tra...
In the level order traversal, we will be using queue data structure which has the property FIRST IN FIRST OUT that’s why which nodes come first in current level the children of that node will also come first for the next level. So, we visit all the nodes one by one of the current level and push into the queue so that when we will be complete with the current level, then we can start exploring nodes ...
Round duration - 60 Minutes
Round difficulty - Medium
The online round was held on the Amazon Chime platform. The interviewer was very friendly and eager to know what I was thinking for every problem which he asked and always tried to make me speak up my thoughts and approach for solving the specific problem and understand my point too.
We can take the following approach:
Tip 1 : Practice Leetcode medium level questions properly
Tip 2 : Low-level and high-level system design is very important
Tip 3 : Always make notes of core subjects like DBMS, OS, CN beforehand to be able to revise before interviews
Tip 1 : Write the technology about which you know in detail and can discuss pros and cons of using it.
Tip 2 : Prepare your resume well and add 2 good projects for project discussion with good readme file on github.
based on 1 review
Rating in categories
Front end Developer
5
salaries
| ₹2.8 L/yr - ₹3.6 L/yr |
Operations Associate
3
salaries
| ₹1.8 L/yr - ₹2.4 L/yr |
Developer Associate
3
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Content Writer
3
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Business Process Associate
3
salaries
| ₹1 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech