
NIIT Learning Systems named Databricks APJ Training Partner of the Year
NIIT Learning Systems announced that it has been named as the ATP APJ Training Partner of the Year by Databricks.
Databricks, the leading Data and AI company, combines Apache Spark with Delta Lake to break down traditional data silos and deliver a unified platform for data engineering, machine learning, and data science at scale. Its global Partner Ecosystem, over 6,000 strong plays a pivotal role in delivering premier data and AI solutions. Each year, Databricks recognizes these collaborative efforts through the Databricks Partner Awards presented at the Data + AI Summit across 56 categories to honor outstanding partner achievements.
NIIT earned the Databricks APJ Training Partner of the Year award for exceptional delivery of the core Databricks curriculum and leveraging a robust team of instructors specializing in Generative AI to serve customers across the APJ region. As an early and vital partner, NIIT played a key role in developing the Databricks Certified Instructor network, aligning with evolving customer demands to ensure high quality, impactful training.
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Time of India
5 days ago
- Time of India
CNLU prof ranked among world's top 10 legal scholars
Patna: Chanakya National Law University (CNLU) adjunct professor Nehaluddin Ahmad, who also serves as a senior professor at Sultan Sharif Ali Islamic University (UNISSA) in Brunei, has secured a prestigious position in the 2025 edition of the AD Scientific Index. He has been ranked 10th globally in the field of law and legal studies. CNLU registrar S P Singh said Ahmad has also been ranked number one in all of Asia. In recognition of his outstanding academic contributions, he received the prestigious Teacher Excellence Award (Anugerah Guru Cemerlang) in 2024 from His Majesty the King of Brunei. Ahmad has authored over 300 research articles and more than two dozen books. His work on property law was cited in a 2016 ruling by the Supreme Court of the Australian Capital Territory in Canberra. On the global policy front, his article "Restrictions on Cryptography in India – A Case Study of Encryption and Privacy" was referenced in a European Commission study titled "New Challenges to Data Protection." His 2018 article "Bitcoin: Is it Really Legal? An Overview" (published in the Computer and Telecommunications Law Review, Vol. 24, Issue 3, pp. 59-65) was cited by the European Parliament's Special Committee on Financial Crimes, Tax Evasion and Tax Avoidance (TAX3), underscoring his impact in the field of financial regulation and digital currency law. Ahmad's scholarly work has been cited by academics from some of the world's leading institutions, including the University of Oxford, Yale University, University of Cambridge, Cornell University, SOAS University of London, University of Massachusetts, New York University, and the National University of Singapore. His contributions have also been referenced by universities in the United States, United Kingdom, Australia, France, Germany, Sweden, Finland, Turkey, Japan, South Korea, Taiwan, Malaysia and India, said Singh.


The Hindu
5 days ago
- The Hindu
‘AI hallucinations are hard to remove completely': Naveen Rao, VP of AI, Databricks
Data and analytics firm Databricks was primed to ride the AI wave as data platform is crucial to train models. The company pioneered 'lakehouse architecture', an open data management system that combines flexibility, cost efficiency and scalability. Post a $10 billion funding round in December that valued the company at $62 billion, the AI company is being keenly watched by investors. But with the dramatic rise in valuations of AI firms comes the pressure to sell AI tools. In an exclusive interaction with The Hindu, Naveen Rao, VP of AI at Databricks, shared about the enterprise AI market, the AGI moment, and the hype around AI agents. THB: AI adoption is in full swing even as hallucinations persist. Why is this the case? Naveen Rao: There are a few reasons. We've gotten more mature on what our application areas are for AI. Basically, we have figured out the use cases where we can tolerate some error. Initially, people tried to apply them to all kinds of areas where precision was required which was a mistake. Secondly, we are adding value in these areas so the models have actually gotten better. When you put information into context either through retrieval or just entering all the required context into the prompt, we see less hallucinations. The models adhere to the information in the prompts with higher fidelity. Over time, we'll continue to work at driving down hallucinations. There can be other checks and balances like having another model judge whether the output is good. That gives us higher precision — it's not 100% but in many cases it's approaching north of 90 — 95% accuracy. But hallucinations are intrinsic to these AI models because LLMs are probabilistic, right? It's an auto regressive, next token prediction. So, it's very hard to remove completely. THB: Databricks recently announced a $ 100 million partnership with Anthropic. How will this play out in the agentic AI market? Naveen: We can't have AI agents in companies because there are errors, especially when they're doing multi-step tasks. I do think AI agents are definitely hyped. The definition of an AI agent has shifted to fit the narrative. The original intent of the word was to describe an entity that has agency meaning it can act completely on its own. Now, it has evolved into multi-part systems where multiple LLMs work together to solve a task that usually makes humans faster or more efficient. Even if AI agents were perfectly behaved, we don't want something that can act completely on its own with no governance. We have built this into Databricks' governance layer for data extended to GenAI. So, whenever an AI agent is built, it has certain access rights and entitlements and it can't go willy-nilly everywhere. In the coming years, as we start to solve these problems, things will become reliable and accurate. THB: Can we attain AGI with the current level of LLM advances? Naveen: I mean, whether it's a route to AGI or not will be seen in the technology itself. I personally don't think it is. I don't think that autoregressive loss is the right way to make something that can truly understand causation in a system. Humans learn in a different way. We learn by coming up with a mechanistic understanding of how we can solve a task. So, one thing leads to another thing then another. When I want to solve the same task again, I have a sense of the inputs that cause the causation to the next state. LLMs don't do this. Maybe we'll get there, but the current paradigm of very large pre-training on a huge corpus of unstructured data and then doing some sort of reinforcement learning to modify its behaviour is not what will lead to something that can truly act on its own. THB: So, you don't believe that AGI is just around the corner? Naveen: No, I think it's a much harder problem than a lot of people want to give it credit for and we are not at a point where we're close. Yes, we have made huge progress towards autonomous systems that can understand natural language. LLMs have solved natural language, which is a big thing. I don't want to minimize what's been done or their economic impact — LLMs are very useful tools. THB: How do you compare enterprise AI against the consumer AI market? Do you find it easier to navigate? Naveen: Enterprises tend to be slower to adopt. They're generally very rational actors, whereas consumers are somewhat irrational. That makes it harder to go after consumer, because it's hard to understand exactly why they're going to buy. Over time the enterprise market will be bigger than the consumer market, I believe. There are really only a few different product surfaces. Search tools is a big one in the consumer segment, like Perplexity or ChatGPT. Image generation and others are really mostly for fun. But I don't know how much people pay for fun. Usually, the novelty wears off unless they're used for business purposes. Whereas in enterprises we see companies really trying to look for an ROI so they're willing to invest a lot because it means something about the company versus their competitors. THB: What is AI's killer app now? Naveen: Right now, it's coding. AI tools tend to be effective when they're structured or their output is easily measured. With writing code, you can tell if the code complies pretty easily. Although coding agents hallucinate a lot but most of it is still useful. THB: What do you think about the view that students should stop studying software engineering? Naveen: I don't agree with it — someone has to understand how these systems work. Even if code generation is automated, it doesn't mean that the physics of writing software goes away. Somebody will still have to work with the code and check it. We have to understand the basics. I think it's a very poor advice to say we should stop studying computer science altogether.


Business Standard
5 days ago
- Business Standard
Bizmetric Awarded 2025 Databricks APJ Innovation Partner of the Year at Data + AI Summit
PRNewswire Houston (Texas) [US] / Pune (Maharashtra) [India], June 17: Bizmetric, a leader in enterprise data transformation and analytics, is honored to announce its recognition as the 2025 Databricks APJ Innovation Partner of the Year. Presented at the annual Data + AI Summit, the award highlights Bizmetric's exceptional contributions and innovations in delivering scalable, AI-powered solutions across sectors including Oil & Gas, Manufacturing, and BFSI domains. * Bizmetric is recognized for its approach to accelerating global data transformation across key industries with cutting-edge AI and data solutions. Over the past year, Bizmetric, in collaboration with Databricks, has delivered cutting-edge solutions in AI/ML, analytics, and data governance. With accelerators like MLOps, Data Engineering, and Gen AI Bots, Bizmetric has driven client success through faster deployment, automation, and intelligent task execution--boosting enterprise efficiency and measurable business outcomes. "Partnering with Databricks has been pivotal in accelerating our mission to deliver cutting-edge data and AI solutions that drive real business impact for our clients," said Amit Mittal, Founder & CEO, and Ishan Kohli, Co-Founder and India Head at Bizmetric. "Being recognized as the 2025 Databricks APJ Innovation Partner of the Year at the Data + AI Summit is not just an honor - it's a testament to the strength of our collaboration, the innovation we've brought to the ecosystem, and our shared commitment to transforming the future of data and AI across industries." "We're excited to recognize Bizmetric as the 2025 Databricks APJ Innovation Partner of the Year," said Greg Taylor, Vice President of Partners, APJ at Databricks. Bizmetric, in collaboration with Databricks, drives data intelligence with accelerators and Gen AI solutions that streamline workflows and automate HR, IT, and customer service--empowering enterprises to solve complex challenges and maximize data value. Case Study: A global manufacturer partnered with Bizmetric and Databricks to streamline IoT data integration, ensure compliance, and improve ML operations. Using MLflow, Unity Catalog, and Delta Lake, they achieved 30% less downtime, $55M savings, 15% higher throughput, and 3x faster queries--showcasing a successful, scalable digital transformation. About Bizmetric Bizmetric is a global data and AI solutions provider, founded in Texas with a strong presence in India, offering scalable analytics, AI/ML, DevOps, and cloud solutions--guided by People, Process, and Product (PPP) to deliver measurable business outcomes. Learn more at .