Upload Button Icon Add office photos

Filter interviews by

Coempt Edu Teck Interview Questions and Answers

Updated 14 Jun 2024

Coempt Edu Teck Interview Experiences

Popular Designations

2 interviews found

Team Lead Interview Questions & Answers

user image Ramakanth Sharma

posted on 20 May 2024

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About AWS Architecture
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and Benefits of employee
Round 3 - Behavioral 

(1 Question)

  • Q1. Brief Introduction

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is Distinct
  • Ans. 

    Distinct is a keyword in SQL used to retrieve unique values from a column.

    • Distinct eliminates duplicate rows from the result set

    • It is commonly used in SELECT queries

    • Example: SELECT DISTINCT column_name FROM table_name

  • Answered by AI
  • Q2. What is store procedure
  • Ans. 

    Stored procedure is a precompiled SQL query that is stored in the database for reuse.

    • Stored procedures improve performance by reducing network traffic and increasing security.

    • They can accept parameters and return results like a regular SQL query.

    • Stored procedures can be called from application code to execute complex logic on the database server.

    • Examples: sp_GetCustomerById, sp_InsertOrder

  • Answered by AI

Skills evaluated in this interview

.NET Software Developer Interview Questions asked at other Companies

Q1. Can sealed class inherit non-profit sealed class
View answer (4)

Jobs at Coempt Edu Teck

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself.
  • Q2. How will you take the pressure related to sales
  • Ans. 

    I thrive under pressure and use it as motivation to exceed sales targets.

    • I prioritize tasks and set achievable goals to manage pressure

    • I stay organized and focused on the end goal

    • I communicate effectively with team members to ensure everyone is on the same page

    • I use positive self-talk and visualization techniques to stay motivated

    • I continuously learn and adapt to new sales strategies to improve performance

  • Answered by AI
  • Q3. Sited few examples in the old organization and explained how did I handle it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was moderate.

Interview Questionnaire 

1 Question

  • Q1. Any type of questions in data field

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How do you measure growth of startup
  • Ans. 

    Startup growth can be measured through various metrics such as revenue, user acquisition, market share, and customer satisfaction.

    • Revenue growth is a key metric for measuring startup growth. This can be tracked through sales figures, profit margins, and overall revenue growth rate.

    • User acquisition is another important metric. This can be measured through the number of new users acquired over a period of time, as well a...

  • Answered by AI

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

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Coempt Edu Teck Interview FAQs

How many rounds are there in Coempt Edu Teck interview?
Coempt Edu Teck interview process usually has 2 rounds. The most common rounds in the Coempt Edu Teck interview process are HR, Technical and Behavioral.
How to prepare for Coempt Edu Teck 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 Coempt Edu Teck. The most common topics and skills that interviewers at Coempt Edu Teck expect are C#, Javascript, SQL Server, MVC and HTML.
What are the top questions asked in Coempt Edu Teck interview?

Some of the top questions asked at the Coempt Edu Teck interview -

  1. What is store proced...read more
  2. What is Disti...read more
  3. About AWS Architect...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

INTERVIEWS

Rice Education

No Interviews

LIST OF COMPANIES

Rice Education

Overview

JOBS

TheOmniJobs

No Jobs

LIST OF COMPANIES

ICT Academy of Tamil Nadu

Overview

JOBS

NIMT

No Jobs

REVIEWS

Turning Point Institute

No Reviews

JOBS

NIIT

No Jobs

JOBS

Bhanzu

No Jobs

JOBS

Fortis Healthcare

No Jobs

Tell us how to improve this page.

Coempt Edu Teck Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questions from Similar Companies

Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Tata ClassEdge Interview Questions
3.4
 • 12 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Coempt Edu Teck Reviews and Ratings

based on 14 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.7

Salary

3.5

Job security

3.2

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 14 Reviews and Ratings
Recruiter Specialist

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Business Development Manager

Bhopal,

Jaipur

6-10 Yrs

₹ 6-9 LPA

Explore more jobs
DOT NET Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Coempt Edu Teck with

Unacademy

3.0
Compare

upGrad

3.7
Compare

MeritNation

3.6
Compare

Toppr

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