TCS NQT CODING 2022-23
119 subscribers
10 photos
17 links
Here we are going to share coding questions of tcs previous year and you guys can also ask question and send your questions...
Download Telegram
Forwarded from Piyush
Answer
Forwarded from Piyush
Question- What will be the output


public class Main {

public static void maine(String[] args)

{

Int $ = 5;

}

}

Nothing will print
Symbol not found Error.
Runtime Error
Compile time error




Question-

class Main

{

public static void main(String args[])

{

int i,j,x=0;

for(i=0;i<5;i++)

for (j=0;j<5;j++){

x=(i+j-1);

System.out.print(x);

break;

}

System.out.print(x);

}

}

What will be printed when the above sample code is executed.

Enter your answer ONLY as a NUMERAL, in the box.





Question- Which of the following options best suits for ‘Memory Leak Occurred’

Resource allocation pending while debugging the code
Program releases resources allocated in the memory
Program does not free the memory which is allocated dynamically
Occurs due to address assignment failure.




Question- What among the following is a server based paradigm

Request for Information(RFI)
Data Validation Routine
Cloud computing
Total cost of Ownership.




Question- When we declare constant pointer to integer, we CANNOT change:

Value pointed by pointer
Either addressin pointer variable or value at that address
Changes are not permitted
Address in pointer variable.
Install the redirected app for playing the web series
After installing the app you should again click on the above link to play the web series
Tcs DCA exam for digital post anyone... In march...
Guys do you want help for tcs coding section..
Join this group
Gonna starts series soon coding using Java Programming and C
From 1st august
If 100 people says yes then only I will start
Forwarded from Piyush
Want the series??
Anonymous Poll
85%
Yes
10%
No
5%
Not going for tcs nqt.
Channel name was changed to «TCS NQT CODING 2022-23»
Wanna start a series for TCS NQT October exam. The coding will be done in java.
Vote if you want the series? Will start from 15 Aug
Anonymous Poll
91%
Yes I want the series
9%
No I don't want
0%
Not appearing for NQT
Forwarded from Piyush
Who wants a video for basics of Java( Crash course before starting actual coding)