๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.59K subscribers
5.59K photos
3 videos
95 files
10.1K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
EY GDS is hiring ACCA affiliate freshers for Bangalore location.

Please find the details below

โ€ข Qualification - ACCA affiliate with B.Com/M.Com/MBA - 2022/2023 passout.

โ€ข Freshers are welcomed.

โ€ข Should be up for Immediate Joining

To apply please click on the below link:

http://tinyurl.com/ytukxxoq

Gurgaon/ Noida.

โ€ข Work from office.
๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
TCS CodeVita Results - Round 1.pdf
This result is for both zones - Zone 1 and Zone 2.

This is the final list of all the students who have qualified for round 2.

Round 2 will be on 19th January 2024.

You will receive an interview call after you clear round 2.

6093 students are selected out of 136054 students.

Check for your username in this list, if it's present then you are selected for round 2.
If you don't remember your username then search for your college name.
Position: Associate Systems Engineer


Registration Process:
Step 1. Apply for the job opening below on IBM career portal.
Link - https://ibm.biz/BdSiqR
Step 2. Note the candidate reference number which will be shared in an email from IBMRecruitment_noreply <Enterprise@trm.brassring.com>
Step 3. Go to the below link and complete the registration form.
Link โ€“ https://ibm.biz/BdSiqj
๐Ÿ‘1
Company โ€“ AFIV Data Outsourcing
Role โ€“ Data Analyst Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://www.naukri.com/job-listings-data-analyst-intern-afiv-data-outsourcing-surat-gujarat-0-to-1-years-281223006458?src=jobsearchDesk&sid=17038252627045346_4&xp=1&px=1&nignbevent_src=jobsearchDeskGNB

Company โ€“ Uni Access Consulting
Role โ€“ Intern - Digital Data Analyst
Exp. โ€“ Fresher
Apply Here โ€“ https://www.naukri.com/job-listings-intern-digital-data-analyst-uni-access-pune-0-to-1-years-130923501976?src=jobsearchDesk&sid=17038252627045346_4&xp=3&px=1&nignbevent_src=jobsearchDeskGNB

Company โ€“ Datatrained
Role โ€“ Data Science Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://www.naukri.com/job-listings-data-science-intern-datatrained-noida-bangalore-bengaluru-0-to-2-years-211220501187?src=jobsearchDesk&sid=17038252627045346_5&xp=3&px=1&nignbevent_src=jobsearchDeskGNB


Company โ€“ Relinns
Role โ€“ Data Science Intern
Exp. โ€“ Fresher
Apply Here โ€“ https://www.naukri.com/job-listings-data-science-intern-relinns-technologies-mohali-0-to-1-years-241220502234?src=jobsearchDesk&sid=17038252627045346_5&xp=5&px=1&nignbevent_src=jobsearchDeskGNB

Company โ€“ Mactores Cognition
Role โ€“ Data Engineer ( Intern )
Exp. โ€“ Fresher
Apply Here โ€“ https://www.naukri.com/job-listings-data-engineer-intern-mactores-mumbai-0-to-1-years-250422500633?src=jobsearchDesk&sid=17038252627045346_6&xp=3&px=1&nignbevent_src=jobsearchDeskGNB

Company โ€“ QS Quacquarelli Symonds
Role โ€“ Data Engineer
Exp. โ€“ 0 - 4 years
Apply Here โ€“ https://www.naukri.com/job-listings-data-engineer-quacquarelli-symonds-kolkata-mumbai-new-delhi-hyderabad-secunderabad-pune-chennai-bangalore-bengaluru-0-to-4-years-310523500394?src=jobsearchDesk&sid=17038295007096451&xp=1&px=1
Walk In Interview schedule for Diploma Freshers on 2nd January 2024

Company - Exicom Tele Systems Ltd.

Department - Production-Assembly of Lithium Ion Battery.

Qualification - Diploma in Electrical/Electronics Only
Experience - Fresher to 2 Years

Salary - For fresher 6 months paid internship is compulsory with 10k stipend and for DET 16000/- CTC per month.

Company Address - Plot No-75D, Sector-18, Gurgaon.
Interview Date - 2nd January 2024
Interview Timings - 10:30 AM to 1:30 PM.
Interested Candidates can come for the Interview.
๐Ÿ‘1
SELECT
  category,
  title,
  total_stock
FROM (
  SELECT
    p.category,
    p.title,
    SUM(w.quantity) AS total_stock
  FROM
    products p
  JOIN
    warehouse w ON p.product_id = w.product_id
  GROUP BY
    p.category, p.title
  HAVING
    total_stock > 10
) AS filtered_data
ORDER BY
  category ASC, title ASC, total_stock DESC;

IBMโœ…
โค1๐Ÿ‘1