KASHII UPDATEZ Everyday Student Requirements & Python Coding Tutorials by Python Kashi
KashiiUpdatez
REQUIREMENT_ID_217 โ€ข 3-DAY_ACTIVE_POLICY

Multiple Roles Hiring

Company
Company Comet
Type
Opportunity Type Internship
Salary
Stipend / Salary 12 LPA
Location
Location Pan India
Posted Date
Posted Date Today
SQL Python Data Analysis Google BigQuery Data Visualization A/B Testing Problem Solving Communication Team Collaboration
๐Ÿ“–
Comprehensive Placement Paper Collection Open Resource โ†—
Curated set of Google placement papers to practice quantitative and logical reasoning for the aptitude round.
๐Ÿ“–
Interview Experience and Process Overview Open Resource โ†—
Detailed accounts of Google recruitment stages, useful for preparing technical and HR interviews.
๐Ÿ“–
Preparation Guide for Google Interviews Open Resource โ†—
Stepโ€‘byโ€‘step guide covering coding, analytical, and behavioral rounds specific to Google roles.
๐Ÿ“–
Algorithm Practice Problem Set Open Resource โ†—
Extensive list of coding problems to sharpen problemโ€‘solving skills required for Google technical assessments.

Graduates (B.Tech/B.E., B.Sc., B.Com, BA) or Masters in any discipline with a minimum of 60% aggregate (or CGPA 6.5/10). Open to 2024, 2025, 2026 batch graduates. No active backlogs at the time of joining. Strong academic record, good communication skills, and a passion for dataโ€‘driven problem solving are essential.

1
Round 1: Online aptitude test (quantitative, logical reasoning, verbal)
2
Round 2: Technical interview (SQL/Python case study)
3
Round 3: HR interview (fitment, culture, career aspirations)
Google, a subsidiary of Alphabet Inc., is one of the worldโ€™s most innovative technology companies, renowned for its search engine, cloud services, advertising platforms, and a suite of productivity tools such as Google Docs, Sheets, and Slides. With a strong presence in India, Google operates multiple campuses across major cities like Hyderabad, Bangalore, and Gurgaon, fostering a culture of creativity, dataโ€‘driven decision making, and relentless focus on user experience. The companyโ€™s mission to organize the worldโ€™s information and make it universally accessible drives every product and service, and its Indian operations play a pivotal role in developing localized solutions, supporting startups, and advancing digital transformation across the country. The role advertised through the Comet Careers form is aimed at fresh graduates who are eager to start their professional journey within Googleโ€™s ecosystem. As a junior analyst or associate in the Google Docs division, the candidate will be part of a crossโ€‘functional team that collaborates with product managers, engineers, and designers to enhance the functionality, performance, and user adoption of Googleโ€™s documentโ€‘creation suite. The position offers exposure to largeโ€‘scale data pipelines, userโ€‘behavior analytics, and product experimentation, providing a solid foundation for a career in product analytics or product management. Key responsibilities include: 1. Collecting, cleaning, and analyzing usage data from Google Docs to identify trends and pain points. 2. Building dashboards and visualizations using Looker, Data Studio, or Tableau to communicate insights to stakeholders. 3. Conducting A/B tests and interpreting results to guide feature rollโ€‘outs. 4. Collaborating with engineering teams to define data requirements and ensure data quality. 5. Preparing weekly and monthly performance reports for senior leadership. 6. Assisting in market research and competitive analysis to inform product strategy. 7. Supporting the documentation and knowledgeโ€‘base updates for internal teams. 8. Participating in brainstorming sessions for new feature ideas based on dataโ€‘driven insights. 9. Monitoring key performance indicators (KPIs) such as active users, session duration, and feature adoption rates. 10. Providing adโ€‘hoc analytical support for special projects and initiatives. The tech stack typically involves SQL, Python (pandas, numpy), Google BigQuery, and dataโ€‘visualisation tools. Familiarity with Google Cloud Platform services like Cloud Storage and Dataflow is advantageous. Growth path can lead to senior analyst, product manager, or dataโ€‘science roles, with ample opportunities for internal mobility across Googleโ€™s diverse product portfolio. Joining Google means working in an environment that values continuous learning, offers worldโ€‘class mentorship, and provides access to cuttingโ€‘edge technologies. The companyโ€™s emphasis on diversity, inclusion, and employee wellโ€‘being makes it an attractive destination for ambitious freshers looking to make a meaningful impact.

