Upload Button Icon Add office photos
Engaged Employer

i

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

Ceipal Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 107 Reviews

Filter interviews by

Ceipal Interview Questions, Process, and Tips

Updated 30 Nov 2023

Top Ceipal Interview Questions and Answers

Ceipal Interview Experiences

Popular Designations

5 interviews found

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 - Aptitude Test 

They conduct aptitude test on main concept s in aptitude and reasoning questions and also verbal questions

Round 3 - Coding Test 

They are conduct questions on core php and some logical questions on coding

Round 4 - Technical 

(1 Question)

  • Q1. Asking technical question on html, css, JS, jQuery, SQL, java ,php and writing and execute codes
Round 5 - Technical 

(1 Question)

  • Q1. Asking Advanced level technical questions and real time scenarios
Round 6 - HR 

(1 Question)

  • Q1. In this round only discussion on salary, training period, company policies , and so on..

Php Full Stack Developer Interview Questions asked at other Companies

Q1. Common #1 - What if an issue arise on a "Production" server that we can't troubleshoot in "Staging" or "Local", So how to fix that issue ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

5 qsns apptitude
5 reasoning
5 teche

Round 3 - Technical 

(3 Questions)

  • Q1. Palindrome Max element in array Duplicates in array Length of string Number of "l" present in hello world Odd number Prime number Class and obj Sorting Html table create Anchor element Image element Drop d...
  • Ans. 

    This interview question covers various topics including string manipulation, array operations, number properties, object-oriented programming, and HTML elements.

    • Palindrome: Check if a string is the same when reversed.

    • Max element in array: Find the largest element in an array.

    • Duplicates in array: Identify and count duplicate elements in an array.

    • Length of string: Determine the number of characters in a string.

    • Number of ...

  • Answered by AI
  • Q2. Max element in array
  • Ans. 

    Finding the maximum element in an array.

    • Iterate through the array and keep track of the maximum element seen so far.

    • Use built-in functions like Math.max() or spread operator to find the maximum element.

    • For large arrays, consider using divide and conquer algorithms like binary search.

  • Answered by AI
  • Q3. Print Duplicates in array
  • Ans. 

    Print duplicates in an array

    • Iterate through the array and use a hash table to keep track of seen elements

    • If an element is already in the hash table, print it as a duplicate

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Separate of numbers from string Sql joins Expection handling Distinct elements in two arrays
  • Ans. 

    Answering interview questions on SQL joins, exception handling, and array manipulation.

    • To separate numbers from a string, use regular expressions or string manipulation functions.

    • SQL joins are used to combine data from multiple tables based on a common column.

    • Exception handling is used to gracefully handle errors in code.

    • To find distinct elements in two arrays, use array_diff() function in PHP or similar functions in o

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Not yet received call

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honesty. Prepare your resume very well.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Senior Software Engineer Interview Questions & Answers

user image Srikanth Malayala

posted on 18 Sep 2022

Round 1 - Coding Test 

Here you may face both Theoretical questions and code knowledge.

Round 2 - Technical 

(1 Question)

  • Q1. In-depth knowledge on particular skill
Round 3 - HR 

(2 Questions)

  • Q1. About your experiences
  • Q2. Salary discussion based on the experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Very best company in level 3,
Redirect hit will work here for interview need to prepare something.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Interview Questionnaire 

1 Question

  • Q1. What do u know abt role & company.
  • Ans. 

    The role of a Customer Support Executive is to provide assistance and resolve customer issues. The company is a leading provider of customer support services.

    • Customer Support Executive provides assistance and resolves customer issues

    • Company is a leading provider of customer support services

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fully prepared with role & every relevant information abt company

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (20)

Ceipal interview questions for popular designations

 Customer Support Executive

 (1)

 Php Full Stack Developer

 (1)

 Sales Executive

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

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

Round 1 - Technical 

(1 Question)

  • Q1. About Sales process. What competencies are required for a good sales representative?

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 functional interviews and 1 HR interview

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (50)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. 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 

