allcoding1
27.7K subscribers
2.2K photos
2 videos
74 files
851 links
Download Telegram
Willey edge
https://forms.office.com/pages/responsepage.aspx?id=N-edGDrJWk-LaG9MqZQZErhYpJunyJZKqf7OGiCnzjdUQ05CWkhPQUNUTU5TRzNGSUkxTlpOMzFXTC4u

#HCLTech is looking for experienced (6 to 24 months) or freshers SAP SD/MM/FICO (Global Certified) professionals.

· Highest Qualification for SAP- SD/MM– B. Tech (CSE/IT/ ECE/EEE) Only.
· Job Title: Software Engineer/Software Developer
· Highest Qualification for SAP FICO - B.Com (Finance) Only.
· Batch: 2021/2022/2023/2024 Only.
· Must have 60% and above throughout the academics.
· CTC offered: as per the standard HCLTech grid applicable (Basis 60% Percentage Eligibility Criteria)
👍71
Accenture Hackdiva hiring 2023 &. 2024 Batch

Apply link
https://indiacampus.accenture.com/events/hackdiva/
👍1
Amazon ML Exam Ans
1) it is high variance

A and C
2) 0.33
1/6
👍1
7.08
9
👍1
A
def count_commas(n):
    total_commas = 0
   
    for number in range(1, n + 1):
        number_with_commas = "{:,}".format(number)
        total_commas += number_with_commas.count(',')
   
    return total_commas

# Example usage:
N = 1010
print(count_commas(N))  # Output: 11
👍3
4A
A