Find best Interview questions and answer for Nymity Job. Some people added Nymity interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best Nymity Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Nymity interview or job.
This page contains the most recently asked technical questions and answers in the Nymity.
All of the questions listed below were collected by students recently placed at Nymity.
Ques:- List out the SEO modules available in Drupal?
Ques:- A tank is filled in eight hours by three pipes A, B and C. Pipe A is twice as fast as pipe B, and B is twice as fast as C. How much time will pipe B alone take to fill the tank?
Recent Answer : Added by Maddipatla Sai Kumar Naidu On 2022-11-08 16:21:49:
28 hrs
Ques:- What is planing budget
Ques:- Humen resorces qution
Ques:- How can I access a string from oracle DB?
Ques:- In which sports Rajjyavardhan Rathore won a Silver medal in the Beijing Olympics?
A. Billiards
B. Shooting
C. Boxing
D. Kho-kho
Ques:- How will you merge elements in a sequence ?
Ques:- The macro nutrients provided inorganic fertilizers are
Ques:- In the for loop structure, which statement is present?
A. Assign statement
B. Alter statement
C. Both (a) and (b)
D. None of these
Ques:- What is the difference between constraind base load ordering and target load plan
Ques:- Explain Accounting for invoice in Advance and Arrears.
Ques:- What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Recent Answer : Added by Admin On 2020-05-17 11:25:54:
The port 135 must be open to accept the incoming remote
connection to the Service Control Manager (SCM), which
provides RPC-based services for DCOM.
So the purpose of Port 135 is to allow to client to locate
a DCOM service.
Ques:- write a shell program to check wheather a given string is pallindrome or not?
Recent Answer : Added by Admin On 2020-05-17 11:37:56:
this script is written for bash :
echo Enter the string
read s
echo $s > temp
rvs=”$(rev temp)”
if [ $s = $rvs ]
then
echo “it is palindrome”
else
echo ” it is not”
fi
Ques:- What is wrong with this code line “$(‘#myid.3’).text(‘blah blah!!!’);”
Recent Answer : Added by Admin On 2020-05-17 11:40:35:
The problem with above statement is that the selectors is having meta characters and to use any of the meta-characters ( such as !”#$%&'()*+,./:;<=>?@[]^`{|}~ ) as a literal part of a name, it must be escaped with with two backslashes: . For example, an element with id=”foo.bar”, can use the selector $(“#foo.bar”).
So the correct syntax is,
Hide Copy Code
$(‘#myid.3’).text(‘blah blah!!!’);
Ques:- What do you think are your personal strengths and what are the areas where you need to improve as an individual?
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
28 hrs