๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.6K photos
3 videos
95 files
10.3K 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
Abhishek is looking for community and growth interns in Bengaluru for #splore, an AI/ML gaming startup funded by Tamasek.

Internship period - 3 months minimum

Stipend - Based on the previous experiences, graduation and master degree.

Role - Full time.

Interested candidates - email me their CV on abhishek.s@splore.com
Quixy Off-Campus Drive for Manual Tester fresher

About Company: Quixy (https://quixy.com)

Qualifications:
- BE/BTech/(All Streams)/BCA/BSc/MCS/MCA (Any Batch)
- No % Criteria

Post: Manual tester

Responsibilities:
-Perform Smoke, Functional and Regression Testing on both Web and Mobile
-Prepare Functional Test Cases
-Identify and Log Defects
-Interact with Support Team to identify the issues and raise the defects accordingly.

Job Description:
-Work in product based leading no-code platform development Company, using some of the latest technologies.
-Obtain and enhance No-Code Skills.
-Highly competitive compensation & benefits package
-Performance linked bonus
-A thriving and energetic culture that celebrates diversity and puts people at the heart of what we do.

Job Location : Hyderabad

For More Details / To Apply:

Visit: https://bit.ly/3TdNL2Z
SheSpark โ€“ Adobeโ€™s Women Returnee Internship program is an initiative of Adobe to help women employees who are on a break for personal reasons and want to join the workforce. The program will help launch you back to your professional aspirations.

Job Designation : Project Manager โ€“ SheSparks Intern

Qualification : Any Graduate

Skill Set :

- Strong verbal, presentation and written communication skills.
- Strong conflict resolution and negotiation skills.
- Superb organizational skills to be able to coordinate complicated projects.

Job Description :

- Act as the central client point of contact throughout the life of the project, beginning during presales with project scoping.
- Clearly understand and communicate customer requirements and integration points in the context of the statement of work.
- Manage all day-to-day administrative activities of a given project from inception to closure.


Apply Now :   https://fresherdrives.com/internships/shespark-intern-adobes-women-returnee-internship-program/
๐Ÿ‘1
Virtusa Off-Campus Drive for cloud devops Engineer

Eligibility Criteria:
- BE/ B.Tech - Any Batch Pass out

Post : Cloud DevOps Engineer

Skills:
- Experience with serverless platforms (e.g. AWS Lambda, Google Cloud Functions)
- Knowledge of container technologies: Docker and Kubernetes.
- Experience with version control, continuous integration, deployment, and configuration management tools in a DevOps environment.
- Experience using infrastructure as code tools (e.g. Terraform, Cloud Formation)
- Experience supporting complex production application environment

Job Location : Bangalore

For More Details / To Apply:

Visit: http://bit.ly/3loG39O
๐Ÿ‘1
void rdxx()
{
    string s;
    cin >> s;
    map<char, ll> mp;
    for (auto x : s)
        mp[x]++;
    long long n = mp.size();
    if (n == 1)
    {
        cout << -1;
        return;
    }
    if (n == 4 || n == 3)
        cout << 4;
    else
    {
        for (auto x : mp)
        {
            if (x.second == 3)
            {
                cout << 6;
                return;
            }
        }
        cout << 4;
    }
}

C++โœ…
Codeforce
๐Ÿ‘1