ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 


 

Company >> ABC >> ABC Questions
 
 Infosys placement papers  Infosys Placement Papers (1)  CMC aptitude test questions  CMC Aptitute Test Questions (5)  Syntax Softtech technical test questions  Syntax-Softtech Technical Test Questions (17)  HP interview questions  HP Interview Questions (149)
 
Back to Questions Page
Question   Can anybody help how to get job in HSBC BPO, Kolkata. Please mail me vodafone.rahaman@yahoo.com Rank Answer Posted By  
 Interview Question Submitted By :: Vodafone.rahaman
I also faced this Question!!   © ALL Interview .com
Answer
Yes - check hsbc website - detailed 
information already given ..!.!..
 
0 Dibakar.adhikary
 
 
Question   Do companies pay exactly same amt of P.F (as employer's Contribution )as deducted from employee's salary Eg. employee's cont. 5000/- employer's cont. 5000/- is it Rank Answer Posted By  
 Interview Question Submitted By :: Vinay Valmiki
I also faced this Question!!   © ALL Interview .com
Answer
I am agree with Shishu Pal Yadav becasue when we think 
about only single employee the maximum amount payable by 
employer including employee contribution is Rs.1665/-. When 
we think about more than one employee then it comes to 
Rs.10671/-
 
0 Vinay Kumar Kharbanda
 
 
Answer
shishu pal  has actually confused what is this 780?
take simple eg of Rs.5000/- & max limit & then explain

Mr. Kharbanda was more clear
 
0 Vinay Valmiki
 
 
 
Answer
Accourding To Answer No 3 by Mr. Vinay Kumar Kharbanda 

Employer's contribution 5000/- on Rs.  41667/-
Employee's Contribution 5000/- on Rss. 41667/-
 
Admin Pay by Employer's 1.61% - on Rs. 41667/- = 671

 Total Payable by Employer's = 10671/-
 
0 Shishu Pal Yadav
 
 
Answer
Employer contribution 12% of basic (maximum on Rs. 6500)
Emplyees Contirbution 12% of basic (Maximum on Rs. 6500)

But 1.61% extra has to paid by employer's as a Admin 
charges.

Gross Amount will be deposit in PF.

1.  Employer's Of Rs. 780+105 (12%+1.61%on 6500/-)
2.  Employee's Of Rs. 780     (12% on 6500/-
 
            Total  1665/-
 
0 Shishu Pal Yadav
 
 
Answer
Yes
 
0 Shweta Gupta
 
 
Answer
The employer have to pay equal amount of PF deducted which 
is limited upto 12% of Basic Wages. But in addition the 
employer have to pay 1.61% as administrative expenses. It 
is also to be considered that the threshold limit of PF 
deduction is Rs.6500/-. The excess amount of salary is to 
be ignored.In present question employer have to deposit 
Rs.5000/-employee cont.+Rs.5000/-employee cont.+Rs671/-as 
admin.charges. So total amount to be deposited by employer 
is 10671/-
 
0 Vinay Kumar Kharbanda
 
 
Answer
In my answer to PF question wrongly entered as employee 
contribution twice which is to be read one part of employer 
and other of employee contribution.
 
0 Vinay Kumar Kharbanda
 
 
Answer
yes
 
0 Pradeep Soni
 
 
Answer
how do get this figure of Rs.41667/- kindly explain
 
0 Vinay Valmiki
 
 
Answer
Suppose Basic Salary Rs. 100

PF on 100 rs.@12%         12 

when we paid 12 rs. on=  100
 
What will be on Rs.   5000*100 / 12= 41667
 
0 Shishu Pal Yadav
 
 
Question   1.How to describe my school days Rank Answer Posted By  
 Interview Question Submitted By :: Ahesh
I also faced this Question!!   © ALL Interview .com
Answer
Those were the best days of my life...........
 
0 Ahemant
 
 
Answer
hi my name is deepak kumar.i am 22 years old.i am graduated 
from ba at delhi university.my father has working in hcl.
 
0 Deepak Kumar
[IBM]
 
 
Question   Write a program to print all the prime numbers with in the given range Rank Answer Posted By  
 Interview Question Submitted By :: Advsekaran
I also faced this Question!!   © ALL Interview .com
Answer
/* Program to print all prime number between a range through
function */
#include
#include
void print_prime(int r1,int r2)
{
int n=0,d=0,j;
clrscr();
for(n=r1;n<=r2;++n)
{
for(j=2;j
{
if(n%j==0)
{
d++;
break;
}
}
if(d==0)
printf("\t%d",n);
d=0;
}
}
void main()
{
int n1=0,n2=0;
printf("\n Enter range1 & range2 =>");
scanf("%d%d",&n1,&n2);
print_prime(n1,n2);
getch();
}
 
0 Smi
 
 
Question   I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know. Rank Answer Posted By  
 Interview Question Submitted By :: Babu
I also faced this Question!!   © ALL Interview .com
Answer
Try this...

Browser("Login").Page("Application").Frame
("ScopeFrame").Link(x & "(Active)").Click
 
0 Harish
 
 
Answer
Please try this in Descriptive way.

Try this code to select the link....
Browser("Login").Page("Application").Frame
("ScopeFrame").Link("text:="&x).Click
 
0 Raj
 
 
Question   Dear Sir, In A Purchase Function Hw can we justify The rate given by the supplier, dealerrs & mfgs are actual rate. is there any parameter.hw can we find the actual rate of particular items. Rank Answer Posted By  
 Interview Question Submitted By :: Manish
I also faced this Question!!   © ALL Interview .com
Answer
purchases is doing on the basis of quotation made by 
diffrent suppliers.onthe basis of  the diffrent 
ouotations,we will study the market price in the 
market,then we will choose the the favourable quotation,and 
make LPO for the same.
 
0 Sajeermoidu
 
 
Question   PAN stands for Permanent Account No A 11 digit PAN have some significance. i.e If a Pan starts from A then A stands for something. Can anybody tell me what the charaters in the PAN whether number or alphabet signify? Rank Answer Posted By  
 Interview Question Submitted By :: Kamarjitk
I also faced this Question!!   © ALL Interview .com
Answer
I know only the 4th Character of PAN says the Status of the
Applicant.
 
0 Guruprasad
 
 
Answer
A signify the series of the PAN issued.
 
0 Dinesh
[Abcl]
 
 
Question   Why java Don't Support Multiple interitence Rank Answer Posted By  
 Interview Question Submitted By :: Manishjavaguru
I also faced this Question!!   © ALL Interview .com
Answer
Multiple Inheritance is not supported by java in order to
avoid ambiguity between variables of different classes and
to rudece memory overloading.
 
0 G Ch Vishnu Vardhan Reddy
 
 
Answer
There is a big reason behind that(java does not support 
multiple inheritance). Please go through the following 
example.

1. Assume that java is supporting multiple inheritance 

class A {

  void m1() {
        // implement method 
  }
}

class B {
  void m1() {
        // implement method
  }
}
//As for the assumption (1) the following code will compile

class C extends A,B {

   public static void main( String s[]) {
   
     C c = new C();
     c.m1();
   }
}

Note : In main method i am calling c.m1() method In this 
situation which super class m1 method has to call (from A 
or B) JVM will confuse.

So our assumtion(1) is wrong .

This is the  reason why java does not support multple 
inheritance through classes.

Note : This same cocept is applicable for classes.
 
0 Bhaskar Reddy
[ABC InfoSoft]
 
 
Answer
ya java don't support multiple interitence but by achieving
it the interface are came
 
0 Kiranksj
[ABC InfoSoft]
 
 
Answer
The famous "diamond shaped problem " is the reason behind NOT using multiple inheritance in java.
   check out this link for full details
       http://en.wikipedia.org/wiki/Diamond_problem
 
0 Sid
[ABC InfoSoft]
 
 
Answer
java support multiple inheritance not through the use of
class, but through the implementation of interface we can
achieve multiple inheritance.

By using interface we can implement multiple interfaces for
a class which can solve the problem of our multiple inheritance.
 
0 Samir Rana
[ABC InfoSoft]
 
 
Answer
Java Does not support Multiple inhertiance through class
because ambiguity between variables  of different classes
and to rudece memory overloading.and another reason java 
extended only one class at time

java support Multiple inhertiance through interfaces.because
java class implements any number of interface at  time
 
0 Srinu
[ABC InfoSoft]
 
 
Answer
Why cant we face same ambiguity when we declare variables?  
interface A{
int i = 10;
}
interface B{
int i = 20;
}
Class C implement A, B{
what is the value of C.i?
}
 
0 Sanjeev
[ABC InfoSoft]
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com