๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.52K subscribers
5.56K photos
3 videos
95 files
9.7K 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
Verloop.io is Hiring fresher for SDE 1 Backend !!

SKILLS AND EXPERIENCE
โ€ข 0-3 years of experience in Golang / NodeJS.
โ€ข Should value simple solutions and write concise code.
โ€ข Understanding of Microservice / SaaS based application development paradigms
โ€ข Strong computer science fundamentals
โ€ข Self-motivated to work in a fast-growing environment.
โ€ข Excellent organizational skills.
โ€ข You are a self-starter that anticipates requests and doesnโ€™t need a lot of oversight.
โ€ข Great problem-solving skills, taking a consultative approach to find the best solution.
โ€ข Excellent verbal & written communication skills. You can explain complex issues in simple terms and adapt your tone for different users.

JOB RESPONSIBILITIES
โ€ข Build feature components in the product backend.
โ€ข Have a keen eye for detail to make sure systems are running smoothly.
โ€ข Coordinate with multiple teams to ensure smooth interoperability between microservices.
โ€ข THIS POSITION IS REMOTE

NOTE: Interested candidates will have to take up the mandatory online test (Round 1) using the link below
Link: https://www.hackerrank.com/test/7qp4frfoq30/cfdeb864b32e28bf47ec37a5e2088127

Candidates that pass the online test will be the only ones to get a call for round 2
L&T Technology Services - B.Tech Hiring โ€“ 2023 pass out batch.

Please register using the below link:

https://forms.office.com/pages/responsepage.aspx?id=eDMbMYqOXkujP-gKPYumCl54ACWF32ZNsqKK3NlTPy1UQk1ESDE3NUIzRkdGOVowNjdZVEg2QTZYQS4u

** Please note that applicants that do not fill the above form will not be considered.
Registration End Date: 6:00PM, 19th October 2023

Position Details:
- Hiring for candidates with specialization in Instrumentation and Control & Civil.

Year of Pass out โ€“ 2023.
Joining โ€“ Quarterly Joining
Type of Offer โ€“ Full time
Compensation - As per Industry Standards

**Please note that only candidates who have completed B.Tech will be considered for the further processes.
base1 = float(input())
height1 = float(input())
base2 = float(input())
height2 = float(input())
area1 = (base1 * height1) / 2
area2 = (base2 * height2) / 2
if area1 > area2:
    print("%.1f" % area1)
else:
    print("%.1f" % area2)