i
ServiceNow
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
ArrayList is a resizable array implementation while LinkedList is a doubly linked list implementation.
ArrayList uses dynamic arrays to store elements, allowing fast random access but slower insertion and deletion.
LinkedList uses nodes with pointers to the next and previous elements, allowing fast insertion and deletion but slower random access.
Example: ArrayList - List
The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an instance of the class.
Static classes cannot be instantiated and are used for grouping related methods and variables.
Example: public static int count = 0; // static
Top trending discussions
I was interviewed before Mar 2021.
Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.
Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer
Browser support may vary depending on the version of Selenium IDE being used
Additional browser support can be added through plugins or extensions
Selenium IDE supports Firefox browser.
Selenium IDE is a Firefox plugin
It can record and playback tests in Firefox
It supports Firefox versions up to 55
For newer versions, use Selenium WebDriver
I applied via YouTube and was interviewed before Sep 2021. There were 4 interview rounds.
Reasoning, English grammar, logical
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
Written test on DSA - 3 questions on hackerrank
F2F interview on DSA + automation
Generally Focus on networking part
DSA and basic python program if you have basic knowledge you can get into next Round easily
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
Python programming, Networking concepts
DATA STRUCTURES,JAVA,COMPUTER NETWORKS
posted on 5 Oct 2022
A binary tree is a hierarchical data structure in which each node has at most two children.
Consists of nodes connected by edges
Each node can have at most two children, referred to as left child and right child
The left child is smaller than the parent node, while the right child is greater
Used for efficient searching, sorting, and organizing data
To validate an IP address, check if it consists of four numbers separated by periods, each number being between 0 and 255.
Split the IP address string by periods to get an array of four numbers
Check if the array length is 4
Loop through each number in the array and check if it is between 0 and 255
If any number is outside the valid range, the IP address is invalid
posted on 28 Oct 2024
DSA, puzzles, DBMS, OD, and networking
I applied via Company Website and was interviewed in Jan 2022. There were 3 interview rounds.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
414
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
345
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
121
salaries
| ₹0 L/yr - ₹0 L/yr |
Content Data Analyst
90
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Software Engineer
76
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation