Find Interview Questions for Top Companies
CEDCOSS Technologies Interview Questions and Answers
Ques:- Difference between Recruitment and Selection, Explain
Right Answer:
Recruitment is the process of attracting and identifying potential candidates for job openings, while selection is the process of evaluating and choosing the most suitable candidates from those recruited.
Ques:- Head hunting Process
Right Answer:
The headhunting process involves identifying and approaching potential candidates for a job, typically those who are not actively seeking new employment. It includes researching target companies, networking, reaching out to candidates, assessing their fit for the role, and persuading them to consider the opportunity.
Ques:- What is the difference between recruitment and selection?
Right Answer:
Recruitment is the process of attracting and identifying potential candidates for a job, while selection is the process of evaluating and choosing the most suitable candidates from those recruited.
Ques:- What is Bell Curve, Sigma value?
Right Answer:
The Bell Curve, also known as a normal distribution, is a graphical representation of data where most values cluster around a central peak and probabilities for values further away from the mean taper off symmetrically. Sigma value refers to the standard deviation in this context, indicating how much variation or dispersion exists from the average. In performance management, it is often used to categorize employee performance, with most employees falling in the middle range and fewer at the extremes.
Ques:- Achievements as a head in last companies
Asked In :- CEDCOSS Technologies,
Right Answer:
In my previous roles, I successfully led my team to achieve a 20% increase in employee engagement scores, implemented a new onboarding process that reduced training time by 30%, and developed a performance management system that improved overall productivity by 15%.
Ques:- How do I pull a native DOM element from a jQuery object?
Right Answer:
You can pull a native DOM element from a jQuery object by using the `get()` method or by accessing the first element directly with `[0]`. For example:

```javascript
var nativeElement = $(selector).get(0);
// or
var nativeElement = $(selector)[0];
```
Ques:- What is the difference between event.PreventDefault and event.stopPropagation?
Right Answer:
`event.preventDefault()` prevents the default action of an event from occurring (like submitting a form), while `event.stopPropagation()` stops the event from bubbling up to parent elements.
Comments
Admin May 17, 2020

event.preventDefault(): Stops the default action of an element from happening.
event.stopPropagation(): Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event. For example, if there is a link with a click method attached inside of a DIV or FORM that also has a click method attached, it will prevent the DIV or FORM click method from firing.

Ques:- What are all the ways to include jQuery in a page?
Right Answer:
1. Include jQuery from a CDN (Content Delivery Network) using a `<script>` tag.
2. Download the jQuery library and include it locally using a `<script>` tag.
3. Use a package manager like npm or yarn to install jQuery and include it in your project.
Ques:- How to disable cut,copy and paste in TextBox using jQuery?
Asked In :- CEDCOSS Technologies,
Right Answer:
```javascript
$(document).ready(function() {
$('input[type="text"], textarea').on('cut copy paste', function(e) {
e.preventDefault();
});
});
```
Ques:- How do you estimate in the three point estimating method?
Right Answer:
In the three-point estimating method, you calculate the estimate using three values: the optimistic estimate (O), the pessimistic estimate (P), and the most likely estimate (M). The formula is:

Estimate = (O + 4M + P) / 6.

This gives more weight to the most likely scenario while considering the extremes.
Ques:- Define a risk register?
Right Answer:
A risk register is a document that lists identified risks for a project, along with their assessment, mitigation strategies, and status. It helps project managers track and manage risks throughout the project lifecycle.
Ques:- Explain plan baselines?
Right Answer:
Plan baselines are a feature in database management systems that allow you to store and manage execution plans for SQL queries. They help ensure that the database uses a consistent and optimal execution plan for a query, even if the underlying data or statistics change. This can improve performance and stability by preventing unexpected plan changes that could lead to slower query execution.
Ques:- What are the knowledge areas relevant to doing a project?
Right Answer:
The knowledge areas relevant to doing a project include:

1. Project Integration Management
2. Project Scope Management
3. Project Schedule Management
4. Project Cost Management
5. Project Quality Management
6. Project Resource Management
7. Project Communication Management
8. Project Risk Management
9. Project Procurement Management
10. Project Stakeholder Management
Ques:- Is there any other CMS better WordPress?
Asked In :- CEDCOSS Technologies,
Right Answer:
It depends on the specific needs of the project. Other CMS options like Drupal, Joomla, or Shopify may be better suited for certain use cases, but WordPress is often preferred for its ease of use and flexibility.
Ques:- Is wordpress.com more secure than wordpress.org? Why?
Right Answer:
Yes, WordPress.com is generally more secure than WordPress.org because it is a managed platform where security updates, backups, and maintenance are handled by the WordPress.com team, reducing the risk of vulnerabilities. In contrast, WordPress.org requires users to manage their own security, which can lead to potential risks if not properly maintained.
Ques:- Do I need to have blog in order to use WordPress for my site?
Right Answer:
No, you do not need to have a blog to use WordPress for your site; you can create any type of website with it.
Ques:- When are you supposed to use endif to end conditional statement?
Right Answer:
You use `endif;` to end a conditional statement when you are using the alternative syntax for control structures in PHP, typically within template files in WordPress.
Ques:- What is the difference between wordpress.com and wordpress.org?
Right Answer:
WordPress.com is a hosted platform where you can create a website for free or with paid plans, but you have limited control and customization options. WordPress.org is a self-hosted platform where you can download the WordPress software and install it on your own server, giving you full control and the ability to customize your site extensively.
CEDCOSS Technologies is a global information technology company specializing in e-commerce solutions, digital marketing, and enterprise software development. Founded in 2010, CEDCOSS has rapidly grown to become a trusted partner for businesses looking to harness the power of technology for their growth and success. Headquartered in India, CEDCOSS has a strong presence in the United States, Europe, and the Asia-Pacific region, serving clients across diverse industries such as retail, healthcare, finance, and manufacturing. The company's comprehensive suite of services includes custom software development, mobile application development, cloud computing, and artificial intelligence solutions. One of CEDCOSS's flagship products is 'MageNative,' a mobile app builder for e-commerce platforms like Magento, Shopify, and WooCommerce, enabling businesses to create intuitive and engaging mobile shopping experiences for their customers. Committed to innovation and excellence, CEDCOSS employs a team of highly skilled engineers, designers, and digital marketing experts who work collaboratively to deliver cutting-edge solutions tailored to the unique needs of each client. With a focus on quality, reliability, and customer satisfaction, CEDCOSS has earned a reputation for delivering exceptional results and driving tangible business outcomes for its clients worldwide.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users