Wednesday, October 8, 2014

Questions you should ask to a Company when done with the interview

The Questions Everybody Should Ask Their Interviewer


Having interviewed thousands of people over the years, I generally have a formula that I adhere to. I know what sort of questions I’ll ask and what direction I want the interview to take. At the same time, there are also common traits that I look for in the people I’m meeting.
What you have to remember is that a vacancy is available because the company has a need or a problem. You have to position yourself as the best solution to that problem - and the mere fact that you have got to this stage means you are in their top bracket of candidates. So as much as the interviewer will ask you questions, you need to do the same. The company needs to sell themselves every bit as much as you.
If you get to the end of an interview and almost all the questions have been asked by the person at the other end of the table, then quite frankly it is highly unlikely you will get the job. Not only does it make you seem unconfident, but it gives the impression that you’re not actually that committed to getting the job. If you really want to work for somebody, then it makes sense to find out as much about them as possible – in particular things which you can’t glean from a mere job advert.

Here are some questions you should be asking at every single interview.



What are your short, medium and long-term goals?


This is one which always impresses me because it shows the candidate is interested in the vision of the business. I have said before that companies don’t hire people who are merely looking for a job – they hire people who want to work for them. Ask the interviewer where they see the business heading over the next year, and in particular, what their specific goals are for you and your department. As well as making a great impression on the company, it gives you an idea of what sort of expectations will be placed upon you.

What’s the culture like?


A job is not just a series of tasks, it is also the place where you will be spending a substantial amount of your time. Therefore you need to ask the interviewer what the company culture is like, because it should match up with what you want. For example, are you somebody who enjoys a high level of interaction with colleagues, or do you prefer autonomy? What managerial style do you work best under? Asking about the culture shows that you have a high attention to detail – and that’s something which goes down extremely well with any hiring manager.

What are the opportunities for progression?


You will probably be asked questions like: ‘Where do you see yourself in 5 years’ time’ – this is something I discussed in a previous blog. You then need to follow up on this and see if the company offers you the chance of progression. Remember - this doesn’t mean they need to offer you exactly what you want in 5 years. If you said you want to end up in a Directorship role, don’t expect the interviewer to say that’s exactly what they can offer you! But what they should provide is a rewarding environment where you have the opportunity to expand your skill set and climb up the ladder. A good company will not be put off by your ambition; in fact they will admire and encourage it.

How will I be measured?



Every job has its Key Performance Indicators, and although you may not get all of them in huge detail at the interview stage, you should at least have a broad idea. It very much depends on what the role is of course – the measurements for someone in a Finance role will be different to someone in Marketing for example. But you should walk out of that room knowing what you have to do to hit your targets and add value to the business.

Sources: LinkedIn Pulse

Sunday, October 5, 2014

RESTful API development


This is how a RESTful api development can be done using Java Springs.


REST + JSON API

This video gives the complete understanding on how you can design for REST + JSON API.



Friday, May 9, 2014

Tools

Thinking about a tool, what comes into mind first? Hammer?
So tool can be anything that makes our life easier. It is present in each category i.e. mechanical, electrical, electronics, Software etc. Tool is such a general word to use. Herein my blog since most of the things are technical related to computer industry so I would be describing how software tools makes our life easier.

programming tool or software development tool is a program or application that software developers use to create, debug, maintain, or otherwise support other programs and applications. The term usually refers to relatively simple programs, that can be combined together to accomplish a task, much as one might use multiple hand tools to fix a physical object. The ability to use a variety of tools productively is one hallmark of a skilled software engineer. source: http://en.wikipedia.org/wiki/Programming_tool

Lets talk about Java, which is a programming tool responsible for development of softwares in today's era. Whether enterprise, mobile or general purpose desktop machine independent software Java is used almost everywhere for the development. Java is such programming language tool which provides security, simplicity, portability, robustness and many other pro's all in one hand. The industry today have become so much dependent on this excellent programming tool, that the requirement of development labour has shown a massive growth with this programming language skills.



The graph clearly show the requirement of java developers since the year of 2011.


Thursday, May 8, 2014

Styling Web- CSS

Cascading Style Sheets popularly known as CSS are very popular for providing a look to a web page or sometimes applications. These are generally used in combination with HTML and XHTML. How is the elements in the site going to look is decided with the CSS. 


CSS provides the beauty to a web page. Like how should be the background color of a page should be, what font style should be used and many small small things used for beautification is used with done using a CSS.

Lets study a example for better understand of CSS
I have created a block in div tag in HTML
i.e.

<div class="sample-class" id="sample">
This is a sample block
</div>

Now I want to style this block according to my requirement.

So I will define the CSS class (or may be ID) with the properties of its appearance.

<style>
.sample-class{
width:400px; //defines the width of the above block(sample-class) as 400px
height:300px; //defines the height of the above block(sample-class) as 300px
background-color:#111; //Define the background color of the block as shade of grey #111111(near to black)
color:#fff; //defines the color of the text as white (#ffffff)
}
</style>

Test this fiddle and make modification in it to learn the power of CSS http://jsfiddle.net/BfvC8/

I would highly recommend to visit this site, if people are interested in learning CSS tricks: http://css-tricks.com

For people who are interested in learning CSS from scratch: http://www.w3schools.com/css/DEFAULT.asp

Beta Testing

Two very important phases of the testing are alpha testing and beta testing. But when it comes to real environment Beta testing is one that helps companies, corporates or individuals releasing their applications. 

Whenever a product is developed, it's quality is assured internally by the testing teams. But this is not enough to make the release. We never know what people expect from the application and what all bugs in the system exist or may be some feedback they can come produce (as per user prospective).  It is always a great idea to get the product tested by the actual group of users who are going to use it because it is ultimately made for their convenience. 

There is nothing special that the users does but access the product as normal user does. Some might not be even aware of what actually beta in the site or product means. Whenever a user gives feedback about the feedback is noted down and the team makes the improvement to produce in the final release. In this was beta testing helps corporates to produce their best in software according to end user requirements.

So every time before launching the real product a beta version is launched to make is completely tested by end user and also this version has beta written on it.


As this image suggests, before the actual version of android is made available to users, its beta version is made available to a group of users so that it may be tested well and all the issues are fixed.

Image Credits: http://theflud.tumblr.com/post/6471987342/finally-flud-for-android-beta-testers-wanted

Thursday, April 17, 2014

Usability Testing- A irreplaceable practice

As we all know testing means to examine the application and find out the loopholes in the product as per the requirement. Usability testing is a type of testing in which the product or the software is tested by the experts. This  practice is unavoidable and irreplaceable because it gives the direct review of the real users how they are going to use the system.

In this testing cycle, a team of experts take on the system where they do the user interaction of the system. During this procedure a list of bugs is maintained such that it can be worked upon later. In this way the human made product is tested such that it meets the requirement of user is a user friendly manner. It is mostly conducted with the web applications, mobile apps, softwares, documents, devices etc. It basically measures the ease of use of a software application.

For example, If there is a webpage with a button placed on right side and it is a very important button. Than in testing results it may be concluded to place the button on center rather then on right because the center part of the screen gains more focus of the user. Also, lets say there is a registration form on the page and the submit button only handles action when mouse button is clicked over it, but this should't be the only case for the user. The submit button should also capture the click from the keyboard and not just from mouse. The pro user feels more comfortable when the flow gets connected such he does not have to change his input interfaces.

The goals of  usability testing

The usability testing technique comes under the technique of black box testing technique. And it aims at discovering the error as per users prospective and suggesting the improvement.  It mainly focuses on the areas of accuracy,  performance, recall and emotional response.
These terms can be broadly elaborates as follows:
Accuracy: how many mistakes the user has made? were those mistakes able to be recovered with right information?. How fetal were those errors were to the user?
Performance: How many steps and how much time did it take to complete the basis task?
Recall: Is the user able to recall things after a time of much use?
Emotional response: How comfortable was the user with this system? Did he like it? Will he be recommending this system or application to others?


As stated in the above image strip, the system asked the user to press any key but since we can make out the the system required n for no and y for yes. But since the system was not able to instruct the user well he pressed any other key ('A' here in this case), the system suffered some other results.