Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Sony Interview Questions
Questions Answers Views Company eMail

How to calculate the sonic velocity of a gas stream?

1 10386

How to reverse a string using a recursive function, without swapping or using an extra memory?

31 95617

Where we use Chain and End chain?

2 26535

Are you willing to relocate ?

2 11582

WHAT IS THE USES OF PLC?

16 49455

Panchatantra was written by (1) Kalidas (2) Kautilya (3) Vishnu Sharma (4) Rabindranath Tagore

5 30924

ValueLabs Placement paper [Written Test and Interview] In Hyderabad

46 123450

what is the difference between user-exit & customer-exit?

4 59952

program to find a smallest number in an array

15 36122

wat is the difference between ALE & EDI?

9 27135

could you tell me the difference between an INTERFACE AND CONVERSION?

7 19131

how to select earthing conductor size of amy motor/panel etc.

1 9431

Cooking gas contains more than 90 percent of (1) Hydrogen (2) Sulphur dioxide (3) Helium (4) Methane

5 24378

Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..

3 5223

Actually what is Quality center.. is it Test director only.. Anybody can explain it..Thanks in advance..

10 24012

Post New Sony Interview Questions


Sony Interview Questions


Un-Answered Questions

What is jpa used for?

485


Tell me what is public accounting?

634


how does expiration and reclamation are co-related?

464


What is information processing according to you? What are the key challenges that are associated with it?

5


What are different types of autoshapes?

121






what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

516


How to open an existing silktest project?

559


Explain about pdb module in python?

455


Can you change the listening port from default to something else?

476


What are the different variations of CSS ?

273


What is difference between treeset hashset linkedhashset?

435


develop a breakfast order booking system using Functions, Structures and Arrays. The system is to support the operations shown to the user in the following system’s menu: Welcome to Asim's Restaurant Select an operation? 1 Make a breakfast order 2 Modify existing order 3 Cancel existing order 4 Print Bill 5 Exit Type in your selection (1, 2, 3, 4 or 5): The program will include an array of structures. The structure type is called MenuItem, and the array of structures should be declared as menu[50] to store upto 50 breakfast menu items. The MenuItem structure must have the following 4 data fields (i.e. members): Code, description, unitprice, and quantity. Your program must define at least the following functions:  Function LoadData(…) that loads the data of breakfast menu items from an input file menu.txt into the array menu.  Five separate functions to handle the program main menu five tasks shown above. In general, function main() should load the data into the array menu and display the main menu of the above mentioned tasks. Based on the option selected, the corresponding function should be called. Users must make an order before requesting modify, cancel or print order bill (See the given sample run). Here is a more detailed explanation on the above tasks and functions. LoadData(…) Opens the input file menu.txt (you will create it) containing breakfast menu items data (See below) and assign these values to the corresponding array menu structure fields. Assign zero to the quantity field of the loaded menu items. Welcome to Asim's Restaurant Select an operation? 1 Make a breakfast order 2 Modify existing order 3 Cancel existing order 4 Print Bill 5 Exit Type in your selection (1, 2, 3, 4 or 5): MakeOrder(…) This function is called when the user selects option 1 from the main menu. It first displays the breakfast menu items to the user (stored in the array menu) along with all the necessary information (item code, description and unit price). It then requests the user to select an item using the item code (see the sample run). When the user enters an item code number the program should verify the code number and increment the quantity of the selected item in the array menu. Your program should reject invalid item codes and request the user to re-enter the item code or stop the entry. PrintBill(…) This function is called when the user selects option 4 from the main menu. The function displays the breakfast menu items in the breakfast order by printing the values of all MenuItem members of the array menu that have quantity value above zero. Print a nicely formatted bill (See the sample run). CancelOrder(…) This function is called when the user selects option 3 from the main menu. It will cancel the breakfast order by setting the quantity value of all the array menu structures to zero. ModifyOrder(….) This function is called when the user selects option 2 from the main menu. The task of this function is to allow the user to edit an existing breakfast order with two operations: Adding more breakfast items and/or altering the breakfast item that were ordered before (examine the sample program run). Handling Errors and Invalid Input Your program should reply safely to any erroneous situation or input with appropriate message to the user and flow nicely and correctly to the next operation (Examine the sample program run). Additional functions Use of functions is highly recommended for any additional special tasks needed by your solution. Global variables are not allowed except for max array menu size 50. You must pass the needed parameters through functions parameter lists.

1969


What is the full form of ado?

514


Explain syntax for disabling triggers?

525


Can hive run without hadoop?

383