Upload Button Icon Add office photos

Cmots Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Cmots Infotech Interview Questions and Answers

Updated 8 Nov 2024
Popular Designations

Cmots Infotech Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the PHP Please explain
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP stands for Hypertext Preprocessor.

    • It is widely used for creating dynamic web pages.

    • PHP code is embedded within HTML code.

    • PHP can interact with databases like MySQL.

    • Popular CMS like WordPress and Drupal are built using PHP.

  • Answered by AI
  • Q2. What is OOPS please explain any three
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best to start your career

Skills evaluated in this interview

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 Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Oops related questions with examples

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain sorting mechanism
  • Ans. 

    Sorting mechanism is a way to arrange elements in a specific order, such as ascending or descending.

    • Sorting can be done using various algorithms like bubble sort, merge sort, quick sort, etc.

    • Elements are compared and swapped based on the sorting criteria.

    • Example: Sorting an array of strings alphabetically.

  • Answered by AI
  • Q2. Explain algorithms
  • Ans. 

    Algorithms are step-by-step procedures or formulas for solving a problem or completing a task.

    • Algorithms are used in computer programming to perform specific tasks efficiently.

    • They consist of a sequence of steps that are followed in order to achieve a desired outcome.

    • Examples include sorting algorithms like bubble sort or quicksort, and searching algorithms like binary search.

    • Efficiency of algorithms is often measured ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Expected salary
  • Ans. 

    I expect a salary that reflects my skills, experience, and the industry standards for this role.

    • Research industry standards: For example, Glassdoor or Payscale can provide insights.

    • Consider my experience level: If I have 5 years of experience, I might expect a higher salary than an entry-level position.

    • Location matters: Salaries can vary significantly based on the cost of living in different areas.

    • Be open to negotiatio...

  • Answered by AI
  • Q2. Are you ok with Bond

Skills evaluated in this interview

SEO Executive Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2021

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Seo basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare seo basics clearly and It's tools too

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cmots Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About java mainly
Round 2 - HR 

(2 Questions)

  • Q1. What aspires you most
  • Ans. 

    I'm inspired by the potential of technology to solve real-world problems and improve lives through innovation and creativity.

    • The ability to create software that enhances user experience, like developing an app that simplifies daily tasks.

    • Working on open-source projects that contribute to community development, such as collaborating on a tool for educational purposes.

    • Learning from industry leaders and innovators, like a...

  • Answered by AI
  • Q2. Tell me about project

Cmots Infotech Interview FAQs

How many rounds are there in Cmots Infotech interview?
Cmots Infotech interview process usually has 2 rounds. The most common rounds in the Cmots Infotech interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Cmots Infotech 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 Cmots Infotech. The most common topics and skills that interviewers at Cmots Infotech expect are SQL, Coding, Windows, XML and Ajax.
What are the top questions asked in Cmots Infotech interview?

Some of the top questions asked at the Cmots Infotech interview -

  1. What is OOPS please explain any th...read more
  2. What is the PHP Please expl...read more
  3. Explain sorting mechan...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 51 Interviews
View all

Cmots Infotech Reviews and Ratings

based on 41 reviews

2.6/5

Rating in categories

3.0

Skill development

2.5

Work-life balance

2.1

Salary

3.6

Job security

2.3

Company culture

1.8

Promotions

2.9

Work satisfaction

Explore 41 Reviews and Ratings
Software Developer
40 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Data Analyst
30 salaries
unlock blur

₹1.5 L/yr - ₹2.8 L/yr

Software Engineer
12 salaries
unlock blur

₹1.5 L/yr - ₹5.6 L/yr

Financial Analyst
12 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Cmots Infotech with

Medcode

4.4
Compare

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview