Datastage Interview Questions Datastage Interview Questions : Datastage is one of the great EFL tools which is very popular and available in the market currently. In …
How to Answer “Tell me about yourself” Fresher Job interview question
How to Answer “Tell me about yourself” Fresher Job interview Question Fresher Job interview question : When you walk into the interview room , shake hands …
Important Linux Commands
Touch The touch command – a.k.a the make file command and allows users to prepare files by using the Linux CLI. And mkdir command like …
Linux Technical Interview Questions
What command allows you to set a processor-intensive job to use less CPU time? A) ps B) nice C) chps D) less E) more Answer: …
Dot Net Technical Interview Questions Set 1
1. Which of the following are NOT true about .NET Framework? It provides a consistent object-oriented programming environment whether object code is stored and executed …
Dot Net Technical Interview Questions Set 2
31. What is Machine.config? Machine configuration file: The machine.config file contains settings that apply to the entire computer. This file is located in the %runtime …
Dot Net Technical Interview Questions Set 3
61. What is a formatter? A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing …
C++ Programming tips &Technical Interview Questions Set 1
1.Can we declare a static function as virtual? Ans: No. The virtual function mechanism is used on the specific object that determines which virtual function …
C++ Programming tips &Technical Interview Questions Set 2
11.How do I write code to add functions, which would work as get and put properties of a class? Ans: This is shown in following …
C++ Programming tips &Technical Interview Questions Set 3
21.How do I get the current position of the file pointer? Ans: We can get the current position of the file pointer by using the …