Building construction, project execution, marking, barbending schedule, Bill of quantity, tracking projects, on time completion, product checking, quality control, safety measures, precautions, handling vendor bill, handling contractors bill, quantity surveying, organising material,
Featured Listings
Check out our featured listings
Accountant
Key Responsibilities: GST registration and compliance, Income tax compliance, Book keeping and others with minimum assurance of 2 years they work in our company
AutoCAD Operator
Education: Civil Engineering BE/BTech/Diploma (Pass or Fail) Languages: Kannada, English, Hindi (Speak, Read, Write and Type)
Red hat Linux and Windows System Administrator
Nair Systems is currently looking for Red hat Linux and Windows System Administrator for our Qatar operations with the following terms & conditions.
Skills & Experience: Key system administration skills (installation, configuration, troubleshooting, investigation, tuning, patching, scripting, integrating with security systems, documentation) mainly in RHEL (Red hat Enterprise Linux) and Windows. Preferable: Experience in a bank or financial institution. Experience in a brokerage house (applications such as FIT, QUOD, Market Making (FIS)). A minimum of 5 year experience. preferred someone worked in GCC
Should you be interested in this opportunity, please send your latest resume in MS Word format at the earliest at [email protected]
Latest Listings
Check out our newest listings
Education Program Manager in Koppal/Chikkaballapur
- Koppal, Karnataka
- 9439308689
- Education- Teaching
BUSINESS DEVELOPMENT AND MARKETING MANAGER
- 569, 8th Cross Rd, Nanjappa Reddy Colony, Mathikere, Bengaluru, Karnataka 560054, India
- 9895534263
- Business Development
Python Developer
- #44, 2nd floor, 1st cross, 2nd main, Prasanth extension, Whitefield, Prasanth Extension, Whitefield, Bengaluru, Karnataka 560066
- 9790165601
- IT/Software
Orbit Softek is hiring for Network Engineer in Koramangala, bangalore
- 60ft road, 1st Cross Road, KHB Colony, 5th Block, Koramangala, Bengaluru, Karnataka 560095, India
- 9148888666
- IT
Tech support
- Bengaluru, Karnataka
- 9008501162
- Consultancies
AutoCAD Operator
- Ward No. 36, 11, Magadi Main Rd, Govindaraja Nagar Ward, Agrahara Dasarahalli, Vijayanagar, Bengaluru, Karnataka 560040
- 9945831469
- Other
Store Manager cum Cashier (Female)
- Carmelaram, Bengaluru, Karnataka
- 9740736666
- Consultancies
From the Blog
Read our latest articles
No Privacy Left !!!
JMeter Interview Questions & Answers
Jmeter Interview Questions
What Is Jmeter? JMeter is one of the Java tools which is used to perform load testing client/server applications. Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance of the application. It was originally designed for testing Web Applications but has since expanded to other test functions. Explain How Jmeter Works? JMeter acts like a group of users sending requests to a target server. It collects response from target server and other statistics which show the performance of the application or server via graphs or tables. Explain Where You Can Use Functions And Variables? Variables and functions can be written into any field of any test component. Mention What Are Regular Expressions In Jmeter? Based on the pattern, regular expression are used to search and manipulate text. JMeter is useful in interpreting forms of r…Hadoop Interview Questions & Answers
Hadoop Interview Questions
On What Concept The Hadoop Framework Works? It works on MapReduce, and it is devised by the Google. What Is Mapreduce? Map reduce is an algorithm or concept to process Huge amount of data in a faster way. As per its name you can divide it Map and Reduce. The main MapReduce job usually splits the input data-set into independent chunks. (Big data sets in the multiple small datasets) MapTask: will process these chunks in a completely parallel manner (One node can process one or more chunks).The framework sorts the outputs of the maps. Reduce Task : And the above output will be the input for the reducetasks, produces the final result. Your business logic would be written in the MappedTask and ReducedTask. Typically both the input and the output of the job are stored in a file-system (Not database). The framework takes care of scheduling tasks, monitoring them and re-executes the failed tasks What Is Comput…