kumar_abhishek

Kumar Abhishek, a technology leader in the field of engineering, brings more than 11 years of valuable experience in software testing to the table. He is deeply passionate about nurturing world-class engineering teams characterized by high skill levels, motivation, and exceptional efficiency. Abhishek has successfully led engineering teams in the creation of innovative software test systems that are robust, scalable, sustainable, and aligned with business objectives. He brings expertise in live and on-demand video streaming, and internet-based content delivery networks (CDNs) which enables him to contribute significantly to the success of projects and initiatives. Throughout his career, he has consistently demonstrated his ability to establish, oversee, and guide exceptionally efficient engineering teams.

Abhishek is esteemed in the industry, acting as an expert judge for both the Globee Award for Technology and the Globee Award for Disruptor in 2024. Moreover, he secured the Gold award in Titan Business Award in 2024, under the category "Management - Best Quality Management Strategy". Abhishek's expertise extends to speaking engagements at various software conferences, and he holds the title of IEEE Senior member.

Abhishek has a proven track record of delivering high-quality products and solutions for various networking and streaming clients, such as Hotstar, Amazon Prime, Apple, and Netflix. I also have a strong background in product management, AI, and marketing, with credentials from BITS Pilani, IIIT Bangalore, and IIM Calcutta. I am passionate about AI and its applications in NLP.
  • Skills: AI, NLP, Software Testing

Blogs

App-Consistent MongoDB Snapshots Across Multiple Pure Storage FlashArrays

By

Introduction When you’re running MongoDB at scale with data distributed across multiple Pure Storage...

PASS: Quantum Computing Slides

By

If you're an attendee at the PASS Data Community Summit this year, there are...

A New Word: Dead Reckoning

By

dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...

Read the latest Blogs

Forums

Looking for help with SQL statement

By DalF1960

Hi there I am seeking some help with an SQL statement. Any help would...

Personal Contact Is Vital

By Grant Fritchey

Comments posted to this topic are about the item Personal Contact Is Vital

Getting the Schema for Tables

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting the Schema for Tables

Visit the forum

Question of the Day

Getting the Schema for Tables

What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?

SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; 
GO 

See possible answers