material for satyam interview


Mahindra Satyam HR Interview 

1)      INTERWR: Tell me about yourself?
2)      INTERWR: Why we should hire u?
3)      INTERWR: Do u have any problem working in different locations?
4)      INTERWR: Ask any questions.
5)      INTERWR: first u will be taken as trainee and u can reach high-level positions depending on your capabilities
6)      INTERWR: what else are your hobbies apart from your CV?
7)      INTERWR: what is your expectation from us?

Mahnidra Satyam Interview Questions:

1.         What were the laws given by Newton and explain them?
2.         What is the difference b/w diode and transistor?
3.         What are the applications of diodes?
4.         What is flux?
5.         What is the difference b/w transducer and transponder?
6.         What are filters and types of filters?
7.         What are synchronous and asynchronous circuits?
8.         What are oscillators what are they used for?
9.         e.g. of an oscillators that is practically used?
10.       What are Maxwell laws?
11.       Difference b/w 8086 and 8085?
12.       Difference b/w microprocessor and Microcontroller?
13.       Define arrays in C
14.       Define pointers with example.
15.       Do you know something about software testing?

Mahindra Satyam Interview Questions:

1) Where do you see yourself after 5 yrs?
2) Why do you want 2 join Mahindra Satyam?
3) What is the difference between Electronics & Communication?
4) What is the difference between Instrumentation & Communication?
5) Write a C program to swap two numbers without using the third variable?
6) One candle completely burns in 60mins. How can u burn it in 30 minutes?
7) You like to read novels, so what kind of novels do you read?
8) Name the authors of the novels that you have read?
9) You said you want to be a responsible citizen of your country, what u exactly            want to do?
10) What are your strengths?
11) If you have to work on tight & hectic schedule. How will you manage?
12) Have you ever lived away from you home and family members?
13) How will u manage to work in distant places away from your home?
14) What about Tech Mahindra impressed you the most?
15) What qualities do you try to find while recruiting freshers?
16) Why Tech Mahindra when any other company can provide you whatever we have             to offer you?
 17) Did you know about Tech Mahindra before the placement drive?
 Mahindra Java Interview Questions 
1) Explain about Core Java?
Java is increasingly used for middleware applications to communicate between Server and clients. Java has features such as multithreading, portability and networking capabilities. Changes in the java library made java as a favorite programming language for developers it added functionality to their scripts.

2) State some advantages of Java?
Platform independence is the key feature of Java during runtime. Syntax of java is similar to the popular object oriented languages such as C and C++. Java program can eliminate most of the bugs present in the program. Manual memory allocation and de allocation feature present in Java is automated.

3) State the main difference between C++ and Java?
The main difference between C++ and Java lies in multiple inheritances. Java Meta class model has a better solution than C++. Persistent objects can be implemented by features such as object serialization and reflection mechanism. GUI can be implemented easily.

4) Explain about the security aspect of Java?
Java has some bugs in its applets. Java team stated that they have zero tolerance over security features and subsequent editions of Java are improving Bug free environment. Some of the features are overriding the runtime stack, disallowing the corruption of memory outside its own process, reading or writing on local files where it is actually forbidden to do these processes, etc.

5) Explain about the interpreter in Java?
Machines should have Java interpreter for the Java byte code to get executed. Linking is a very easy process and this feature helps while developing applications. Java compiler which is available with software development kit is a bit slower in execution of scripts.

6) Explain about the performance aspects of Core Java?
Performance of interpreted byte codes is enough but it can be improved much more than that. Byte codes are translated into machine language within no time, this speed of execution can be achieved during application compiling time. JIT compilers are also present which compile the byte codes into native code.

7) Explain about the dynamic behavior of core java?
This language was designed to adapt the changing environment and behavior. New methods and instance variables can be added to the client side without any major changes happening at the client end. This function is very important for GUI builders, pluggable components, debuggers and object database.

 Explain about Java SDK?
Java SDK is not so comfortable with people used to command line interpreter. IDEs include compilers, editors, debugging facilities, drag and drop techniques, etc. This compiler strives to generate hundreds of lines in code UI. This platform may become a universal platform.

9) What are the three best choices for development environment?
The three best choices for development environment include.
1) Java SDK and text editor can be a perfect choice.
2) Java SDK and a text editor which is built within the SDK.
3) Using IDE such as free Forte community edition.

10)       Explain about Class in Java?
In Java every thing exists within a class. It defines the behavior of the class and its characteristics. Java applications and applets are built in the class. Rules present for class name are generous and some of the basic rules are names should start with a letter after that letter they can have any combination of letters and digits. It can contain names to any length.
11) Explain about data types?
Variables declared should have a declared type. Out of the eight data types four data types are integer, two are floating type integers, one is character type out of which one is Boolean and the other Unicode. Core Java is known to be a strong typed language.

12) Explain about assignment statement?
After declaring a variable, it should be initialized explicitly. Uninitialized variable can never be used. To a declared variable you must assign a variable name on the left, equal sign and a java expression should have a appropriate value to the right.

13) Give the difference between the println method and sqrt method?
Println method operates on the object system.out and has the value which should be printed namely y. sqrt method is a static method. It does not operate on any object. It has the number stored in x for which the square toot should be found out.

14) Explain about strings in Java?
Strings represent nothing but a string of characters. Java does not have any built in string type. It contains predefined class which can be called enough as a String. Instance of a string is called as a string. Much similar to many object oriented languages a + sign is used.

15) Explain the reason behind ending a program with a System. exit (0)?
The reason behind ending a program with System.exit (0) involves technicalities. When main method exits the new thread automatically does not end. The appearance of this thread is because of dialog box functionality. System.exit ends all the methods.


Pinterest Blogger Template