Upload Button Icon Add office photos

Grey Orange

Compare button icon Compare button icon Compare

Filter interviews by

Grey Orange Operations Intern Interview Questions and Answers

Updated 25 Jun 2023

Grey Orange Operations Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Just was some normal question for screening

Round 3 - Group Discussion 

GD was about Science topics or impact of science in the life

Round 4 - HR 

(2 Questions)

  • Q1. General questions about career objective, aim, after 5 years?
  • Q2. Hobbies, interest, your quality

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine what you are

Interview questions from similar companies

Intern Interview Questions & Answers

CodeClouds user image dipnarayan sen

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Computer Science Questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2NF and 3NF difference
  • Ans. 

    2NF eliminates partial dependencies, while 3NF eliminates transitive dependencies.

    • 2NF eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF eliminates transitive dependencies by ensuring that non-key attributes are not dependent on other non-key attributes.

    • Example: In a table with columns A, B, and C where A is the primary key, if B depends on A and C...

  • Answered by AI
  • Q2. Alternative of using loop to print 1 to 100
  • Ans. 

    Using recursion to print numbers from 1 to 100 without a loop

    • Create a recursive function that takes a number as input and prints it

    • Call the function with 1 as the initial input and increment the input by 1 in each recursive call

    • Stop the recursion when the input reaches 100

  • Answered by AI
  • Q3. Delete and Truncate Difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation fires triggers on each row deletion while truncate operation does not fire triggers.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 question . . . . . . . . . . .

Round 2 - Coding Test 

2 questions . . . . . . . .

Round 3 - Technical 

(2 Questions)

  • Q1. Oops . . . . . .
  • Q2. Projects . . . . . .. .
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Cobra, OOP expenses
  • Q2. 7 QC tools for auditing
  • Ans. 

    The 7 QC tools for auditing are essential techniques used for quality control and improvement in auditing processes.

    • Check sheets: Used to collect and analyze data in a systematic manner.

    • Histograms: Visual representation of data distribution to identify patterns and trends.

    • Pareto charts: Helps prioritize issues by showing the most significant factors affecting quality.

    • Cause-and-effect diagrams: Identify root causes of p...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Scanario, related to my cv previous experience
  • Q2. Accruel and outstanding, Personal details, Reconsiliation questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Strengths and Weakness
  • Q2. See yourself in 5 yrs

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it Simple. Don't Fake Anythings
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They mostly asked me about my skill set and the tools I know and some marketing questions.
Round 2 - Technical 

(1 Question)

  • Q1. They asked me about the tools more and few technical terms about marketing .
Round 3 - HR 

(1 Question)

  • Q1. My aspirations and goals

Interview Preparation Tips

Topics to prepare for Bentley Systems Marketing Intern interview:
  • Marketing domain
Interview preparation tips for other job seekers - Have proper domain knowledge and have solid response when they ask about your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

7 easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Data Structures and Algorithms, SQL and DataBase design, Java concepts, OOPS concepts, OS
Round 3 - Technical 

(1 Question)

  • Q1. DSA Medium level, SQL Medium level, Java, OOPS
Round 4 - Technical 

(1 Question)

  • Q1. Managerial round - Resume, Projects, behavioural questions. Interview was very friendly

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation is key. Be strong in fundamentals
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Kasireddy Narayan Reddy College of Engineering & Research, Ranga Reddy and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

It was well going.Skills mentioned in the job profile were asked.I have successfully achieved 1st round

Round 3 - Aptitude Test 

It is both aptitude & coding round.I didn't prepare well for this round . So i missed a chance to get succeded

Interview Preparation Tips

Topics to prepare for Netenrich Technologies Intern interview:
  • Networking
  • Java

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was coding round : 1. One string rotaion of other 2. Nearest largest and smallest prime value of given input. interview questions:What is difference between reference variable and pointer ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study on cpp , python basic if specified , data structure , oop.

Grey Orange Interview FAQs

How many rounds are there in Grey Orange Operations Intern interview?
Grey Orange interview process usually has 4 rounds. The most common rounds in the Grey Orange interview process are Resume Shortlist, Aptitude Test and Group Discussion.

Tell us how to improve this page.

Grey Orange Operations Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 747 Interviews
Delhivery Interview Questions
3.9
 • 456 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
Zomato Interview Questions
3.8
 • 309 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Ola Cabs Interview Questions
3.4
 • 137 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
View all
Senior Engineer
71 salaries
unlock blur

₹5.7 L/yr - ₹17.5 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹13.1 L/yr - ₹31 L/yr

Assistant Manager
55 salaries
unlock blur

₹7.5 L/yr - ₹27.5 L/yr

Software Engineer
52 salaries
unlock blur

₹6 L/yr - ₹26 L/yr

Senior Member of Technical Staff
46 salaries
unlock blur

₹12.6 L/yr - ₹45 L/yr

Explore more salaries
Compare Grey Orange with

Flipkart

4.0
Compare

Delhivery

3.9
Compare

Zomato

3.8
Compare

Swiggy

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview