Premium Employer

Veltris

3.9
based on 181 Reviews
Filter interviews by

Offshore Research Partners Interview Questions and Answers

Updated 7 Nov 2024

Q1. difference b/w controled and uncontroled components, how many project are completed and describe latest project, lefecycle methods, templates string, hosting, error handling, unit test

Ans.

Controlled components are controlled by React, while uncontrolled components are controlled by the DOM.

  • Controlled components are controlled by React state, while uncontrolled components are controlled by the DOM directly.

  • Example: Input fields in a form controlled by React state vs input fields with native DOM handling.

  • Lifecycle methods are methods that are automatically called at specific points in a component's life cycle.

  • Example: componentDidMount() is called after the comp...read more

Add your answer

Q2. Tell full design process

Ans.

The full design process involves identifying requirements, brainstorming ideas, creating prototypes, testing and refining designs, and finalizing the product.

  • Identify requirements and constraints

  • Brainstorm ideas and concepts

  • Create prototypes for testing

  • Test and refine designs based on feedback

  • Finalize the product design

Add your answer

Q3. How to upload the app to both stores

Ans.

To upload the app to both stores, create separate builds for each platform and follow the submission guidelines of each store.

  • Create separate builds for iOS and Android platforms

  • Follow the submission guidelines of the App Store and Google Play Store

  • Submit the builds to each store separately

  • Ensure that the app meets the requirements of each store

Add your answer

Q4. explain the difference between has one and has and belongs to many in Ruby on Rails

Ans.

has_one is a one-to-one association while has_and_belongs_to_many is a many-to-many association in Ruby on Rails.

  • has_one is used when one record is associated with another record.

  • has_and_belongs_to_many is used when multiple records are associated with multiple records.

  • has_one creates a foreign key in the associated record's table.

  • has_and_belongs_to_many creates a join table to store the associations.

Add your answer
Discover Offshore Research Partners interview dos and don'ts from real experiences

Q5. Difference between Let, Var, Const

Ans.

Let, Var, and Const are JavaScript keywords used for declaring variables with different scoping rules and mutability.

  • Var has function scope and can be redeclared and reassigned.

  • Let has block scope and can be reassigned but not redeclared.

  • Const has block scope and cannot be reassigned or redeclared.

  • Use const for values that won't change, let for values that will, and var for legacy code or global variables.

Add your answer

Q6. Life Cycle of React-Native

Ans.

React Native has several life cycle methods that are called at different stages of the component's life.

  • Mounting: constructor(), componentWillMount(), render(), componentDidMount()

  • Updating: componentWillReceiveProps(), shouldComponentUpdate(), componentWillUpdate(), render(), componentDidUpdate()

  • Unmounting: componentWillUnmount()

  • Error Handling: componentDidCatch()

Add your answer

Q7. Local Storage in React-Native

Ans.

Local storage in React Native allows data to be stored on the device for offline use.

  • AsyncStorage is the built-in API for local storage in React Native

  • Data is stored as key-value pairs

  • Data can be retrieved and updated asynchronously

  • Local storage can be used for caching data for offline use

  • Example: AsyncStorage.setItem('key', 'value')

  • Example: AsyncStorage.getItem('key')

Add your answer

Q8. L1 vs L2 regularization

Ans.

L1 regularization adds penalty equivalent to absolute value of coefficients, promoting sparsity. L2 regularization adds penalty equivalent to square of coefficients, promoting smaller weights.

  • L1 regularization is also known as Lasso regularization.

  • L2 regularization is also known as Ridge regularization.

  • L1 regularization can lead to feature selection by setting some coefficients to zero.

  • L2 regularization is more stable and less sensitive to outliers compared to L1 regularizati...read more

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

Interview Process at Offshore Research Partners

based on 16 interviews
Interview experience
3.4
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.5
 • 311 Interview Questions
4.1
 • 274 Interview Questions
3.9
 • 245 Interview Questions
3.9
 • 158 Interview Questions
4.1
 • 149 Interview Questions
View all
Top Veltris Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
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