Interview Questions

Q:

Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS?

Answer

- Use a COBOL II CALL statement to invoke a subprogram. This method is transparent to CICS, which sees only the one load module. 


- EXEC LINK is similar to a call; it invokes a separate CICS program and ends with a RETURN to the invoking program


- EXEC XCTL which transfers control to another CICS program and does not get control 


back. 


COBOL II allows for static calls which are more efficient than the LINK instruction which establishes a new run-unit. 

Report Error

View answer Workspace Report Error Discuss

0 2538
Q:

Why is code optimization important?

Answer

Optimized code tends to run faster and make more efficient use of the system’s resources. Optimized codes are also less susceptible to errors and take lesser space in memory and in file size.

Report Error

View answer Workspace Report Error Discuss

0 2538
Q:

Tell Me About Yourself ?

Answer

Tips for answering this question:


No matter what kind of job you’re after, you will be asked to talk about yourself in the interview. This allows the company to evaluate whether your professional and personal qualifications are suited to the job.


This is your opportunity to make a positive impression. It’s important that you spend the time talking about your qualifications and present yourself in a positive light.


Aviod repetition and practise


This should only take a few minutes, so you must be prepared to talk about yourself and your background without trying to say too much. It’s a very good idea to write down a few keywords and follow the points you’ve thought about in advance. This will help you to avoid repetition and include all of the important details.


Always remember to practise what you want to say. You may want to ask someone you know – your spouse, partner or a friend – if they’ll listen to what you intend to say. This will let you practise your presentation and assess how it sounds.


Use the template below for your preparation:


- A little bit about your personal life


     Where you live, About your family etc.


- Work experience


     Your education and training


     Which companies have you worked for?


- Your qualifications for this job


     Professional qualifications for the job


     Personal qualities in relation to job


Leave out stories about your former boss treating you badly ,Or that because of the heavy workload and poor working environment you were off sick for a prolonged period.


All of this may well be true and be a part of your background, but keep your eyes on the goal.Talk about the positives in terms of work experience, professional skills and human qualities.


After your presentation, the company will usually ask you some questions.


Questions to expect from a head of department :


What do you know about our company?


Why do you want to work for us?


Why should we take you on?


What aspects of a job are most important to you?


Where do you see yourself in five years?


What are your pay expectations?


How flexible are you?


Questions to expect from a HR officer :


Who are you?


What are your strengths/ weaknesses?


Would you mind taking a test?


What do you understand by a good working relationship?


What do you think of your current boss?


What would your former colleagues say about you?


How is your financial situation?


How many sick days have you had in the last year?


Are you willing to take further training?


What do you do in your spare time?

Report Error

View answer Workspace Report Error Discuss

Subject: About Yourself

4 2538
Q:

Define "Correlated Subqueries" ?

Answer

In a SQL Database, a 'correlated subquery' is a kind of sub query yet connected subquery is dependent on another query for a value that is returned. In case of execution, the sub query is executed first and afterwards the correlated query will be executed.

Report Error

View answer Workspace Report Error Discuss

6 2536
Q:

What is a Session?

Answer

A session is a logical object created by the PHP engine to allow you to preserve data across subsequent HTTP requests. Sessions are commonly used to store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same visitor.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2535
Q:

What are the advantages and disadvantages of 3G?

Answer

Advantages of 3G:

- Overcrowding is relieved in existing systems with radio spectrum
- Bandwidth, security and reliability are more
- Provides interoperability among service providers
- Availability of fixed and variable rates
- Support to devices with backward compatibility with existing networks
- Always online devices – 3G uses IP connectivity which is packet based
- Rich multi media services are available

Disadvantages of 3G:

- The cost of cellular infrastructure , upgrading base stations is very high
- Needs different handsets.
- Roaming and data/voice work together has not yet been implemented
- Power consumption is high
- Requires closer base stations and are expensive
- Spectrum-license costs, network deployment costs and handset subsidies subscribers are tremendous.

Report Error

View answer Workspace Report Error Discuss

0 2529
Q:

What is the difference between using copy() and move() function in php file uploading?

Answer

Copy() makes a copy of the file. It returns TRUE on success. It can copy from any source to destination. Move simply Moves the file to destination if the file is valid. While move can move the uploaded file from temp server location to any destination on the server. If filename is a valid upload file, but cannot be moved for some reason, no action will occur.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2528
Q:

Which payment type can help you stick to a budget?

A) Payday loans B) Cash advances
C) Debit cards D) Credit cards
 
Answer & Explanation Answer: C) Debit cards

Explanation:

There are two payment types that will help you stick to your budget.

1. Cash
2. Debit Card

The amount in the debit card is the only amount you can spend to stay within budget.

These method work because once you spend your money, you are done. You don’t have anything else to spend.

 

Credit cards, payday loans, and cash advances are all loans on future income. When you use a credit card, there is always just a little bit more you can spend. These types do not help you budget properly. In fact, these types encourage you to spend beyond your means and be out of budget.

Report Error

View Answer Report Error Discuss

Filed Under: Finance
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2527