Showing posts with label Interview Questions. Show all posts
Showing posts with label Interview Questions. Show all posts

Fresher Software Tester must know about these topics to get a job in IT company

Fresher Software Tester must know about these topics to get a job in IT company




1 Funtional Testing 
2 Retesting
3 Regression Testing 
4 Database Testing
5 White Box Testing
6 UI Testing
7 Browser Compitability Testing
8 Cron Job Testing
9 API Testing
10 Migration Testing
11 Integration Testing
12 Smoke Testing
13 Sanity Testing
14 Security Testing
15 Performance Testing
16 Automation Testing
17 Exploratory/Adhoc Testing
18 Device Testing
19 Accessibility Testing
20 Internationalization Testing
21 Back Up and Non Back up Mount Testing

Current Job Openings at TCS - APPLY NOW


How to Prepare for interview of PHP developer?

As we have received many requests for writing article for How to Prepare for interview of PHP developer?

We can not give complete guidance in one article here but we will try to give enough information regarding How to Prepare for interview of PHP developer.




To become PHP developer means to get a job as a PHP developer or PHP programmer or Web Developer you must have at least bachelor degree. Many companies prefer the Qualification criteria as:
BCA, BSC-IT, BSC-Computers, MCA, MCM, BE-IT.

If you are not having any of the above degree but you are having enough practical knowledge of PHP then some of the small companies can hire you as a PHP Developer.

Coming to the preparation for the PHP Developer Job  ( How to get a job as PHP Developer )
 First and most important part is Build your Resume properly. Resume is the entry point for you. If your Resume is not good then you may loss the opportunity to enter into IT industry.

So, what means Good Resume?
Here we provide Best Resume Tips for Freshers.
Please go through the following links to build a best Resume:
Resume Tips For Freshers - 1

Resume Tips For Freshers - 2

Next, Prepare for PHP Interview Questions.
You must have basic knowledge of all the basic concepts of PHP.




Here I am providing some of them:

What is WAMP / XAMPP?

PHP Variables - 1
PHP Variables - 2

GET method and POST method in PHP

How to Include File in PHP

Arrays in PHP

Types of array in PHP

Array functions in PHP

For Loop in PHP with Example

Errors in PHP, Types of Errors in PHP

String Functions in PHP

Form attributes

How to upload file in PHP?

File Operations in PHP?

Session and Cookies in PHP

Difference between unlink and unset in PHP

How to send mail using PHP?

explode function in php

MySQL functions to create connection, insert , update, delete.

Database connection using PHP MySqli


Basic Concepts of Javascript

Basic PHP programs in PHP:
PHP program to check whether the given number is palindrome or not
PHP program to check whether the given number is prime or not

Here we are providing all PHP Interview Questions with Answers
PHP Interview Questions with Answers
All PHP Interview Questions with Answers
Important PHP Interview Questions with Answers

Here we are providing some important HR interview questions with Answers:
Tell me about Yourself
How long would you stay with us? HR Interview Question


In this way we have tried our best to give you a guidance regarding How to Preppare for interview of PHP developer.

We will be writing most important content on this blog for BCA Freshers and MCA freshers regarding Resume Tips, Interview Questions, Technical Concepts explanation with very easy language.




Share this Post with your Friends.
Help people, people will help you!

Related Post - Top PHP frameworks used for Web Development

After completing IT graduation or IT post graduation

This post is for career guidance for IT students.


After completing your education of IT or computer you are looking for job and you are going start for interview preparation.

Tips for after competing graduation or post graduation for IT students or freshers.

