Upload Button Icon Add office photos
Engaged Employer

i

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

cFIRST Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

cFIRST Interview Questions and Answers

Updated 7 Apr 2024

cFIRST Interview Experiences

Popular Designations

4 interviews found

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why should we hire you?
  • Q2. What do you know about our company!?
  • Q3. Have you ever visit our website?
  • Q4. There were some practice test too like , face to face interviews with senior manager, typing test, essay writing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you really want to crack any interview.. There is only one word I can suggest ...whoch is be confidential... Which is very important part of our face to face interviews .be confident whatever you give answer...

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)
Interview experience
4
Good
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 - HR 

(1 Question)

  • Q1. Tell me about your self And previous employments
Round 3 - One-on-one 

(1 Question)

  • Q1. Expectations? What new can i provide to the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , make an eye contact , speak loud , always be loyal towards your words

Client Servicing Executive Interview Questions asked at other Companies

Q1. What is mutual fund not definition i don't know about mutual fund how could you advice me to take mutual fund?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about our self
Round 2 - Behavioral 

(2 Questions)

  • Q1. What makes you perfect for this role
  • Q2. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for some basic corporate skill before going for an interview

Senior Quality Executive Interview Questions asked at other Companies

Q1. Your qualification is in different area and work experience/ career is in different area, Why?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2021

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. As we know about ourselves, then after work experience, and your responsibility with them. After that I have wrote one easey about corona,then after typing test.
  • Q2. My second round was with Assistant manager, he asked me same questions about work and all, he explained about Vendor management.
  • Q3. My last and 3rd round was with HR manager, she asked me same questions she asked me for salary, then we agreed on mutual.

Interview Preparation Tips

Interview preparation tips for other job seekers - Reply with smile , never hesitate to reply never become confus person, if you have any questions about process related or salary ask them. Sit properly, be active in interview

cFIRST interview questions for popular designations

 Senior Quality Executive

 (1)

 Client Servicing Executive

 (1)

 Operations Executive

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.

Interview Questionnaire 

4 Questions

  • Q1. SQL Server Joins?
  • Q2. Top 2 Salary from each department?
  • Q3. Delete 30000000+ records from the live system aprroach to delete these records?
  • Ans. 

    Use a combination of backup and delete approach to safely delete the records.

    • Take a backup of the live system before deleting any records.

    • Identify the records to be deleted using a query or script.

    • Delete the records in batches to avoid overwhelming the system.

    • Monitor the system during the deletion process for any issues.

    • Verify the deletion by checking the number of records before and after.

    • Consider archiving the delete

  • Answered by AI
  • Q4. Performance Tuning?

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java, Spark Concepts
  • Q2. Threading with example
  • Ans. 

    Threading is a way to execute multiple tasks concurrently in a single program.

    • Threading allows for parallel execution of code

    • Threads share the same memory space

    • Example: running a background task while the main program continues to run

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on past projects and concepts

I applied via Facebook and was interviewed in Sep 2021. 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 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a best recruiting company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Moving average in pandas
  • Ans. 

    Moving average in pandas is a statistical calculation that smooths out fluctuations in data by averaging values over a specified time period.

    • Use the 'rolling' function in pandas to calculate moving averages

    • Specify the window size for the moving average calculation

    • Example: df['moving_avg'] = df['column'].rolling(window=3).mean()

  • Answered by AI
  • Q2. About Imputations

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 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 - Technical 

(3 Questions)

  • Q1. Tell me more about your last task that you worked on.
  • Ans. 

    Developed a web application for managing customer orders and inventory.

    • Used JavaScript, HTML, and CSS to build the front-end interface.

    • Implemented a RESTful API using Node.js and Express.js for the back-end functionality.

    • Utilized a PostgreSQL database to store and retrieve data.

    • Implemented authentication and authorization features for secure access.

    • Performed unit testing and debugging to ensure the application's functi...

  • Answered by AI
  • Q2. Design a System from High level and low level
  • Ans. 

    Designing a system involves creating a high-level architecture and breaking it down into low-level components.

    • Start by identifying the problem the system needs to solve

    • Create a high-level architecture that outlines the major components and their interactions

    • Break down each component into smaller, more manageable pieces

    • Design each low-level component with a specific function in mind

    • Ensure that all components work togeth...

  • Answered by AI
  • Q3. Some direct Questions from SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself everyday, not for interview, for being better Engineer

Skills evaluated in this interview

cFIRST Interview FAQs

How many rounds are there in cFIRST interview?
cFIRST interview process usually has 2-3 rounds. The most common rounds in the cFIRST interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for cFIRST 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 cFIRST. The most common topics and skills that interviewers at cFIRST expect are Client Coordination, Data Management, Excel, MIN and MS Office.
What are the top questions asked in cFIRST interview?

Some of the top questions asked at the cFIRST interview -

  1. There were some practice test too like , face to face interviews with senior ma...read more
  2. My last and 3rd round was with HR manager, she asked me same questions she aske...read more

Tell us how to improve this page.

cFIRST Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
View all

cFIRST Reviews and Ratings

based on 160 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.5

Salary

4.2

Job security

4.2

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 160 Reviews and Ratings
Executive
81 salaries
unlock blur

₹1.5 L/yr - ₹2.7 L/yr

Client Servicing Executive
77 salaries
unlock blur

₹1.4 L/yr - ₹3.4 L/yr

Operations Executive
58 salaries
unlock blur

₹1.5 L/yr - ₹2.6 L/yr

Team Lead
23 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Senior Executive
17 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Explore more salaries
Compare cFIRST with

Bonace Engineers

4.0
Compare

US Tech Solutions

3.8
Compare

New Opportunity Consultancy

4.2
Compare

Kelly Services

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