Upload Button Icon Add office photos
Engaged Employer

i

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

Cymetrix Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cymetrix Software Interview Questions and Answers

Updated 7 Feb 2024

Cymetrix Software Interview Experiences

Popular Designations

4 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2023

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 tips
Round 2 - Aptitude Test 

Basic Aptitude test with math and english proficiency testing questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Rate yourself out of 10 on Sql
  • Ans. 

    I would rate myself 8 out of 10 on SQL.

    • I have a strong understanding of SQL syntax and can write complex queries.

    • I am proficient in using SQL to manipulate and analyze large datasets.

    • I have experience with various database management systems such as MySQL, Oracle, and SQL Server.

    • I am constantly learning and improving my SQL skills through online courses and practice projects.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

15 apti questions which covered all topics

Round 2 - Coding Test 

2 coding questions which were compulsory

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 May 2023

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 May 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. About ETL - What do you know about it and what are fundamental factors to be considered while working on any ETL tool.
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process of extracting data from various sources, transforming it, and loading it into a target system.

    • ETL is used to integrate data from different sources into a unified format.

    • The fundamental factors to consider while working on any ETL tool include data extraction, data transformation, and data loading.

    • Data extraction involves retrieving data from various sources such ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you ok with bond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself thoroughly and have in-depth knowledge about the technologies you are offered the role for to negotiate a higher salary.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. Technical Questions about java and mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - BE CONFIDENT 😎

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Cymetrix Software interview questions for popular designations

 Data Analyst

 (1)

 Software Developer

 (1)

 Salesforce Developer

 (1)

 Data Engineer

 (1)

Interview questions from similar companies

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 - Technical 

(2 Questions)

  • Q1. Sql and excel basics required
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - basic understanding for sql and excal and maybe python would be helpfull
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is not a aptitude just like a game

Round 2 - One-on-one 

(1 Question)

  • Q1. Here Director will take
  • Ans. Asking out of box Questions,He also dont know the answers😂😂😂
  • Answered by successfulcucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, Dont go for interview for this company,Who is doing interview they dont know what to ask and mostly last round director will he is uneducated person mostly he will ask unwanted questions if we didn't answer he will be angry and suppose we ask answer he didn't reply because he doesn't know the answer simply staying in long years in company for time pass.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Work related questions only
  • Q2. Personal questions
  • Q3. Academic questions

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Cymetrix Software Interview FAQs

How many rounds are there in Cymetrix Software interview?
Cymetrix Software interview process usually has 2-3 rounds. The most common rounds in the Cymetrix Software interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
How to prepare for Cymetrix Software 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 Cymetrix Software. The most common topics and skills that interviewers at Cymetrix Software expect are Apex, Force.com, Salesforce, Lightning and Triggers.
What are the top questions asked in Cymetrix Software interview?

Some of the top questions asked at the Cymetrix Software interview -

  1. About ETL - What do you know about it and what are fundamental factors to be co...read more
  2. Rate yourself out of 10 on ...read more
  3. Technical Questions about java and my...read more

Tell us how to improve this page.

Cymetrix Software Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Cymetrix Software Reviews and Ratings

based on 16 reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.6

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 16 Reviews and Ratings
Salesforce Developer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Consultant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Salesforce Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cymetrix Software with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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