Upload Button Icon Add office photos

Filter interviews by

DxSherpa Technologies Servicenow Developer Interview Questions and Answers

Updated 1 Aug 2023

DxSherpa Technologies Servicenow Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to javascript
Round 3 - Technical 

(1 Question)

  • Q1. Related to coures

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your work experience
  • Q2. Basic Knowledge on your module
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of business rule
  • Ans. 

    Types of business rules include client scripts, server scripts, UI policies, and data policies.

    • Client scripts run on the client side and are used to perform actions on form fields.

    • Server scripts run on the server side and are used to perform actions on records.

    • UI policies control the behavior of form fields based on conditions.

    • Data policies enforce data consistency and integrity.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Case Study 

Scenario based questions

Round 2 - Case Study 

Scenario based questions

Round 3 - HR 

(2 Questions)

  • Q1. Expected salaray
  • Q2. Negotiation about the salary
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between client script and business rule
  • Ans. 

    Client script and business rule are different in terms of their purpose and execution.

    • Client script is executed on the client-side, while business rule is executed on the server-side.

    • Client script is used to enhance the user interface and perform actions on the client-side, such as field validation or dynamic field population.

    • Business rule is used to automate and enforce business processes on the server-side, such as d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. What is the stages of HRSD cases
  • Ans. 

    The stages of HRSD cases include New, In Progress, On Hold, Resolved, Closed

    • New - when a new case is created

    • In Progress - when the case is being actively worked on

    • On Hold - when the case is temporarily paused

    • Resolved - when the issue is resolved but awaiting confirmation

    • Closed - when the case is officially closed

  • Answered by AI
  • Q2. What is case suspension
  • Ans. 

    Case suspension is the temporary halt of a case in a workflow process.

    • Case suspension allows for pausing a case in a workflow without closing it.

    • It can be used to wait for additional information or approvals before proceeding.

    • Once the suspension is lifted, the case can continue its workflow.

    • Commonly used in service management platforms like Servicenow.

  • Answered by AI
  • Q3. Signification of cascade variable in order guide
  • Ans. 

    Cascade variables in order guide allow for dynamic population of subsequent variables based on previous selections.

    • Cascade variables are used to create a dependency between variables in an order guide.

    • When a user selects a value for a cascade variable, it triggers the population of subsequent variables based on that selection.

    • This helps streamline the ordering process by only showing relevant options based on previous

  • Answered by AI
  • Q4. What is data police and ui police
  • Ans. 

    Data police and UI police are terms used in ServiceNow to refer to the enforcement of data and UI standards.

    • Data police refers to the enforcement of data standards and best practices within ServiceNow instances.

    • UI police refers to the enforcement of UI standards and best practices within ServiceNow instances.

    • Data police ensures data integrity, accuracy, and security.

    • UI police ensures consistent and user-friendly interf...

  • Answered by AI
  • Q5. Difference between subject to and opened for ?
  • Ans. 

    Subject to refers to the person or entity affected by an incident, while opened for refers to the person or entity responsible for resolving the incident.

    • Subject to is the entity that is impacted by an incident, such as a user or a department.

    • Opened for is the entity responsible for resolving the incident, such as a support team or an individual.

    • For example, a ticket may be subject to a specific department but opened f

  • Answered by AI
  • Q6. Which is better Rest or soap integration ?
  • Ans. 

    It depends on the specific requirements of the integration. REST is generally preferred for its simplicity and flexibility, while SOAP is more rigid but offers more security features.

    • REST is lightweight and easier to use for simple integrations

    • SOAP has built-in security features like WS-Security

    • Consider the complexity of the data being exchanged and the level of security required when choosing between REST and SOAP

  • Answered by AI
  • Q7. What is ACL and types
  • Ans. 

    ACL stands for Access Control List, which defines the permissions and restrictions for users on records in ServiceNow.

    • ACL stands for Access Control List

    • It defines the permissions and restrictions for users on records in ServiceNow

    • Types of ACLs include Read, Write, Create, Delete, and Execute

    • ACLs can be applied at the table, field, or record level

    • Example: An ACL can restrict certain users from deleting records in a spec

  • Answered by AI
  • Q8. What will happen if we give none . * in ACL ?
  • Ans. 

    Using none.* in ACL will allow access to all fields in the table for all users.

    • Using none.* in ACL grants access to all fields in the table for all users.

    • This can be a security risk as sensitive data may be exposed to unauthorized users.

    • It is recommended to specify individual fields or use more restrictive ACL conditions.

  • Answered by AI
  • Q9. How does ACL wok General to specific or vice versa
  • Ans. 

    ACL works from general to specific

    • ACL evaluates rules from general to specific based on order of precedence

    • If a user has multiple roles, the most specific role takes precedence

    • Explicit rules take precedence over inherited rules

    • ACL rules can be defined at table, field, and record levels

  • Answered by AI
  • Q10. Explain cell edit and on change client script
  • Ans. 

    Cell edit allows users to edit fields directly in a list without opening a form. OnChange client script triggers when a field value changes.

    • Cell edit enables inline editing in list views for quick updates

    • OnChange client script is used to perform actions when a field value changes

    • Cell edit can improve user experience by reducing the need to open individual records for editing

  • Answered by AI
  • Q11. Different triggers in SLA other than Incident
  • Ans. 

    Triggers in SLA other than Incident

    • Change Requests

    • Problem Tickets

    • Service Requests

    • Major Incidents

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a scorecard
  • Ans. 

    A scorecard is a tool used to measure and track performance or progress towards specific goals or objectives.

    • A scorecard provides a visual representation of key performance indicators (KPIs) and metrics.

    • It helps in evaluating and comparing performance against targets or benchmarks.

    • Scorecards can be used in various fields such as business, sports, and education.

    • Examples of scorecards include financial scorecards, balanc

  • Answered by AI
  • Q2. What is schema map
  • Ans. 

    Schema map is a visual representation of the tables and their relationships in a database schema.

    • It helps in understanding the structure and dependencies of tables in a database.

    • It shows the relationships between tables through lines and arrows.

    • It allows developers to easily navigate and analyze the database schema.

    • It can be used to identify table hierarchy, foreign key relationships, and dependencies.

    • It is a useful to...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to set default value of date field to current date time value
  • Ans. 

    To set the default value of a date field to the current date time value, use a script to assign the value.

    • Create a client script or business rule to set the default value

    • Use the GlideDateTime API to get the current date time value

    • Assign the current date time value to the date field

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Catalog ui runs first client script
  • Ans. 

    The catalog UI runs before the client script.

    • Catalog UI policies are evaluated before client scripts.

    • Catalog UI policies can control field visibility, mandatory fields, etc.

    • Client scripts run after the catalog UI policies are evaluated.

  • Answered by AI
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and focus on what is in your resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apti test with all modules questions

