Hexaware Technologies
Bezwada Biomedical Interview Questions and Answers
Q1. What is the standarddoc types both in so and billing
Standard document types in SO and billing
Sales Order (SO)
Invoice
Credit Memo
Purchase Order
Delivery Note
Q2. What methodology are you aware of? Agile/waterfall? What softwares have you worked on?
I am aware of both Agile and Waterfall methodologies. I have worked on various software projects.
I have experience working with Agile methodology, including Scrum and Kanban.
I am also familiar with Waterfall methodology and have worked on projects following this approach.
Some of the software I have worked on includes a CRM system for a healthcare company and a mobile app for a retail company.
I have also worked on a web-based project management tool and a financial reporting s...read more
Q3. What does service configure does in .net core
Service configure method in .NET Core is used to configure services for dependency injection.
Service configure method is used in the ConfigureServices method of the Startup class to register services with the dependency injection container.
It allows you to add services to the service collection using the IServiceCollection interface.
You can also configure services with specific options using extension methods like AddDbContext, AddMvc, AddControllersWithViews, etc.
Q4. What is custom authorization in .net core
Custom authorization in .NET Core allows developers to define their own logic for determining access to resources.
Custom authorization involves creating custom authorization policies in .NET Core.
Developers can define their own requirements and handlers for authorization.
Examples include checking user roles, permissions, or any other custom logic before granting access.
Q5. Extracting data out of delimited strings
Explaining how to extract data from delimited strings.
Use the split() method to split the string into an array based on the delimiter.
Access the desired data by indexing the array.
Use regular expressions to handle more complex delimiters.
Consider using a library like csv-parser for CSV files.
Handle edge cases like empty strings or missing delimiters.
Q6. What is CORS in .net core
CORS in .NET Core stands for Cross-Origin Resource Sharing, a security feature that allows web servers to specify who can access their resources.
CORS is used to prevent web pages from making requests to a different domain than the one that served the original page.
In .NET Core, CORS can be configured using the 'AddCors' method in the ConfigureServices method of the Startup class.
You can specify which origins, headers, methods, and credentials are allowed in CORS policies.
Q7. Define workflow in ms dynamics CRM
Workflow in MS Dynamics CRM is a series of automated steps that can be used to streamline business processes.
Workflows can be used to automate tasks such as sending emails, creating tasks, or updating records
They can be triggered by specific events or conditions
Workflows can be created using the Workflow Designer in the CRM interface
They can also be imported or exported as part of a solution
Workflows can be used to enforce business rules and ensure consistency in data entry
Q8. Value adds in the project
Value adds are additional benefits or features that enhance the project's value.
Value adds can improve user experience and satisfaction.
They can differentiate the project from competitors.
Value adds can increase revenue and profitability.
Examples of value adds include additional features, improved performance, and better customer support.
Q9. Explain Angular Life cycle
Angular life cycle refers to the sequence of events that occur from the creation of a component to its destruction.
Initialization - component is created, properties are initialized
Change Detection - Angular checks for changes in component properties and updates the view
Content Projection - content is projected into component's view
Content Checked - Angular checks projected content for changes
Destroy - component is destroyed and resources are cleaned up
Interview Process at Bezwada Biomedical
Top Senior Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month