Join us as an Unlisted Stock Broker and embark on a rewarding career! The unlisted stock market, a burgeoning sector, offers vast opportunities beyond traditional exchanges, with trading volumes in India reportedly reaching around INR 25 billion monthly by 2024—a sixfold surge from previous years. Fueled by pre-IPO investments, private equity, and off-market deals, this market’s scope is expanding rapidly, presenting a lucrative field for ambitious professionals. We are forming a lean, high-performance team of unlisted stock brokers and invites young, driven individuals eager to succeed. What You’ll Get: 20 days of intensive, hands-on sales training to hone your expertise, full support to ace the NISM certification, and real-world exposure with live clients and authentic deals. What You’ll Do After Training: Onboard 10 clients with a minimum investment of INR 10L each, make 100+ calls daily, meet clear performance milestones, pass the exam, and become a certified broker. Thi…
Featured Listings
Check out our featured listings
Customer service executive – Domestic/International
We are actively hiring for Customer support/voice process.
Work Mode: Work From Office (Bangalore) Process and Position: Customer support Associate (Domestic process and international) Salary: 18,000 to 35,000 Per month. Skill set: Good communication ( verbal and written communication skills) Qualification: Graduates/Under Graduates Both can apply. Experience: Fresher and Experience both can apply. Location: Bangalore Roles and Responsibility: Handling Customer Queries.
Interested candidates please send your CV to [email protected].
Technician – Agriculture Equipment Machinery
Proven experience as an agricultural equipment technician or in a similar role.Strong mechanical aptitude and troubleshooting skills. Familiarity with agricultural machinery, engines, and hydraulic systems.
✅ Requirements:
Physically fit and active
Basic understanding of reading labels/instructions
Willing to work in warehouse environment
📲 Apply Now: Call/WhatsApp: 9606958388 📧 Email: [email protected]
Picker Packers
*Urgent Requirements!!!* ✨*Free jobs*✨ Position :- Picker & Packer Education :- 10th Age limit :- 18 to 35 Shift :- Rotational Salary :- *In hand. 17000* OT :- *Extra OT*
Experience: - Any *Only Male * Location :- HSR layout , BTM layout Bangalore
For more information kindly contact HR *8951348236*
Operational Development Executive in Nagarabhavi
Translation from Telugu to kannada and Kannada to Telugu
Hindi to Kannada and vice versa
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<…