Web Designer Opening For Entraine

Dear Candidate,

Experience required for the Job: 0.6 - 5 years
Annual Salary of the Job: 0.0 - 2.0 Lacs
Job Location: Bengaluru/Bangalore
Job brief:

We are looking for a talented Web Designer to create amazing user experiences. The ideal candidate should have an eye for clean and artful design, possess superior user interface design skills and be able to translate high-level requirements into interaction flows and artifacts, and transform them into beautiful, intuitive, and functional designs.

Requirements:

Proven Web Design experience
Solid experience in creating wireframes, user flows, process flows and site maps
Proficiency in Photoshop, Illustrator, or other visual design and wire-framing tools
Proficiency in HTML, CSS, and JavaScript & UI Design for rapid prototyping.
Up-to-date with the latest Web trends, techniques, and technologies.

Note:

Day shift & 5 days working

Notice Period : Immediate Joining or 15days notice.

Office Location : Banaswadi Outer Ring Road
Send Your Resumes To:  hr@entraine.com

Regards,
Sangeetha Anand | Human Resources
Entraine Business Services Pvt.Ltd
Tel - + 91 9663859196 / 9886997733
Email : hr@entraine.com

Immediate requirement for Graphic Designer for IZMO LTD.

Dear Candidate,

Experience required for the Job: 1 - 2 years
Annual Salary of the Job: *As per Industry Standards
Job Location: Bengaluru/Bangalore
Greetings from Izmo Limited!!

Your resume is shortlisted for the position of "Graphic Designer" for our Bangalore office (Bilekahalli, Bannerghatta Road). Kindly share your updated resume with Current and Expected CTC and Notice period details.

Title: Graphic Designer

2-3 Years Experience:

1. Bachelor's Degree (BFA, B.Sc. Visual Communication, or any relevant)
2. Person should have minimum 2 years experience in Web graphics.
E.g.: Websites, Web banners, Online campaigns, Landing pages etc.

Software skills required:

1. Adobe Photoshop
2. Adobe Illustrator


Company Profile

iZMO Ltd

izmo ltd. is the world leader in interactive automotive solutions. The company offers hi-tech automotive e-retailing solutions in U.S.A, Mexico, Europe, and Asia.

The company is listed on the BSE and NSE, and has 53% investment from FIIs and Mutual Funds.

izmo is a pioneer in the automotive retail space, with a trail blazing legacy of innovative products that define standards in the market - from the izmo Toolkit in 2002 to the izmo web platform. izmo offerings include full-featured interactive online stores, car animation and graphics, comprehensive online marketing programs, sales performance coaching, OEM certified CRM and ILM Solutions, and online service management solutions, among other products.

izmo owns the world's largest collection of Automotive Images and Animation, namely izmo Studio. The izmo Studio visual tools and a comprehensive library of automotive content forms the platform on which izmo Toolkit for Internet Sales is built on.

izmo has a client base of hundreds, from Fortune 100 OEMs to some of the largest automotive retail groups in the world.

izmo is a Deloitte Technology Fast 500 Asia Pacific company for three years in a row. The Deloitte Technology Fast 500 Asia Pacific program ranks the top 500 technology companies in the Asia Pacific according to their revenue performance over the last three years. The ranking is compiled by Deloitte Touche Tohmatsu, one of the largest professional services firms in the world.

izmo is also present in the Enterprise Software space, with connectivity and security products from Open Text, etc.

Regards,
Samarth J V
samarth.jv@izmoltd.com
080-67125431
HDFC BANK For Branch Sales Officer

HDFC BANK For Branch Sales Officer

Dear Candidate,

COMPANY NAME: HDFC BANK

JOB TITLE: BRANCH SALES OFFICER
QUALIFICATION REQUIRED: Any graduates or Post Graduates
JOB LOCATION: Bangalore 
CTC: 1.2 Lac to 1.8 Lac
WORK EXP: 0 TO 2 YRS (ANY ANY DOMAIN)
LANGUAGES KNOWN: English with Any Regional Language
AGE : 18 to 25

PERFORMANCE INCENTIVE: Monthly performance incentives, (Best in banking industry).


INTERVIEW DATE : 8/ 7 / 16 

VENUE DETAILS,

Corporate Ladders
4th flr, above Titan showroom,
Opp Bata-multiplex,
Outer Ring road,
Marathahalli,
Bangalore

JOB RESPONSIBILITY:

1) Quality acquisition of Commodity Account / Demat Account/ Current Account for Resident / Non-resident Indian.
2) Ensure quality sourcing of new customer to sell different banking products.
3) Penetration of Fixed Deposit to existing & new customers
4) Generate leads of customer through referral, meeting branch walk-ins customer, associates, emailing,
direct mailing, ATMs & cold calls in the catchment area.

You should come with the following Original and Xerox documents 

Original documents only for verification

1. UPDATE RESUME
2. DATE OF BIRTH CERTIFICATE (photo copy)
3. MARKSHEET - 10th, 12th & GRADUATION (photo copy)
4. VAILD ID PROOF - PASSPORT, PAN CARD, AADHAR CARD, GOVT. ID CARD (photo copy)
5. VALID ADDRESS PROOF - RATION CARD, UTILITY BILL, PASSPORT, BANK STATEMENT (photo copy)
6. RELEIVING LETTER (IF WORKED / WORKING)
7. PASSPORT SIZE COLOUR PHOTO (RECENT)

Contact number :

9036030050

MAIL_ID: saithej@thecorporateladders.com

Top 10 java interview questions

Java Interview Questions and Answers

1. What is Collection  API ? 
The  Collection  API is a  set of classes and interfaces  that  support  operation  on collections of objects.  These classes and interfaces are  more flexible,  more powerful,  and more regular than  the vectors, arrays,  and hashtables if effectively  replaces. Example  of classes: HashSet, HashMap,  ArrayList,  LinkedList,  TreeSet  and  TreeMap. Example  of interfaces: Collection, Set,  List and  Map.

2.Is Iterator a Class or Interface?  What is its use?
 Answer:  Iterator is an interface  which is used to step  through the  elements of a Collection.

3.What is similarities/difference  between an  Abstract  class and Interface? Differences are as follows: Interfaces provide  a form of multiple inheritance.  A  class can  extend only  one other  class. Interfaces are  limited  to public  methods  and constants with  no implementation.  Abstract classes can  have a  partial implementation, protected  parts, static methods,  etc. A Class may  implement several  interfaces. But in  case of abstract class, a  class may extend only  one  abstract  class. Interfaces are slow as it  requires extra indirection  to to find  corresponding method in in  the actual  class.  Abstract  classes are fast.
Similarities: Neither  Abstract classes or Interface can  be instantiated.

4.How to define  an  Abstract  class?
A class containing abstract method is called  Abstract class.  An  Abstract  class can't be instantiated.
 Example  of  Abstract  class:
abstract class testAbstractClass {
protected  String myString;
public String  getMyString() {
 return  myString;
}
public abstract string  anyAbstractFunction();
}

5.How to define  an Interface in  Java ? 
In Java Interface  defines the  methods but  does  implement them. Interface can  include constants.  A  class that implements the  interfaces is bound to implement  all  the methods defined in Interface.
  Example  of Interface:
public interface  sampleInterface {

public void  functionOne();
public long  CONSTANT_ONE  =  1000;
}

 6.If a  class is located in a  package,  what  do you  need to  change  in the OS environment to be  able to  use  it? 
Security  Issue Get  Norton  Security  Scan  and Spyware  Doctor free  for your  Computer  from  Google. The  Pack contains nearly  14 plus software  . Pick the  one which is suited  for you  Make your PC more  useful.  Get the  free Google Pack. You need to  add a directory  or a  jar file that contains the  package  directories to the CLASSPATH environment variable.  Let's say  a class Employee  belongs to a  package com.xyz.hr; and  is located in the file  c:\dev\com\xyz\hr\Employee.java.  In this case, you'd  need to  add c:\dev to  the variable  CLASSPATH. If this class contains the  method main(), you  could  test it from a  command  prompt window as follows: c:\>java  com.xyz.hr.Employee .

7.How many  methods in the  Serializable interface? There is no method  in the  Serializable interface.  The Serializable  interface acts as a marker, telling  the object  serialization tools that your class is serializable.

8.How many  methods in the  Externalizable  interface? There are  two methods in the Externalizable  interface.  You have to  implement  these two methods in order to  make  your  class externalizable.  These  two methods are readExternal() and  writeExternal(). 

9.What is the  difference  between  Serializalble and Externalizable interface? When  you  use  Serializable  interface,  your  class is serialized automatically  by  default.  But you  can  override  writeObject() and readObject()  two methods to  control  more complex object  serailization  process.  When you  use Externalizable  interface, you  have  a complete control over your class's serialization process.
10.What is a transient variable  in Java? A transient  variable  is a variable  that  may  not be  serialized. If you  don't want  some  field to  be serialized,  you  can mark  that  field transient  or static.



Career Opportunity for .Net Developers in MICROLAND

Career Opportunity for .Net Developers in MICROLAND

Dear Users,
We have an Exciting Opportunity for .Net Developers in Microland!
Microland is India’s first Hybrid IT Infrastructure Services provider and a trusted partner to enterprises in their IT-as-a-Service journey. Incorporated in 1989 and headquartered in Bangalore, India. Microland has 4500+ professionals across its offices in Europe, Middle East, North America and India.
Microland enables global enterprises to become more agile and innovative through a comprehensive portfolio of services that addresses hybrid IT transformation, workspace transformation, service transformation and end-to-end IT Infrastructure Management. Microland leverages analytics, automation and assurance to deliver reduced TCO, greater IT-Business Alignment and higher SLAs for its customers, through a unique IP built into its service delivery platform.
Microland has been rated amongst the Top 10 Infrastructure Management Providers by Global Services, Microsoft’s Best Indian Infrastructure Partner for the 8th consecutive year, Major Contender in IT Infrastructure Services & Emerging Player in Cloud Infrastructure Services by Everest Group, one of the leading service providers in Remote Network & Voice Infrastructure Management Services by Gartner, ranked amongst the Top 20 Global Cloud Computing Companies by CIO Review and the Top 20 Remote Infrastructure Management Vendors by the Black Book of Outsourcing.
ROLE : .Net Developers
SKILLS REQUIRED/EXPERIENCE
Years of Experience : 3 to 10 years
Job description :
3 to 10 years of experience in ASP.Net, AJAX, jQuery, iPhone, Android, SQL Server Good experience on Web Development using C#, A SP.Net , VB.Net is required Working experience with SQL Server (2005/2008 preferred) Working experience in MVC (.Net) Working experience on Bootstrap UI (User Interface) Solid understanding of object-oriented programming (OOP) and computer science foundations Deep knowledge of the .NET 3.5/4.0 Framework, including Visual Studio 2008, VB.Net, ASP.Net Strong knowledge of software implementation best practices Strong experience designing and working with n-tier architectures (UI, Business Logic Layer, Data Access Layer) along with some experience with service-oriented architectures (SOA)

Interested Folks Please share your resume with the following details to Pratheeksha G |  Associate – Talent Acquisition ("O_PratheekshaGT@microland.com")
  • Total no. of experience :
  • Relevant experience :
  • Current CTC :
  • Expectation CTC :
  • Notice Period :