Videos for interview questions and answers

85 Tricky HR / Personal interview Q & A 204 Tricky Testing interview Q & A 150 Tricky ASP.NET interview Q & A
Software Engineering interview Q & A RDBMS interview Q & A C++ interview Q & A
Tricky C and Data Structure interview Q & A Tricky Operating system interview Q & A Tricky Networking interview Q & A
Tricky ASP.NET interview questions and answers Java interview questions and answers Tricky HR / Personal interview questions and answers
Tricky Testing interview questions and answers PHP interview questions and answers Tricky Oracle interview questions and answers
ASP.NET Tutorial A quick guide to ASP.NET - Part 1 A quick guide to ASP.NET - Part 2
.Net framework tutorial Asp.net controls tutorial Asp.net site navigation tutorial
Asp.net state management system tutorial Asp.net master pages tutorial Asp.net master pages tutorial
ADO.NET tutorial Asp.net caching tutorial AJAX tutorial
Asp.net security tutorial Asp.net globalization tutorial Java tutorial for beginners and experienced
Idioms meaning and examples part 1 Idioms meaning and examples part 2 Idioms meaning and examples part 3
Idioms meaning and examples part 4 50 famous proverbs meaning and examples How to Increase Emotional Intelligence At Work?
How to manage your emotions at work? How to motivate yourself at work How to build a positive attitude
Phone interview Banking interview Teachers interview
Technical support interview

Aptitude videos for exams and interview

Problems on Trains Boats and Streams Profit and Loss
Problem on Ages Races and games Problems on Decimal
Problems on Fraction Surds and Indices Probability
Simplification Permutations and combinations Alligation or Mixture
Volume and surface area Problems on H.C.F and L.C.M Percentage
Time and Distance Simple Interest Odd man out series
Average Problems on Numbers Ratio and Proportion
Time and Work Partnership Percentage
Compound Interest Stocks and Shares Pipes and Cisterns
Square Root and Cube Root



Write your comment - Share Knowledge and Experience

Discussion Board
Good Videos

All videos are good. Please upload more for our preparation. We have campus interview coming in

Interview questions in Videos 03-12-2018 01:51 AM

embedded systems c c++

i have done my pg diploma in embedde systems
but i dnt know how to develop programmes in microcntroller
c c++ using developing projests
this site is very useful to all of us
please remind


john prakash 10-28-2014 12:54 PM

Embedded system. ,VLSI

ECE for Engineering. How to write programs for projects. and. procedure for Rules &conditions please send me.

Giridass 08-23-2014 08:35 AM

Diff btw Constructor & Default Constructor

Default Constructor :
If you are not writing a constructor in your class, during compilation time the C# compiler will introduce a constructor into your class.
ex:
public class Author
{
public String Name;
public int age;
// you are not writing any constructor here
}

Constructor :
if you are writing a constructor explicitly in your class , then it is called Constructor(or Parameterized constructor)
ex :
public class Author1
{
public String Name;
public int age;
// you are writing any constructor here
public Author(string name,int age)
{
this.name=name;
this.age=age;
}
}
//main class
Public Partial Class Main
{
//creating object for author
Author oa=new Author();
//Creating object for author1
Author1 oa1=new Author1("Anil",22);
}

Anilkumar 12-28-2013 01:49 AM

c++

What is the deff. between constructor & default constructor..??

Nayan Pimpare 01-27-2013 02:16 AM

 

 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring