We are Hiring: Unit Manager, Senior sales Manager, BDM Shriram Life Insurance Bangalore Purushotham Reddy. 8904087040
Featured Listings
Check out our featured listings
FUSIONTECH is hiring Business Development Manager & Executive | Pre-Sales Engineer & Solution Architect Company in QATAR
Job Title: Business Development Manager & Executive | Pre-Sales Engineer & Solution Architect Company (We are looking for mid-career candidates)
Overview: Fusion Tech is a leading IT solutions provider in Qatar with over a decade of experience specializing in cutting-edge technology integrations in CCTV, IoT, and ELV solutions. We work with global brands to deliver tailored technology solutions for businesses across various sectors.
Job Overview: We are seeking highly skilled professionals with expertise in CCTV, IoT, and ELV to join our team in the following roles: • Business Development Manager & Executive • Pre-Sales Engineer & Solution Architect
Key Responsibilities: • BUSINESS DEVELOPMENT MANAGER & EXECUTIVE: o Identify and generate new business opportunities in CCTV, IoT, and ELV sectors. o Conduct product demonstrations and presentations to showcase advanced solutions. o Build and maintain strong relationships with clients, e…
Hr Recruiter
Need to build the team need to take care of the first stage of recruitments
Office Assistant Required
Office Assistant Job Opening in Malleswaram, Bangalore
Position: Office Assistant Location: Malleswaram, Bangalore Salary: Up to ₹12,000 per month Experience: Less than 1 year (Freshers welcome) Gender: Male candidates preferred Skills Required: Basic ability to read English Education: No specific qualification required
Job Description: We are seeking a dedicated and enthusiastic Office Assistant to join our team in Malleswaram, Bangalore. This is an excellent opportunity for freshers looking to start their career in a supportive work environment.
Territory Sales In Charge
We are looking to hire candidates in Retail and Project sales for the Bangalore location. Who has experience in handling dealers and distributors, builders and architects.
Latest Listings
Check out our newest listings
Scandy Ice cream hiring for sales person
- 402, Road, B Block, AECS Layout, Marathahalli, Bengaluru, Karnataka 560037, India
- 9966992633
- JOB openings / Companies
Stock Broker for Unlisted Shares
- Rajajinagar, Bengaluru, Karnataka
- 9477940669
- Finance
Personal Secretary
- Brigade Rd, Shanthala Nagar, Ashok Nagar, Bengaluru, Karnataka
- 7845290077
- Others
Field Sales Executive ,Bangalore
- Bengaluru, Karnataka
- 8714612097
- Sales
Presales Executive
- Bengaluru, Karnataka
- 9886019345
- Construction
Delivery Executive
- Bengaluru, Karnataka
- Suraj Tajane
- Others
Office Assistant Required
- Kumarapark West, Seshadripuram, Bengaluru, Karnataka 560020
- 9980143687
- Health Care
From the Blog
Read our latest articles
No Privacy Left !!!
Carding - No Privacy Left
Today, one of my friend messaged in WhatsApp group saying “Guys, my Axis bank debit card number and CVV number got hacked and deducted 7000rs (plus some change) from my account, keep your card number and CVV safe”.
That’s when I got more frustrated, irritated and lot of emotions busted out of me.
Immediately, my reply in WhatsApp group was “WTF?? When and how did it happen?? Lodged police complaint??”
He said “Yesterday (16th May 2018) around 3-4pm. Also, I have submitted fraudulent form with fraud details and they will investigate”.
Along with that he sent a screenshot of that transaction. After looking at it, I did some Googling and figured out the registrar data and it was an International transaction made on www.crazy8.com
My friend was not aware of this transaction until he got an SMS saying, “Transaction declined due to insufficient funds”. So, this was their 2nd attempt!!
…
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 i…
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<…