- You should prepare good resume. For resume tips read this post: Resume tips
- Check for spelling errors and grammatical mistake before you take a final copy of your CV as even a small error could cause an embarrassing situation for you.
- You should be ready with your platform. Platform means: in which language or specific field you want to do job. choose specific language. Decide on the basis of your interest. If you are good in coding you will be applying for developer or programmer post. If you want to become tester you have to to good course from reputed training institute.
- Various programming and development technologies exists, like,
Java, PHP, asp dot net, C, C++, Android development, Ios app development, game development, desktop app development, animation, photoshop, web design, web development, etc.
- Choose any one or two from above, and start to practice on the same.
- Start preparing interview questions. For interview questions visit or read this:
- Confidence is one thing, and this will be with you for your success.
- Register on Job Portals, upload your resume on job portals.
- Keep updating your resume on job portal at least weekly.
- Make list of IT companies, and hit the websites of these IT companies, go to career page of these websites and upload resume.
- Find HR email Id of IT companies and send resume with proper subject and message body.
- Be ready to go interview if they call back you.
- Before going for an interview, find out as much information on the company.
- Take guidance of your seniors or friends who are already working in IT companies.
- Don't be frustrated in any case, don't quit, Don't give up in any case.
- Try, try, try,...
- If you are frustrated, don't worry, motivate yourself by reading some good books.
- And you don't have option for doing job, you have to do job.
- Don't quit learning, Don't quit practice.
- Your resume should contain at least one project.
- Freshers need to ready for aptitude test.
- Self motivation is very important.


Most important for freshers:

Tell me about Yourself

PHP: Past, Today and Future

Important:
If you want to learn PHP, for getting job, comment here:
Complete training will be provide relatedto PHP, mysql, PHP framework like CodeIgniter. Full support for Interview preparation.
Complete help for project preparation, to include in resume.

Are you interested to learn PHP?
contact: hellotechnologypark@gmail.com

One PHP developer having 2.6 years exp. will guide you completely. Provide friendly training of PHP.

Interview Tips for freshers

Here I am writing interview tips for freshers.




All IT guys who are looking for job are please note this tips, that are very important.

- Be on time  for interview.
- Be ready with all documents.
- Keep updated resume print ( at least 3 copies of resume) with you.
- Keep at least 3 passport size photographs with you.
- Read job description, eligibility criteria before going for interview.
- Use google map for locating interview address or contact concern person for address. You can find friend if any who are working for the same company.
- Check, recheck resume for any spelling mistakes. specify correct contact details in resume.
- Be formal, be professional, wear clean and well ironed dress.
- dont wear dark color dress.
- dont wear sleeper chappals.
- Be read for any type of test for interview.
- eat enough like breakfast before going to interview.
- Keep water bottle with you.
- Well prepared with possible interview questions.
- Don't discuss with other guys at the interview place, cameras are watching you.
- Don't try to cheat interview panel.
- Be honest through out the interview process.
- Again be prepared with technical concepts.
- Be ready with this question: Introduce yourself

Read this: Tell me about Yourself
Good Luck.




Important Links:

PHP interview questions with answers.

Software testing interview questions

OOPs Interview questions

Most Important iOS Interview Questions:

Important PHP interview questions for freshers











MOST IMPORTANT INTERVIEW QUESTIONS PHP

QUESTION. How to include a file to a php page?
Answer. We can include a file using "include() " or "require()" function with file path as its parameter.

QUESTION. What is difference between “include” and “require” in php?
Answer. The include and require statements are identical, except upon failure:

require will produce a fatal error (E_COMPILE_ERROR) and stop the script
include will only produce a warning (E_WARNING) and the script will continue

QUESTION:  What are the different errors in PHP?
Answer. There are 4 basically types of error.
Parse Error – Commonly caused due to syntax mistakes in codes e.g. missing semicolon, mismatch brackets.
Fatal Error – These are basically run time errors which are caused when you try to access what can’t be done. E.g. accessing a dead object, or trying to use a function that hasn’t been declared.
Warning Error – These occurs when u try to include a file that is not present, or delete a file that is not on the server. This will not halt the script; it will give the notice and continue with the next line of the script.
Notice Error – These errors occurs when u try to use a variable that hasn’t been declared, this will not halt the script, It will give the notice and continue with the next line of the script.

QUESTION: What is session and why do we use it?
Answer. Session is a super global variable that preserve data across subsequent pages. Session uniquely defines each user with a session ID, so it helps making customized web application where user tracking is needed.

QUESTION: What is cookie and why do we use it?
Answer. Cookie is a small piece of information stored in client browser. It is a technique used to identify a user using the information stored in their browser (if already visited that website) . Using PHP we can both set and get COOKIE.

To read all PHP interview questions click here.









Group Discussion: Love Marriages Vs Arranged Marriages

Group Discussion: Love Marriages Vs Arranged Marriages





here are some points that will help you to discuss on above topic.

