Add office photos
Oriserve logo
Employer?
Claim Account for FREE

Oriserve

3.0
based on 21 Reviews

Oriserve Interview Questions and Answers

Updated 18 Dec 2024

Q1. 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}}])

Add your answer
right arrow

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 handle routing in SPAs.

Add your answer
right arrow

Q3. 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

Add your answer
right arrow

Q4. 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.

Add your answer
right arrow
Discover Oriserve interview dos and don'ts from real experiences

Q5. 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.

Add your answer
right arrow

Q6. 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

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Oriserve

based on 9 interviews
Interview experience
4.2
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Google Logo
4.4
 • 450 Interview Questions
JPMorgan Chase & Co. Logo
4.0
 • 407 Interview Questions
L&T Technology Services Logo
3.3
 • 318 Interview Questions
HCL Group Logo
3.6
 • 260 Interview Questions
BNY Logo
3.9
 • 203 Interview Questions
View all
Recently Viewed
LIST OF COMPANIES
Credit Bajaar
Overview
PHOTOS
InsuranceDekho
3 office photos
SALARIES
Eavetop Softtech
SALARIES
Eavetop Softtech
DESIGNATION
LIST OF COMPANIES
Eavetop Softtech
Overview
SALARIES
Regami Solutions
SALARIES
Electronic Arts
INTERVIEWS
Activision Blizzard
No Interviews
SALARIES
Electronic Arts
Top Oriserve Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter