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