Upload Button Icon Add office photos

CES

Compare button icon Compare button icon Compare
3.7

based on 248 Reviews

Filter interviews by

CES Lead Software Engineer Interview Questions and Answers

Updated 20 Sep 2023

CES Lead Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. 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. Basic questions which has of no use
Round 3 - HR 

(1 Question)

  • Q1. They will allure with the unthinkable CTC so that you can join ASAP but remember if they are hiring 10 people , they are going to fire 9 out of them within a month

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration - 1hr 45 Mins
Topics- Find the average cost and estimated price for the given week
Platform - .Net

Interview Preparation Tips

Interview preparation tips for other job seekers - Check the details given by recruiter and ask them whether they can capably do the interview. Must ask the recruiter interviewer is more experience than you or not. If not, please don't go-ahead. it's very difficult to understand the interviewer your skill set, and lack of his knowledge or experience interviewer can simply reject your application.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal

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. Ways to send data from JCL to COBOL
  • Ans. 

    Data can be sent from JCL to COBOL using parameters, files, or shared memory.

    • Passing parameters through JCL PROC statement

    • Writing data to a file in JCL and reading it in COBOL program

    • Using shared memory to communicate between JCL and COBOL

  • Answered by AI
  • Q2. What are cursors?
  • Ans. 

    Cursors are database objects used to retrieve data from result sets one row at a time.

    • Cursors are used in database management systems to navigate through a result set.

    • They allow for processing individual rows of a result set instead of fetching the entire set at once.

    • Cursors can be used in SQL queries to perform operations on each row of a result set.

  • Answered by AI
  • Q3. Checkpoint in Db2
  • Ans. 

    Checkpoint in Db2 is a mechanism used to ensure data consistency during recovery.

    • Checkpoints are used to write all modified data from the buffer pool to the disk.

    • They help in reducing the amount of work needed during database recovery.

    • Checkpoints can be triggered manually or automatically based on configuration settings.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Overall experience

Skills evaluated in this interview

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java 8, stream operations, collection framework in depth
  • Q2. Microservice architecture with sprong boot
  • Ans. 

    Microservice architecture with Spring Boot is a popular approach to building scalable and resilient applications.

    • Spring Boot provides a convenient way to create and deploy microservices

    • Each microservice should have a clear and well-defined responsibility

    • Communication between microservices can be achieved through REST APIs or messaging systems like Kafka

    • Containerization with Docker and orchestration with Kubernetes can ...

  • Answered by AI
  • Q3. Spring security and transaction management
Round 2 - Technical 

(3 Questions)

  • Q1. Current Project in depth, roles and responsibilities
  • Q2. Reason for change, design patterns
  • Ans. 

    Design patterns are used to solve common software design problems and improve code quality.

    • Design patterns provide reusable solutions to common software design problems.

    • They improve code quality by promoting best practices and reducing code complexity.

    • Examples of design patterns include Singleton, Factory, and Observer patterns.

    • Reasons for changing design patterns may include improving performance, scalability, or main...

  • Answered by AI
  • Q3. Amazon web services, cloud front, lambda, ec2
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, do not put or highlight anything which you haven't prepared for.
Interview process is transparent and panelist made the process smooth.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Self introduction and Core Functions of experiences
  • Q2. Deep dive into Technologies what we have worked so far
  • Ans. 

    I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ability to handle the product
  • Ans. 

    I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.

    • Led a team to successfully launch a new product feature within tight deadlines

    • Managed the development of a large-scale software product from conception to release

    • Collaborated with cross-functional teams to ensure product requirements were met

    • Implemented agile methodologies to improve produ

  • Answered by AI
  • Q2. Customer or client interaction and project evaluations
Round 3 - HR 

(2 Questions)

  • Q1. About Complete personal traits
  • Q2. Compensation and Willingness

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Difference between default and props
  • Q2. How do you know the dom is ready or not

Interview Preparation Tips

Interview preparation tips for other job seekers - vue js basic questions

CES Interview FAQs

How many rounds are there in CES Lead Software Engineer interview?
CES interview process usually has 3 rounds. The most common rounds in the CES interview process are Technical, HR and Resume Shortlist.
How to prepare for CES Lead Software Engineer 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 CES. The most common topics and skills that interviewers at CES expect are Javascript, React.Js, SQL Server, Typescript and Labour Laws.
What are the top questions asked in CES Lead Software Engineer interview?

Some of the top questions asked at the CES Lead Software Engineer interview -

  1. They will allure with the unthinkable CTC so that you can join ASAP but remembe...read more
  2. Basic questions which has of no ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 CES interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 544 Interviews
CitiusTech Interview Questions
3.4
 • 261 Interviews
Tiger Analytics Interview Questions
3.6
 • 210 Interviews
Altimetrik Interview Questions
3.8
 • 205 Interviews
LG Electronics Interview Questions
4.0
 • 185 Interviews
Xoriant Interview Questions
4.2
 • 174 Interviews
Incedo Interview Questions
3.3
 • 173 Interviews
Philips Interview Questions
3.9
 • 153 Interviews
ThoughtWorks Interview Questions
3.9
 • 140 Interviews
View all
CES Lead Software Engineer Salary
based on 9 salaries
₹14 L/yr - ₹25 L/yr
6% less than the average Lead Software Engineer Salary in India
View more details

CES Lead Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

3.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Team Lead
66 salaries
unlock blur

₹4.6 L/yr - ₹19 L/yr

Process Associate
57 salaries
unlock blur

₹1.7 L/yr - ₹3.8 L/yr

Senior Process Associate
49 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

Business Analyst
47 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Fraud Analyst
42 salaries
unlock blur

₹1.6 L/yr - ₹4.1 L/yr

Explore more salaries
Compare CES with

Samsung

4.0
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Panasonic Avionics Corporation

2.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview