Menu

agar kabhi meri yaad aaye by Amjad Islam Amjad



اگر  کبھی  میری  یاد  اے 
تو  چاند  راتوں  کی  نرم  دلگیر  روشنی  میں 
کسی  ستارے کو  دیکھ  لینا 
اگر  وہ  نخل -ا -فلک  سے  اوڑھ  کر  تمھارے  قدموں  میں  آ  گرے  
وہ  استعارہ  تھا  میرا  دل کا 
اگر  نہ  اے 
مگر  یہ  ممکن  ہی  کس  طرح  ہے  کے  تم  کسی  پی  نگاہ  ڈالو 
تو  اس  کی  دیوار -ا -جان  نہ  ٹوٹے 
وہ  اپنی  ہستی  نہ  بھول  جے 
اگر  کبھی  میری  یاد  ے 
گریز  کرتی  ہوا  کی  لہروں  پی  ہاتھ  رکھنا 
میں  خشبووں  میں  تمھیں  ملونگا 
مجھے  گلاب  کی  پتیوں  میں  تلاش  کرنا 
میں اوس    قطروں  کے  آئینوں  میں  تمہیں  ملوں  گا 
اگر  ستاروں  میں , اوس   قطروں  میں , خشبووں  میں 
نہ  پاؤ  مجھ  کو 
تو  اپنے  قدموں  میں  دیکھ  لینا 
میں  گرد  ہوتی  مسافتوں  میں  تمھیں  ملوں  گا 
کہیں  پی  روشن  چراغ  دیکھو  تو  سوچ  لینا 
کے  ہر  پتنگے  کے  ساتھ  میں  بھی  بکھر  چکا  ہوں 
تم  اپنے  ہاتھ  سے  ان  پتنگوں  کی  خاک  دریا  میں  ڈال  دینا 
میں  خاک  بن  کر  سمندروں  میں  سفر  کروں  گا 
کسی  نہ  دیکھے  ہوۓ  جزیرے  پی  روک  کے  تم  کو  صدائیں  دوں  گا 
سمندروں  کے  سفر  پی  نکلو 
تو  اس  جزیرے  پی  بھی  اترنا 
اگر  کبھی  میری  یاد  اے 



agar kabhi meri yaad aaye
to chaand raaton ki narm dilgeer roshni mein
kisi sitaare ko daikh laina
agar woh nakhl-e-falak say urh kar tumhaare qadmon mein aa giray 
to yeh jaan laina
woh ista'ara tha mera dil ka
agar na aaye
magar yeh mumkin hee kis tarah hai ke tum kisi pe nigaah dalo
to us ki deewar-e-jaan na tootay
woh apni hasti na bhool jaae
agar kabhi meri yaad aae
guraiz karti hawaa ki lehron pe haath rakhna
mein khushbuwon mein tumhein miloon ga
mujhe gulaab ki pattion mein talaash karna
mein aus qatron ke aainon mein tumhen miloon ga
agar sitaron mein, aus qatron mein, khushbuwon mein
na pao mujh ko
to apne qadmon mein dekh laina
mein gard hoti musaafaton mein tumhein miloon ga
kahin pe roshan chiragh dekho to soch laina
ke har patangay ke saath mein bhi bikhar chuka hoon
tum apne haath say un patangon ki khaak darya main daal daina
mein khaak ban kar samandaron mein safar karoon ga
kisi na daikhay huway jazeeray pe ruk ke tum ko sadaain doon ga
samandaron ke safar pe niklo
to us jazeeray pe bhi utarna
agar kabhi meri yaad aaye


(Amjad Islam Amjad)

google5ee3d30b2fca5e3f

google-site-verification: google5ee3d30b2fca5e3f.html

C5050-285 IBM Cloud Platform Application Development V1

C5050-285 IBM Cloud Platform Application Development V1

Here are the some important sample questions for of IBM Cloud Platform Application Development V1(C5050258). 

Question: Which step must be taken in an application to use the IBM Single Sign On service for Bluemix
PaaS?
A. implement an authentication callback
B. implement a login form requesting User ID and password
C. configure the OAuth 2.0 client with the SSO service credentials
D. securely store user credentials used for the external authentication
Answer: D

Question: A team of developers is working on a single repository in IBM Bluemix DevOps Services. Which
DevOps feature should be used to confirm the integrity of their source code by running tests every
time code is delivered to the shared repository?
A. Source Control: Test code upon commit
B. Web IDE: Enable Automatic Unit Testing
C. Delivery Pipeline: Configure a build stage
D. Track & Plan: Create a Work Item of type Test

Answer: A

Question: When creating a new project in IBM Bluemix DevOps Services, which action is performed when Link
to an existing repository is selected?
A. An existing GitHub repository is linkedto the project by giving IBM DevOps Services access to a
specified GitHub account.
B. An existing Git project on the developer's local machine is linked to the project.
C. An existing GitHub repository is linked to the project using anonymous access.
D. An existing user's project in IBM DevOps Services is linked to the project.

Answer: A

Question: A developer has an application based on the Liberty profile running in IBM Bluemix PaaS.
The developer wants to maintain high availability on HTTP sessions.
What is the benefit of using IBM Bluemix Session Cache service?
A. Session data is shared across different browsers.
B. Session data is automatically stored in remote file systems.
C. Session data is encrypted and stored in a MySQL database.
D. Session data is recovered after an application instance crashes.

Answer: B

Question: How are viewscreated in Cloudant?
A. by creating a PrimaryIndex withdoc id’s
B. by creating a Secondary Index with doc id’s
C. by creating a Primary Index using the Map function
D. by creating a Secondary Index using the Map function

Answer: C

Question: Which component is responsible for managing the deployment of an application running in IBM Bluemix
PaaS?
A. Router
B. Load Balancer
C. Health Manager
D. Cloud Controller

Answer: D

Question: Based on the Twelve-Factor App methodology, how should developers share common code between two
Node.js applications in IBM Bluemix PaaS?
A. duplicate the common code in each application repository
B. use only one repository for both applications and the common code
C. use one repository for both applications and another repository for the common code
D. create a npm package for the common code and add the dependency to it for both applications

Answer: B

Question: Which statement is true of the Cloudant NoSQL service?
A. It prioritizes space savings over availability.
B. It prioritizes immediate consistency over availability.
C. It prioritizes availability over immediate consistency.
Your Partner of IT Exam visit - http://www.exambible.com
D. It prioritizes immediate consistency over performance.

Answer: C

Question: A team is using IBM Bluemix DevOps Services to collaboratively develop their application.
They are all members of the same project in IBM Bluemix DevOps Services. The team lead has made some changes that need to be shared with the team. How can this be accomplished?
A. Create a commit and push it to the repository.
B. Edit the ACL for each changed file and give the team read access.
C. Team members should log into IBM DevOps services with the User ID anonymous.
D. Click the Share button in the IBM Bluemix DevOps web IDE after saving the changes.

Answer: D

Question: Which statement characterizes the dashDB service?
A. It is optimized for time series data.
B. It is designed for analytic queries.
C. It is optimized for normalized data.
D. It is based upon the MySQL engine.

Answer: B

Explanation:
The dashDB service in IBM Bluemix is an example of an in memory, columnar databases service. dashDB is based on DB2 BLU and its columnar organizations favors analytic queries that access a large number of values from a subset of the columns and make heavy use of aggregations and joins. dashDB also everages compression to allow larger amounts of data to reside in memory.

Question: Which step must be taken in an application to use the IBM Single Sign On service for Bluemix PaaS?
A. implement an authentication callback
Your Partner of IT Exam visit - http://www.exambible.com
B. implement a login form requesting User ID and password
C. configure the OAuth 2.0 client with the SSO service credentials
D. securely store user credentials used for the external authentication

Answer: D

Question: Based on the Twelve-Factor App methodology, where is the best place to store external configuration
credentials in IBM Bluemix PaaS?
A. in the source code
B. in a user configuration file
C. in an application database
D. in the VCAP_SERVICESenvironment variable

Answer: D

Explanation: Provide any additional configuration information through the VCAP_SERVICES environment variable. Services that are bound to an application also populate VCAP_SERVICES with their configuration attributes.
Question: How are viewscreated in Cloudant?
A. by creating a PrimaryIndex withdoc id’s
B. by creating a Secondary Index with doc id’s
C. by creating a Primary Index using the Map function
D. by creating a Secondary Index using the Map function

Answer: C

Question: A developer has an application based on the Liberty profile running in IBM Bluemix PaaS. The developer wants to maintain high availability on HTTP sessions. What is the benefit of using IBM Bluemix Session Cache service?
A. Session data is shared across different browsers.
B. Session data is automatically stored in remote file systems.
C. Session data is encrypted and stored in a MySQL database.
D. Session data is recovered after an application instance crashes.

Answer: B

Question: Based on the Twelve-Factor App methodology, how should developers share common code between
two Node.js applications in IBM Bluemix PaaS?
A. duplicate the common code in each application repository
B. use only one repository for both applications and the common code
C. use one repository for both applications and another repository for the common code
D. create a npm package for the common code and add the dependency to it for both applications

Answer: B

Question. Which statement is true of the Cloudant NoSQL service?
A. It prioritizes space savings over availability.
B. It prioritizes immediate consistency over availability.
C. It prioritizes availability over immediate consistency.
D. It prioritizes immediate consistency over performance.


Answer: C


Ref: