Add office photos
Employer?
Claim Account for FREE

Becton Dickinson

4.1
based on 471 Reviews
Filter interviews by

Finexcore Interview Questions and Answers

Updated 5 Feb 2024

Q1. How do you find the code performance issue in the code deployed in production?

Ans.

To find code performance issues in production, use monitoring tools and profiling techniques.

  • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

  • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

  • Analyze logs and error messages to identify patterns and potential performance issues.

  • Perform load testing and s...read more

View 1 answer

Q2. How to load a component only after 3 of my services are loaded?

Ans.

Use Angular's 'resolve' property to load component after services are loaded.

  • Create a resolver service that waits for all three services to complete before resolving.

  • Add the resolver service to the 'resolve' property of the component's route.

  • Access the resolved data in the component using the ActivatedRoute service.

  • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

Add your answer

Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?

Ans.

Program to change background color on button click in Angular

  • Create a button in Angular template

  • Add click event listener to the button

  • Use setInterval() function to change background color after every 0.5 sec

  • Use ngStyle directive to change background color dynamically

Add your answer

Q4. What is difference between iquerable and ienumrable

Ans.

IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

  • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

  • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

  • IQueryable is more efficient for large datasets as it allows for server-side filtering, sorting, and paging....read more

Add your answer
Discover Finexcore interview dos and don'ts from real experiences

Q5. When you go with entity framework and ado.net

Ans.

Entity Framework is an ORM while ADO.NET is a data access technology.

  • Entity Framework is easier to use and provides more abstraction than ADO.NET.

  • ADO.NET is faster and more flexible than Entity Framework.

  • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

Add your answer

Q6. What is asynchronous programming

Ans.

Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

  • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

  • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

  • Asynchronous programming can be used in both front-end and back-end development.

  • Examples of asynchronous programming include fetching data from an API, upload...read more

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

Interview Process at Finexcore

based on 1 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.7
 • 86 Interview Questions
3.8
 • 30 Interview Questions
3.9
 • 20 Interview Questions
3.7
 • 15 Interview Questions
3.1
 • 15 Interview Questions
3.6
 • 13 Interview Questions
View all
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
70 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