i
ServiceNow
Filter interviews by
Clear (1)
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
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Performed after code changes to ensure that existing features still work correctly
Helps in identifying and fixing any defects introduced by new code changes
Automated tools like Selenium can be used for regression testing
Examples: Testing a login feature after adding a
Top trending discussions
I appeared for an interview 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 LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
Python programming, Networking concepts
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 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
posted on 28 Oct 2024
DSA, puzzles, DBMS, OD, and networking
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
I applied via YouTube and was interviewed before Sep 2021. There were 4 interview rounds.
Reasoning, English grammar, logical
DATA STRUCTURES,JAVA,COMPUTER NETWORKS
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
388
salaries
| ₹12.1 L/yr - ₹48 L/yr |
Senior Software Engineer
378
salaries
| ₹16 L/yr - ₹60 L/yr |
Technical Support Engineer
125
salaries
| ₹8 L/yr - ₹24.5 L/yr |
Content Data Analyst
90
salaries
| ₹2.8 L/yr - ₹4.1 L/yr |
Staff Software Engineer
75
salaries
| ₹28 L/yr - ₹90 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation