Job | Mphasis hiring Software Trainee

Job | Mphasis hiring Software Trainee
For Freshers

Qualification:
: 2014 Bsc and BCA Graduates (60% marks in Graduation for Non Maharashtra College students and 55% pass marks in Graduation for candidates from Colleges in Maharashtra).

Location: Bangalore/ Chennai/ Pune/ Mumbai/ Mangalore

Desired Candidate profile Requisites:  
• Good communication skills
• Flexible to relocate to any of the locations if required
• Flexible to take up any technology that would be allocated to them
• Open to working in shifts as per business requirements


Apply







Current Openings at Alchemist Software

Current Openings at Alchemist Software: [PUNE]

For Freshers

Position: Project Trainee
Number of vacancies: 4   





If you possess the relevant experience, skills and feel we are a match then we are looking forward to have you on board with us.
Please email your resume in MS-word format to careers@alchemistsoftwares.com

If you are shortlisted, our HR team will get back to you for further interview process.


About Alchemist Software:

Alchemist Software is a fast growing and upcoming web development, design and software applications development company offering incomparable services, first - class products and impeccable and cost-effective solutions.





for more job updates visit this website Daily.

Job | walkin interviews for Fresher @ Atos

Job | walkin interviews for Fresher @ Atos




Atos a leading France Based IT Company is conducting walkin interviews for Fresher from BSC BCA MSC MCA from IT and Computer science background !

Educational Background: 
- BSC BCA MSC MCA from IT and Computer science background - Year of Passing -2013/ 2014 / 2015 ONLY

- Percentage - min 55 % in 10th,12th & aggregate in Graduation or post graduation

Mandate criteria

- Should have Excellent Verbal and written English Communication Skills
- Should be fine with working on SUPPORT Project / Non development work
- Should be Flexible to work in any Shifts (24*7/ US/ UK)
- Should be available to join at the earliest.
- Should be flexible to work on any Skills/ Technologies / Role- Like Unix Linux, Solaris, Wintel Vmware


Interview Date: Saturday, 21st March 2015
Venue Atos, Prism Tower, A wing, 6th Floor, Behind Hypercity, Goregoan West
Interview Timings: 8:30 AM - 12:00 NN only

Interview Date: Sunday, 22nd March 2015
Rajiv Gandhi Info Tech Park, Embassy Tech Zone,Block 1.6, MIDC Phase II, Hinjewadi, Pune
Interview Timings: 8:30 AM - 12:00 NN only

Mandate Documents
Photocopies of 10th 12th Graduation / Post graduation marksheets
Photo-identity proof





for more job updates, Visit this website Daily.

Write C++ program for Fibonacci series: 0 1 1 2 3 5 8 13

Write C++ program for Fibonacci series: 0 1 1 2 3 5 8 13




Program:

#include<iostream.h>
#include<conio.h>
void main()
{

clrscr();
int f1,f2,f3;
int n=8;
f1=0;
f2=1;
cout<<f1<<" "<<f2;
for(int i=3;i<=n;i++;)
{
f3=f1+f2;
cout<<f3<<" ";
f1=f2;
f2=f3;
}

getch();

}




Write a c++ program to find sum and average of two numbers.

Write a c++ program to find sum  and average of two numbers.
This question always asked in Technical Interview.




#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();

int x,y,sum;
float average;
cout << "Enter 2 integers : " << endl;
cin>>x>>y;
sum=x+y;
average=sum/2;
cout << "sum="<< sum << "." << endl;
cout << "average=" << average << "." << endl;

getch();

}


SAMPLE INPUT:
Enter 2 integers :
8 6

SAMPLE OUTPUT:
sum=14.
average=7.






Write a C++ program to print a pattern :

Write a C++ program to print a pattern :
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5

This question always asked in Technical Interview.






Program:


#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int i,j;

for(i=1;i<=5;i++)
{
for(j=1;j<=i;j++)
{

cout<<j<<" ";
}
cout<<"\n";
}
getch();
}


output:

1
1 2
1 2 3
1 2 3 4
1 2 3 4 5




Write your questions, ideas, feedback in comment box

Hi,
This post is for IT students.






Many of the students ( BCA, MCA, MSC, BSC, BE, IT, BTECH, MTECH ), now a days confused at the time of choosing Career.

They need some guidance. And we are here for the same.

Technology park is continuously guide the students, specially IT students.

So, If you have any questions related to Job, career, education, write in comment box.

Technology Park will try to guide you in right way.

Write your questions, ideas, feedback in comment box.





Basic Networking Interview Questions and answers

Basic Networking Interview Questions and answers:







Question:
1.
How long is an IPv6 address?

A. 32 bits
B. 128 bytes
C. 64 bits
D. 128 bits

Answer: D

Question:
2.
What is the main reason the OSI model was created?

A. To create a layered model larger than the DoD model.
B. So application developers can change only one layer's protocols at a time.
C. So different networks could communicate.
D. So Cisco could use the model.

Answer: C

Question:
3.
Which protocol does Ping use?

A. TCP
B. ARP
C. ICMP
D. BootP

Answer: C

Explanation:

ICMP is the protocol at the Network layer that is used to send echo requests and replies.








TECHNOLOGY PARK is trying to update all important interview questions with answers.

Basic Preparation for Technical interview

You should prepare the following topics for technical interview.




Database

-queries
-joins
-primary key, unique key, referenclese key
-triggers
-procedures

Basic programms of C++/C

-prime number
-palindrom number
-armstrong number
-factorial
-sum of first 10 numbers
-print pattern

*
**
***
****

or

1
12
123
1234
12345

- be ready for puzzles
- printf(), scanf()
- inheritance, polymorphism, abstraction, data hiding
- class and objects
- constructor, destructor
- database operations, like insert, update, delete





Important:

Be confident while answering.

Resume Tips For Freshers

Top 10 resume tips for Freshers:

1. Don't use color. You Resume should black and white only.
2. Don't include hobbies.
3. Make your resume simple, and readable.
4. Check Spelling and grammar.
5. Your contact details must be on front page.
6. Two page resume, for freshers.
7. Include the mobile number of yourself, not your parents.
8. Be honest, while writing your resume.
9. Don't include photo.
10. Don't copy the resume of other people.



Note:

Make nice Cover letter, for your resume.
Cover letter + Resume = 3 pages.

Scope for BCA






Scope for BCA
After your feedback, and response to my previous article “What should I do after 12th ?”, I have decided to write another one for you.
I got some of mails, messages, calls, asking me to write about:
 Importance of BCA course
 Job opportunities after BCA
 What should I do after BCA?
So, I am trying to write everything about BCA, which will guide you in right direction, and I am sure about it.
So, What exactly BCA course is?
BCA is the course which contains the syllabus related to software industry. As per universities, syllabus changes.

I am writing about North Maharashtra University, Jalgaon.
The syllabus includes subjects as(only including some of them):
C++
Accounting
Vb.net
Data structure
Java
Erp sap
Computer fundamentals
Object oriented programming
Web design
Animation
Tax and laws
Management
Communication skills
Environment
Statistics / math
And other programming languages.

You can visit the website nmu.ac.in to know or download the complete syllabus.
If you want to know the syllabus of PUNE university, go to website, and download it. Do the same thing for other universities.
Now one question will be in your mind, “Which university is better?”.
Answer is “Nothing is better than you” or “you have to consider it better, whatever you choose”.
So, Software Industry is not going to offer you the job, as per university, but according to your Talent and skills.
Another question, and that is most important:
Scope for BCA
No, there is no scope for BCA, there is scope for your talent, your skills.
You may don’t know, even 12th pass out candidates are working in software industry, and earning more than 20,000 per month.
So, you may ask me, why you are wrting this article under the title, “Scope for BCA”. Right?
Yes.

So, Here is the scope, what you are looking for…
Many of industries hiring BCA candidates, some of them are:
Amdocs
TCS
INFOSYS
WIPRO
Cognizant
Intel
Syntel
Accenture
KPIT
HP
HCL .
These are the multinational companies conducting walkin as per their requirements, the conducts on-campus, off-campus, or through the placement consultancies. You have to look over the Internet, for more information and updates, and also on this blog TECHNOLOGY PARK.

Now, next Question you may ask, “what is the work of BCA candidates in company ?
Here is the answer:
As per the company requirement. Some of them are:
Software development
Software marketing
Web development
Mobile application development
SEO
Give training to other candidates
Software testing
Graphics Design
Logo Design
Animation
Networking related
Hardware related
Design and develop algorithms
Documentation of software
Content writing
Business analyst
And many others.

I will write everything about above posts and work on this blog, so keep visiting regularly.

The next important question:
What is the Salary for BCA candidate?
Depends. It depends on company, and talent of the candidate. Important thing, BCA fresher candidate should not negotiate for salary. The company will ask you, what your salary expectation is. Just say, “As per the company norms”.
I have already written some of the articles on “HR Interviews” on this blog, you can find it in under HR Interviews category or Interview questions and answers category.
Coming to the point BCA candidate can earn more than 8,000 at fresher level.
Yes. But as I already mentioned salary range is different as per company.
Last but not least, you can earn more, if you are talent more.

Article submitted by: Vanesh Mali
copyright@Vanesh Mali






Is this article helpful you? Do you want to more information about BCA Scope? Do you want to vote for VANESH MALI?
So, Please Comment here:
We would love to hear from you. Your comments are important to us.



What should I do, after 12th?






What should I do, after 12th?

Everyone is confused at the level of leaving high school life. Specially if the students are from rural area.
If you have this question, at this stage, You are on the right way.
And this is not abnormal, its common. But it should not happen. Everyone should analyse yourself whats your interest. What exactly you want to become?

If you loves writing, go for it.
If you like sports, join some good college or institute which is special for sports.

First thing, everyone wants to earn money. Ant thing is that, there is a big misunderstanding, that IT field gives more money. Hey, the days are gone. Now IT industry hiring the talent only, not the degree holders or toppers, or who has 90% or more.
Coming to the point what to do after 12th?
Decide on your own.
You may say, then why you are writing this article, right?
Yes, this is the article just to remind you, you have freedom to choose your career, life.
You can earn money (if money is important to you), in any field.
I am not going to include all the things that you should do after 12th.
But some of them are:
Animation
Arts
Sports
Journalism
Politics
Computer Science
Health science
Management
Business Administration
Hotel Management
Language Specialization (foreign languages)
Marketing
Medical
Engineering
Social Working
Artificial Intelligence

Important Note:
This is the blog especially for IT people. Many of the people asking me to write about “what to do after 12th  ?”. The purpose of question is mostly confusion of choosing BCA/BBA or another.
See, Now a day’s millions of candidates passing degree of IT, each year, and this number is increasing. The number of candidates required by IT Industry is around 2, 00,000 only.
If you are good at programming, logic, and you are ready to learn everything related to IT/Software, go for BCA.
Otherwise not.
And if you have already been taken admission for BCA, then learn Programming, improve logic, learn everything related to IT/Software, no option.
The crowd of IT candidates, is going to increase in marketing.
So, again saying, decide on your own. Ask yourself what exactly you are interested in!
Do whatever you want nothing is meaningless.
You can earn money, by your talent, knowledge, skills, not by Degree.
There are always exists some courses, related to your interests!

If you can learn, obviously you can earn.

(Article submitted by: Vanesh Mali)
copyright@Vanesh Mali

Notice: 





We will post the next article on “Scope for BCA”
Stay connected.
Visit the Blog TECHNOLOGY PARK daily.
For Daily updates, LIKE our FACEBOOK page: Technology Park.
We would love to hear from you.
Contact us: hellotechnologypark@gmail.com






Planning to start Online tutoring for IT Students

Hi everyone,

After receiving your mails, messages, calls,  We are  planning to start online tutoring at TECHNOLOGY PARK.

We request you to give  suggestions, which things should we include here?
We want to make it global portal that will help IT students, and job seekers.

We are Technology lovers, helpers, self motivators.
We want to grow, with people.
But this can not be possible without you.


Take a look at website, give ideas what should we include there.
You are always welcome.
In future, at this moment, you will be lucky for partnership in TECHNOLOGY PARK.

Our vision is reach to more people, help to more people.
We want to participate in the growth of Technology World.


If you really want to appreciate our work, hit LIKE: Technology Park .
Your ideas are always welcome......
You can write us here: hellotechnologypark@gmail.com .
Last but not least, Thank you for your core but great response.
We would love to hear from you.


If you don't have time to login to your mail, and write a long mail, just drop here small comment whatever your feedback. We will reach you in mean time.

How long would you stay with us? HR Interview Question

Important HR Interview Question:





How long would you stay with us?

I am going to explain how to give answer to above question.

Say that you are interested in a career with the organization, but admit that you would have to continue to feel challenged to remain with any organization. Think in terms of, "As long as we both feel achievement-oriented."

other ways to answer the question:
--As I am a fresher so I will work until my presence is beneficial for your company as well as mine. If I get career growth, job satisfaction, healthy environment then there is no need to change a job.

--If you give me best opportunity and you are understand my skills then I always with you in any situation. And never leaving our company.

--As long as I'm fulfilling the needs of company and company is fulfilling my needs!

--Sir being a fresher. I just want to work in a good company like yours. I heard about your company so I may know that your company will give me career growth, job satisfaction and a healthy environment so I am looking to make a long term commitment.






The Best Answer:

"As long as we both feel: I am contributing and leading"

(Article Submitted by: Vanesh Mali)

contact us: hellotechnologypark@gmail.com

Pointers in C++ is a useless topic. "Wrong"





Question from my mail Box:
How can I prove my friend, who says "Pointers in C++ is a useless topic.", wrong?

I replied:
Ask him if you can visit his home, he will agree. Tell him to bring his home to your place. He will ask you if you are drunk. Then ask him his address, he will give you. Now you can visit his home.

Giving address to your friends is easier than copying your home everywhere. That's what pointers do.


In other way you can prove as:




Though pointers are most powerful in C but they are not useless in C++. C++ is an extension of C with addition of OOP's features. What makes C++ a strong language for programming is that it allows you to use OOP's features and access them using pointers.

In C++ you can pass objects to a function using a pointer, you can access an object and also call a method of an object just using pointers. Interfaces in C++ are generally access through pointers.

(Article submitted by : Vanesh Mali)

you can contact us at: hellotechnologypark@gmail.com