๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K 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
Financial Analyst, to join are team at Tyroo.

Qualifications:
โ€ข 0-2 years of experience in the same profile.
โ€ข Bachelor's degree in Finance, Accounting, Economics, or related field.
โ€ข Proficiency in financial modelling and analysis tools such as Excel (advanced level).
โ€ข Familiarity with financial reporting, and data visualization tools like PowerPoint. Power BI/Tableau is a plus.
โ€ข Strong analytical and data gathering skills.
โ€ข Excellent communication and collaboration abilities.

Interested? Share your resume at mehnaz.s@tyroo.com
Associate Talent Acquisition/Recruiter.
Company :- Vaco Binary Semantics LLP
Location :- Gurgaon
Experience :- Fresher

Roles and Responsibilities:-
Screen resumes and job applications.
Conduct initial phone interviews to shortlist qualified candidates.
Understand resource requirements proactively.
Interview candidates in-person for roles in various levels โ€“ junior, senior, and executive.
Track hiring metrics including time-to-hire, time-to-fill, and source of hire.
Host and participate in job fairs and follow up with candidates throughout the hiring process.
Maintain a database of potential candidates for future job openings.

Education:- Any Graduate or MBA in HR.

Interested candidates can share their resumes at sejal.kamra@vacobinary.in
๐Ÿ‘1
int balloonGame(int n, int input2[])
{
  int64_t dp[(1 << n)];
  memset(dp, 0x3f, sizeof(dp));
  dp[0] = 0;
  for (int i = 1; i < (1 << n); i++) {
    int x = __builtin_popcount(i);
    for (int j = 0; j < n; j++) {
      if (i & (1 << j)) {
int pv = i ^ (1 << j);
int64_t nx = dp[pv] + (input2[j] + (x-1)) / x;
dp[i] = min(dp[i], nx);
      }
    }
  }
  return dp[(1 << n) - 1];
}

Balloon Game
Myntra โœ…
SELECT
    c.username,
    STRING_AGG(ci.name, ', ' ORDER BY ci.banner_cost DESC) AS cities,
    COUNT(b.id) AS banners,
    SUM(b.width * b.height) AS total_area,
    SUM(b.width * b.height * ci.banner_cost) AS total_cost
FROM
    customers c
JOIN
    banners b ON c.id = b.customer_id
JOIN
    cities ci ON b.city_id = ci.id
GROUP BY
    c.username
ORDER BY
    c.username ASC;

Cloud Virtual Machines Consumption Report โœ…
SELECT     c.username,
    GROUP_CONCAT(ct.name ORDER BY (b.width * b.height * ct.banner_cost) DESC SEPARATOR ', ') AS cities,    COUNT(b.id) AS banners,
    SUM(b.width * b.height) AS total_area,    SUM(b.width * b.height * ct.banner_cost) AS total_cost
FROM     customers c
JOIN     banners b ON c.id = b.customer_id
JOIN     cities ct ON b.city_id = ct.id
GROUP BY     c.username
ORDER BY     c.username ASC;

Outdoor Banner Digital Marketplace Customer Report โœ…
verSe Innovation is hiring for Associate Software Engineer (2023 and 2024 grads)

Job Description:

- Strong grasp of core Java concepts
- Understanding of object-oriented programming principles
- Knowledge of data structures and algorithms
- Excellent problem-solving abilities
- Bachelor's degree in Computer Science or related field
- Bonus: Familiarity with data science models

If interested, send your resume to TA@verse.in
Internship Opportunity for MBA/PGDM Freshers(HR) Tech Mahindra Ltd Pune

Role- HR Operations & Talent Acquisition

Eligibility- Candidate should be pursuing MBA or PGDM

Location - Hinjewadi Phase 3 Plot(Both way cab facility)

Note- Candidate located near office location shall be preferred

Interested candidates can share resume on - mj00642401@techmahindra.com
๐Ÿ‘1