allcoding1
28K subscribers
2.21K photos
2 videos
73 files
842 links
Download Telegram
Company Name: ServiceNow
Role: Software Engineer

Batch eligible: 2022/2023/2024 grads

Apply: https://careers.servicenow.com/en/jobs/744000006685565/software-engineer/?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73
πŸ‘1
Amazon hiring Software Engineer l

2023/2022 passouts eligible

30 - 45 LPA

Apply Now:-
https://www.amazon.jobs/en/jobs/2732230/front-end-engineer-ml_ai?cmpid=SPLICX0248M&ss=paid
πŸ‘3
Meesho is hiring!
Position: Associate Program Manager
Qualifications: MBA or B.Tech
Salary: Up to 12 LPA (Expected)
Experience: 1 - 3 (Years)
Location: Bangalore, India (Hybrid)
ο»Ώ
Apply Now: https://www.meesho.io/jobs/associate-program-manager?id=5f5ea108-cd82-4bb6-b0ab-1bff42ccd6ed
Zoom is hiring Cloud Engineer

2023/2022/2021 passouts eligible

Apply Now:-
https://zoom.wd5.myworkdayjobs.com/Zoom/job/Bangalore-IND/Cloud-DevOps-Engineer_R14419-1?source=linkedin
Acer Ryzen 5 Gaming Laptop (8 GB/512 GB SSD) at 32,990 (Effectively).

https://fkrt.co/nMPkLA

*Flat Rs.2000 Off WIth AU Credit Card.

BestπŸ‘ deal
πŸ‘1
πŸ‘1
JP Morgan hiring Quality Assurance

8 - 15 LPA
0 - 1 year experience

Apply Now:- https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210543762
πŸ‘2
https://indiacampus.accenture.com/myzone/accenture/1/jobs/25377/job-details

Experience: 0 Month - 1 Year(s) 11 Month(s)
Salary: INR 4,60,700 -
Job Type: Full Time
Location: Bangalore, Hyderabad, Pune, Mumbai, Chennai, Gurugram, Kolkata, Indore, Jaipur, Coimbatore, Ahmedabad, Bhubaneswar
APPLY NOW
Last Date to apply:
Not mentioned

DESCRIPTION
ELIGIBILITY
PROCESS
Minimum criteria- Any engineering stream of B.E/B.Tech /ME/ MTech or MCA or MSc (CS/IT/Computer Applications/ Data Science/ Computer Science & Applications) - any year of pass out till 2024
No active backlogs during application and/or during onboarding.
Candidate should not have more than 23 months of full-time experience.
Candidate should not have appeared for Accenture Recruitment assessment/interview process in the last three months.
πŸ‘4
Oracle Developer at Cognizant

Qualification: Computer Science, or related field
Experience: Fresher

Apply Now: https://careers.cognizant.com/global-en/jobs/00059294343/oracle-brm-developer/?src=SNS-102?JB-11500




Software Developer at Tata Communication

Qualification: Computer Science or Related
Experience: Fresher

Apply Now: https://jobs.tatacommunications.com/jobs/7701316625




Application Developer at UPS

Qualification: Computer Science or Related
Experience: Fresher

Apply Now: https://www.jobs-ups.in/job/chennai/applications-developer-c-net-sql-webapi/33100/68535183472



Data and Business Analyst at Schneider Electric

Qualification: Bachelor’s degree in market research, communications or a related field from a reputed university
Experience: Fresher

Apply Now: https://www.se.com/ww/en/about-us/careers/job-details/data-and-business-analyst/0090T2/




Software Engineer I at MasterCard

Education: Bachelor/Master’s Degree in Computer Science or equivalent
Experience: Fresher

Apply Now: https://careers.mastercard.com/us/en/job/R-222016/Software-Engineer-I-in-Test-Automation-Testing-Java



Associate Software Engineer at IQVIA

Education: Bachelor's Degree Computer Science of Engineering or equivalent
Experience: Fresher

Apply Now: https://jobs.iqvia.com/en/job/-/-/24443/68806432544?source=LinkedIn_Slots



Software Engineer at  Thermo Fisher Scientific


Education: Computer Science or Related
Experience: 0-2 Years
Location: Bangalore


Apply Now: https://jobs.thermofisher.com/global/en/job/R-01271042/Engineer-I-Software



Software Developer Graduate at Aveva

Education: BE/B.TECH Computer Science/ IT (2025 Graduate)
Experience: Fresher
Location: Bangalore, Hyderabad

Apply Now: https://aveva.wd3.myworkdayjobs.com/AVEVA_careers/job/Hyderabad-India/Software-Developer-Graduate--India_R008700?source=LinkedIn
πŸ‘2❀1
Siemens is hiring Junior Rust Developer

For 2024, 2023 grads

https://jobs.siemens.com/careers/job/563156120514017?hl=en
32.C
33.B
33.B
34.D
35.C
38.C
39.D

40.A
25
4
23
Wipro
πŸ”₯2
1. In order to open a new window in incognito mode of Chrome, you should use:
- Answer: B. Ctrl + Shift + N

2. Q05. While configuring your email ID in MS Outlook, which of the following protocols should be used for sending emails?
- Answer: D. SMTP

3. Q06. Which of the following network devices operates at the physical layer of the OSI model?
- Answer: D. Hub

4. Q07. Which of the following is an example of a lossy compression file?
- Answer: A. JPEG

5. Q08. Wireless mouse and keyboard communicate through which of the following?
- Answer: A. Electromagnetic signals

6. Q09. MS Outlook will alert you if you forget to:
- Answer: B. Attach a file after writing the word "attached" in the email body

7. Q10. If you are receiving all the emails of a client in the SPAM folder, which of the following actions should you take to receive them in the INBOX?
- Answer: A. All of the mentioned options

8. Q11. In order to change the slideshow view to normal view in PowerPoint, which of the following can be used?
- Answer: B. ESC

9. Q12. In MS Excel, Alt+= is used for which of the following purposes?
- Answer: B. AutoSum

10. Q13. Performance information of which of the following is shown in the task manager?
- Answer: C. All 1, 2 & 3 (CPU, Memory, GPU)

11. Q14. Ping (command line utility) is used to check which of the following?
- Answer: A. Only 1 & 2 (Connectivity between host and server/host, The round-trip time of the packet)

12. Q15. Which of the following memory types in a computer is static as well as non-volatile?
- Answer: A. ROM

Telegram:- @allcoding1
πŸ‘3
import java.util.Scanner;

public class ChangeCase {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
char c = scanner.next().charAt(0);

if (Character.isLowerCase(c)) {
System.out.println(Character.toUpperCase(c));
} else {
System.out.println(Character.toLowerCase(c));
}

scanner.close();
}
}

Telegram:- @allcoding1
πŸ‘2πŸ”₯1