Upload Button Icon Add office photos

Filter interviews by

Oriserve Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Oriserve Interview Questions and Answers

View all 6 questions

Oriserve Interview Experiences

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is react dom?
  • Ans. 

    React DOM is a package that provides DOM-specific methods that can be used to render React components.

    • React DOM is used to render React components in the DOM.

    • It provides methods like ReactDOM.render() to render components.

    • React DOM takes care of updating the DOM to match the React components.

  • Answered by AI
  • Q2. What is SPA and how is react SPA?
  • Ans. 

    SPA stands for Single Page Application. React is a popular JavaScript library for building SPAs.

    • SPA is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.

    • React is a JavaScript library for building user interfaces, including SPAs.

    • React uses a virtual DOM to efficiently update the UI without reloading the entire page.

    • React Router is commonly used with React to h

  • Answered by AI

Skills evaluated in this interview

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Cant specify as per company policy
  • Q2. Cant specify
  • Ans. 

    The question was related to designing a scalable system for handling large amounts of data.

    • Focus on distributed systems and scalability

    • Consider using technologies like Hadoop, Spark, or Kafka

    • Discuss strategies for data partitioning and replication

  • Answered by AI
Round 2 - Coding Test 

.Cant specify as per company policy

Round 3 - One-on-one 

(1 Question)

  • Q1. Cant specify as per company policy

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, innovative and curious.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Oriserve Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA question of DP
  • Q2. Backend and Database discussion

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Duplicate element in array
  • Ans. 

    Find and return the duplicate element in an array of strings.

    • Iterate through the array and keep track of elements seen so far using a hash set.

    • If an element is already in the hash set, return it as the duplicate element.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as the duplicate element.

  • Answered by AI
  • Q2. Async await in js
  • Ans. 

    async await in JavaScript is a way to write asynchronous code in a synchronous manner.

    • async functions return a Promise

    • await keyword is used to pause the execution of async functions until a Promise is settled

    • async/await makes asynchronous code easier to read and write compared to using callbacks or Promises

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Oriserve interview questions for popular designations

 Devops Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Backend Developer

 (1)

 Frontend Developer Intern

 (1)

 Backend Developer Intern

 (1)

 Associate Software Engineer

 (1)

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Profile Related
  • Q2. Internship Related
Round 2 - Technical 

(1 Question)

  • Q1. Project Related
Round 3 - Case Study 

CI-CD related pipeline using Git, Jinkins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basics.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about Javascripts output based questions and some questions of Mongo DB
  • Q2. One question related to setTimeout output based whose answer was lying in hoisting of var
Round 2 - Discussion with lead 

(2 Questions)

  • Q1. I was asked show my project repos and then was asked about questions related to those code and mongo queries
  • Q2. Agrregation pipeline in mongodb
  • Ans. 

    Aggregation pipeline in MongoDB is a framework for data aggregation operations.

    • Pipeline stages are used to process documents in a collection.

    • Operators like $match, $group, $project are used in pipeline stages.

    • Results can be transformed, sorted, grouped, and filtered using aggregation pipeline.

    • Example: db.collection.aggregate([{$match: {field: value}}, {$group: {_id: '$field', count: {$sum: 1}}}, {$sort: {count: -1}}])

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oriserve Associate Software Engineer interview:
  • node.js
  • Javascript
  • MongoDB

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Oriserve

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Palindrome question asked to solved in 10 minutes

Round 2 - HR 

(2 Questions)

  • Q1. Normal hr question
  • Q2. Why you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Gdjhwwoysf

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About previous work experience
  • Q2. About process improvements

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is quiet tough

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Interview Questionnaire 

9 Questions

  • Q1. Write a regex for email validation?
  • Ans. 

    Regex for email validation

    • Start with a string of characters followed by @ symbol

    • Followed by a string of characters and a period

    • End with a string of characters with a length of 2-6 characters

    • Allow for optional subdomains separated by periods

    • Disallow special characters except for . and _ in username

  • Answered by AI
  • Q2. Parse the XML? and store the output in JSON. Discussed different approaches?
  • Q3. Print prime numbers in a given range and optimize the solution?
  • Ans. 

    Print prime numbers in a given range and optimize the solution.

    • Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently

    • Start with a boolean array of size n+1, mark all as true

    • Loop through the array and mark all multiples of each prime as false

    • Print all the indexes that are still marked as true

  • Answered by AI
  • Q4. Puzzle – 25 horses – 5 lanes, find fastest 3 horses?
  • Q5. Web related questions on Sessions and cookies?
  • Q6. A lot of discussion on my resume, experience etc
  • Q7. Find angle between hour hand and minute hand in clock if time is given? Write a program or pseudo code?
  • Ans. 

    Find angle between hour and minute hand in a clock given the time.

    • Calculate the angle made by the hour hand with respect to 12 o'clock position

    • Calculate the angle made by the minute hand with respect to 12 o'clock position

    • Find the difference between the two angles and take the absolute value

    • If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle

  • Answered by AI
  • Q8. A hash function was written to convert a string into a hash. Write a un-hash function to revert it(from hash to string)?
  • Ans. 

    To un-hash a string, use a reverse algorithm to convert the hash back to the original string.

    • Create a reverse algorithm that takes the hash as input and outputs the original string

    • Use the same logic as the hash function but in reverse order

    • If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string

  • Answered by AI
  • Q9. He discussed about expectations and role. Asked me if I have any questions. He said to me “yaha aana hai to marwani padegi. tyar ho”? I smiled and asked what are the work timings? He said 9-9 and I was kin...

Interview Preparation Tips

General Tips: I applied through a recruiter. Then I got a call from Zomato HR. It was for LAMP developer profile. She asked me about my profile and also shared some expectations from the role. She asked me to come for F2F rounds to take the process further
Skills: Web development, JSON, Algorithm
College Name: na
Motivation: Overall process was not very tough. But they have start up culture. People work their for 11-12 hours a day. Sometimes on Saturday as well. So people who are geeks or have nothing in life to do except their job can go and join

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Oriserve Interview FAQs

How many rounds are there in Oriserve interview?
Oriserve interview process usually has 1-2 rounds. The most common rounds in the Oriserve interview process are Technical, HR and Coding Test.
How to prepare for Oriserve 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 Oriserve. The most common topics and skills that interviewers at Oriserve expect are Javascript, MongoDB, Project Management, Digital Marketing and AWS.
What are the top questions asked in Oriserve interview?

Some of the top questions asked at the Oriserve interview -

  1. What is SPA and how is react S...read more
  2. Agrregation pipeline in mong...read more
  3. What is react d...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Kalvium

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

SALARIES

Regami Solutions

SALARIES

Electronic Arts

INTERVIEWS

Electronic Arts

No Interviews

Tell us how to improve this page.

Oriserve Interview Process

based on 9 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
Zomato Interview Questions
3.7
 • 322 Interviews
Blinkit Interview Questions
3.7
 • 183 Interviews
Ola Cabs Interview Questions
3.4
 • 143 Interviews
Urban Company Interview Questions
3.4
 • 135 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

Oriserve Reviews and Ratings

based on 21 reviews

3.0/5

Rating in categories

2.5

Skill development

3.1

Work-life balance

3.1

Salary

2.8

Job security

2.8

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Oriserve with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

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