In an arranged marriage, you would get little time to get to know your partner before marriage. It's only after marriage that you would get to know their true characters. They would serve as a mirror and you would get to feel emotions which you didn't even know that they existed. The only thing that would get you going is unconditional acceptance. If both the partners could keep an open mind and accept each other for what they are, they will enjoy a happy married life. If not, then it would get frustrating for both the partners.

In a love marriage, you are at an advantage. You and your partner have been together for sometime and you have mutual respect and understanding for each other. Moreover, you have accepted each other. That's why you have decided to marry each other right?

Now, the difference between either kind of marriage is the involvement of the family. As I have mentioned earlier, it's all about acceptance. If both families can accept each other for the happiness of their child, then the problem is solved. It's a win-win for everyone.

In either case, marriage is a contract between two persons to provide companionship for the short span of life that human beings enjoy. If two people want to be happy, they can be. The secret is knowing that you shouldn't bother about whether he/she is making you happy or how much he/she is giving to you; rather try to share the beautiful things that you have to offer. If both the partners could think like that, it wouldn't matter which kind of marriage they have been a part of.
______________________________________________________________________

Alright, so I am going to support the arranged marriage side. First things first, let's get this information clear and sorted out. Not all arranged marriages are forced and actually today, most arranged marriages do not carry through without the permission from both sides.

Although there are still forced marriages in many parts of the world still happening today, the arranged marriage that I know of and support is the one which gets permission from both the bride and groom before carrying on with. A love marriage has a higher divorce rate than an arranged marriage, this can be confusing for some but the truth is this, love is very blinding to the eye.

Love is an indecisive feeling which can come and go, it's just too unreliable to take a hasty decision like marriage. There can be many reasons why a person may fall in love with one, but there are also many reasons why one would divorce another because of a love marriage. In a love marriage you already know so much about the person and because you know so much about them, you like them and decide it's only right to get married to them.

In an arranged marriage you might not have enough time to know about the person or you might not know the person at all, but you have the rest of your lives together and therefore enough time to get to know each other and better understand each others hearts. Although in an arranged marriage you didn't love the person completely, you can start loving them for the rest of your life.

In a love marriage you know way too much about the person that life starts to get boring, you knew each other so well when you loved each other that's why you decided to get married in the first place, but after marriage what else can you really know about them or in other cases do? That same person will start to get boring because there is nothing surprising about that person any more.

While in an arranged marriage, your learning something new about your partner everyday. In an arranged marriage you have the full satisfaction from both sides of the family, making your parents proud. I feel as if an arranged marriage has more commitment and a valuable purpose to marriage because it was obviously a thought out decision before proceeding on with marriage. In an arranged marriage all sides had a careful and well though out decision before actually marrying, therefore divorce rates are obviously way lower because both sides agreed upon taking the decision.

In an love marriage, possibly only the two people could get affected by a divorce, but with an arranged marriage both sides of the family and everyone who decided for the arranged marriage could get affected, so the bride and groom would hesitate to upset both sides of the family with a divorce.
____________________________________________________________________________

In my opinion love marriages are the best as we know the person very nicely while in arrange marriages we don't know the person to whom we are going to marry. We cannot spend our whole life with a person we just met.

In arrange marriages our parents select a person with whom we have to spend our whole life, so its our decision, we have spend our whole life with him/her, parents don't have to. So conclusion is love marriages are much better than arranged marriages.
____________________________________________________________________________

Love marriage is far better than arranged marriage. Arranged marriage is sound like arrange the function with whole family and tie the band between boy and girl how can the live their life without knowing each other before marriage and they would expand 2-3 year in knowing to each other means they would misery their 2-3 year.

And then they get to start their life but in love marriage boy and girl know each other very well and their understanding is much better so they would live their life the way they want so love marriage is much better than arranged marriage. Guys what you think.
_______________________________________________________________________


Whats your opinion or thoghts on above topic?
share your ideas with us.







Write your questions, ideas, feedback in comment box

Hi,
This post is for IT students.






Many of the students ( BCA, MCA, MSC, BSC, BE, IT, BTECH, MTECH ), now a days confused at the time of choosing Career.

They need some guidance. And we are here for the same.

Technology park is continuously guide the students, specially IT students.

So, If you have any questions related to Job, career, education, write in comment box.

Technology Park will try to guide you in right way.

Write your questions, ideas, feedback in comment box.





Basic Preparation for Technical interview

You should prepare the following topics for technical interview.




Database

-queries
-joins
-primary key, unique key, referenclese key
-triggers
-procedures

Basic programms of C++/C

-prime number
-palindrom number
-armstrong number
-factorial
-sum of first 10 numbers
-print pattern

*
**
***
****

or

1
12
123
1234
12345

- be ready for puzzles
- printf(), scanf()
- inheritance, polymorphism, abstraction, data hiding
- class and objects
- constructor, destructor
- database operations, like insert, update, delete





Important:

Be confident while answering.

How to submit form using Javascript?




If HTML form have the attributes method="post" and action="someprocess.php", and in the form if there is button like,
<input type="submit" value="submit"> , then form will get submitted on that button click.

But if we want to submit the form on any link i.e <a>  tag or any event other than submit button, then we have to use javascript.

How ?
 See,
Here is the code to submit a form when a hyperlink is clicked:

<form name="myform" action="process.php">
Text Field: <input type='text' name='text1' />
<a href="javascript: submitform()">Search</a>
</form>

<script type="text/javascript">
function submitform()
{
  document.myform.submit();
}
</script>


Javascript submit is same as HTML submit.
You can submit form on events like: onChange, onClick,....etc.

I think its enough to understand the concept.

I would like to hear from you...!!!


Most Important iOS Interview Questions:






1.What is latest iOS version?
2.What is latest Xcode version?
3.What is latest mac os version , and tell the Mac os Name as well?4.What is iPad screen sizes?
5.what is iPhone screen sizes?
6.What are the features is iOS  7 and iOS 8?
7.Who invented Objective c?
8.What is Cococa and cocoa touch?
9.What is Objective c?
10. how declare methods in Objective c? and how to call them?
11. What is property in Objective c?
12.What is meaning of "copy" keyword?
13.What is meaning of "readOnly" keyword?
14.What is meaning of "retain" keyword?
15.What is meaning of "assign" keyword?
16.What is meaning of "automic" keyword?
17.What is meaning of "nonautomic" keyword?
18.What is difference between "assign" and "retain" keyword?
19.What is meaning of "synthesize" keyword ?
20.What is "Protocol" on objective c?
21.What is use of UIApplication class?
22.What compilers apple using ?
23.What is synchronized() block in objective c? what is the use of that?
24. What is the "interface" and "implementation"?
25.What is "private", "Protected" and "Public" ?
26. What is the use of "dynamic" keyword?
27.What is "Delegate" ?
28.What is "notification"?
29.What is difference between "protocol" and "delegate"?
30.What is "Push Notification"?
31.How to deal with SQLite database?
32.What is storyboard?
33.What is Category in Objective c?
34.What is block in objective c?
35. How to parse xml? explain in deep.
36.How to parse JSON? explain in deep.
37.How to use reusable cell in UITableview?
38.What is the meaning of "strong"keyword?
39.What is the meaning of "weak" keyword?
40.What is difference strong and  weak reference ? explain.
41.What is ARC ? How it works? explain in deep.
42. What manual memory management ?  how it work?
43. How to find the memory leaks in MRC?
44.what is use of NSOperation? how NSOperationque works?
45.How to send crash report from device?
46.What is autorealease pool?
47.What happens when we invoke a method on a nil pointer?48.Difference between nil and Nil.
49.What is fast enumeration?





50. How to start a thread? explain in deep.
51.How to download something from the internet?
52.what is synchronous web request and asynchronous ?
53. Difference between sax parser and dom parser ?
54.Explain stack and heap?
55.What are the ViewController  lifecycle in iOS?
56.Difference between coredata & sqlite?
57.Steps for using core data?
58.Procedure to push the app in AppStore?
59.What are the Application lifecycle in iOS?
60.Difference between release and autorelease ?
61.How to start a selector on a background thread
62.What happens if the methods doesn’t exist
63.what happens if you remove   the object from the array, and   you try to use it?
64.Difference between HTML & XML?
65.What are iOS SDK Tools?
66.what are the Delegate Methods for XML Parsing?
67.What is XML parsing?