i
ServiceNow
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
Polyfill for .reduce & Promise
For .reduce polyfill, create a function that takes an array, a callback function, and an initial value as arguments
Inside the function, loop through the array and apply the callback function to each element, updating the accumulator
For Promise polyfill, create a function that takes a callback function with resolve and reject parameters
Inside the function, call the callback function with re...
Move all zeros to end of array & design Google Photos life application
Iterate through the array and move all zeros to the end
Design a user-friendly interface for Google Photos life application
Implement features like automatic photo backup, organization, and sharing
Utilize machine learning for image recognition and categorization
Top trending discussions
posted on 8 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on the concept of classes and objects
Encapsulation: bundling data and methods that operate on the data within a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for diffe...
Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.
Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.
Comparator interface is used to define custom ordering of objects. Example:...
Count occurrences of each character in a given string
Create an array to store the count of each character
Iterate through the string and increment the count of each character in the array
Return the array with counts for each character
Remove duplicates from an array of strings
Iterate through the array and store each element in a set to keep track of unique values
Create a new array with the unique values from the set
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
It included aptitude, technical and coding questions
Remote work preferred, open to occasional travel
Remote work preferred
Open to occasional travel
Flexible with location
posted on 9 Oct 2024
Manual testing is important for exploratory testing, usability testing, and ad-hoc testing.
Manual testing allows for exploratory testing where testers can explore the application and identify unexpected issues.
Usability testing, which involves real users interacting with the software, is best done manually to capture user experience.
Ad-hoc testing, where testers randomly test the application without predefined test cas...
Testing a web application for an online shopping platform
Testing the functionality of adding items to the cart and checking out
Testing the payment gateway integration for secure transactions
Testing the search functionality to ensure accurate results are displayed
Testing the responsiveness of the website on different devices and browsers
posted on 5 Oct 2024
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can override or extend the functionality of the base class
Types of joins in MySQL include inner join, left join, right join, and full join.
Inner join: Returns rows when there is a match in both tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
Full join: Returns rows when there is a match in one of the tables.
Use a centralized API gateway to manage and route requests to multiple APIs efficiently.
Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.
Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.
Consider implementing a caching layer to improve performance and reduce the number of requests to external
strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.
Used in C programming language
Syntax: char *strstr(const char *haystack, const char *needle)
Example: char *str = strstr("hello world", "world")
I applied via campus placement at K L E S Education College, Hubli and was interviewed in Aug 2024. There were 4 interview rounds.
The aptitude test was conducted online modh
There were 3 codes given and had to choose 1 and write it down in pen paper mode
Visteon is a leading global automotive supplier known for innovative technology solutions in the automotive industry.
Visteon is a well-established company with a strong reputation in the automotive industry.
They are known for their cutting-edge technology solutions for vehicle cockpit electronics.
Visteon has a global presence and works with major automotive manufacturers around the world.
The company focuses on developi...
DSA round leetcode style question
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Software Engineer
416
salaries
| ₹12.5 L/yr - ₹45 L/yr |
Senior Software Engineer
324
salaries
| ₹20 L/yr - ₹65 L/yr |
Technical Support Engineer
120
salaries
| ₹8 L/yr - ₹24.5 L/yr |
Content Data Analyst
82
salaries
| ₹2.8 L/yr - ₹4.3 L/yr |
Staff Software Engineer
67
salaries
| ₹28 L/yr - ₹90 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation