Telco Infotech Previous Years Solved Sample Placement Papers
-
What will be the output of the program?
A: 103 Dotnet
B: 102 Java
C: 103 PHP
D: 104 DotNet
Ans: A -
In which stage does the following code
#include <stdio.h>
get replaced by the contents of the file stdio.h?
A: During editing
B: During linking
C: During execution
D: During preprocessing
Ans: D -
Point out the error in the program
A: Error: unexpected end of file because there is no matching #endif
B: The number is odd
C: Garbage values
D: None of above
Ans: A -
What are the different types of real data types in C?
A: float, double
B: short int, double, long int
C: float, double, long double
D: double, long int, float
Ans: C -
Which of the following statements are correct about an array?
1: The array int num[26]; can store 26 elements.
2: The expression num[1] designates the very first element in the array.
3: It is necessary to initialize the array at the time of declaration.
4: The declaration num[SIZE] is allowed if SIZE is a macro.
A: 1
B: 1,4
C: 2,3
D: 2,4
Ans: B -
To create your application on a remote server which option you will choose in ASP.NET?
A. File System
B. FTP
C. HTTPS
D. TCP
Ans: B -
Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?
A. POST
B. SET
C. GET
D. PUT
Ans: D -
ASP.NET is a ____.
A: Client-Side technology
B: Server-side technology
C: Both
D: None
Ans: BExplanation: ASP.NET is a server-side technology used for web development.
-
Which of the following programming language can be used with ASP.NET?
A: C#.NET
B: VB.NET
C: Both
D: None
Ans: CExplanation: ASP.NET can be used with both C#.NET and VB.NET for web development.
-
What is the extension of the ASP.NET page?
A: .asp
B: .aspx
C: .asx
D: .apx
Ans: BExplanation: The extension of ASP.NET page is .aspx.
-
Is ASP.NET Web form part of ASP.NET core?
A: Yes
B: No
Ans: BExplanation: The ASP.NET web form is not part of the ASP.NET core.
-
Which of the following technologies are also used with ASP.NET?
A: CSS
B: JavaScript
C: AJAX
D: All
Ans: DExplanation: We can use CSS, JavaScript, and AJAX with ASP.NET for web application development.