Add office photos
Engaged Employer

DXC Technology

3.7
based on 9.6k Reviews
Filter interviews by

Osprosys Software Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. How do you allocate memory to 2D array dynamically? How and why does that work?

Ans.

Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

  • Declare a double pointer to hold the 2D array.

  • Allocate memory to the first dimension using malloc function.

  • Allocate memory to the second dimension using a loop and malloc function.

  • Free the memory after use to avoid memory leaks.

  • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

  • Example: for(int i=0; i

Add your answer

Q2. Tell about Function Overloading,Polymorphism and to give the difference

Ans.

Function overloading is when multiple functions have the same name but different parameters. Polymorphism is the ability of an object to take on many forms.

  • Function overloading allows multiple functions with the same name but different parameters to be defined.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Function overloading is resolved at compile-time, while polymorphism is resolved at runtime.

View 1 answer

Q3. simple C program to accept and print a name

Ans.

A simple C program to accept and print a name.

  • Use scanf() function to accept the name from the user.

  • Use printf() function to print the name on the screen.

View 1 answer

Q4. explain fi to sd intigration

Ans.

FI to SD integration refers to the integration between SAP Financials (FI) and Sales and Distribution (SD) modules.

  • FI and SD are two important modules in SAP ERP system

  • FI module deals with financial transactions and accounting

  • SD module deals with sales and distribution processes

  • Integration between FI and SD modules ensures that financial transactions are accurately recorded for sales and distribution activities

  • Examples of integration include automatic creation of accounting d...read more

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

Q5. Explain waterfall model

Ans.

Waterfall model is a linear sequential approach to software development.

  • It follows a sequential process where each phase must be completed before moving to the next one.

  • It is a rigid model and changes cannot be made easily once a phase is completed.

  • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

  • Phases include requirements gathering, design, implementation, testing, deployment, and maintenance.

  • Example: Building a house f...read more

Add your answer

Q6. explain about tickets

Ans.

Tickets are a means of tracking and managing tasks or issues within a system.

  • Tickets can be created by users or automatically generated by the system.

  • They typically include information such as a title, description, priority level, and status.

  • Tickets can be assigned to specific individuals or teams for resolution.

  • They are commonly used in software development, customer support, and project management.

  • Examples of ticketing systems include Jira, Zendesk, and ServiceNow.

Add your answer

Q7. process flow of my work

Ans.

My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.

  • Analyze requirements provided by stakeholders

  • Design solutions based on requirements

  • Code the application using appropriate programming languages

  • Test the application for bugs and errors

  • Deploy the application to production environment

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Application Developer Interview Questions from Similar Companies

3.9
 • 223 Interview Questions
3.7
 • 92 Interview Questions
4.1
 • 43 Interview Questions
3.7
 • 28 Interview Questions
3.8
 • 27 Interview Questions
3.9
 • 14 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
Get AmbitionBox app

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