Comet Chemicals interview experience Real time questions & tips from candidates to crack your interview

Graphic Designer

Comet Chemicals
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Node JS, ReactJs, Python, bash scripting, algorithm
Tip
Tip

Tip 1 : Not only reside on theory do practical
Tip 2 : Convert your ideas into design and show it to interviewer as project.
Tip 3 : Do design with a concept with your coding skills it will help you our during interview

Application process
Where: Other
Eligibility: Must have Bachelor , Must have knowledge of javascript & python
Resume Tip
Resume tip

Tip 1 : Add Projects of final year
Tip 2 : Add your achievements
Tip 3 : Add your skills related to programming languages

Interview rounds

01
Round
Easy
Online Coding Test
Duration60 minutes
Interview date18 Sep 2022
Coding problem2

It was a technical round and they require a backend developer for their database, some intermediate-level coding questions were asked.

1. Occurrence Of Each Word

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesAmazonMakeMyTrip

You are given a string S of words. Your task is to count the occurrence of each word present in the string S. A word is a sequence of one or more non-space characters, and there can be multiple spaces between two words, and also there can be leading or trailing spaces in a string S.

For Example:
For the given string  “what we think we become”

“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
Try solving now

2. Implement Stack With Linked List

Moderate
30m average time
73% success
0/80
Asked in companies
OYOQualcommMathworks

You must implement the Stack data structure using a Singly Linked List.


Create a class named 'Stack' which supports the following operations(all in O(1) time):


getSize: Returns an integer. Gets the current size of the stack

isEmpty: Returns a boolean. Gets whether the stack is empty

push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack

pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.

getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date26 Aug 2022
Coding problem1

It was a general discussion kind of round where HR told me about company policy and salary negotiation, we talked ralted to joining date.

1. Basic HR Questions

Tell me about yourself.

Why do you want to join us?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes