We are Hiring: Unit Manager, Senior sales Manager, BDM Shriram Life Insurance Bangalore Purushotham Reddy. 8904087040
Featured Listings
Check out our featured listings
Computer Vision Engineer
Responsibilities Develop and deploy computer vision algorithms and deep learning models for diverse problems. Design and implement computer vision models using state-of-the-art techniques and frameworks. Explore and analyze unstructured data like images through image processing. Analyze, evaluate and optimize existing computer vision systems to improve performance and accuracy. Test and validate computer vision code and models, ensuring robustness and reliability. Research and implement new computer vision technologies to stay at the forefront of the field. Collaborate with cross-functional teams to develop innovative solutions that meet project requirements. Monitor the performance and accuracy of computer vision models, making necessary adjustments and improvements. Maintain and update computer vision systems to ensure their continued functionality and relevance. Provide technical support and guidance to team members and customers using computer vision systems.
Requ…
tele caller
About Qwqer:
QWQER, is an international brand name existing in 5 countries. In India we are 5 years old. We are App based delivery platform and we help businesses with their delivery needs and transportation requirements. For individuals, we provide deliveries within the city and also have options where individuals can sit in the comfort of their homes or offices and purchase products or book deliveries.
We have made more than 50L + deliveries and have more than 5 lakhs+ customers in 28 cities across all South Indian states. Some of our marquee clients are Spar, Big basket, Lulu, TATA 1mg etc.
Our Product Lines • QWQER Express: We provide hyperlocal delivery services for large enterprises, SME customers and B2C customers using our app. • QWQER Fleet: We provide vehicle deployment (FTL) for large enterprises. Here our vehicles ply within, between cities and between regions too. • QWQER Shop: This is a marketplace which enables customers to login and purc…
FMCG AREA SALES MANAGER GT
We are a Go to market company and actively looking for a ASM in Bangaluru.
*we deal with brands like Equal//Aloha//Wicked Gud// Raze*
*DISTRIBUTER Handling PNL/ MARKET* *ESTABLISHMENT/ ODER Procurement/* *TEAM HANDLING/AND PRODUCTIVITY* *MANAGEMENT* *HIRING PEOPLE/OPENING* *NEW AREAS FOR BUSINESS..*
Please do call me in my below coordinates if interested.
Regards Shiladitya REGIONAL HEAD SOUTH INDIA 9073557770
Customer support officer
Inbound and outbound calling Calling in regional languages Fluency in Kannada and Hindi Salary package 15000 to 16000
Latest Listings
Check out our newest listings
Delivery rider
- 16, Pramukh Swami Maharaj Rd, Rajaji Nagar Industrial Town, Rajajinagar, Bengaluru, Karnataka 560010, India
- 8431349985
- JOB openings / Companies
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
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<…