๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.52K subscribers
5.55K photos
3 videos
95 files
9.64K 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
Date: 10-12-2023
Company Name: LinkedIn 
Role: Data Analyst 
Topics asked from: Social Network Analysis, Data Visualization, User Engagement 


Q1: How would you analyze data to understand user connection patterns on a professional network? 

Ans: I'd use graph databases like Neo4j for social network analysis. By analyzing connection patterns, I can identify influencers or isolated communities.

Q2: Describe a challenging data visualization you created to represent user engagement metrics. 

Ans: I visualized multi-dimensional data showing user engagement across features, regions, and time using tools like D3.js, creating an interactive dashboard with drill-down capabilities.

Q3: How would you identify and target passive job seekers on LinkedIn? 

Ans: I'd analyze user behavior patterns, like increased profile updates, frequent visits to job postings, or engagement with career-related content, to identify potential passive job seekers.

Q4: How do you measure the effectiveness of a new feature launched on LinkedIn? 


Ans: I'd set up A/B tests, comparing user engagement metrics between those who have access to the new feature and a control group. I'd then analyze metrics like time spent, feature usage frequency, and overall platform engagement to measure effectiveness.
public static List<Integer> findDistinctDuplicates(int N, int[] arr) {
        HashSet<Integer> seen = new HashSet<>();
        HashSet<Integer> duplicates = new HashSet<>();
        
        for (int num : arr) {
            if (!seen.add(num)) {  
                duplicates.add(num);
            }
        }

        if (duplicates.isEmpty()) {
            // No duplicates found
            return List.of(-1);
        } else {
            // Convert set to list and sort it
            List<Integer> result = new ArrayList<>(duplicates);
            result.sort(null);
            return result;
        }
    }

Array of Duplicate Elements โœ…
def is_prime(num):
    if num < 2:
        return False
    for i in range(2, int(num**0.5) + 1):
        if num % i == 0:
            return False
    return True

def nth_prime_number(n):
    count = 0
    candidate = 1

    while count < n:
        candidate += 1
        if is_prime(candidate):
            count += 1

    return candidate

Prime Numbers โœ…
Accenture is Hiring for a premium process

#walkindrive at Gurgaon for fresher

Hiring Criteria:

Exp - 0 -1yrs
Shift - 24x7 with 5days working
Qualification - Graduates/Post Graduates (Non-tech)

Date - 18-Dec at 11AM
Venue - Accenture DDC5, Building No.7, Candor Tech Space, Kapashera-samalkha road, Sector-21, Gurugram

Contact :  harjit.a.kaur@accenture.com