Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag interview questions
Recent posts under tag interview questions
All
Questions
MCQs
Jobs
Articles
+1
vote
1
answer
What is the main purpose of using keyword in SEO?
posted
Jun 23, 2017
by
Ramesh Gowda
seo
keywords
interview questions
+1
vote
1
answer
What is the difference between PR (page rank) and SERP (Search engine result page) in SEO?
posted
Jun 23, 2017
by
Ramesh Gowda
seo
interview questions
0
votes
0
answers
What is the difference between an alert box and a confirmation box?
posted
Jun 23, 2017
by
anonymous
javascript
interview questions
0
votes
1
answer
Which property is used to control the flow and formatting of text in CSS?
posted
Jun 22, 2017
by
Sumanta Hazra
css
interview questions
0
votes
1
answer
Which property is used to control the scrolling of an image in the background in CSS?
posted
Jun 22, 2017
by
Ankana Guchait
css
interview questions
+1
vote
1
answer
Why css selectors mixed up with cases (uppercase and lowercase) don't apply the styles?
posted
Jun 22, 2017
by
Navya
css
interview questions
0
votes
1
answer
Why and how shorthand properties are used in CSS?
posted
Jun 22, 2017
by
Rony Chakrabortty
css
interview questions
0
votes
1
answer
What is graceful degradation in web design?
posted
Jun 22, 2017
by
Avijit Maity
web development
web designing
interview questions
+2
votes
1
answer
How to use Z-index property in CSS and why it is used?
posted
Jun 22, 2017
by
Kavyashree
css
interview questions
0
votes
0
answers
Explain Media Queries in CSS3?
posted
Jun 22, 2017
by
anonymous
css3
interview questions
0
votes
1
answer
What is Onpage and Offpage optimization in SEO?
posted
Jun 22, 2017
by
Sagar Sharma
seo
interview questions
0
votes
0
answers
What would be the time complexity of quick sort when we take pivot as the middle element?
posted
Jun 22, 2017
by
anonymous
sort
interview questions
0
votes
0
answers
What is the number of elements that can be sorted in O(logn) time using heap sort?
posted
Jun 21, 2017
by
anonymous
sort
interview questions
0
votes
1
answer
What is the famous producer consumer problem?
posted
Jun 21, 2017
by
anonymous
interview questions
+1
vote
1
answer
Which property is used to capitalize text or convert text to uppercase or lowercase letters in CSS?
posted
Jun 20, 2017
by
Debaprasad Maity
css
interview questions
0
votes
1
answer
Which property is used to underline, overline, and strikethrough text in CSS?
posted
Jun 20, 2017
by
Brajagopal Das
css
interview questions
+1
vote
1
answer
Which property is used to add or subtract space between the words of a sentence in CSS?
posted
Jun 20, 2017
by
Sanam
css
interview questions
0
votes
1
answer
Which of the following two selectors has a higher CSS specificity?
posted
Jun 20, 2017
by
Abdul Sukoor
css
interview questions
0
votes
1
answer
What is the difference between linking to an image, a website, and an email address?
posted
Jun 20, 2017
by
Sapna Kumari
html
interview questions
+1
vote
1
answer
How is the float property implemented in CSS?
posted
Jun 19, 2017
by
Biplab Roy
css
interview questions
+1
vote
1
answer
What is grouping in CSS and what is it used for?
posted
Jun 19, 2017
by
Santosh Nandi
css
interview questions
0
votes
1
answer
What is an ID selector in CSS and how is it used?
posted
Jun 19, 2017
by
Deepa
css
interview questions
+2
votes
1
answer
Docker : What is the fundamental difference between docker container and docker swarm ?
posted
Jun 17, 2017
by
Vikram Singh
docker
cloud computing
virtualization
opensource
interview questions
0
votes
0
answers
White a shell script to find the errors in a log file?
posted
Jun 16, 2017
by
anonymous
shellscript
interview questions
+1
vote
0
answers
Can I increase size of a virtual machine at run time ?
posted
Jun 15, 2017
by
Vikram Singh
cloud computing
virtualization
interview questions
0
votes
2
answers
How to insert a copyright symbol on a web page?
posted
Jun 14, 2017
by
Kumar Neeraj
html
interview questions
+1
vote
1
answer
Given a number return the prime factor multiplication using C/Java?
posted
Jun 13, 2017
by
anonymous
interview questions
c
java
0
votes
0
answers
How to implement a Fibonacci iterator?
posted
Jun 13, 2017
by
anonymous
interview questions
0
votes
3
answers
How to compare two tables in MYSQL?
posted
Jun 13, 2017
by
anonymous
mysql
interview questions
+1
vote
1
answer
Find longest palindrome and its length in a given string using C?
posted
Jun 12, 2017
by
anonymous
interview questions
c
string
+2
votes
1
answer
C: Given an array of numbers find n numbers with most occurrences?
posted
Jun 12, 2017
by
anonymous
c
interview questions
array
0
votes
0
answers
What is time complexity for T(n) = √n.T(√n) + √n ?
posted
Jun 11, 2017
by
anonymous
interview questions
algorithms
+3
votes
1
answer
LTE: What are all possible identities LTE network uses to identify genuine users ?
posted
Jun 10, 2017
by
Vikram Singh
lte
interview questions
lte-epc
ue
0
votes
0
answers
C++: Given a Calendar class (year, month, day) and a number N, Implement a function that returns calendar after N days?
posted
Jun 9, 2017
by
anonymous
c++
interview questions
+3
votes
1
answer
Given input as a string, return an integer as the sum of all numbers found in the string?
posted
Jun 7, 2017
by
anonymous
interview questions
c
string
+1
vote
1
answer
Why *0=0 crashes in C?
posted
Jun 7, 2017
by
anonymous
c
interview questions
0
votes
0
answers
TCP: What is the use of window size in TCP and what behavior gets changed if value of window size changes ?
posted
Jun 7, 2017
by
Ganesh Kumar
interview questions
tcp
networking
client-server
+2
votes
1
answer
LTE: Why radio sub frame is 1 ms long ? Is it possible to bring the sub frame duration in the unit of microseconds ?
posted
Jun 6, 2017
by
Harshita
lte
radio
phy
mac
interview questions
+2
votes
0
answers
Python: How can I print hidden variables outside the class definition without using that class object ?
posted
Jun 4, 2017
by
Vikram Singh
python
interview questions
programming
+1
vote
0
answers
Python: Does python support data hiding features of object oriented programming ?
posted
Jun 4, 2017
by
Harshita
python
interview questions
programming
+1
vote
0
answers
Python: What is the use of __repr__ and __init__ functions and when these two functions become mandatory ?
posted
Jun 3, 2017
by
Vikram Singh
python
interview questions
programming language
programming
0
votes
1
answer
Write a C program to find longer repeating sequence?
posted
Jun 2, 2017
by
anonymous
c
string
interview questions
0
votes
0
answers
Python: How I can check type of data being used in a python program and how many basic data types are supported ?
posted
Jun 2, 2017
by
Vikram Singh
python
interview questions
+2
votes
Short Notes on HTML Lists
posted
Jun 1, 2017
by
Pooja Singh
html
interview questions
0
votes
0
answers
What is the main difference between CSS and CSS3?
posted
Jun 1, 2017
by
Anirudha Sarkar
css
css3
interview questions
0
votes
0
answers
How to merge two sorted linked list, write a program in your favorite programming language e.g. Java,C#
posted
Jun 1, 2017
by
Madhavi Kumari
interview questions
sort
0
votes
1
answer
Given an unsorted array which has a number in the majority, how to find that number?
posted
Jun 1, 2017
by
Pooja Bhanout
c
interview questions
array
+1
vote
1
answer
C: Find out the length of the sequence of repeated elements in a array of integers?
posted
May 30, 2017
by
anonymous
c
interview questions
0
votes
0
answers
What is the difference between compiler language and interpreted language ?
posted
May 30, 2017
by
anonymous
interview questions
computer science
0
votes
1
answer
What are the various window panes available in swing?
posted
May 30, 2017
by
Pooja Singh
java
interview questions
Page:
« prev
1
...
13
14
15
16
17
18
19
...
next »
...