Comet โ€” QA & Automation Testing Interview Guide

Previously asked questions, exam syllabus, coding benchmarks & round strategy.

APTITUDE & LOGIC ๐Ÿ“–
Aptitude Practice Questions & Online Mock Tests

Curated logical, quantitative, and verbal reasoning problems to sharpen reasoning skills required for the initial screening test.

Open Resource โ†—
COMPANY GUIDE ๐ŸŽฏ
Comet Interview Preparation Corner

Comprehensive guide covering typical interview formats, common questions, and preparation tips for Comet and off-campus tech roles.

Open Resource โ†—
MOCK TESTS & PAPERS ๐Ÿ“
Comprehensive Interview Prep Resources & Syllabus

Collection of previous year questions, company-specific test patterns, and interview experiences for technical and HR rounds.

Open Resource โ†—
CODING PRACTICE ๐Ÿ’ป
Algorithm and Data Structure Problem Set

Practice problems to improve coding proficiency and algorithm problem-solving speed for technical rounds.

Open Resource โ†—
Round 1: Online Assessment (OA)
Aptitude, Quantitative Logic & 2 Coding Problems
Focus on accuracy and speed. Practice arrays, strings, and standard arithmetic puzzles.
Round 2: Technical Interview 1
Core Tech Stack (SQL, Python, Data Analysis, Google BigQuery, Data Visualization, A/B Testing, Problem Solving, Communication, Team Collaboration) & Live Code Tracing
Explain your thought process aloud. Analyze time & space complexities before coding.
Round 3: System Design & Problem Solving
Database Schemas, APIs & Architecture Basics
Clarify edge cases, diagram schemas cleanly, and discuss scalability trade-offs.
Round 4: HR & Cultural Fit Discussion
Comet Core Values, Learning Agility & Offer Terms
Demonstrate passion, strong communication, and readiness for full-time collaboration.
What is the difference between Implicit Wait, Explicit Wait, and Fluent Wait in Selenium? Answer โ–ผ
Model Answer: Implicit Wait sets a global timeout for all element lookups. Explicit Wait pauses execution until a specific ExpectedCondition (e.g. elementToBeClickable) is met. Fluent Wait allows defining polling frequency and ignoring specific exceptions like NoSuchElementException.
Explain the Page Object Model (POM) and its advantages in Test Automation. Answer โ–ผ
Model Answer: POM is a design pattern that creates an object repository for web UI elements. It separates test scripts from page locators, reducing code duplication and making maintenance easy when UI elements change.
How do you handle dynamic WebElements whose ID changes on page reload? Answer โ–ผ
Model Answer: Use dynamic XPath methods like contains(), starts-with(), text(), or XPath axes (ancestor, following-sibling, parent) instead of brittle absolute paths.
What is the difference between @BeforeMethod and @BeforeClass in TestNG? Answer โ–ผ
Model Answer: @BeforeClass runs once before the first test method in the current class, while @BeforeMethod executes before each individual test method.
How do you validate REST API response codes and JSON payload using Postman / RestAssured? Answer โ–ผ
Model Answer: In RestAssured: given().when().get('/endpoint').then().assertThat().statusCode(200).body('status', equalTo('ACTIVE')).
Why do you want to join Comet as a Multiple Roles Hiring?
Preparation Tip: Highlight Comet's market reputation, recent tech innovations, and how your skills in SQL directly solve their team's objectives.
Describe a challenging bug or academic project roadblock and how you resolved it.
Preparation Tip: Use the STAR method: Situation (project context), Task (what needed solving), Action (specific tools/logic applied), Result (quantifiable positive outcome).
How do you handle strict deadlines or sudden scope changes?
Preparation Tip: Explain your prioritization strategy, proactive communication with mentors/peers, and agile mindset.

More Fresh Requirements in Software & Tech

View Category Feed โ†—
Comet
Multiple Roles Hiring
Apply Apply Now โ†—
Chat Chat with Kashii