Category Archives: Technical Interviews Questions

Samsung interview questions on java for experienced :Bangalore,2013

Samsung Java interview 2013 for experience candidates

Hi,I am sachin from Bangalore,last weekend I have attended Samsung interview for experienced …

Posted in Companies, Experience Interviews, experience Technical Interview, Freshers, Interview by technology, Interview Experience, Java Experience Technical interview, Java interview, Technical Interviews Questions | Leave a comment

Robert Bosch .net interview questions :Bangalore,2013

Interview questions .NET profile
Hi, If you have 2+ years of experience with .net profile, so common question asked in …

Posted in .Net Experience Technical interview, .Net Faqs, .Net Interview, Experience FAQS, Experience Interviews, Experience Technical FAQS, experience Technical Interview, Freshers, Interview by technology, Interview Experience, Robert Bosc, Technical Interviews Questions | Leave a comment

C#,Asp.net experience interview questions and answers-2012

Hello sir,

This is komal .I am a software developer and have 2 years of experience in .net development .Today …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Aricent technical interview questions 2012

Company :Aricent
Location :Gurgao
Submitted by :Rajkumar

I have visited for aricent campus drive at Gurgao.I was selected for technical …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Andriod Interview Questions And Answers for Experienced

1.            What is Android?

Answer : One of the most widely used mobile OS these days is ANDROIDAndroid

Posted in Freshers, Interview Experience, Technical Interviews Questions | Tagged , | 1 Comment

Unisys Technical Interview Questions And Answers

Company :Unisys
Type :Technical
Location :Bangalore

Unisys  Technical Interview Questions And Answers for freshers 2012

Below are …

Posted in Freshers, Interview Experience, Technical Interviews Questions, Unisys | Leave a comment

Mphasis Technical Interview Questions And Answers

Type :Technical Interview
Location :Bangalore
Company :Mphasis

Mphasis  Technical Interview Questions And Answers

Mphasis conducted job drive …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Accenture Technical Interview Questions And Answers

Type :Technical Interview
Company :Accenture
Submitted by :Saurav from Bhopal

Accenture Technical Interview Questions And Answers for …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Do you have serious relationship?-Illegal Interview Question

these question might be considered to be bad, inadequate and illegal. However, it is stronglydependent on the context in …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

microsoft interview questions and answers

Below are few interview questions asked by Microsoft:

  • How many Microsoft engineer does it take to screw ten light bulbs

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Software Testing basics interview questions

Testing Interview Preparation :

Question 1. How will you figure out what to test?

Question 2. How can you make a …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Networking interview questions and answers for freshers

Quick Revision for networking Basics for your interview….All d best
 
Submitted by SearchCrone members…. 

1. Define Network?

A network …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

IBM Technical Interview 2012 freshers

This was my fav round ..HR was so friendly 
SP:gud afternoon sir 
HR:gud afternoon,take ur seat
SP:thank u
HR:tell  abt …

Posted in Freshers, Interview Experience, Technical Interviews Questions | Leave a comment

Samsung Interview Questions And Answers

samsung technical interview questions by Rajju Mohan from Mangalore

Personal Interview:

Interview was both TECH and HR taken by separate …

Posted in Freshers, HR Round Questions, Interview Experience, Technical Interviews Questions | Tagged , | Leave a comment

ntpc interview questions electrical engineering freshers 2012

NTPC visits NIT Rourkela on 7th Sept 2009


There was a direct interview process for the shortlisted candidates from all …

Posted in Freshers, Interview Experience, Placement Papers, Technical Interviews Questions | Leave a comment

Wipro Interview,December 2012, Bangalore

Test Date :  Dec 2011
Test Location : HKBK College, Bangalore

Hi to All,

Let me start with the happy news tat …

Posted in Companies, Freshers, Interview Experience, Technical Interviews Questions, Wipro | Leave a comment

Java Revision Notes for Technical Interview

  • Java is an object oriented (OO) language, which has built in support for multi-threading, socket communication,automatic memory management (ie. garbage

Posted in Freshers, Java Programing, Programing, Technical Interviews Questions | Tagged , , | Leave a comment

Amdocs placement papers 2011 with answers

Amdocs Placement Papers 2011 freshers :::::::::::: Location : Pune

Hi,I am rohit sudied in pune.Amdocs is visited to our colleges

Posted in Amdocs, Freshers, Placement Papers, Technical Interviews Questions | Tagged | Leave a comment

C Program to find whether the given number is even or odd

/* To find whether the given number is even or odd – CHKODDEV.C */

# include <stdio.h>

# include <conio.h>…

Posted in C,C++ Programing, Freshers, Technical Interviews Questions | Tagged | Leave a comment

C Program to find the sum of digits of an integer

/*C Program to find the sum of digits of an integer – DIGITSUM.C */
# include <stdio.h>
# include <conio.h>…

Posted in C,C++ Programing, Programing, Technical Interviews Questions | Tagged | Leave a comment

C Program to Find the biggest of 3 numbers using if…else

/* Finding the biggest of 3 numbers using if…else – */
# include <stdio.h>
# include <conio.h>
void main()
{…

Posted in Technical Interviews Questions | Tagged | Leave a comment

Write a C Program to sort array of string

c program to sort array of string : Sorting array of string on the basis of number of character in …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Tagged | Leave a comment

CTS technical interview questions 2011 for freshers


We have collected below technical interview questions from lots of guys who have sat in CTS technical

Posted in Freshers, Technical Interviews Questions | Tagged | Leave a comment

Write a program to concatenate two strings without using strcat() function


Program to concatenate two strings without using strcat() function
strcat(string1,string2) is a C standard function declared in the header file …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Tagged | Leave a comment

Write a program to find the number of lines in a text file



Program to find the number of lines in a text file
Number of lines in a file can be determined …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Tagged | Leave a comment

Write a program to replace a specified line in a text file



Program to replace a specified line in a text file

Program: Program to replace a specified line in a text …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Tagged | Leave a comment

Write a program to print a semicolon without using a semicolon anywhere in the code



Program to print a semicolon without using a semicolon anywhere in the code :
Generally when use printf(“”) statement we …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Leave a comment

Write a program to delete a specified line from a text file



Program to delete a specified line from a text file :
In this program, user is asked for a filename …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | Leave a comment

Write a program to print “Hello World” without using semicolon anywhere in the code.


About Program : Generally when we use printf(“”) statement, we have to use a semicolon at the end. If printf …

Posted in C,C++ Programing, Freshers, Programing, Technical Interviews Questions | 1 Comment

SQL interview questions and answers for freshers : Set-1


SQL interview Preparations ::

What is an integrity constraint?

Integrity constraint is a rule that restricts values to a column …

Posted in Database Programing, Freshers, Programing, Technical Interviews Questions | Tagged , , , | Leave a comment