Atlassian hiring Data Engineer
Apply link: https://careers-apac-atlassian.icims.com/jobs/19687/data-engineer/job?iis=LinkedIn&iisn=LinkedIn_Job_Ad
Apply link: https://careers-apac-atlassian.icims.com/jobs/19687/data-engineer/job?iis=LinkedIn&iisn=LinkedIn_Job_Ad
Australia | India Careers (External)
Data Engineer in | Careers at Remote - India
Working at Atlassian
Atlassians can choose where they work โ whether in an office, from home, or a combination of the two. That way, Atlassians have more control over supporting their family, personal goals, and other priorities. We can hire people in anyโฆ
Atlassians can choose where they work โ whether in an office, from home, or a combination of the two. That way, Atlassians have more control over supporting their family, personal goals, and other priorities. We can hire people in anyโฆ
Atlassian is hiring Machine Learning Engineer
For 2021, 2022, 2023 grads
Location: Bangalore
https://www.atlassian.com/company/careers
For 2021, 2022, 2023 grads
Location: Bangalore
https://www.atlassian.com/company/careers
Atlassian
Atlassian Careers: Join the Team | Atlassian
Explore Atlassian career opportunities, our teams, as well as benefits and perks!
โค2
Forwarded from AI Prompts | ChatGPT | Google Gemini | Claude
๐๐ฎ๐๐ป๐ฐ๐ต ๐ฌ๐ผ๐๐ฟ ๐ง๐ฒ๐ฐ๐ต ๐๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ ๐ถ๐ป ๐ฎ๐ฌ๐ฎ๐ฑ โ ๐ช๐ถ๐๐ต ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ผ๐ณ๐โ๐ ๐๐ฟ๐ฒ๐ฒ ๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐ฃ๐ฎ๐๐ต๐!๐
Looking to start a career in tech but confused about where to begin? ๐ป
Microsoftโs free learning platform is designed just for you โ offering structured, beginner-friendly career paths for roles๐๐จโ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/4lpckY3
No confusion. No hidden fees. Just future-proof learning that worksโ ๏ธ
Looking to start a career in tech but confused about where to begin? ๐ป
Microsoftโs free learning platform is designed just for you โ offering structured, beginner-friendly career paths for roles๐๐จโ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/4lpckY3
No confusion. No hidden fees. Just future-proof learning that worksโ ๏ธ
โค1
Data Science Learning Plan
Step 1: Mathematics for Data Science (Statistics, Probability, Linear Algebra)
Step 2: Python for Data Science (Basics and Libraries)
Step 3: Data Manipulation and Analysis (Pandas, NumPy)
Step 4: Data Visualization (Matplotlib, Seaborn, Plotly)
Step 5: Databases and SQL for Data Retrieval
Step 6: Introduction to Machine Learning (Supervised and Unsupervised Learning)
Step 7: Data Cleaning and Preprocessing
Step 8: Feature Engineering and Selection
Step 9: Model Evaluation and Tuning
Step 10: Deep Learning (Neural Networks, TensorFlow, Keras)
Step 11: Working with Big Data (Hadoop, Spark)
Step 12: Building Data Science Projects and Portfolio
Data Science Resources
๐๐
https://whatsapp.com/channel/0029Va4QUHa6rsQjhITHK82y
Like for more ๐
Step 1: Mathematics for Data Science (Statistics, Probability, Linear Algebra)
Step 2: Python for Data Science (Basics and Libraries)
Step 3: Data Manipulation and Analysis (Pandas, NumPy)
Step 4: Data Visualization (Matplotlib, Seaborn, Plotly)
Step 5: Databases and SQL for Data Retrieval
Step 6: Introduction to Machine Learning (Supervised and Unsupervised Learning)
Step 7: Data Cleaning and Preprocessing
Step 8: Feature Engineering and Selection
Step 9: Model Evaluation and Tuning
Step 10: Deep Learning (Neural Networks, TensorFlow, Keras)
Step 11: Working with Big Data (Hadoop, Spark)
Step 12: Building Data Science Projects and Portfolio
Data Science Resources
๐๐
https://whatsapp.com/channel/0029Va4QUHa6rsQjhITHK82y
Like for more ๐
โค4
1: How would you preprocess and tokenize text data from tweets for sentiment analysis? Discuss potential challenges and solutions.
- Answer: Preprocessing and tokenizing text data for sentiment analysis involves tasks like lowercasing, removing stop words, and stemming or lemmatization. Handling challenges like handling emojis, slang, and noisy text is crucial. Tools like NLTK or spaCy can assist in these tasks.
2: Explain the collaborative filtering approach in building recommendation systems. How might Twitter use this to enhance user experience?
- Answer: Collaborative filtering recommends items based on user preferences and similarities. Techniques include user-based or item-based collaborative filtering and matrix factorization. Twitter could leverage user interactions to recommend tweets, users, or topics.
3: Write a Python or Scala function to count the frequency of hashtags in a given collection of tweets.
- Answer (Python):
4: How does graph analysis contribute to understanding user interactions and content propagation on Twitter? Provide a specific use case.
- Answer: Graph analysis on Twitter involves examining user interactions. For instance, identifying influential users or detecting communities based on retweet or mention networks. Algorithms like PageRank or Louvain Modularity can aid in these analyses.
- Answer: Preprocessing and tokenizing text data for sentiment analysis involves tasks like lowercasing, removing stop words, and stemming or lemmatization. Handling challenges like handling emojis, slang, and noisy text is crucial. Tools like NLTK or spaCy can assist in these tasks.
2: Explain the collaborative filtering approach in building recommendation systems. How might Twitter use this to enhance user experience?
- Answer: Collaborative filtering recommends items based on user preferences and similarities. Techniques include user-based or item-based collaborative filtering and matrix factorization. Twitter could leverage user interactions to recommend tweets, users, or topics.
3: Write a Python or Scala function to count the frequency of hashtags in a given collection of tweets.
- Answer (Python):
def count_hashtags(tweet_collection):
hashtags_count = {}
for tweet in tweet_collection:
hashtags = [word for word in tweet.split() if word.startswith('#')]
for hashtag in hashtags:
hashtags_count[hashtag] = hashtags_count.get(hashtag, 0) + 1
return hashtags_count
4: How does graph analysis contribute to understanding user interactions and content propagation on Twitter? Provide a specific use case.
- Answer: Graph analysis on Twitter involves examining user interactions. For instance, identifying influential users or detecting communities based on retweet or mention networks. Algorithms like PageRank or Louvain Modularity can aid in these analyses.
โค2
Forwarded from AI Prompts | ChatGPT | Google Gemini | Claude
๐ฒ ๐๐ฟ๐ฒ๐ฒ ๐๐ผ๐๐ฟ๐๐ฒ๐ ๐๐ผ ๐ฆ๐๐ฎ๐ฟ๐ ๐ฌ๐ผ๐๐ฟ ๐๐ฎ๐๐ฎ ๐ฆ๐ฐ๐ถ๐ฒ๐ป๐ฐ๐ฒ & ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ ๐๐ผ๐๐ฟ๐ป๐ฒ๐๐
Want to break into Data Science & Analytics but donโt want to spend on expensive courses?๐จโ๐ป
Start here โ with 100% FREE courses from Cisco, IBM, Google & LinkedIn, all with certificates you can showcase on LinkedIn or your resume!๐๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/3Ix2oxd
This list will set you up with real-world, job-ready skillsโ ๏ธ
Want to break into Data Science & Analytics but donโt want to spend on expensive courses?๐จโ๐ป
Start here โ with 100% FREE courses from Cisco, IBM, Google & LinkedIn, all with certificates you can showcase on LinkedIn or your resume!๐๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/3Ix2oxd
This list will set you up with real-world, job-ready skillsโ ๏ธ
โค1
Forwarded from AI Prompts | ChatGPT | Google Gemini | Claude
๐๐ฟ๐ฎ๐ฐ๐ธ ๐๐๐๐ก๐ ๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐๐ ๐ถ๐ป ๐ฎ๐ฌ๐ฎ๐ฑ โ ๐ณ๐ผ๐ฟ ๐๐ฅ๐๐!๐
If youโre serious about cracking top tech interviews โ from FAANG to startups โ this is the roadmap you canโt afford to miss๐
Thousands have used it to land roles at Google, Amazon, Microsoft, and more โ completely free๐คฉ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/3TJlpyW
Your dream job might just start here.โ ๏ธ
If youโre serious about cracking top tech interviews โ from FAANG to startups โ this is the roadmap you canโt afford to miss๐
Thousands have used it to land roles at Google, Amazon, Microsoft, and more โ completely free๐คฉ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/3TJlpyW
Your dream job might just start here.โ ๏ธ
โค1
The job search journey can be tough, but every step you take brings you closer to your goal. Customizing resumes and cover letters, practicing coding challenges, and staying on top of industry trends are all part of the path to success. Remember, you only need one "yes" to change everything.
There are a lot of amazing people out there looking for that one opportunity. Every application you send, every new connection you make, and all those late nights spent refining your portfolio or building professional relationships are steps toward landing the right job. It can be really exhausting, but every bit of effort gets you closer to your goal.
The process can be filled with doubts and uncertainties, but having a structured approach and setting daily goals can help manage it. Joining professional groups, attending webinars, and seeking mentorship are also great ways to gain insights and stay motivated.
In the end, all the time and energy you investโwhether itโs perfecting a project, learning a new tool, or reaching out to potential mentorsโpays off. So, if youโre looking for a job, keep learning, applying, and networking.
There are a lot of amazing people out there looking for that one opportunity. Every application you send, every new connection you make, and all those late nights spent refining your portfolio or building professional relationships are steps toward landing the right job. It can be really exhausting, but every bit of effort gets you closer to your goal.
The process can be filled with doubts and uncertainties, but having a structured approach and setting daily goals can help manage it. Joining professional groups, attending webinars, and seeking mentorship are also great ways to gain insights and stay motivated.
In the end, all the time and energy you investโwhether itโs perfecting a project, learning a new tool, or reaching out to potential mentorsโpays off. So, if youโre looking for a job, keep learning, applying, and networking.
โค1
Zelestra is hiring Junior Data Scientist ๐
Experience : 0-2 Years
Location : Gurugram
Apply link : https://careers.zelestra.energy/job/Haryana-Junior-Data-Scientist/1162773055/
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Experience : 0-2 Years
Location : Gurugram
Apply link : https://careers.zelestra.energy/job/Haryana-Junior-Data-Scientist/1162773055/
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
careers.zelestra.energy
Junior Data Scientist
โค1
Forwarded from AI Prompts | ChatGPT | Google Gemini | Claude
๐ฐ ๐๐ฟ๐ฒ๐ฒ ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ผ๐ณ๐ ๐ฅ๐ฒ๐๐ผ๐๐ฟ๐ฐ๐ฒ๐ ๐๐ผ ๐ ๐ฎ๐๐๐ฒ๐ฟ ๐๐ฎ๐๐ฎ ๐ฆ๐ฐ๐ถ๐ฒ๐ป๐ฐ๐ฒ ๐ถ๐ป ๐ฎ๐ฌ๐ฎ๐ฑ๐
Want to break into data science in 2025โwithout spending a single rupee?๐ฐ๐จโ๐ป
Youโre in luck! Microsoft is offering powerful, beginner-friendly resources that teach you everything from Python fundamentals to AI and data analyticsโfor free๐คฉโ๏ธ
๐๐ข๐ง๐ค๐:-
https://pdlink.in/42vCIrb
Level up your career in the booming field of dataโ ๏ธ
Want to break into data science in 2025โwithout spending a single rupee?๐ฐ๐จโ๐ป
Youโre in luck! Microsoft is offering powerful, beginner-friendly resources that teach you everything from Python fundamentals to AI and data analyticsโfor free๐คฉโ๏ธ
๐๐ข๐ง๐ค๐:-
https://pdlink.in/42vCIrb
Level up your career in the booming field of dataโ ๏ธ
Forwarded from Data Analyst Jobs
United Airlines is hiring Associate Analyst ๐
Experience : 0-2 Years
Location : Gurugram
Apply link : https://careers.united.com/us/en/job/UAIUADUSGGN00002147EXTERNALENUSTALEO/Associate-Analyst-Customer-Insights-Analytics-IKC?utm_source=linkedin&utm_medium=phenom-feeds
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Experience : 0-2 Years
Location : Gurugram
Apply link : https://careers.united.com/us/en/job/UAIUADUSGGN00002147EXTERNALENUSTALEO/Associate-Analyst-Customer-Insights-Analytics-IKC?utm_source=linkedin&utm_medium=phenom-feeds
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Forwarded from Data Analyst Jobs
Deloitte is hiring Data Analyst ๐
Experience : 1+ Year
Location : Chennai
Apply link : https://www.linkedin.com/jobs/view/4267803159
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Experience : 1+ Year
Location : Chennai
Apply link : https://www.linkedin.com/jobs/view/4267803159
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Uber is hiring!
Position: Data Scientist, Data Science
Qualification: Bachelor's/ Masterโs Degree
Salary: 16 - 46 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Hyderabad; Bangalore, India
๐Apply Now: https://www.uber.com/global/en/careers/list/138331/?uclick_id=a71f7939-0ce0-4745-8520-4cca2b5d12b3
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Position: Data Scientist, Data Science
Qualification: Bachelor's/ Masterโs Degree
Salary: 16 - 46 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Hyderabad; Bangalore, India
๐Apply Now: https://www.uber.com/global/en/careers/list/138331/?uclick_id=a71f7939-0ce0-4745-8520-4cca2b5d12b3
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
โค2
Wells Fargo is hiring!
Position: Analytics Associate, Data & Analytics
Qualifications: Bachelorโs/ Masterโs Degree
Salary: 8 - 10 LPA (Expected)
Experience: Entry Level
Location: Bangalore, India
๐Apply Now: https://www.wellsfargojobs.com/en/jobs/r-471469/analytics-associate-2/
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
Position: Analytics Associate, Data & Analytics
Qualifications: Bachelorโs/ Masterโs Degree
Salary: 8 - 10 LPA (Expected)
Experience: Entry Level
Location: Bangalore, India
๐Apply Now: https://www.wellsfargojobs.com/en/jobs/r-471469/analytics-associate-2/
๐ WhatsApp Channel: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
๐ Telegram Channel: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best! ๐๐
โค1
Forwarded from AI Prompts | ChatGPT | Google Gemini | Claude
๐๐ถ๐ด ๐ฐ ๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐ ๐ค๐๐ฒ๐๐๐ถ๐ผ๐ป๐ โ ๐๐ป๐๐๐ฒ๐ฟ ๐๐ถ๐ธ๐ฒ ๐ฎ ๐ฃ๐ฟ๐ผ!๐
If youโre preparing for interviews at Deloitte, PwC, EY, or KPMG, this reel is your ultimate cheat sheet. ๐
โ Weโve compiled the most-asked HR and domain-specific questions in Audit, Tax, Consulting, and Risk Advisory โ straight from platforms like Glassdoor & AmbitionBox๐ฅ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/4kNE2N8
๐ฝ๏ธ Watch, save & share โ your Big 4 dream job might just be one answer awayโ ๏ธ
If youโre preparing for interviews at Deloitte, PwC, EY, or KPMG, this reel is your ultimate cheat sheet. ๐
โ Weโve compiled the most-asked HR and domain-specific questions in Audit, Tax, Consulting, and Risk Advisory โ straight from platforms like Glassdoor & AmbitionBox๐ฅ๐
๐๐ข๐ง๐ค๐:-
https://pdlink.in/4kNE2N8
๐ฝ๏ธ Watch, save & share โ your Big 4 dream job might just be one answer awayโ ๏ธ
โค1