(4 Questions)

  • Q1. Find second max salary of employee by department in sql
  • Ans. 

    Find second max salary of employee by department in SQL

    • Use GROUP BY clause to group employees by department

    • Use MAX() function to find the maximum salary

    • Use subquery to find the second maximum salary

  • Answered by AI
  • Q2. Find second max salary 9f employee by department using python pandas dataframe
  • Ans. 

    Find second max salary of employee by department using pandas dataframe

    • Group the dataframe by department

    • Sort the salaries in descending order

    • Select the second highest salary for each department

  • Answered by AI
  • Q3. Python code to download file from aws s3 to local using boto3
  • Ans. 

    Python code to download file from aws s3 to local using boto3

    • Install boto3 library using pip

    • Create an S3 client using boto3

    • Use the download_file method to download the file from S3 to local

  • Answered by AI
  • Q4. Write word count program in pyspark
  • Ans. 

    A program to count the number of words in a text file using PySpark.

    • Read the text file using SparkContext

    • Split the lines into words using flatMap

    • Map each word to a tuple of (word, 1)

    • Reduce by key to count the occurrences of each word

    • Save the output to a file

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of python dataframe and SQL and pyspark

Skills evaluated in this interview

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

I applied via campus placement at Cochin University of Science and Technology (CUST) and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.

Round 3 - Technical 

(3 Questions)

  • Q1. What is structure padding?
  • Ans. 

    Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.

    • Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.

    • Padding is compiler-dependent and can vary between different platforms and architectures.

    • Padding can affect the size of a structure and the performance of the program.

    • Example: struct example { ...

  • Answered by AI
  • Q2. College Project discussion
  • Q3. Form a dictionary from name.
  • Ans. 

    Forming a dictionary from name

    • Create an empty dictionary

    • Iterate through each character in the name

    • Add the character as a key and its frequency as value in the dictionary

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Word formation Algorithm question
  • Q2. Architecture of project.
  • Ans. 

    The architecture of the project is based on microservices with a containerized approach using Docker and Kubernetes.

    • Utilizes microservices architecture for scalability and flexibility

    • Containerized approach using Docker for easy deployment and management

    • Orchestrated with Kubernetes for automated scaling and monitoring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your introduction short because you might loose coding time for problem. They will end interview at sharp time. Unprofessional, and does not share the feedback.

I applied via campus placement at Techno India Group, Kolkata and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

3 Questions of medium to easy level.

Round 3 - Technical 

(2 Questions)

  • Q1. Details about project?
  • Ans. 

    Developed a web application for managing inventory and sales

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a RESTful API using Node.js and Express.js for the backend

    • Utilized a MySQL database for storing and retrieving data

    • Implemented authentication and authorization using JSON Web Tokens (JWT)

    • Implemented features like product search, order management, and reporting

  • Answered by AI
  • Q2. DBMS and OOPs concept related questions
Round 4 - Technical 

(1 Question)

  • Q1. General discussion about C++ and tech stacks with which the company works with.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics clear and learn C++ if not because they prefer C++ over Java.

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. About previous experience and other benefits
  • Q2. Technical, Regarding Project and previous experience, system, knowledge about product
  • Q3. Technical Related to Business Analyst
  • Q4. Regarding Jira, and other tools related to Business Analyst
  • Q5. User Story creation, brd creation, gap analysis, product analysis, backlog

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared always according to JD

Ceipal Interview FAQs

How many rounds are there in Ceipal interview?
Ceipal interview process usually has 3-4 rounds. The most common rounds in the Ceipal interview process are Technical, HR and Coding Test.
How to prepare for Ceipal 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 Ceipal. The most common topics and skills that interviewers at Ceipal expect are Software Sales, MySQL, Java, Product Sales and Software Solution Sales.
What are the top questions asked in Ceipal interview?

Some of the top questions asked at the Ceipal interview -

  1. Palindrome Max element in array Duplicates in array Length of string Number of ...read more
  2. Separate of numbers from string Sql joins Expection handling Distinct elements ...read more
  3. Max element in arr...read more

Tell us how to improve this page.

Ceipal Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 511 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
PeopleStrong Interview Questions
3.4
 • 50 Interviews
Darwinbox Interview Questions
3.9
 • 41 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
greytHR Interview Questions
3.6
 • 20 Interviews
View all

Ceipal Reviews and Ratings

based on 107 reviews

3.1/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

3.1

Salary

2.7

Job security

3.0

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 107 Reviews and Ratings
Software Engineer
67 salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Junior Software Engineer
42 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Softwaretest Engineer
31 salaries
unlock blur

₹3.1 L/yr - ₹9 L/yr

Software Developer
16 salaries
unlock blur

₹3.2 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Ceipal with

Zoho

4.3
Compare

Freshworks

3.5
Compare

Ramco Systems

3.9
Compare

PeopleStrong

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