Jump to content

Linux Administrator In San Francisco, Ca ..konni Tips Qns For Intvw


Recommended Posts

Posted

[size=5][font=Verdana][font=times new roman][color=#000099][b][color=black]Job Title [/color][/b][/color]:[/font] [b][color=windowtext]LINUX ADMINISTRATOR[/color][/b]
[b]Duration : 6[/b] [b]to 12 Months[/b][/font]
[font=Verdana][font=times new roman][b]Location [/b][/font]: [b]San Francisco, CA, United States[/b][/font]

[font=Verdana][b][font=arial,sans-serif]Description[/font][/b][font=verdana,sans-serif]:[/font][/font]
[font=Verdana][font=verdana,sans-serif]Essential Duties and Responsibilities:
• Participate in a team responsible for the design, implementation, automation and deployment of systems – including network, and systems management of server hardware and software within Client.
• Deliver innovation through automation and enable standard deployable units of infrastructure, through multiple environments, including Development, QA, and Production
• Partner with Project Managers, Technical Architects, Technical Managers, DBAs, Developers, QA, and Operations to ensure infrastructure deliverables have been deployed, documented, and validated within operational guidelines.
• Assume any role within infrastructure, or in the assigned project, to drive delivery
• Influence others through presentations to drive initiatives and technical project designs
• Maintain a high degree of professionalism and mentorship as cross-training, and knowledge sharing skills are required
• Can organize, assemble, and influence teams from various IT backgrounds - in some instances, supervise daily work activities of assigned individuals or teams.
• Focus on security and compliance best practices to ensure currency of our systems, while providing solutions and assistance in audit activities
• Excellent team player, including the ability to work cross functionally in a fast paced environment
• Demonstrated initiative, flexibility, and ability to concurrently manage multiple deadline-driven tasks and projects; self-starter
• Experience working in, and supporting, an Agile development environment

Candidates should meet several of the qualifications below:[/font]

[font=symbol]§[/font][font=verdana,sans-serif] 5-7+ years of enterprise Unix/Linux/OSX and/or Windows experience[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Solid experience with enterprise systems management in retail/branch office network environments[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Solid experience with Windows and/or Linux scripting languages - Perl, bash, C/C++, batch, gtk/glade[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience with open source monitoring tool-chains such as Nagios, Cacti, MRTG, SNMP, collectd, rrd[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience in managing and deployment of system configuration with tools like Puppet, Chef or Cfengine[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience with the configuration and deployment of application servers. Knowledge of web services a plus.[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience In-depth Ruby, Ant expertise[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience with virtualization, knowledge of VMware, KVM, XEN[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Experience with Unix/Linux/OSX and/or Windows systems management tools (Casper, WSUS, ZLM, ZCM)[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Knowledge of Cisco IOS, Firewalls, load balancers, access points[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Knowledge of AIX VIO LPAR, storage networks, and NAS/SAN hardware[/font]
[font=symbol]§[/font][font=verdana,sans-serif] Knowledge of DB2/UDB, WAS, JBoss, MQ, Apache, tomcat, MySQL, memcached, Oracle[/font][/font]


[font=Verdana][b][font=arial,sans-serif]Remarks[/font][/b][font=verdana,sans-serif]:[/font][/font]
[font=Verdana][font=arial,sans-serif]PLEASE COMPLETE KNOCKOUT QUESTIONS AND ATTACH WITH THE SUBMISSION IN IQN. [/font][/font]
[font=Verdana][font=arial,sans-serif]The Unix/Linux questions (the first section) can be done on the phone. If the candidate seems to do well on them, send him/her the scripting and automation questions.[/font][/font]

[font=Verdana][font=arial,sans-serif][b]Quick tips for the Interviewer:[/b][/font][/font]

[font=Verdana][font=arial,sans-serif]• Pronounce -e as dash E . Same goes for everything else that starts with a dash: -QUIT is dash quit , -L is dash capital L . [/font][/font]
[font=Verdana][font=arial,sans-serif]You might hear some people pronounce the dash as a minus . That s OK. [/font][/font]

[font=Verdana][font=arial,sans-serif]• Spell out acronyms as you say them. Example: JVM is said as the letters J-V-M.[/font][/font]

[font=Verdana][font=arial,sans-serif]• Debian is pronounced DEHB-ee-an . • Crontab is pronounced KRAHN-tab . tab rhymes with the word cab .[/font][/font]

[font=Verdana][font=arial,sans-serif]• People will probably pronounce dpkg as D package .[/font][/font]

[font=Verdana][font=arial,sans-serif][b]Unix/Linux Screening Questions [/b][/font][/font]

[font=Verdana][font=arial,sans-serif]1. How do you find a file in the current directory that was modified less than 48 hours ago?[/font][/font]

[font=Verdana][font=arial,sans-serif]2[/font][/font][font=Verdana][font=arial,sans-serif]. On an RPM-based system, how do you list the names of all the installed packages? OR: On a Debian-style system, how do you list the names of all the installed packages? [/font][/font]

[font=Verdana][font=arial,sans-serif]3. What command would you use to edit your crontab? What command would you use to list your crontab? What about listing other user’s crontab? [/font][/font]

[font=Verdana][font=arial,sans-serif]4. What command lists the first five lines of a text file named foo ? [/font][/font]

[font=Verdana][font=arial,sans-serif]5. If a JVM (Java Virtual Machine) process has a PID of 543, what command would you use to dump its threads? [/font][/font]

[font=Verdana][font=arial,sans-serif]6. What command would you use to find out which version of Java is on your system?, the yum command, the dpkg command, or the aptitude command. [/font][/font]

[font=Verdana][font=arial,sans-serif]Those are acceptable answers. [/font][/font]

[b][font=Verdana][font=arial,sans-serif]Scripting/Automation Screening Questions [/font][/font][/b]

[font=Verdana][font=arial,sans-serif]1. Write a short script in valid shell or a scripting language to print the username and UID (user ID) of all users in /etc/passwd. Extra points if you print only the users who use bash, ksh, csh, or zsh.[/font][/font]

[font=Verdana][font=arial,sans-serif]2. Write a short script in shell or a scripting language to test if a particular process is running on a Linux system, and restart it if it is not. The PID file will be found in /var/run/foo.pid. [/font][/font]

[font=Verdana][font=arial,sans-serif]3. Write a short script in a scripting language that can parse a log file and find the number of users named Ken (second column), and the number of failures (sixth column). This imaginary log file is large, so please do this in one pass. Example entries:[/font][/font][/size]

Posted

[quote name='SaaliPurugu' timestamp='1348712765' post='1302547191']
nuvve hire chesukunntava.. comapy pareyyi
[/quote]


evarina interested unte..sepandi HR pere vesta....

Posted

[quote name='ChittiNaidu' timestamp='1348713052' post='1302547206']


evarina interested unte..sepandi HR pere vesta....
[/quote]
java em ayina unte pm sesko sSc_hidingsofa

Posted

[quote name='Hava5' timestamp='1348713111' post='1302547208']
java em ayina unte pm sesko sSc_hidingsofa
[/quote]


serious aa...

already okati chestunnav ga...

Posted

no HR .. direct attack..


HR odu adige sollu behavioral questions answer cheyaleka mind dobbutundi

Posted

[quote name='ChittiNaidu' timestamp='1348713143' post='1302547212']


serious aa...

already okati chestunnav ga...
[/quote]
matter thelidha? sSa_j@il sSa_j@il

Posted

[quote name='Hava5' timestamp='1348713384' post='1302547225']
matter thelidha? sSa_j@il sSa_j@il
[/quote]


nakem telsu....

DB lo tirgutunte..bagane cheskutnunnavemo anukunna...

Posted

[quote name='ChittiNaidu' timestamp='1348714625' post='1302547285']


nakem telsu....

DB lo tirgutunte..bagane cheskutnunnavemo anukunna...
[/quote]
uhmm..!!

Posted

[quote name='Little Star' timestamp='1348714763' post='1302547296']
Please refer me -
[/quote]


Pmed..

Posted

[quote name='lolliman' timestamp='1348714540' post='1302547279']
gp baaa... maaa friend okadu vunnadu vaadiki chepthaaaa
[/quote]


details Pm chesa...contact him

Posted

[quote name='ChittiNaidu' timestamp='1348714941' post='1302547306']


details Pm chesa...contact him
[/quote]

ippude choosaa baaa thank u

×
×
  • Create New...