Atira women's resource society Interview Questions Answers, HR Interview Questions, Atira women's resource society Aptitude Test Questions, Atira women's resource society Campus Placements Exam Questions
Find best Interview questions and answer for Atira women's resource society Job. Some people added Atira women's resource society interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best Atira women's resource society Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Atira women's resource society interview or job.
This page contains the most recently asked technical questions and answers in the Atira women's resource society.
All of the questions listed below were collected by students recently placed at Atira women's resource society.
Ques:- There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
Recent Answer : Added by Admin On 2020-05-17 11:38:02:
Don’t mind my answer is lengthy….
Let file name be employee
name, rollno., salary, grade
cut each of records in each field to temp files as follows:
———————————————————–
cut -f1 employee > /sm.tmp.$$
cut -f2 employee > /sn.tmp.$$
cut -f3 employee > /so.tmp.$$
cut -f4 employee > /sp.tmp.$$
Paste them as required in to another file as follows
—————————————————-
paste /sn.tmp.$$ /sm.tmp.$$
paste /sn.tmp.$$ /so.tmp.$$
paste /sn.tmp.$$ /sp.tmp.$$
Ques:- How to add a home link to the menu bar?
Ques:- External routes are available in OSPF database but not installing in routing table?
Ques:- can any one suggestion me present which course(except java,.net) has huge demand in the market?
Ques:- Explain mesh topology and how is it used in my college
Ques:- What is quick code? why is it called a quick code?What is steps of defining a quick code?
Ques:- Prepare Unix, SQL, Puzzles, Data Structures thoroughly. Interview will last somewhere between 45 mins to 1.15 hours, be calm and they will help you if you’re stuck somewhere.
Ques:- In responsibility cost accounting what costs are in focus?
Ques:- Each attribute of an entity has a defined set of values. This set of values is called a
A. Mapping
B. Entity set
C. Domain
D. Range
Ques:- She comes from the family of Donovan, ______?
A. hasn’t he
B. didn’t she
C. do you
D. doesn’t she
Ques:- Why would an Engineer consider combining FEEDBACK and FEEDFORWARD control in some applications?
Ques:- What are the five major technologies that can be used to create Client/Server applications?
Ques:- What is you r opinion about the present government?
Ques:- Where did Lord Buddha breathe hist last (Mahaparinirvan)?
A. Kushinagar
B. Sarnath
C. Bodh Gaya
D. Rajgir
Ques:- Which are the four storage classes in C
Ques:- How do you search for a string inside a given file?
Ques:- A husband and wife have a combined age of 91. The husband is now twice as old as his wife was when he was as old as she is now. How old is wife?
Recent Answer : Added by Admin On 2020-05-17 11:57:10:
let current age be H and W
H + W = 91
also the let the Y years before Husband is same age as
Wife’s current age:
H – Y = W
Also, husband is currently twice the age of wife’s age Y
years ago.
H = 2 ( W – Y)
Solving FOR Y FIRST:
2W – 2Y = H
W – Y = H
=================
W=3Y
Now, H =2(2Y)=4Y
7Y= 91
so, Y =91/7=13
so W=39 and H=52
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Don’t mind my answer is lengthy….
Let file name be employee
name, rollno., salary, grade
cut each of records in each field to temp files as follows:
———————————————————–
cut -f1 employee > /sm.tmp.$$
cut -f2 employee > /sn.tmp.$$
cut -f3 employee > /so.tmp.$$
cut -f4 employee > /sp.tmp.$$
Paste them as required in to another file as follows
—————————————————-
paste /sn.tmp.$$ /sm.tmp.$$
paste /sn.tmp.$$ /so.tmp.$$
paste /sn.tmp.$$ /sp.tmp.$$