query
stringlengths 17
122
| output
dict |
---|---|
Display graduates from 2017 in Bangalore who completed a B Tech in AI and ML and are employed at IBM.
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "IBM",
"degree": "B Tech"
}
|
List people based in Hyderabad.
|
{
"batch": null,
"branch": null,
"city": "Hyderabad",
"company": null,
"degree": null
}
|
List alumni from the 2017 batch in Mumbai with a M Tech in ds employed at Facebook.
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Facebook",
"degree": "M Tech"
}
|
Find alumni who completed a M Tech in Computer Science in Santa Clara in 2016 and work at Google.
|
{
"batch": "2016",
"branch": "CSE",
"city": "Santa Clara",
"company": "Google",
"degree": "M Tech"
}
|
Can you help me find 2020 alumni who studied cse, got a B Tech, and work at Wipro in San Francisco?
|
{
"batch": "2020",
"branch": "CSE",
"city": "San Francisco",
"company": "Wipro",
"degree": "B Tech"
}
|
Show me alumni from the 2016 batch in Pune who have a M Tech in CSE and work at Intel.
|
{
"batch": "2016",
"branch": "CSE",
"city": "Pune",
"company": "Intel",
"degree": "M Tech"
}
|
Who are the 2022 alumni doing M Tech in Computer Science in San Francisco and working at Wipro?
|
{
"batch": "2022",
"branch": "CSE",
"city": "San Francisco",
"company": "Wipro",
"degree": "M Tech"
}
|
List alumni from 2020 with a B Tech in data science located in Bangalore working at TCS.
|
{
"batch": "2020",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "TCS",
"degree": "B Tech"
}
|
List alumni from 2016 who have a M Tech in CSE(AI&ML) and work at Facebook in Bangalore.
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "Facebook",
"degree": "M Tech"
}
|
Any alumni in CSE(DS)?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"degree": null
}
|
Help me find alumni from 2016 with a B Tech in Computer Science based in San Jose at Oracle.
|
{
"batch": "2016",
"branch": "CSE",
"city": "San Jose",
"company": "Oracle",
"degree": "B Tech"
}
|
Show graduates from 2015 in San Jose who have a B Tech in AI and ML and work at Wipro.
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "Wipro",
"degree": "B Tech"
}
|
Looking for alumni from 2021 who have a M Tech in ds in Bangalore at Wipro.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "Wipro",
"degree": "M Tech"
}
|
List alumni from 2021 who have a M Tech in it and work at Capgemini in San Francisco.
|
{
"batch": "2021",
"branch": "IT",
"city": "San Francisco",
"company": "Capgemini",
"degree": "M Tech"
}
|
Find me any 2015 alumni who did B Tech in it, live in Santa Clara, and work at Oracle.
|
{
"batch": "2015",
"branch": "IT",
"city": "Santa Clara",
"company": "Oracle",
"degree": "B Tech"
}
|
Show me graduates from 2021 with a M Tech in DS located in Bangalore working at Intel.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "Intel",
"degree": "M Tech"
}
|
Do you have information on 2017 graduates with a B Tech in CSE working in Hyderabad at Intel?
|
{
"batch": "2017",
"branch": "CSE",
"city": "Hyderabad",
"company": "Intel",
"degree": "B Tech"
}
|
List people based in Santa Clara.
|
{
"batch": null,
"branch": null,
"city": "Santa Clara",
"company": null,
"degree": null
}
|
Can you find graduates from 2016 with B Tech in AI and ML living in Hyderabad employed at Amazon?
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"company": "Amazon",
"degree": "B Tech"
}
|
Find graduates who completed M Tech in ds in San Francisco in 2021 and are employed at Adobe.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "San Francisco",
"company": "Adobe",
"degree": "M Tech"
}
|
Show me graduates from 2017 with a B Tech in it located in Santa Clara working at Accenture.
|
{
"batch": "2017",
"branch": "IT",
"city": "Santa Clara",
"company": "Accenture",
"degree": "B Tech"
}
|
Display alumni who graduated in 2016 with a M Tech in it from Pune and are now at Adobe.
|
{
"batch": "2016",
"branch": "IT",
"city": "Pune",
"company": "Adobe",
"degree": "M Tech"
}
|
Find graduates who studied AI and ML.
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"degree": null
}
|
Display graduates from 2017 in Bangalore who completed a B Tech in CSE and AI and ML and are employed at Accenture.
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "Accenture",
"degree": "B Tech"
}
|
List alumni from the 2020 batch in Chennai with a M Tech in AI employed at Capgemini.
|
{
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Capgemini",
"degree": "M Tech"
}
|
Show me alumni located in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"degree": null
}
|
Display alumni from 2020 who graduated with a B Tech in Information Technology in Delhi and are employed at Google.
|
{
"batch": "2020",
"branch": "IT",
"city": "Delhi",
"company": "Google",
"degree": "B Tech"
}
|
Show me alumni who graduated in 2021 with a M Tech in Computer Science from San Jose and are employed at Capgemini.
|
{
"batch": "2021",
"branch": "CSE",
"city": "San Jose",
"company": "Capgemini",
"degree": "M Tech"
}
|
Find graduates from 2018 who have a B Tech in AI and ML and are now at Intel in Delhi.
|
{
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Delhi",
"company": "Intel",
"degree": "B Tech"
}
|
Find graduates living in Hyderabad who have a M Tech.
|
{
"batch": null,
"branch": null,
"city": "Hyderabad",
"company": null,
"degree": "M Tech"
}
|
List alumni from the 2018 batch in Delhi with a B Tech in DS employed at Intel.
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": "Delhi",
"company": "Intel",
"degree": "B Tech"
}
|
Display alumni from 2015 who graduated with a M Tech in it in Hyderabad and are employed at Google.
|
{
"batch": "2015",
"branch": "IT",
"city": "Hyderabad",
"company": "Google",
"degree": "M Tech"
}
|
List graduates from 2017 who completed a B Tech in CSE in Chennai and work at Salesforce.
|
{
"batch": "2017",
"branch": "CSE",
"city": "Chennai",
"company": "Salesforce",
"degree": "B Tech"
}
|
Can you help me find 2016 alumni who studied AI and ML, got a B Tech, and work at Capgemini in Pune?
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Capgemini",
"degree": "B Tech"
}
|
Who in San Francisco has a Computer Science specialization?
|
{
"batch": null,
"branch": "CSE",
"city": "San Francisco",
"company": null,
"degree": null
}
|
List people who work at Intel located in Mumbai.
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": "Intel",
"degree": null
}
|
Who from the 2021 batch is doing a M Tech in IT in San Francisco and works at Amazon?
|
{
"batch": "2021",
"branch": "IT",
"city": "San Francisco",
"company": "Amazon",
"degree": "M Tech"
}
|
I'm searching for alumni from 2017 who studied Data Science and are now at Microsoft in Pune.
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": "Pune",
"company": "Microsoft",
"degree": null
}
|
Find graduates who studied Computer Science.
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"degree": null
}
|
Looking for B Tech grads in cse from 2021 living in Hyderabad working at IBM.
|
{
"batch": "2021",
"branch": "CSE",
"city": "Hyderabad",
"company": "IBM",
"degree": "B Tech"
}
|
Display people from 2016 working in Bangalore with a degree in CSE and AI and ML at Capgemini.
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "Capgemini",
"degree": null
}
|
List people with a it background.
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"degree": null
}
|
Can you find graduates from 2020 with B Tech in IT living in Hyderabad employed at Oracle?
|
{
"batch": "2020",
"branch": "IT",
"city": "Hyderabad",
"company": "Oracle",
"degree": "B Tech"
}
|
Find alumni from 2020 with a B Tech in CSE from Hyderabad working at Capgemini.
|
{
"batch": "2020",
"branch": "CSE",
"city": "Hyderabad",
"company": "Capgemini",
"degree": "B Tech"
}
|
Are there M Tech holders in CSE and AI and ML from 2020 who work at Google in San Francisco?
|
{
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "San Francisco",
"company": "Google",
"degree": "M Tech"
}
|
Any alumni from 2017?
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"degree": null
}
|
Show graduates from 2017 in San Jose who have a M Tech in DS working at IBM.
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": "San Jose",
"company": "IBM",
"degree": "M Tech"
}
|
List alumni from 2017 who have a M Tech in it and work at Salesforce in Santa Clara.
|
{
"batch": "2017",
"branch": "IT",
"city": "Santa Clara",
"company": "Salesforce",
"degree": "M Tech"
}
|
List alumni from 2021 who have a B Tech in IT and work at Amazon in Mumbai.
|
{
"batch": "2021",
"branch": "IT",
"city": "Mumbai",
"company": "Amazon",
"degree": "B Tech"
}
|
Find graduates from 2018 with a M Tech in data science from Mumbai.
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": null,
"degree": "M Tech"
}
|
Display graduates from 2022 in Pune who completed a M Tech in CSE(DS) and are employed at Capgemini.
|
{
"batch": "2022",
"branch": "CSE(DS)",
"city": "Pune",
"company": "Capgemini",
"degree": "M Tech"
}
|
Any alumni at Wipro?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Wipro",
"degree": null
}
|
Do you have a list of 2021 graduates with B Tech in cse working at Salesforce in Bangalore?
|
{
"batch": "2021",
"branch": "CSE",
"city": "Bangalore",
"company": "Salesforce",
"degree": "B Tech"
}
|
Show me alumni from 2021 in Chennai who have a M Tech in CSE and AI and ML and are employed at Salesforce.
|
{
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Salesforce",
"degree": "M Tech"
}
|
Can you list 2019 batch alumni with B Tech in it in Mumbai working at Adobe?
|
{
"batch": "2019",
"branch": "IT",
"city": "Mumbai",
"company": "Adobe",
"degree": "B Tech"
}
|
Show me alumni from 2016 in Mumbai who have a B Tech in ds and are employed at Amazon.
|
{
"batch": "2016",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Amazon",
"degree": "B Tech"
}
|
Find alumni from 2017 with a M Tech in it from Chennai employed at Salesforce.
|
{
"batch": "2017",
"branch": "IT",
"city": "Chennai",
"company": "Salesforce",
"degree": "M Tech"
}
|
Any alumni holding a M Tech?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"degree": "M Tech"
}
|
Display graduates from 2021 in Mumbai who completed a B Tech in cse(ds) and are employed at Accenture.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Accenture",
"degree": "B Tech"
}
|
Find graduates from the 2022 batch in San Jose who studied CSE and AI and ML at Salesforce.
|
{
"batch": "2022",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "Salesforce",
"degree": null
}
|
Find alumni who completed a B Tech in CSE and AI and ML in Pune in 2021 and work at Oracle.
|
{
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Oracle",
"degree": "B Tech"
}
|
Find graduates from the 2021 batch in Delhi who studied it at Cisco.
|
{
"batch": "2021",
"branch": "IT",
"city": "Delhi",
"company": "Cisco",
"degree": null
}
|
Find alumni who completed a M Tech in cse in Pune in 2015 and work at Adobe.
|
{
"batch": "2015",
"branch": "CSE",
"city": "Pune",
"company": "Adobe",
"degree": "M Tech"
}
|
Show me graduates from 2021 with a B Tech in IT located in Hyderabad working at IBM.
|
{
"batch": "2021",
"branch": "IT",
"city": "Hyderabad",
"company": "IBM",
"degree": "B Tech"
}
|
Show alumni from 2017 in Pune who studied data science at IBM.
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": "Pune",
"company": "IBM",
"degree": null
}
|
Any alumni from 2017 with B Tech in it living in San Francisco at Google?
|
{
"batch": "2017",
"branch": "IT",
"city": "San Francisco",
"company": "Google",
"degree": "B Tech"
}
|
I'm looking for M Tech graduates in it from 2016 who are employed at TCS in San Francisco.
|
{
"batch": "2016",
"branch": "IT",
"city": "San Francisco",
"company": "TCS",
"degree": "M Tech"
}
|
List people from the 2016 year.
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"degree": null
}
|
Find alumni who completed a M Tech in cse(ds) in Bangalore in 2022 and work at Capgemini.
|
{
"batch": "2022",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "Capgemini",
"degree": "M Tech"
}
|
Show me graduates from 2017 with a M Tech in AI located in San Jose working at Oracle.
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "Oracle",
"degree": "M Tech"
}
|
Display people from 2015 working in Mumbai with a degree in CSE(AI&ML) at IBM.
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "IBM",
"degree": null
}
|
Show graduates from 2015 in Mumbai who have a B Tech in CSE and DS working at Cisco.
|
{
"batch": "2015",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Cisco",
"degree": "B Tech"
}
|
Find graduates who have a B Tech in Computer Science.
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"degree": "B Tech"
}
|
Who in Mumbai has a Computer Science specialization?
|
{
"batch": null,
"branch": "CSE",
"city": "Mumbai",
"company": null,
"degree": null
}
|
Looking for alumni from 2020 who have a B Tech in CSE(AI&ML) in San Francisco at Oracle.
|
{
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "San Francisco",
"company": "Oracle",
"degree": "B Tech"
}
|
Show me graduates from 2022 with a M Tech in CSE located in Hyderabad working at Salesforce.
|
{
"batch": "2022",
"branch": "CSE",
"city": "Hyderabad",
"company": "Salesforce",
"degree": "M Tech"
}
|
Find graduates from the 2019 batch in Bangalore who studied Information Technology at Capgemini.
|
{
"batch": "2019",
"branch": "IT",
"city": "Bangalore",
"company": "Capgemini",
"degree": null
}
|
List alumni from the 2018 batch in Mumbai with a B Tech in data science employed at Facebook.
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Facebook",
"degree": "B Tech"
}
|
Show me alumni from 2017 in Pune who have a M Tech in Computer Science and are employed at Google.
|
{
"batch": "2017",
"branch": "CSE",
"city": "Pune",
"company": "Google",
"degree": "M Tech"
}
|
Find alumni from 2019 with a B Tech in IT from Bangalore working at IBM.
|
{
"batch": "2019",
"branch": "IT",
"city": "Bangalore",
"company": "IBM",
"degree": "B Tech"
}
|
Show me alumni located in Chennai.
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"degree": null
}
|
Looking for M Tech grads in AI and ML from 2017 living in Pune working at Accenture.
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Accenture",
"degree": "M Tech"
}
|
Who is currently at Oracle?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Oracle",
"degree": null
}
|
Find graduates from 2017 with a B Tech in Computer Science from Pune.
|
{
"batch": "2017",
"branch": "CSE",
"city": "Pune",
"company": null,
"degree": "B Tech"
}
|
Do you have a list of 2018 graduates with M Tech in Information Technology working at Amazon in San Francisco?
|
{
"batch": "2018",
"branch": "IT",
"city": "San Francisco",
"company": "Amazon",
"degree": "M Tech"
}
|
Who from the 2016 batch is doing a B Tech in AI in Mumbai and works at Cisco?
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Cisco",
"degree": "B Tech"
}
|
Find graduates from 2017 who have a M Tech in CSE and are now at TCS in San Francisco.
|
{
"batch": "2017",
"branch": "CSE",
"city": "San Francisco",
"company": "TCS",
"degree": "M Tech"
}
|
Looking for alumni from 2019 who have a B Tech in ds in San Francisco at Facebook.
|
{
"batch": "2019",
"branch": "CSE(DS)",
"city": "San Francisco",
"company": "Facebook",
"degree": "B Tech"
}
|
Display people from 2022 working in Pune with a degree in CSE(DS) at Amazon.
|
{
"batch": "2022",
"branch": "CSE(DS)",
"city": "Pune",
"company": "Amazon",
"degree": null
}
|
Do you have information on 2016 graduates with a B Tech in IT working in Santa Clara at Facebook?
|
{
"batch": "2016",
"branch": "IT",
"city": "Santa Clara",
"company": "Facebook",
"degree": "B Tech"
}
|
List graduates from 2021 who completed a B Tech in Computer Science in Bangalore and work at Cisco.
|
{
"batch": "2021",
"branch": "CSE",
"city": "Bangalore",
"company": "Cisco",
"degree": "B Tech"
}
|
List alumni from 2017 who have a M Tech in IT and work at Accenture in Santa Clara.
|
{
"batch": "2017",
"branch": "IT",
"city": "Santa Clara",
"company": "Accenture",
"degree": "M Tech"
}
|
Display alumni who graduated in 2018 with a M Tech in data science from San Jose and are now at Salesforce.
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": "San Jose",
"company": "Salesforce",
"degree": "M Tech"
}
|
Find graduates from the 2020 batch in Mumbai who studied CSE at IBM.
|
{
"batch": "2020",
"branch": "CSE",
"city": "Mumbai",
"company": "IBM",
"degree": null
}
|
Show me graduates from 2019 with a B Tech in AI located in Mumbai working at Google.
|
{
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Google",
"degree": "B Tech"
}
|
Find graduates from 2020 with a M Tech in Data Science from Chennai.
|
{
"batch": "2020",
"branch": "CSE(DS)",
"city": "Chennai",
"company": null,
"degree": "M Tech"
}
|
Looking for M Tech grads in CSE and AI and ML from 2015 living in Chennai working at Accenture.
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Accenture",
"degree": "M Tech"
}
|
List people with a Information Technology background.
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"degree": null
}
|
List graduates from 2021 who completed a B Tech in ds in Bangalore and work at Salesforce.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "Salesforce",
"degree": "B Tech"
}
|
List graduates from 2021 who completed a M Tech in ds in Delhi and work at Cisco.
|
{
"batch": "2021",
"branch": "CSE(DS)",
"city": "Delhi",
"company": "Cisco",
"degree": "M Tech"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.