Round 2 - Coding Test 

Coding test with javascript and angular

Interview Preparation Tips

Interview preparation tips for other job seekers - learn good before giving interview and also be preapared for JS

I was interviewed in Sep 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Please prepare well in ACL, Business rules, client scripts, notifications, Record Producer, Catalog Items. If you know HRSD , prepare Life Cycle Event, HR services. Please do expect all scenario based que...

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect scenario based questions.
Be honest about your knowledge.
Explain everything whatever you know.

DxSherpa Technologies Interview FAQs

How many rounds are there in DxSherpa Technologies Servicenow Developer interview?
DxSherpa Technologies interview process usually has 3 rounds. The most common rounds in the DxSherpa Technologies interview process are Technical and Resume Shortlist.
How to prepare for DxSherpa Technologies Servicenow Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at DxSherpa Technologies. The most common topics and skills that interviewers at DxSherpa Technologies expect are Agile, Design Development, Information Management, Integration Testing and Javascript.
What are the top questions asked in DxSherpa Technologies Servicenow Developer interview?

Some of the top questions asked at the DxSherpa Technologies Servicenow Developer interview -

  1. Related to javascr...read more
  2. Related to cou...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 DxSherpa Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
DxSherpa Technologies Servicenow Developer Salary
based on 64 salaries
₹2 L/yr - ₹8.2 L/yr
16% less than the average Servicenow Developer Salary in India
View more details

DxSherpa Technologies Servicenow Developer Reviews and Ratings

based on 13 reviews

3.4/5

Rating in categories

4.0

Skill development

3.6

Work-Life balance

3.1

Salary & Benefits

3.4

Job Security

2.9

Company culture

2.9

Promotions/Appraisal

3.4

Work Satisfaction

Explore 13 Reviews and Ratings
Servicenow Developer
64 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Engineer
36 salaries
unlock blur

₹2.8 L/yr - ₹9.3 L/yr

Senior Engineer
29 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Software Engineer
24 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare DxSherpa Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview