Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: OOPS





OOPS Interview Questions
Questions Answers Views Company eMail

Which IP packet field will prevent endless loops? type-of-service identificationf lags time-to-live header checksum

1 7816

what are loops in switches excactly...and how does it gets created???

1 6778

What is OOPs

CA,

12 13742

what is oops

2 4891

Without using any loops print {{{}}} (u cant use goto,for,while etc..).

Zycus Infotech,

6 15174

What is the time complexity T(n) of the nested loops below? For simplicity, you may assume that n is a power of 2. That is, n = 2k for some positive integer k. : i = n; while (i >= 1){ j = i; while (j <= n) { // Needs (1). j = 2 * j; } i = i/2; } :

2 15646

1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 27855

what is the term genericity in oops?

1 8523

what is oops interview

Aegis, HP,

4 15951

143.what is oops principles?

10 11550

what is oops

DELL,

4 8489

What is piller of OOPS in C#.

10 17570

define oops with class and object

HCL, Tech Mahindra,

5 10375

why oops need in programming

TCS,

7 22457

what is instance in oops?

2 6204




Related Topics


Un-Answered Questions { OOPS }

How to Use Variables & For Loops in Delphi?

1703


how can you get the errors in job? when loops are araised we get error?

2055


explain about scope and storage class in oops

2626


i am currently working in mainframes in cobol(old version without OOPS concepts. I wish to be more specialised in specific product or language or tool in mainframes, so willing to take up training and learn one.what is the most widely asked tool or specific package in mainframes that has a great demand in market as of now?

2105


give eg of how I/P is used in control loops

1879


What is state space method ? Why its used ? Can it applicable on linear, non-linear, 1st order, higher order, homogeneous, non-homogeneous, open-loop , closed loops , stable & unstable systems ?

1983


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2333


how to find anagram without using string functions using only loops in c programming

3135


A simple problem involing in hoops stress. For sphere: M= [3/2]*p*V*[density of pressure vessel material/Maximum working stress it can tolerate] For Thin walled pressure walls: Hoops stress or stress in the radial direction =p*r/2t ?

2598


What are step loops? How do you program page down page up in step loops?

2535


Hi I have 10+ years of telecom application development experience ( telecom billing product -call control (ISUP/INAP/CAMEL call handling), short message routing application, telecom tools development). I am very strong in C++/Unix , core java and advanced oops design. Recently I have undergone a training in 3G mobile protocol developement. I have very good knowledge about WCDMA, its various layers and gone through 3GPP technical specs. Now I am looking for 3G mobile development opportunities. I am finding very difficult to get it, as I don't have the relevant experiences on 3G development. Please advice me on this to enter into mobile protocol development.

3944


java program with complete 4 oops concepts implemented example

3093


what is the drawback of classical methods in oops?

3316


1.What is stub in software testing ? A dummy sub program A test case,which fails regularly A defect log report A defect ,which is not closed 2. What does 100% code coverage mean while testing software ? Basic flow of software is tested All critical test cases are tested Each line of code is executed at least once while testing . No while and If loops are tested 3. What does GPF in Windows95 stands for ? Great Performance Format General Performance Error General Protection Fault Group Performance Frequency 4. Which of the following best fits for testing boundary values ? Age test box accepts age between 10-20 (both inclusive) Name text box can have any value Date text box should have data in dd/mm/yyyy format Employee Grade text box can have one of the following values L1,M1,E1 5. string somestring; Which of the following choices will convert a standard C++ string object “somestring” to a C string somestring.c_str() &somestring[1] Copy.somestring() Std::cstring(something) 6. Which of the following best suites load scenario ? 100 users chatting in a chat application Testing for compulsory fields in a employee details form Checking for date format in date of birth field 7. What is the function of the modulus operator in most languages ? Sets a system environmental value to either base 10 ,base 8 or base 16 Returns the remainder after dividing one number by another Returns the first argument raised to the second argument power Prints out the actual code written to standard output rather than executing the code 8. class professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {}; Referring to the sample code above ,if an object of class “myprofessor” were created ,how many instances of professor will it contain? 0 1 2 3 9. What function will read a specified number of elements from a file ? fread() readfile() fileread() gets() 10. What is the largest value an integer can hold in a Standard C compiler ? 32767 65536 2147483647 INT_MAX 11. With every use of memory allocation function should be used to release allocated memory which is no longer needed ? dropmem() dealloc() release() free() 12. Modern RDBMS’s perfom the following the following functionc except ______________. Force column values in one table to match any of the values in a column of another table Automatically replicate data on another server Automatically create new indexes based on query history Prevent unauthorized users from accessing data at the firls level 13. Which is not the characteristics of a view ? Consumes Disk space for data Multiple tables Multiple rows Updateable 14. RDBMS triggers are typically bound to a _____________and one or more _____________ Table,SQL statement types SQL statement type,user Column,rows User, tables 15. What relationship is resolved by an “intersecting” or “associative” entity ? Recursive Mandatory one to one Many to Many One to One 16. Select a,b,c,d from vtable where b>2 and c<4 Assuming you will execute the above query often ,changing only the values in the where clause ,what could you do to improve efficiency ? Create a database stored procedure with parameters to execute this statement Create an index on columns a&b Create a temporary table that contains the data and use triggers to maintain it Create a trigger that executes this statement and execute the trigger 17. Make a copy of file “upper” in the directory two levels up . jump –2 upper cp upper ../.. cp upper –2/ None of the above 18. Change the current directory to /usr/local/bin mv /usr/local/bin cd /usr/local/bin setdir /usr/local/bin my/usr/local/bin 19. How do you change the access permission (add group read/write) to all the files in the current directory containing the word “ cali ” in their names ? chmod g+rw * cali * setperm r+w * cali * chmod 0660 * cali * Both A and C

3159


my first question in huawei was ....1)Tell me about your self 2) oops concept 3)logic gates 4)ram and rom ,what is cache memory nd where it is located 5)diffrence between file system and data base 6) procedure of operating system 7)what is c# 8)high level language and machine language 9) and from mobile networkin !!!! hope thz will help you

1841