Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

HM Solutions Interview Questions
Questions Answers Views Company eMail

A number of 9 digits has the following properties: ? The number comprising the leftmost two digits is divisible by 2, that comprising the leftmost three digits is divisible by 3, the leftmost four by 4, the leftmost five by 5, and so on for the nine digits of the number i.e. the number formed from the first n digits is divisible by n, 2<=n<=9. ? Each digit in the number is different i.e. no digits are repeated. ? The digit 0 does not occur in the number i.e. it is comprised only of the digits 1-9 in some order. Find the number.

10 23165

Post New HM Solutions Interview Questions


HM Solutions Interview Questions


Un-Answered Questions

How to break the object spy ?

655


package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,

2259


What tasks does the pactv feature perform?

673


What is data processing in big data?

333


Explain mdt?

653






What prior subject is required to become a data analyst?

98


What is the use of lifecycle hooks in autoscaling?

119


List down the three basic clouds in cloud computing?

289


What phases does a site lifecycle consist of?

264


i have rejected once for the reason that why am i not applied for master. as i am already post graduate and i have got i20 for the degree course which is very helpful in my professional career. what should be the best ans to resolve it.

1610


how you get the relative record in a subfile in which cursor is located?

607


if any house we instaled a 1.5 ton ac and its phase cable of wiring is installed but netrual cable of wiring not instaed. my question is that is neutual of house(for other wiring is capable for ac load or a sepeart neutrual wiring required

1960


Give the brief about aix.

1


What type of angular js date format?

404


What are the ways to define a constant in php?

521