You are on page 1of 7

SYNOPSIS

PROJECT

MyCareerFactory

Internal Project Guide: Submitted By:


Mr. Ajay Vikram Singh (Internal) Mr. Naveen Kumar Aggarwal
Sr.Lecturer Enroll: A1000708049
AIIT MCA-VI B
Amity University
Sector-125, Noida
GlocalEdge
GlocalEdge is a new generation marketing company that provides services to its global clients
using offshore delivery model. It serve a diverse set of clients ranging from Microsoft and
Oracle to a North American. Clients get competitive advantage by freeing up their key resources
so that they can focus on core tasks and strategic marketing activities.

Enhanced Customer Value


Better return on investment by giving significant cost savings through our offshore
delivery center in Noida (Delhi), India
Access to the right marketing talent by providing resources with marketing experience in
the world’s leading companies
Best-in-class quality using our 5-phased methodology and attention to details
Fast turnaround utilizing the time-zone difference between our customer's location and our
delivery center

Offerings:

GlocalEdge offers unique value to its customers by providing Internet Marketing, Analytical
Marketing, and Content Management services.

SEO/SEM Strategy & Execution, Social Media Marketing, Keyword Analysis &
Recommendations, Sponsored Links Headlines and Copy-Writing, Display
Advertising
Websites/Microsites Design and Development, E-commerce Site Development,
Website Marketing
Email and Dmail Campaigns, Revenue Generation, New Customer Acquisition,

Business Research and Insights Generation, Cost Benefit Analysis, Pricing and
Sensitivity analysis, Sales and Campaign Data Analysis
Customer Targeting, Acquisition, Segmentation, Retention, Loyalty management,
Life Time Value Analysis
Web Analytics & Performance Analysis, Visitor behavior Analysis

Corporate Brochures, Data Sheets, Multimedia Presentations, Case studies,


Advertorials, Whitepapers, Brochures, Newsletters
Catalog Design, State-of-the-Art Photo Studio, Layout, Copy-Writing
Sales Presentations, Scripts, Sales Playbooks

Approach:
GlocalEdge provides you with deep marketing expertise, world-class quality, better total cost of
ownership, and faster results. GlocalEdge has a unique methodology that ensures delivery of
rapid and best-in-class services to our customers. We continuously monitor and enhance your
campaigns for best results.

Star Rating
Description:
A simple rating module in php which allows a user to rate a college But also allows a single user
to rate any other college once the rating is saved in the database the user is prohibited to rate for
same college again. It uses navicat database software and again it’s is a simple module in php
which is easy to apply on any website and understand.

Platform/ technology: PHP, MySql , Dreamweaver , CSS , HTML

Microsoft Hosting Plans

Description:
Research on Microsoft Hosting Plans based on comparison of prices of all hosting plans that the
companies are providing and prefer now a days whether windows and Linux / Unix. Here the
aim is to estimate the raising popularity among windows and Linux/Unix platform. The research
is based on different types of hosting plans:
 Dedicated hosting / dedicated server

A dedicated hosting service, dedicated server, or managed hosting service is a type of Internet
hosting in which the client leases an entire server not shared with anyone. This is more flexible
than shared hosting, as organizations have full control over the server(s), including choice of
operating system, hardware, etc. Server administration can usually be provided by the hosting
company as an add-on service. In some cases a dedicated server can offer less overhead and a
larger return on investment

 Shared hosting:

The hosting service must include system administration since it is shared by many users; this is a
benefit for users who do not want to deal with it, but a hindrance to power users who want more
control. In general shared hosting will be inappropriate for users who require extensive software
development outside what the hosting provider supports. Almost all applications intended to be
on a standard web server work fine with a shared web hosting service. But on the other hand,
shared hosting is cheaper than other types of hosting such as dedicated server hosting. Shared
hosting usually has usage limits and most hosting providers have extensive reliability features in
place.
 virtualized dedicated hosting

Virtual private server (VPS) is a marketing term used by Internet hosting services to
refer to a virtual machine for use exclusively by an individual customer of the service.
The term is used to emphasize that the virtual machine, although running in software on
the same physical computer as other customers' virtual machines, is functionally
equivalent to a separate physical computer, is dedicated to the individual customer's
needs, has the privacy of a separate physical computer, and can be configured to run as a
server computer (i.e. to run server software). The term Virtual Dedicated Server or
VDS is used less often for the same concept.Each virtual server can run its own full-
fledged operating system and can be independently rebooted.

E-mail module

Description:
A simple module in php which shoots a career and enquiry e-mail as soon as a user submits the
information. It shoots a e-mail at entered email id in the submission form.the module is being
prepared for the “sharda” . it submits all the relevant information : 1. A contact form which
describes all the user’s information realted to career opportunities about their ctc , location ,
previous job details, etc. 2. Second enquiry form describes about the enquiry being made by the
user related to the products provided by sharda like enquiry for rugs, mattresses, etc.

Platform/ technology: PHP, Dreamweaver, CSS, HTML

Module 4: Testing
Description:

Manual testing is the process of manually testing software for defects. It requires a tester to play
the role of an end user, and use most of all features of the application to ensure correct behavior.
This is a manual testing module where we used a software of the company to log bugs , issues
and error which we found in our website “MyCareerEngine” . Manual testing is a laborious
activity that requires the tester to possess a certain set of qualities; to be patient, observant,
speculative, creative, innovative, open-minded, resourceful and skillful.

Manual testing helps discover defects related to the usability testing and GUI testing area. While
performing manual tests the software application can be validated whether it meets the various
standards defined for effective and efficient usage and accessibility. For example, the standard
location of the OK button on a screen is on the left and of CANCEL button on the right. During
manual testing you might discover that on some screen, it is not. This is a new defect related to
the usability of the screen. In addition, there could be many cases where the GUI is not displayed
correctly and the basic functionality of the program is correct. Such bugs are not detectable using
test automation tools.

In this manual testing of our “MyCareerEngine” factory we worked to find bugs, issues and
errors. We then just logged them in our software which were later corrected and rectified by the
designated staff. This testing involved to find any issues on different web browser and if any
information is wrongly placed or if there is any repetition.

100% automation is not normally achievable, and whatever level you hope to achieve, you still
have to get there from a manual start.

Search APIs
What is API?

Application Programming Interface (API) is a specification for interacting with software


application or service programmatically. Usually it is exposed as a set of allowed method calls
along with:

• defined parameters and return arguments;


• calling conventions;
• usage limitations.

There are a few categorizations of APIs in the software development world.

Web APIs define interfaces for interacting with various web sites and services in the Internet.
These APIs usually use Hypertext Transfer Protocol (HTTP) requests for passing around data
represented in JavaScript Object Notation (JSON) or Extensible Markup Language (XML)
formats.

Twitter REST API, is an example of such Web API.


Operating System APIs represent low-level methods exposed by the operating system (OS) that
could be used by software applications to integrate with it. Windows API (or Win32) and POSIX
definitions are among the most known examples.

Software APIs are usually exposed by software vendors willing to provide integration
capabilities for their products.

You might also like