No this is not an interview question.:)
This is my TL requirement.:(
Anyhow thanks for your reply.
Another way to get :
SELECT DISTINCT SPROC=SPECIFIC_NAME
FROM [msdb].[INFORMATION_SCHEMA].[ROUTINES]
CROSS JOIN msdb.dbo.sysjobsteps
WHERE Command like ('%'+SPECIFIC_NAME+'%')