Summary
Accomplishments
My Writing Experience
Coding Experience | Project
Work History
Education
Skills
Software
Languages
Websites
BusinessAnalyst
Abraar Surti

Abraar Surti

Dallas,TX

Summary

Results-driven Information Technology Systems student with expertise in data analysis, strategic planning, and business process optimization. Proficient in Azure, Python, Java, C++, SQL, Power BI, Excel and Tableau, with hands-on experience driving operational efficiency and implementing technology solutions that deliver results. Adept at leveraging data-driven insights to enhance business performance, streamline workflows, and support strategic decision-making. Equipped with advanced technical capabilities coupled with a solutions-oriented mindset to make an immediate impact in any fast-paced, tech-driven environment.

Accomplishments

  • Secured Major Social Media Feature: Secured a feature on a major social media page with 9.6M Instagram followers, resulting in 788K likes on the product post and showcasing the campaign's success.
  • Streamlined Operations for Increased Efficiency: Implemented data analytics and automation solutions that reduced operational costs by 20% and improved business processes across inventory and order management.

My Writing Experience

Subject: Application for AI Ethics Internship Opportunity

Dear Hiring Team at the American Center for Artificial Intelligence,

I am writing to express my strong interest in the AI Ethics Internship at the American Center for Artificial Intelligence. As a double major in Information Technology Systems and Philosophy at the University of Texas at Dallas, I bring a unique interdisciplinary perspective that bridges technical expertise with deep ethical reasoning. My academic background, coupled with my passion for the intersection of artificial intelligence and moral philosophy, positions me well to contribute meaningfully to your research and initiatives in AI ethics.

Beyond my coursework, I have actively engaged in discussions and projects surrounding AI’s ethical implications, including topics such as algorithmic bias, accountability, and the societal impact of automation. My experience in data analysis and software development has given me a technical foundation, while my philosophical studies have refined my ability to assess complex ethical dilemmas critically. Additionally, my leadership roles in business operations and strategic planning have strengthened my ability to communicate and collaborate effectively—key skills for navigating ethical challenges in AI.

I am eager for the opportunity to apply my knowledge in a dynamic, research-driven environment that fosters innovation and responsible AI development. I would welcome the chance to further discuss how my skills and insights align with your team’s mission. Thank you for your time and consideration—I look forward to the possibility of contributing to your work.

Best regards,
Abraar Surti
📍 Dallas, TX
📧 abraar707@gmail.com
📞 972-670-0215

Coding Experience | Project

I wrote this code for an unreleased mobile app as a project for showcasing startup investment opportunities. The app dynamically displays investment prospects and allows users to express interest in startups. This project demonstrates my mobile app development skills using Flutter/Dart and my ability to build interactive, data-driven applications.

import 'package:flutter/material.dart';

void main() => runApp(InvestmentApp());

class InvestmentApp extends StatelessWidget {
 final List> startups = [
   {"name": "TechNova", "industry": "AI & Robotics"},
   {"name": "EcoGreen", "industry": "Sustainable Energy"},
   {"name": "MediSync", "industry": "Healthcare AI"},
 ];

 @override
 Widget build(BuildContext context) {
   return MaterialApp(
     home: Scaffold(
       appBar: AppBar(title: Text('Investment Opportunities')),
       body: ListView.builder(
         itemCount: startups.length,
         itemBuilder: (context, index) {
           return ListTile(
             title: Text(startups[index]["name"]!, style: TextStyle(fontWeight: FontWeight.bold)),
             subtitle: Text("Industry: ${startups[index]["industry"]}"),
             trailing: ElevatedButton(
               onPressed: () => ScaffoldMessenger.of(context).showSnackBar(
                 SnackBar(content: Text("Interested in ${startups[index]["name"]}!"))
               ),
               child: Text("Invest"),
             ),
           );
         },
       ),
     ),
   );
 }
}

Work History

Operations & Strategy Lead

Crumbs n' Cakes Bakery
Plano, TX
06.2020 - Current
  • Optimized IT-driven business operations by managing inventory, logistics, and customer relations, resulting in increased efficiency and reduced costs.
  • Leveraged data-driven insights to design and execute targeted marketing campaigns, optimizing reach and engagement.
  • Secured a feature on a major social media page with 9.6M Instagram followers, resulting in 788K likes on the product post, showcasing the campaign's success.
  • Utilized social media insights to accelerate brand growth, surpassing 10,000 new Facebook followers within one week.
  • Developed data analytics solutions to enhance supply chain management, improving demand forecasting and resource allocation.

Education

Bachelor of Science - Information Technology Systems

The University of Texas At Dallas
Richardson, TX
12-2025

Skills

  • Data Analysis: Excel, Tableau, Power BI, Python
  • Software Development: HTML/CSS
  • Database Management: SQL
  • Cloud Computing: Azure
  • Programming Languages: C, Java, HTML/CSS, Python
  • Market Research & Analysis: Skilled in collecting, evaluating, and synthesizing market data to guide strategic decision-making
  • Performance-Driven Leadership

Software

Azure

Java

C

Python

Power BI

Excel

Tableau

Languages

English
Native/ Bilingual
Hindi
Native/ Bilingual
Urdu
Native/ Bilingual
Gujarati
Native/ Bilingual
Abraar Surti