Upload Button Icon Add office photos
Engaged Employer

i

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

Edobo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Edobo Interview Questions and Answers

Updated 4 Jul 2024

Edobo Interview Experiences

Popular Designations

2 interviews found

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

(2 Questions)

  • Q1. Owasp top 10 and attacks
  • Q2. Experience in work

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. 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. 1-HR ask about your experience in detail?
  • Q2. What is your short and long term goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident answer to the question and stick to the process which you have worked in

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

I was attended for technical f2f round for Android app developer, they asked to develop sample app with large json parsing in grid view. It's good and nice.

Round 2 - Technical 

(1 Question)

  • Q1. Once you successfully implemented coding, they will take technical f2f round. It will mainly in all topics of android.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more coding questions in all advanced topics and logical questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2022.

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. Why would you like to join us
  • Q2. Why would u like to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Overall experience
  • Q2. Basics question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Drop and Truncate ?
  • Ans. 

    Drop deletes the table structure and data, while truncate only deletes the data.

    • Drop is a DDL (Data Definition Language) command, while truncate is a DML (Data Manipulation Language) command.

    • Drop removes the table from the database, while truncate only removes the rows from the table.

    • Drop is slower and requires more permissions than truncate.

    • Example: DROP TABLE table_name; TRUNCATE TABLE table_name;

  • Answered by AI
  • Q2. To write SQL queries
Round 2 - HR 

(2 Questions)

  • Q1. Why you are switching to non-core?
  • Ans. 

    I am switching to non-core because I want to explore new opportunities and challenges outside of my current field.

    • Seeking new challenges and opportunities

    • Exploring different industries and roles

    • Developing new skills and gaining diverse experience

  • Answered by AI
  • Q2. What are your expected salary?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in the data analysis field.

    • Research the average salary for Data Analysts in your area to have a realistic expectation

    • Consider your level of experience, education, and any specialized skills you bring to the table

    • Be prepared to negotiate based on the company's budget and benefits package

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Merge 2 Sorted linked list
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be merged

    • Update the next pointers of the nodes in the new linked list accordingly

  • Answered by AI

Skills evaluated in this interview

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

Edobo Interview FAQs

How many rounds are there in Edobo interview?
Edobo interview process usually has 1-2 rounds. The most common rounds in the Edobo interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Edobo interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Edobo. The most common topics and skills that interviewers at Edobo expect are Email Marketing, SEO, Social Media, Accounts Finalisation and Analytical.

Tell us how to improve this page.

Edobo Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

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
 • 14 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Bijak Interview Questions
3.3
 • 12 Interviews
View all

Edobo Reviews and Ratings

based on 27 reviews

3.4/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

2.8

Salary

3.0

Job security

3.4

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 27 Reviews and Ratings
Project Manager
4 salaries
unlock blur

₹4.5 L/yr - ₹8.3 L/yr

Operations Executive
4 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Senior Executive
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Senior Designer
4 salaries
unlock blur

₹8 L/yr - ₹9 L/yr

Warehouse Manager
3 salaries
unlock blur

₹3.5 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Edobo with

Cogoport

2.9
Compare

Treebo Hotels

3.2
Compare

KrazyBee

3.7
Compare

Woodenstreet.com

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