Upload Button Icon Add office photos

Filter interviews by

Ripton Solutions Interview Questions and Answers

Updated 12 Sep 2022

Ripton Solutions Interview Experiences

3 interviews found

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The most topic that cover in my organization was based on time and distance, height distance, missing numbers and lastly the most important was blood relationship

Round 2 - Coding Test 

There were 2 coding section by using any language

1.) Remove duplicates
2.)Print left view or bottom view of the binary tree( any 1 view)

Round 3 - HR 

(1 Question)

  • Q1. 1.) Tell me about yourself 2.)How could you handle the situation if you are unable to work on a given task? 3.)What is Polymorphism? 4.)What is linked list? 5.)What is the concept of OOPs that are introduc...

Interview Preparation Tips

Topics to prepare for Ripton Solutions Servicenow Developer interview:
  • C
  • C++
  • Javascript
  • Core Java
  • Python
Interview preparation tips for other job seekers - Its for the freshers who are going to give interview or willing to attend the interview
1.) Don't start to bluff in-front of Interviewer
2.) Make sure all your concepts are clear
3.)Don't say everything like you know everything that will lead to know some interviewer that you are cheating.
4.)Make a good Eye contact with interviewer
5.)Make sure that you tell all your skills on which you are Excellent.

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

I applied via LinkedIn and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is difference between ITIL and ITIL admin role
  • Ans. 

    ITIL is a framework for IT service management, while ITIL admin role is a job role responsible for implementing and managing ITIL processes.

    • ITIL is a set of best practices for IT service management

    • ITIL admin role involves implementing and managing ITIL processes

    • ITIL admin role is responsible for ensuring that ITIL processes are followed and optimized

    • ITIL admin role requires knowledge of ITIL framework and experience in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Don't say any wrong and be generic

Skills evaluated in this interview

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Difference between after business rule an async business rule
  • Ans. 

    After business rules run synchronously after a record is saved, while async business rules run asynchronously.

    • After business rules are executed immediately after a record is saved.

    • Async business rules are executed in the background, allowing the user to continue working.

    • After business rules are useful for immediate actions or validations.

    • Async business rules are useful for long-running or non-blocking tasks.

    • After busin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic ITSM KNOWLEDGE is must in addition if you have experience in different modul that would be great .CSA certification is must

Skills evaluated in this interview

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Types of business rules with example
  • Ans. 

    There are three types of business rules in ServiceNow: client scripts, server scripts, and UI policies.

    • Client scripts run on the client side and are used to perform actions on form fields or execute scripts when a form is loaded, saved, or deleted.

    • Server scripts run on the server side and are used to perform actions on records when they are inserted, updated, or deleted.

    • UI policies are used to set mandatory, read-only,...

  • Answered by AI
  • Q2. How to add approval in flow designers.
  • Ans. 

    To add approval in flow designers, use the 'Approval' activity and configure the approval settings.

    • Drag and drop the 'Approval' activity onto the flow designer canvas

    • Configure the approval settings such as approvers, conditions, and notifications

    • Connect the 'Approval' activity to the relevant steps in the flow

    • Test the flow to ensure the approval process works correctly

  • Answered by AI
  • Q3. Difference between UI policy and data policy
  • Ans. 

    UI policy controls the behavior of fields on a form, while data policy controls the data that can be entered into fields.

    • UI policy is used to set mandatory, read-only, or visible conditions on form fields

    • Data policy is used to enforce data validation rules on form fields

    • UI policy is client-side, while data policy is server-side

    • Example: UI policy can make a field read-only when a certain condition is met, while data pol...

  • Answered by AI
  • Q4. Difference between client side script and server side script.
  • Ans. 

    Client side scripts run on the user's browser, while server side scripts run on the server.

    • Client side scripts are executed on the user's browser, providing immediate feedback without needing to communicate with the server.

    • Server side scripts are executed on the server, allowing for secure processing of sensitive data and operations.

    • Client side scripts are written in languages like JavaScript, while server side scripts

  • Answered by AI
  • Q5. Write a code to show last 10 incident created in background script
  • Ans. 

    Code to display last 10 incidents in background script

    • Query incident table to get last 10 records

    • Use GlideRecord to fetch incident records

    • Sort records by created date in descending order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for basics first

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your current project?
  • Ans. 

    I am currently working on developing a custom IT service management solution for a large financial institution.

    • Designing and implementing custom workflows to streamline service requests

    • Integrating with third-party systems for data synchronization

    • Creating custom reports and dashboards for management visibility

  • Answered by AI
  • Q2. What are your roles & responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Company did not even inform about anything post interview, after continuous follow up got to know.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. how would you handle a critical incident? 2.I need to integrate 3rd party tools(AWS,Google Cloud, Azure..etc), what is your strategy to deal with it? 3.How do you create report for common incidents & r...

Interview Preparation Tips

Topics to prepare for LTIMindtree Servicenow Developer interview:
  • Business Rules
  • Client Script
  • Integrations
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is ServiceNow?
  • Ans. 

    ServiceNow is a cloud-based platform that provides IT service management, IT operations management, and business management solutions.

    • Cloud-based platform for IT service management

    • Offers IT operations management solutions

    • Provides business management solutions

  • Answered by AI
  • Q2. What is the incident life cycle?
  • Ans. 

    The incident life cycle is the process followed from the time an incident is reported to its resolution.

    • 1. Incident is reported by user or detected by monitoring tools

    • 2. Incident is categorized, prioritized, and assigned to a resolver group

    • 3. Resolver group investigates and works on resolving the incident

    • 4. Incident is resolved and closed after verification

    • 5. Post-incident review and analysis for process improvement

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is BR and its type
  • Ans. 

    BR stands for Business Rule. It is a server-side script that runs when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • BRs are used to automate business processes and enforce business rules

    • There are two types of BRs: Before Business Rule and After Business Rule

    • Before Business Rule runs before the database action has occurred, while After Business Rule runs after the database action has occ...

  • Answered by AI
  • Q2. How to use getreference method
  • Ans. 

    The getReference method is used to retrieve a reference to a record in ServiceNow.

    • Use getReference method with the field name to retrieve a reference to a record.

    • The getReference method returns a GlideRecord object representing the referenced record.

    • You can then use the GlideRecord object to access and manipulate the referenced record.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Reference Qualifier and types?
  • Ans. 

    Reference Qualifier is a filter condition applied to a reference field to restrict the data that can be selected.

    • Reference Qualifiers are used to limit the choices available in a reference field based on certain conditions.

    • Types of Reference Qualifiers include dynamic, static, and advanced reference qualifiers.

    • Dynamic Reference Qualifiers are based on the current record being viewed.

    • Static Reference Qualifiers are pred...

  • Answered by AI

Skills evaluated in this interview

Ripton Solutions Interview FAQs

How many rounds are there in Ripton Solutions interview?
Ripton Solutions interview process usually has 3 rounds. The most common rounds in the Ripton Solutions interview process are Aptitude Test, Coding Test and HR.
How to prepare for Ripton Solutions 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 Ripton Solutions. The most common topics and skills that interviewers at Ripton Solutions expect are Remote Support, Advisory, Companies Act, Compliance and Corporate Strategy.
What are the top questions asked in Ripton Solutions interview?

Some of the top questions asked at the Ripton Solutions interview -

  1. What is difference between ITIL and ITIL admin r...read more
  2. Difference between after business rule an async business r...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

Ripton Solutions Reviews and Ratings

based on 14 reviews

4.0/5

Rating in categories

4.0

Skill development

3.3

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 14 Reviews and Ratings
Servicenow Developer
26 salaries
unlock blur

₹1.5 L/yr - ₹7.8 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

HR Manager
4 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Project Manager
4 salaries
unlock blur

₹3.5 L/yr - ₹13.2 L/yr

Data Analyst
4 salaries
unlock blur

₹3.3 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Ripton Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview