Working Code

Asked a question
Common Services Data Model (CSDM)-related interview questions and answers

1. What is the Common Services Data Model (CSDM) in ServiceNow? Answer: The Common Services Data Model (CSDM) is a framework within ServiceNow that provides a standardized way to model and manage services,...

October 15, 2024 2
Asked a question
Common Services Data Model (CSDM) in ServiceNow: A Detailed Overview

The Common Services Data Model (CSDM) is a framework within ServiceNow designed to standardize the way data is structured and organized in the Configuration Management Database (CMDB). It provides a blueprint...

October 15, 2024 2
Asked a question
Remove comma-separated values from two fields ServiceNow

To subtract (remove) values from one comma-separated string (the "big" string) using another comma-separated string (the "small" string) in ServiceNow var bigString = "a,b,c,d,e";...

October 14, 2024 2
Posted an answer
How can I retrieve the total number of incidents categorized by state in ServiceNow

Nice one. Great Job!!

October 3, 2024 5
Asked a question
Custom profile picture page in ServiceNow

HTML Code <!DOCTYPE html> <html> <head> <title>Workingcode.in</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,...

October 2, 2024 2
Asked a question
E-commerce website within the ServiceNow Service Portal

HTML Code <!DOCTYPE html> <html> <head> <title>workingcode.CSS Template</title> <meta charset="UTF-8"> <meta name="viewport"...

October 2, 2024 2
Asked a question
Technical interview related to Software Asset Management (SAM)

What is Software Asset Management (SAM) in ServiceNow? Answer: SAM is a module in ServiceNow that helps organizations manage their software assets throughout their lifecycle, ensuring compliance with...

October 1, 2024 2
Asked a question
Software Asset Management (SAM) in ServiceNow

Software Asset Management (SAM) in ServiceNow is a comprehensive solution designed to help organizations manage their software licenses, track usage, ensure compliance with vendor agreements, and optimize...

October 1, 2024 2
Asked a question
Technical interview for Hardware Asset Management (HAM)

What is Hardware Asset Management (HAM) in ServiceNow? Answer: HAM in ServiceNow is a module within IT Asset Management (ITAM) that helps organizations manage hardware assets throughout their lifecycle,...

October 1, 2024 2
Asked a question
Hardware Asset Management (HAM) in ServiceNow

Hardware Asset Management (HAM) in ServiceNow is a module within the IT Asset Management (ITAM) suite that helps organizations manage their physical assets, such as servers, laptops, desktops, and other...

October 1, 2024 2
Asked a question
ServiceNow Vulnerability Response Application

Vulnerability Response Application imports and automatically groups vulnerable items according to group rules which allows us to remediate vulnerabilities quickly. Overview: Vulnerability data is pulled...

October 1, 2024 2
Asked a question
Service portal Design with Code Servicenow

HTML with CSS <!DOCTYPE html> <html>  <head>   <!-- Basic -->   <meta charset="utf-8" />   <meta http-equiv="X-UA-Compatible"...

October 1, 2024 2
Asked a question
Interview questions related to ServiceNow's Security Operations (SecOps)

General SecOps Questions What is ServiceNow Security Operations (SecOps)? This question tests the candidate's basic understanding of the module and its role in automating and managing security operations....

October 1, 2024 2
Asked a question
Security Operations (SecOps) module in ServiceNow

The Security Operations (SecOps) module in ServiceNow is designed to help organizations enhance their security posture by automating and streamlining the response to security incidents, vulnerabilities,...

October 1, 2024 2
Asked a question
JavaScript coding questions to help prepare for interviews

1. Basic JavaScript Questions Reverse a String: function reverseString(str) {   return str.split('').reverse().join(''); } console.log(reverseString("hello"));...

September 21, 2024 2
Asked a question
Customer Service Management (CSM) and supports the end-to-end lifecycle

1. Case Creation Multichannel Input: Cases can be created from multiple sources such as email, phone calls, web forms, chat, or social media. Automated Case Logging: When a customer interaction is...

September 21, 2024 2
Asked a question
Customer Service Management (CSM) in ServiceNow

Customer Service Management (CSM) in ServiceNow is a comprehensive suite designed to manage customer service operations, providing businesses with the tools to deliver exceptional customer experiences....

September 19, 2024 2
Asked a question
College Application form with HTML and Script Include Code

<html>         <head>             <title>College Admission Application</title>             <style>                 .form-section...

September 18, 2024 2
Asked a question
Difference between getXML() and getXMLWait() ServiceNow

1. getXML() Type: Asynchronous. Execution: This method sends an AJAX request to the server and does not wait for the server's response before proceeding with the rest of the code. When the server...

September 18, 2024 2
Asked a question
Difference between synchronous or asynchronous Business rule

1. Synchronous Business Rule Execution Timing: Runs immediately within the current user session, typically before or after a database operation (insert, update, delete, query). Impact on User Experience:...

September 18, 2024 2
Load More
Scroll to top