Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Chingari Team. If you also belong to the team, you can get access from here

Chingari Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chingari Motion Graphics and Video Editor Interview Questions and Answers

Updated 23 Feb 2024

Chingari Motion Graphics and Video Editor Interview Experiences

1 interview found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Motion graphic portfolio

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

If its for the SDE 1 , mostly they will start with javascript fundamentals and deep dive in the hard topics

Interview Preparation Tips

Topics to prepare for Simpl Software Engineer interview:
  • Hld
  • Performance optimization
Interview preparation tips for other job seekers - Mostly will be similar to the first round and even more in depth than the first round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 mins, Basic aptitude , comprehension and decision making questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 

15 minutes test.
50 questions
easy questions
Management , Leadership , Character Type questions

Round 3 - Coding Test 

2 coding questions
resume grilling
easy medium questions

Round 4 - HR 

(2 Questions)

  • Q1. Time management questions
  • Q2. Toughest project you work upon

I applied via Company Website and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What is your strengths

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • SQL
  • Manual Testing
Interview preparation tips for other job seekers - Believe your self confidence and confidence levels are main important in interviews
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

AmbitionBox user image Daggula Ananthalakshmi

posted on 11 Apr 2023

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

I applied via Walk-in and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Coding, simple interest, compound interest,analogy,odd men out ECT....

Round 3 - Group Discussion 

Indian market was developed

Round 4 - HR 

(5 Questions)

  • Q1. Tell me your self
  • Q2. What are you qualification
  • Q3. What are accpting for salary
  • Ans. 

    I am open to discussing a competitive salary based on my experience and the responsibilities of the role.

    • I am looking for a fair and competitive salary based on industry standards and my experience

    • I am open to discussing benefits and other compensation packages

    • I am willing to negotiate based on the responsibilities of the role

    • I am looking for a salary that reflects my skills and contributions to the company

  • Answered by AI
  • Q4. Why did you hiring in my company
  • Q5. What is manual testing
  • Ans. 

    Manual testing is the process of testing software manually without the use of automation tools.

    • Manual testing involves executing test cases manually to identify defects and issues in the software.

    • It is a time-consuming process and requires human intervention.

    • Manual testing is often used for exploratory testing, ad-hoc testing, and usability testing.

    • Examples of manual testing include functional testing, regression testi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Choose a suitable language. ...
Stay away from negative talk. ...
Identify small goals. ...
Don't forget your soft skills. ...
Compete with yourself not others.

Skills evaluated in this interview

Chingari Interview FAQs

How many rounds are there in Chingari Motion Graphics and Video Editor interview?
Chingari interview process usually has 1 rounds. The most common rounds in the Chingari interview process are HR.

Tell us how to improve this page.

Chingari Motion Graphics and Video Editor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Cashkaro.com Interview Questions
3.7
 • 13 Interviews
View all
Senior Software Engineer
8 salaries
unlock blur

₹18 L/yr - ₹46.7 L/yr

Associate Product Manager
8 salaries
unlock blur

₹10 L/yr - ₹13.4 L/yr

Content Moderator
7 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Product Manager
7 salaries
unlock blur

₹19 L/yr - ₹42 L/yr

Software Engineer
6 salaries
unlock blur

₹13 L/yr - ₹36 L/yr

Explore more salaries
Compare Chingari with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Woodenstreet.com

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