What accessories required to give the motor with given circuits and do you know the ratings of those accessories?
4 31579Post New TCS Interview Questions
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Explain how to convert any java object into byte array.
How does python handle memory management?
Have you written test plan?
What is Credit-Netting?
What are the kinds of stop available in blue prism in control room?
Define emissive power [eb].
Tell me what are the 4 types of inheritance relationship?
Explain about httpruntime.cach.get(); method?
What is the difference between the ZooKeeper ensemble and ZooKeeper quorum?
What are the modes of operation for Weblogic server domains ?
What is predictive maintenance, and how is AI used in transportation?
Explain the //, %, and ** operators in python?
What are the major artificial intelligence technologies?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......