Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Interview/Publicis_Sapient/Ps_Exp3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Easy OS questions were asked, including:
- Introductory questions from the **Deadlock** topic

**References:**
- https://www.geeksforgeeks.org/introduction-of-operating-system/
- https://www.geeksforgeeks.org/operating-systems/introduction-of-operating-system-set-1/
- https://www.geeksforgeeks.org/introduction-of-deadlock-in-operating-system/

---
Expand Down Expand Up @@ -150,6 +150,6 @@ rather than tricky or advanced questions.
- https://www.geeksforgeeks.org/data-structures/
- https://www.geeksforgeeks.org/dynamic-programming/
- https://www.geeksforgeeks.org/object-oriented-programming-oops-concept-in-java/
- https://www.geeksforgeeks.org/introduction-of-operating-system/
- https://www.geeksforgeeks.org/operating-systems/introduction-of-operating-system-set-1/
- https://www.geeksforgeeks.org/domain-name-system-dns-in-application-layer/
- https://www.indeed.com/career-advice/interviewing/hr-interview-questions
12 changes: 6 additions & 6 deletions Interview/Stripe/Stripe_Exp1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The first round was an **Online Assessment (OA)** consisting of **1 coding quest
- Once parsing was done correctly, the logic was manageable

🧠 *Tip:* This round focused more on **string manipulation and input handling** rather than algorithmic difficulty.
Reference: [Regular Expressions – GeeksforGeeks](https://www.geeksforgeeks.org/regular-expression-python-examples/)
Reference: [Regular Expressions – GeeksforGeeks](https://www.geeksforgeeks.org/cpp/regex-regular-expression-in-c/)

✅ **Outcome:** Cleared OA

Expand Down Expand Up @@ -56,7 +56,7 @@ This round involved a **simple coding problem**.
- Maintainability over clever tricks

🧠 Stripe values **production-quality code**.
Reference: [Clean Code Principles – GeeksforGeeks](https://www.geeksforgeeks.org/clean-code-principles/)
Reference: [Clean Code Principles – GeeksforGeeks](https://dev.to/favourmark05/writing-clean-code-best-practices-and-principles-3amh)

✅ **Outcome:** Cleared Round 2

Expand Down Expand Up @@ -105,7 +105,7 @@ If using C++:
References:
- [libcurl Documentation](https://curl.se/libcurl/)
- [REST API Introduction – GeeksforGeeks](https://www.geeksforgeeks.org/rest-api-introduction/)
- [JSON Parsing in C++ – GeeksforGeeks](https://www.geeksforgeeks.org/json-parsing-in-c/)
- [JSON Parsing in C++ – GeeksforGeeks](https://dev.to/uponthesky/c-making-a-simple-json-parser-from-scratch-250g)

❌ **Outcome:** Rejected in this round

Expand Down Expand Up @@ -141,9 +141,9 @@ Although the final result was **disappointing 🥲**, the experience was highly

## 🔗 Reference Links
- https://stripe.com/jobs
- https://www.geeksforgeeks.org/regular-expression-python-examples/
- https://www.geeksforgeeks.org/clean-code-principles/
- https://www.geeksforgeeks.org/cpp/regex-regular-expression-in-c/
- https://dev.to/favourmark05/writing-clean-code-best-practices-and-principles-3amh
- https://google.github.io/styleguide/
- https://www.geeksforgeeks.org/rest-api-introduction/
- https://curl.se/libcurl/
- https://www.geeksforgeeks.org/json-parsing-in-c/
- https://dev.to/uponthesky/c-making-a-simple-json-parser-from-scratch-250g
Comment on lines +144 to +149
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Format bare URLs in references section to comply with markdownlint (MD034).

The reference links section contains bare URLs that violate markdownlint's MD034 rule (no-bare-urls). Wrap them in markdown link syntax for consistency:

## 🔗 Reference Links
- https://stripe.com/jobs
+ - [Stripe Jobs](https://stripe.com/jobs)
- https://www.geeksforgeeks.org/cpp/regex-regular-expression-in-c/
+ - [Regular Expressions in C++ – GeeksforGeeks](https://www.geeksforgeeks.org/cpp/regex-regular-expression-in-c/)
- https://dev.to/favourmark05/writing-clean-code-best-practices-and-principles-3amh
+ - [Writing Clean Code: Best Practices – DEV](https://dev.to/favourmark05/writing-clean-code-best-practices-and-principles-3amh)
- https://google.github.io/styleguide/
+ - [Google Style Guide](https://google.github.io/styleguide/)
- https://www.geeksforgeeks.org/rest-api-introduction/
+ - [REST API Introduction – GeeksforGeeks](https://www.geeksforgeeks.org/rest-api-introduction/)
- https://curl.se/libcurl/
+ - [libcurl Documentation](https://curl.se/libcurl/)
- https://dev.to/uponthesky/c-making-a-simple-json-parser-from-scratch-250g
+ - [JSON Parser in C++ – DEV](https://dev.to/uponthesky/c-making-a-simple-json-parser-from-scratch-250g)

Committable suggestion skipped: line range outside the PR's diff.

🤖 Prompt for AI Agents
In Interview/Stripe/Stripe_Exp1/index.md around lines 144 to 149 the references
list contains bare URLs which violate markdownlint rule MD034; replace each bare
URL with markdown link syntax [title](url) — choose an appropriate short title
for each reference (e.g., "GeeksforGeeks: C++ regex", "Dev.to: Writing Clean
Code", "Google Style Guide", "GeeksforGeeks: REST API", "curl: libcurl",
"Dev.to: Simple JSON Parser") so every entry uses [text](https://...) format and
the file no longer contains bare URLs.

4 changes: 2 additions & 2 deletions Interview/Stripe/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Inside stories. Real experiences. Stripe interviews, unfiltered.

## 📚 Summer/ Winter Internship
## 📚 Winter SDE Internship

<div align="center">

| # | Role | View |
|:-:|:-------------------------------------|:--------------------------------------------------------------------------------------------:|
| 1 | **Software Engineering Intern, 6 months** | [📥 Open](./Stripe_Exp1) |
| 1 | **Software Engineering Intern, 6 months 2026** | [📥 Open](./Stripe_Exp1) |


</div>
Expand Down
2 changes: 1 addition & 1 deletion Interview/Tech_Mahindra/Tm_Exp1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The interview process tested **basics, consistency, and communication**, rather
- Practice **coding basics regularly**.
- Do not ignore **aptitude and verbal rounds**.
- Be very clear about your **projects and fundamentals**.
- Stay calm many questions are simple but test **clarity of thought**.
- Stay calm, many questions are simple but test **clarity of thought**.

---

Expand Down
8 changes: 4 additions & 4 deletions Interview/Tech_Mahindra/Tm_Exp3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The interviewer expected a **solid understanding of technologies** and clear exp
**References:**
- https://www.geeksforgeeks.org/operating-systems/
- https://www.geeksforgeeks.org/dbms/
- https://www.geeksforgeeks.org/reactjs-tutorial/
- https://www.geeksforgeeks.org/reactjs/react/
- https://www.geeksforgeeks.org/javascript-tutorial/

---
Expand All @@ -98,7 +98,7 @@ This was the **final round**, primarily behavioral.
The round was calm, friendly, and conversational.

**Reference:**
- https://www.indeed.com/career-advice/interviewing/hr-interview-questions
- https://www.geeksforgeeks.org/hr/hr-interview-questions/

---

Expand Down Expand Up @@ -144,6 +144,6 @@ The interviews emphasized:
- https://www.indiabix.com/verbal-ability/questions-and-answers/
- https://www.geeksforgeeks.org/operating-systems/
- https://www.geeksforgeeks.org/dbms/
- https://www.geeksforgeeks.org/reactjs-tutorial/
- https://www.geeksforgeeks.org/reactjs/react/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Format bare URLs in references section to comply with markdownlint (MD034).

Similar to Stripe_Exp1/index.md, wrap bare URLs in markdown link syntax:

## 🔗 Reference Links
- https://www.techmahindra.com/
+ - [Tech Mahindra](https://www.techmahindra.com/)
- https://www.geeksforgeeks.org/data-structures/
+ - [Data Structures – GeeksforGeeks](https://www.geeksforgeeks.org/data-structures/)
- https://leetcode.com/problemset/all/
+ - [LeetCode Problems](https://leetcode.com/problemset/all/)
- https://www.indiabix.com/aptitude/questions-and-answers/
+ - [Aptitude Questions – IndiaBIX](https://www.indiabix.com/aptitude/questions-and-answers/)
- https://www.indiabix.com/verbal-ability/questions-and-answers/
+ - [Verbal Ability – IndiaBIX](https://www.indiabix.com/verbal-ability/questions-and-answers/)
- https://www.geeksforgeeks.org/operating-systems/
+ - [Operating Systems – GeeksforGeeks](https://www.geeksforgeeks.org/operating-systems/)
- https://www.geeksforgeeks.org/dbms/
+ - [DBMS – GeeksforGeeks](https://www.geeksforgeeks.org/dbms/)
- https://www.geeksforgeeks.org/reactjs/react/
+ - [React.js – GeeksforGeeks](https://www.geeksforgeeks.org/reactjs/react/)
- https://www.geeksforgeeks.org/javascript-tutorial/
+ - [JavaScript Tutorial – GeeksforGeeks](https://www.geeksforgeeks.org/javascript-tutorial/)
- https://www.geeksforgeeks.org/hr/hr-interview-questions/
+ - [HR Interview Questions – GeeksforGeeks](https://www.geeksforgeeks.org/hr/hr-interview-questions/)

Also applies to: 149-149

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

147-147: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
In Interview/Tech_Mahindra/Tm_Exp3/index.md around lines 147 and 149, the
references section contains bare URLs which violate markdownlint rule MD034;
replace each bare URL with markdown link syntax by providing a short descriptive
link text followed by the URL in parentheses (e.g. [GeeksforGeeks React
Guide](https://www.geeksforgeeks.org/reactjs/react/)), ensuring both occurrences
are updated and the document remains valid Markdown.

- https://www.geeksforgeeks.org/javascript-tutorial/
- https://www.indeed.com/career-advice/interviewing/hr-interview-questions
- https://www.geeksforgeeks.org/hr/hr-interview-questions/
8 changes: 4 additions & 4 deletions Interview/Tech_Mahindra/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Inside stories. Real experiences. Tech Mahindra interviews, unfiltered.

## 📚 SDE
## 📚 SDE Intern (TechnoRise Intern)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Fix table row numbering error in row 3.

Line 11 has row index | 2 | which duplicates the row above. This should be | 3 | to correctly index the third row:

🔎 Proposed fix for row numbering
| # | Role                             |                                            View                                            |
|:-:|:---------------------------------|:--------------------------------------------------------------------------------------------:|
| 1 | **TechnoRise Intern 2025**      | [📥 Open](./Tm_Exp1) |
| 2 | **TechnoRise Intern 2025**      | [📥 Open](./Tm_Exp2) |
-| 2 | **TechnoRise Intern 2025**      | [📥 Open](./Tm_Exp3) |
+| 3 | **TechnoRise Intern 2025**      | [📥 Open](./Tm_Exp3) |

Also applies to: 9-11

🤖 Prompt for AI Agents
In Interview/Tech_Mahindra/index.md around line 3 (and specifically table rows
covering lines 9-11), the markdown table duplicates the row index "| 2 |" for
the third entry; update that cell to "| 3 |" (and verify subsequent row indexes
in the table are incremented correctly) so row numbering is sequential and
unique.


<div align="center">

| # | Role | View |
|:-:|:---------------------------------|:--------------------------------------------------------------------------------------------:|
| 1 | **Technorise Intern 2026** | [📥 Open](./Tm_Exp1) |
| 2 | **Technorise Intern 2026** | [📥 Open](./Tm_Exp2) |
| 2 | **Technorise Intern 2026** | [📥 Open](./Tm_Exp3) |
| 1 | **TechnoRise Intern 2025** | [📥 Open](./Tm_Exp1) |
| 2 | **TechnoRise Intern 2025** | [📥 Open](./Tm_Exp2) |
| 2 | **TechnoRise Intern 2025** | [📥 Open](./Tm_Exp3) |

</div>

Expand Down