CodingInPy Official
26.4K subscribers
111 photos
15 files
279 links
Python, SQL, Programming - 30k

Ads / Promotions Contact: @Nssbcoder
Download Telegram
Microsoft is hiring for the role of Software Engineering Intern!

Apply Link:

https://bit.ly/46gvFUw

Goldman Sachs is hiring for the role of Summer Analyst Intern!

Apply Link:

https://bit.ly/3YiF1xm

Zeotap is hiring for the role of Software Engineer Intern!

Apply Link:

https://bit.ly/4bWu5bF

PWC hiring for Data Processing Interns

Apply Link:

https://bit.ly/3WADt0g


Like ❤️ & Share this Post with your Friends & WhatsApp Groups
👍71🔥1
2👍1👎1
1👍1
GE Vernova is hiring for the role of Mechanical Engineer!

Expected salary: INR 3 - 7 LPA (via Glassdoor)

*Link:* https://oia.link/6asgq
1👍1
FLIPKART is hiring via WiRED 8.0

Hiring Opportunities
Full-time roles: MT & LR | CTC: INR 26-35 LPA
Internship: Stipend of INR *1.2 lac/month
Goodies & Winner Kits worth INR 3 Lakh

Application Link - https://oia.link/cf86v

Eligibility: MBA Students

Application Deadline : 2nd August, 2024

Apply Now!
👍4🔥1
KPMG is hiring for the role of Technology Delivery Center Assistant Manager!

Expected salary: INR 15 - 20 LPA (via Glassdoor)

Link: https://openinapp.net/l9ils
👍21
GE is hiring for the role of Digital Leadership Development Program Associate!

Expected salary: INR 4 - 8 LPA (via Glassdoor)

Link: https://openinapp.link/h044s
👍2
Siemens is Hiring Software Developers
Experience: Freshers
Link: https://openinapp.link/1l8ad

PayPal is Hiring Data Analysts
Experience: 2 to 5 years
Link: https://openinapp.link/pahr5

Citi is Hiring Python Developers
Experience: 2 to 5 years
Link: https://openinapp.link/9p8uf
👍61🥰1
Apply for Jobs & Share to your Friends 💼

For Freshers

Hitachi is hiring for the role of Project Engineer!
Link: https://openinapp.link/bwthg

Volvo Group is hiring for role of Supplier Quality Engineer!
Link: https://openinapp.link/5t57h

Flipkart is Hiring SDE1 & SDE Interns
Link: https://openinapp.link/l7g4j
👍91
👍65
Tata Group is hiring interns!
Participate in Tata Crucible Campus Quiz

Rewards:
* Internship with the Tata Group
* Cash Prize Pool of INR 2.5 lakhs
* Luxury Holiday at Taj hotels

Application Link- https://unstop.com/quiz/tata-crucible-campus-quiz-2024-tata-crucible-990689?utm_source=Codinginpy&utm_medium=Affiliates&utm_campaign=TATACrucible02082024&ref=Codinginpy

Eligibility: Open to all students

Apply now!
👍52
Meesho is hiring for the role of Software Development Engineer I - Data!

Expected salary: INR 17 - 21 LPA (via Glassdoor)

Link: https://unstop.com/jobs/software-development-engineer-i-data-meesho-1100922?utm_source=Codinginpy&utm_medium=Affiliates&utm_campaign=MEESHO02082024&ref=Codinginpy
👍62
Genpact is hiring for the role of Process Associate-Developer Support Engineering!

Expected salary: INR 3 - 6 LPA (via Glassdoor)

Link: https://openinapp.net/bghwp
👍1
Data Analyst Interview QnA

1. Find avg of salaries department wise from table.

Answer-
SELECT department_id, AVG(salary) AS avg_salary
FROM employees
GROUP BY department_id;


2. What does Filter context in DAX mean?

Answer - Filter context in DAX refers to the subset of data that is actively being used in the calculation of a measure or in the evaluation of an expression. This context is determined by filters on the dashboard items like slicers, visuals, and filters pane which restrict the data being processed.

3. Explain how to implement Row-Level Security (RLS) in Power BI.

Answer - Row-Level Security (RLS) in Power BI can be implemented by:

- Creating roles within the Power BI service.
- Defining DAX expressions that specify the data each role can access.
- Assigning users to these roles either in Power BI or dynamically through AD group membership.

4. Create a dictionary, add elements to it, modify an element, and then print the dictionary in alphabetical order of keys.

Answer -
d = {'apple': 2, 'banana': 5}
d['orange'] = 3 # Add element
d['apple'] = 4 # Modify element
sorted_d = dict(sorted(d.items())) # Sort dictionary
print(sorted_d)


5. Find and print duplicate values in a list of assorted numbers, along with the number of times each value is repeated.

Answer -
from collections import Counter

numbers = [1, 2, 2, 3, 4, 5, 1, 6, 7, 3, 8, 1]
count = Counter(numbers)
duplicates = {k: v for k, v in count.items() if v > 1}
print(duplicates)


Like ❤️ & Share the post if you want me to post more similar content. 😊
👍168👻1
S&P Global is hiring for the role of Software Development Engineer 1!

Expected salary: INR 7 - 19 LPA via Glassdoor)

Link: https://openinapp.link/3e7kt
👍41
Cognizant is hiring for the role of Associate - Projects!

Expected salary: INR 8 - 14 LPA (via Glassdoor)

Link: https://unstop.com/jobs/associate-projects-cognizant-1119972?utm_source=Codinginpy&utm_medium=Affiliates&utm_campaign=Cognizant13082024&ref=Codinginpy
👍5
Rebel Foods is hiring!

1. PPI Offer:- CTC upto 20 Lakhs
2. Cash Prize Pool of INR 1.5 Lakhs

Application Link: https://unstop.com/competitions/rebel-foods-eatsure-cloud-2024-rebel-foods-1116221?utm_source=Codinginpy&utm_medium=Affiliates&utm_campaign=RebelFood13082024&ref=Codinginpy

Eligibility: Open to all

Apply Now!
👍31