Info for guidewire documents and interview questions
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
In java without use of main() how to execute the program
What is ur porject Architecture? If anyone ask what i have to specify here..
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
8.In DSP,Define Signal and System?and various type of signals.
Find out the roles which gives access to all tables in SAP? Thanks in advance.
What language / script is used to validate web page
What is the use of Differ interface check box in Ship confirm?
Write a Pseudo Code to fins the LCM of two given numbers
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
Info for guidewire documents and interview questions
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.