Você está na página 1de 7

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.

com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

TITLE: Epicsystems Inc Sample Technical Placement Paper Level1 (Bolded option is your answer) 1. Encircle odd one tag of HTML? A table B tr C td D form

2. FIFO is used in? A Queue B Stack C Linked List D Tree

3. Items can be removed from the both end of? A Stack B Queue C Tree D Deque

4. Which of the following are attributes of Font Tag? A Face B Size C Color D All of above

5. Which of the following is the feature of queue? A LIFO B FILO C FIFO D None

6. Anchot Text is displayed in which colour by default? A red B green C blue D pink

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

7. In a stack? A You can B You can access the access the element which is element entered at begining which is entered at last 8. Style sheets can be? A Internal B External C You can access the element from any position D all of above

C Both

D None

9. Is it possible to change the value of a variable while debugging a C# application? A Yes B No C Both D None

10. C is which level language? A HLL B MLL C LLL D DLL

11. In a C language && is a? A Relational B Logical operator operator C Arithmetic operators D None of these

12.Which of the following namespaces used in C#.NET? A using System; B using System.Collections.Gen C using D All of System.Windows.For the

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

eric;

ms;

above are used

13. Which of the following are tokens in C? A Keywords B Variable C Constants D All of above

14. Is it possible to store multiple data types in System.Array? A Yes B No C Yes, but only two D Both 1 and 3

15. Which escape character can be used to new line in C? A `(a)` B `()` C `(v)` D `(k)`

16. How can we sort the elements of the array in descending order? A By calling Sort() method C By calling D By Sortreverse() method calling Sort() and then Reverse () method s 17. The maximum length of a variable in C?
Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

B By calling Sortdescending() method

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

A8

B 16

C 32

D 64

18. Can we override private virtual methods? A Yes B No C Both D None

19. The size of string variable is? A 1 byte B 8 bytes C 16 bytes D None of these

20. Which of the following is a key word is used for a storage class? A Printf B External C Auto D Scanf

21. Which of the following is/are true about the class? A Classes B Classes can have both C Classes does not are contractors and support Inheritance reference destructors type 22. A link is? AA compiler B A loader C An assembler D All of the above are true

D An analyzin g tool in C

23. The continue command cannot be used with?

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

A For

B Switch

C Do

D While

24. Array subscripts in C always start at? A1 B0 C -1 D Both a and b

25. Polymorphism? A B Polymorphism means C Polymorphism D All of Polymorphis multiple forms but one means single forms the m means name and single name above multiple are true forms and different name 26. Which pair of function below is used for single character I or O? A getchar() & putchar() B scanf() & printf() C Input () & output() D None of these

27. The printf() function returns which value when an errors occurs? A Positive value B Zero C Negative value D None of these

28. Symbolic consists can be defined using? A #define B Const C Symbols D None of these

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

29. Which of the following is/are true about the structure? A Structures B Structures can not are value have contractor type C Structures do not support Inheritance D All of the above are true

30. Which header file is essential for using strcmp() functions? A String.h B Strings.h C text.h D strmp.h

31. C supports how many basic looping constructs? A2 B3 C4 D6

32. Which among the following is a unconditional control structure? A do-while B if-else C goto D for

33. Which operator in C is called a ternary operator? A if-then B ++ C? D()

34. Which of the following is not a valid real constant in C language? A 426 B 321.121 C -621.231 D 201.231 4

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

35. Which of the following can be used as a criterion for classification of data structures used in language processing? A nature of B lifetime of a data C purpose of a data D all a data structure structure structure 36. A sorting algorithm which can prove to be a best time algorithm in one case and a worst time algorithm at other time? A Selection Sort B Heap Sort C Quick Sort D All of the above

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail https://groups.google.com/group/latestoffcampusLive updates on Facebook @ https://www.facebook.com/LatestOffCampus

Você também pode gostar