Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Eckovation SME Interview Questions and Answers

Updated 16 Oct 2024

Eckovation SME Interview Experiences

1 interview found

SME Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

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

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How you find us and what do yiu know abiut eckovation?
  • Ans. 

    I found Eckovation through online research. I know that Eckovation is an ed-tech company providing online courses and training programs.

    • Found Eckovation through online research

    • Eckovation is an ed-tech company

    • Provides online courses and training programs

  • Answered by AI
  • Q2. What do you think about teaching and what is the meaning of education?
  • Ans. 

    Teaching is a noble profession that shapes the future by imparting knowledge and skills. Education is the key to unlocking potential and fostering growth.

    • Teaching is a noble profession that involves guiding and inspiring students to reach their full potential.

    • Education is the process of acquiring knowledge, skills, values, and attitudes that help individuals grow and develop.

    • Effective teaching involves creating a suppo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good working environment

Calpion Software Technologies

Be part of a company where work compliments life, not consumes it.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Insights about company and candidate
  • Q2. If I know Data structures or not?
  • Ans. 

    Yes, I have knowledge of data structures.

    • I have experience with common data structures like arrays, linked lists, stacks, queues, trees, and graphs.

    • I understand the time and space complexity of different data structures and their operations.

    • I have implemented data structures in various programming languages like C++, Java, and Python.

    • For example, I have used a hash table to efficiently store and retrieve data in consta

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared and enjoy the process. Cred has a good management.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Case Study of zomato ?
  • Q2. Some basic math questions. Simultaneous equations .

Interview Preparation Tips

Interview preparation tips for other job seekers - However good you are in the interview in case study you need to get the math problems correct on the first attempt. I got it wrong but answered it correctly within one minute. But they said " i lack attention to detail" and didnt consider me for the next round.

I applied via Job Fair and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 easy question 1 medium
Question were good but have weak test case.

Round 2 - Assignment 

This was project or lld round.
You just be aware of class and other stuff.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on project Asked graph coding question in real scenerio. Like asked what algorithm you will use for different real life problems
Round 4 - HR 

(1 Question)

  • Q1. Why engineering and what u know about cred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with dsa especially graph algo bfs dfs
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basics on profile,work experience etc
  • Q2. Skills discussion based on role and resume
Round 2 - Coding Test 

DSA in preferred language, Java coding testt

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding online, brush up the basics, be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. AML,Risk and fraud ops basics.
  • Q2. Microsoft excel advanced level
Round 2 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud ops basics
Round 3 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud ops basics
Round 4 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud operation s basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Unlike a role in banking here we need to work multiple things.If you have SQL knowledge or interested to learn to SQL then this role suits you.You will get a exposure to complete Risk and fraud operations through this role.Overall learning will be helpful for career advancement.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI

I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Find edge score of the nodes in a directed graph
  • Ans. 

    Edge score of nodes in a directed graph

    • Edge score is a measure of the importance of a node in a graph

    • It is calculated by counting the number of edges that point to or from a node

    • Nodes with higher edge scores are considered more important

    • Edge score can be calculated using algorithms like PageRank or HITS

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Rotten oranges after every second in 2D matrix
  • Ans. 

    Simulate rotting of oranges in a 2D matrix every second.

    • Create a queue to store the coordinates of fresh oranges

    • Iterate through the matrix and add the coordinates of fresh oranges to the queue

    • Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges

    • Keep track of the time taken for all oranges to rot

    • Return -1 if there are any fresh oranges left after the simulation

  • Answered by AI
  • Q2. Java and Spring concepts, HTTP, HTTPS, OSI layers
  • Q3. DB design for air ticket booking system
  • Ans. 

    DB design for air ticket booking system

    • Create tables for flights, passengers, bookings, and payments

    • Use foreign keys to establish relationships between tables

    • Include fields for flight details, passenger information, and payment details

    • Consider implementing a caching mechanism for frequently accessed data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interviews to Yubi. They just do time pass with the interviewees. After a long interview for 100 minutes they rejected me. Not because of this long session I was upset, I was able to answer everything correctly and the interviewer too applauded me.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SQL, Python and Excel
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How dis you tackle the one incident where you disagree with the team lead approach?
  • Q2. How do you make sure to deliver on time when there are uncertainty?
  • Ans. 

    To deliver on time despite uncertainty, I prioritize tasks, communicate effectively, set realistic deadlines, and have contingency plans.

    • Prioritize tasks based on importance and impact on project timeline

    • Communicate effectively with team members and stakeholders to address any uncertainties or roadblocks

    • Set realistic deadlines taking into account potential delays or uncertainties

    • Have contingency plans in place to mitig...

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Eckovation Interview FAQs

How many rounds are there in Eckovation SME interview?
Eckovation interview process usually has 1 rounds. The most common rounds in the Eckovation interview process are One-on-one Round.

Recently Viewed

SALARIES

IncNut Digital

LIST OF COMPANIES

Silverpush

Overview

JOBS

PharmEasy

No Jobs

SALARIES

HSBC Bank

SALARIES

Lybrate

SALARIES

Anchanto

SALARIES

PharmEasy

SALARIES

HSBC Bank

SALARIES

HealthKart

LIST OF COMPANIES

PharmEasy

Overview

Tell us how to improve this page.

Eckovation SME Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 299 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
KFintech Interview Questions
3.5
 • 134 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
ACKO Interview Questions
3.7
 • 48 Interviews
Yubi Interview Questions
3.0
 • 38 Interviews
CRED Interview Questions
3.5
 • 37 Interviews
View all

Eckovation SME Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

3.7

Skill development

2.5

Work-life balance

2.1

Salary

2.3

Job security

3.3

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Associate Operations Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager Operations
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Eckovation with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Rupeek

3.7
Compare

Razorpay

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