i
Trellix
Filter interviews by
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
Logical reasoning, english test
Binary search tree is a data structure where each node has at most two children, with left child less than parent and right child greater.
Create a Node class with data, left child, and right child attributes.
Implement insert method to add nodes in correct position based on value.
Implement search method to find a specific value in the tree.
Implement delete method to remove a node from the tree while maintaining the bina
To find the middle element of a linked list, use the slow and fast pointer approach.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The element pointed to by the slow pointer at this point will be the middle element of the linked list.
I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
4 sections verbal logical aptitude and coding(in C)
Creating patterns of triangle and diamond using characters
For triangle pattern, use nested loops to print spaces and characters in each row
For diamond pattern, divide the diamond into two triangles and print accordingly
Examples: Triangle pattern - * ** *** Diamond pattern - * *** ***** *** *
1 coding question, 19 mcqs on dsa, c++, java, cs fundamnetals
30 mins
3 questions
medium level
easy to answer
Online coding test with 2 coding questions
Files in RAM are stored temporarily for quick access by the CPU.
RAM (Random Access Memory) is volatile memory used for temporary storage of data and instructions.
Files stored in RAM are accessed much faster than files stored on a hard drive.
RAM is cleared when the computer is turned off, so files stored in RAM are not persistent.
Examples of files stored in RAM include open applications, running processes, and cached da
I applied via Campus Placement and was interviewed before Jan 2023. There were 5 interview rounds.
Aptitude is pretty easy
Need to be good in communication skills
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
Maintain a good communication to the hr
Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.
Elements are the actual components on a web page, such as headings, paragraphs, images, etc.
Tags are used to define the structure of elements in HTML, such as
for a paragraph.
Elements can have attributes that provide additional information or functionality, while tags do not.
Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.
Functions can be used to perform specific tasks or calculations.
Functions can be passed as arguments to other functions.
Functions can be assigned to variables or properties of objects.
Functions can be used to create closures for encapsulating data.
Functions can be used to create custom methods for objects.
getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.
Used to retrieve a specific element from the DOM by its ID
Allows for manipulation of the element's properties, styles, and content
Commonly used in event handling and dynamic content updates
There are three types of CSS: inline, internal, and external.
Inline CSS is applied directly to an HTML element using the style attribute.
Internal CSS is defined within the head section of an HTML document using the style tag.
External CSS is stored in a separate file and linked to the HTML document using the link tag.
I applied via Approached by Company and was interviewed before Dec 2022. There were 3 interview rounds.
Interview experience
Software Development Engineer
70
salaries
| ₹9 L/yr - ₹34.4 L/yr |
Software Engineer
54
salaries
| ₹10 L/yr - ₹27.5 L/yr |
Senior Software Engineer
36
salaries
| ₹15 L/yr - ₹46 L/yr |
Technical Support Engineer
26
salaries
| ₹5.6 L/yr - ₹23 L/yr |
Customer Success Engineer
18
salaries
| ₹12.5 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech