Tell Me About Yourself - Best Answers and Examples
http://a4academics.com/interview-questions/73-human-resource/723-tell-me-about-yourself?showall=&start=2
Experienced – Front End Web Developer/Designer (3-6 Years)
- Minimum Qualification: Bachelor's Degree
- Industry: IT-Software
- Key skills: hand-on experience in front end web development process using Java, HTML5, CSS, JavaScript, XML, SQL and AJAX. Good knowledge of Windows OS, MS-Office, Adobe Photoshop, Pagemaker, and AcrobateX.
Hi, Good Morning !!!
That's all about me… Thank you…
- Minimum Qualification: BE/Equivalent to BE degree/CS/Computer Science Graduate with minimum 70% marks
- Industry: IT-Software
- Key skills: Develop, maintain and enhance software applications using Java/J2EE. Understand the client requirements and plan technical documents. Co-operate with the team members for fast and successful application development and deployment. Capable to co-operate and work with Onsite team, designers, Business analyst, Testers, technical writers, Development team and other company members. Should be capable to advise and guide other developers and testers.
My short term goal is to crack this interview and get the particular job position. My long term goal is to get higher position in top MNC companies.
- Minimum Qualification: Minimum HSC Pass/ Any Graduate/ Diploma/ Specialization in Hardware & Network
- Industry: E Commerce
- Key skills: Candidate should be experienced/good knowledge in maintaining network & hardware equipment
Dear Sir, My name is Nisanth Thakur.
First of all, I would like to say, thank you for giving me this wonderful chance to introduce myself and it’s my pleasure to be here.
Currently, I am residing in Delhi, but basically I am from Patna. My whole family stay in Patna. I have completed my schooling & Intermediate from Patna and then came to Delhi to take Graduation and Post Graduation degree. I have done Post Graduate Diploma in Hardware & Networking, during my post graduation (in the last semester of the final year), I got a call by Symantec for the job of Network & Hardware Engineer.
Currently, I am in Symantec working as a Network & Hardware engineer from past 2 years. My main role & responsibility for the company is to handle issues related to hardware, network, ISA Firewall, Symantec Antivirus Server, and SQL Server. I work on installation and maintenance process of the various systems. Also, I deal with the vendors to get various services for the company.
I want to change the company to enlarge my skills and to give best contribution to the company. That’s all about me. Thank you very much for calling me and listening me
Tell Me About Yourself - Best Answers and Examples的更多相关文章
- CodeForces - 1102A
You are given an integer sequence 1,2,-,n1,2,-,n. You have to divide it into two sets AA and BB in s ...
- Integer Sequence Dividing CodeForces - 1102A (规律)
You are given an integer sequence 1,2,…,n1,2,…,n. You have to divide it into two sets AAand BB in su ...
- Codeforces Round #460 (Div. 2).E 费马小定理+中国剩余定理
E. Congruence Equation time limit per test 3 seconds memory limit per test 256 megabytes input stand ...
- CodeForces - 1102A(思维题)
https://vjudge.net/problem/2135388/origin Describe You are given an integer sequence 1,2,-,n. You ha ...
- AI AND THE BOTTOM LINE: 15 EXAMPLES OF ARTIFICIAL INTELLIGENCE IN FINANCE
https://builtin.com/artificial-intelligence/ai-finance-banking-applications-companies f there's one ...
- Js: Extensible Calendar Examples
http://ext.ensible.comhttps://github.com/bmoeskau/Extensiblehttps://github.com/TeamupCom/extensibleh ...
- Selenium Xpath Tutorials - Identifying xpath for element with examples to use in selenium
Xpath in selenium is close to must required. XPath is element locator and you need to provide xpath ...
- https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/
https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/ ...
- (转载)SQL Reporting Services (Expression Examples)
https://msdn.microsoft.com/en-us/library/ms157328(v=SQL.100).aspx Expressions are used frequently in ...
随机推荐
- Linux之定时任务Crond使用
Linux之定时任务Crond使用 一.用法 crond服务是linux系统自带的服务,是不需要手动安装的: crond服务是一种守护进程: Linux中的用户使用contab命令来配置corn任务: ...
- Android Studio 使用Menu
首先在res目录下创建一个文件夹名字随意 在对创建的文件夹下在创建一个菜单 名字随意 参看布局 可以看到你的菜单 可以选择添加是么样的菜单 接着要到主活动中重写 onCreateOptionsMenu ...
- 1. 七种join的sql编写
一.join图 二.sql演示 a.创建演示表及数据 SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ----------------------- ...
- springboot调优
application.properties server.tomcat.max-connections=0 # Maximum number of connections that the serv ...
- Docker 系列二(操作镜像).
一.镜像管理 1.拉取镜像 docker pull [选项] [Docker Registry 地址[:端口号]/]仓库名[:标签] -- Docker 镜像仓库地址 :一般是 域名或者IP[:端口号 ...
- 如何让gitbook与github仓库关联
一.账号注册 分别https://legacy.gitbook.com/login和https://github.com/注册账号. https://legacy.gitbook.com/login登 ...
- Springboot使用Filter以及踩过的坑
Springboot使用Filter以及踩过的坑 在Springboot中使用Filter有两种方式,注解方式,注册bean方式 一.注解@WebFilter 1.实现Filter接口(javax.s ...
- Java基础-一文搞懂位运算
在日常的Java开发中,位运算使用的不多,使用的更多的是算数运算(+.-.*./.%).关系运算(<.>.<=.>=.==.!=)和逻辑运算(&&.||.!), ...
- spring boot之hello
自己使用springboot也已经写过一段时间的代码,但是对springboot真正运行的流程还是有点模糊,今天写出自己对springboot的认识,如有不对,还请各位大佬不吝赐教,话不多说,直接上代 ...
- MessageChannel 消息通道
一.初识 MessageChannel 对象 通过构造函数 MessageChannel() 可以创建一个消息通道,实例化的对象会继承两个属性:port1 和 port2 port1 和 port2 ...