SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
verifone1




VERIFONE INDIA PVT. LTD. QUESTION PAPER :

This test consists of two parts   :
-------------------------------
1.aptitude 20 qtns 15 min.
2.technical 45 qtns 30 min.


/*
 *    APTITUDE QUESTIONS
 */


Few aptitude questions out of 20(15min time).
---------------------------------------

>>> All these are from GMAT'96 edition(galgotia publcations) :

1.if length of a rectangle is incr by 20% and width is decr by 20% the
n
area:(page 44)
ANS:decreases by 4%.

2.the lead in pencil is 5inch long.after pieces of
1/8.1-3/4,1-1/12inches
are broken how long is the lead left in the pencil:(page44)
ANS:2-1/24inch.

3.how many two digit numbers satisfy the property:the last digit of th
e
sqr of the two digit number is 8:(page45).
ANS:none.

4.city B is 8miles east of city A.city C is 6 miles north of city B.
and
so on.(page 45):
ANS:30miles .

5.if 50 apprentices can finish a job in 4 hours and 30 journey men can

finish the same job in 4-1/2 hrs and so on.(page 46).
ANS:29/180.

6.there are 50 employees in the office of ABC company.and so on.(page
52.)
ANS:10.

7. what is the max no of points of intersection of two circles of
unequal



                                  Page 1
verifone1




radii. (page 55).
ANS:2.

8.if the area of sqare increases by 69% then side of the sqr incr by:
ANS:13%

9.if x,y,z are chosen frm -3,1/2,2 what is the largest value of
(x/y)*z*z
  (page 305.)
ANS:36.

10.a club hs 8 male 8 female members.(page 307):
ANS:3136.

11.sum of 5 consecutive numbers is 35. how many of the numers are
prime:
   (page 368).
ANS:2.

12.if the product of three consecutive int is 210,then sum of the two
smaller ints is:(page 386).
ANS:5+6=11.

13.there are 27 coins in which 0ne is heavier than rest(all equal
weight).
how many measurements are needed to isolate that odd one.
ANS:3.


/*
 * TECHNICAL TEST QUESTIONS
 */

there will be 45 qstns.

>>>> 15(elec) + 5(netw) + 5(os) + 5(compilers and algos)
               + 5(database and misc.) + 5(datastructures) + 5(c
progs).

Section: ELECTRONICS:

1.A logic ckt is given and asked to identify the configuration.
ANS: XOR.

2.multi vibrator with nor gates is given
ANS: astable multi sqr wave opt.

3.4 stage ripple counter with delay(f/f) 10msec. How much time it take
s
for a state to change.



                                Page 2
verifone1




ANS:4*10=40.

4.impedence of a parallell resonant circiut at resonance:
ANS:R.

5.serial to parellel conversion is done by :
ANS:shift register.

5.if the address bus is 20bits.then the memory space is :
ANS:1MB.

6.filtering can be done with:
i)capacitor,ii)inductor,iii)both,iv)none.
ANS:both.

7.two progs are given. one satrts counting frm 0 to MAX and the other
stars frm MAX to 0. which one executes fast.
ANS:may be Max to 0.Think of it.

8.problem using three registers.
ANS: register A is multiplied by 11.

9.the config that is worst effected by low CMMR
ANS:Non inverting amplifier.


---- Another 6 questions are there. simple.


Networks:
--------
1.which is not used for error correction :
ANS :bit stuffing.

2.which of the following is not fctn of datalink layer:
ANS : Encryption.

3.voltage levels of rs232c:
ANS :+12,-12.

4.which of the following is not used for client/server.
     i)RPC,ii)TCP/IP,iii)MESSAGEQs,iv)None
ANS: none.

5.


Database:
--------
1. which of the following is true.



                                Page 3
verifone1




ANS:the primary key in DataBAse design is very important.
2. ANS : SQL is a Non procedural query langauge.
3. ANS : Time for insertion is more than time for modification.
4
5.

Compiler/algo/ds:
----------------
1.Data structure used to impliment a menu:
ANS :doubly linked circular linked list.
2. some regular expression is given:WaW'.
ANS : may be it is context free grammar.
3.
4.
5.




OS:
--
1.the feature of real time os is:
ANS:fast context swithing.

2.ANS:os impliments protection with the help of hardware(like virtual
addressing in 386/286 etc).




C programming:
-------------
some small c progs are given asked to tell the function/errors etc.
one of the qstn(last in the paper) is an invalid statement.
finish of all these very fast and think about those others. they are
simple only.

1.int a=2,b=3,c=4;
printf("a=%d,b=%dn",a,b,c);
ANS:2,3

2.for(i=1;i<10;++i,printf("%d",i));+-
ANS:compiling error.

3.whole logic is given in func s but they are working properly.
the main logic is :

char *string;

string=malloc(5*sizeof(char));



                                  Page 4
verifone1




strcpy(string,"hello");
printf("%s",string);       /* func to print */

ANS:hello and some extra characters until uccerence of 0 .

4. in a system integer takes 3bytes and char takes 1byte .......
struct smthing{
int a;
char b[4];
};


ANS:sizeof struct smthing is 7 bytes.

5.


Interview:
It depends on the member.
1.Mr.Deep asks archirect of 586/486/386/286 etc. otherwise
DS,OS,C,TCP/IP.
2.Mr.Abhik asks about compiler design and TCP/IP.



Suggestions in attempting :

aptitude test:
1.attempt easy questions first.

technical test :

1.Attempt C programs first.
2.Network,os,datastuctures,compilers etc.
3.Electronics and electrical.



/----------------------------------ALL THE
BEST--------------------------------/




                                  Page 5

Contenu connexe

Similaire à Verifone1

Dsq
DsqDsq
Dsqncct
 
Atc On An Simd Cots System Wmpp05
Atc On An Simd Cots System   Wmpp05Atc On An Simd Cots System   Wmpp05
Atc On An Simd Cots System Wmpp05Ülger Ahmet
 
Real Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerReal Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerIRJET Journal
 
Advanced Comuter Architecture Ch6 Problem Solutions
Advanced Comuter Architecture Ch6 Problem SolutionsAdvanced Comuter Architecture Ch6 Problem Solutions
Advanced Comuter Architecture Ch6 Problem SolutionsJoe Christensen
 
igorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsigorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsIgor Freire
 
Computer architecture, a quantitative approach (solution for 5th edition)
Computer architecture, a quantitative approach (solution for 5th edition)Computer architecture, a quantitative approach (solution for 5th edition)
Computer architecture, a quantitative approach (solution for 5th edition)Zohaib Ali
 
pipeline and vector processing
pipeline and vector processingpipeline and vector processing
pipeline and vector processingAcad
 
Sample quizz test
Sample quizz testSample quizz test
Sample quizz testkasguest
 
Datastage real time scenario
Datastage real time scenarioDatastage real time scenario
Datastage real time scenarioNaresh Bala
 
lect11-12_parallel.pdf,describing parallelism
lect11-12_parallel.pdf,describing parallelismlect11-12_parallel.pdf,describing parallelism
lect11-12_parallel.pdf,describing parallelismfloraaluoch3
 
Model-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical ConstraintsModel-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical ConstraintsQuoc-Sang Phan
 
B61301007 matlab documentation
B61301007 matlab documentationB61301007 matlab documentation
B61301007 matlab documentationManchireddy Reddy
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksIJITE
 

Similaire à Verifone1 (20)

Dsq
DsqDsq
Dsq
 
Atc On An Simd Cots System Wmpp05
Atc On An Simd Cots System   Wmpp05Atc On An Simd Cots System   Wmpp05
Atc On An Simd Cots System Wmpp05
 
Real Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerReal Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise Controller
 
Advanced Comuter Architecture Ch6 Problem Solutions
Advanced Comuter Architecture Ch6 Problem SolutionsAdvanced Comuter Architecture Ch6 Problem Solutions
Advanced Comuter Architecture Ch6 Problem Solutions
 
Kai hwang solution
Kai hwang solutionKai hwang solution
Kai hwang solution
 
igorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reportsigorFreire_UCI_real-time-dsp_reports
igorFreire_UCI_real-time-dsp_reports
 
Computer architecture, a quantitative approach (solution for 5th edition)
Computer architecture, a quantitative approach (solution for 5th edition)Computer architecture, a quantitative approach (solution for 5th edition)
Computer architecture, a quantitative approach (solution for 5th edition)
 
13486500-FFT.ppt
13486500-FFT.ppt13486500-FFT.ppt
13486500-FFT.ppt
 
pipeline and vector processing
pipeline and vector processingpipeline and vector processing
pipeline and vector processing
 
Sample quizz test
Sample quizz testSample quizz test
Sample quizz test
 
Design and Analysis of 4-2 Compressor for Arithmetic Application
Design and Analysis of 4-2 Compressor for Arithmetic ApplicationDesign and Analysis of 4-2 Compressor for Arithmetic Application
Design and Analysis of 4-2 Compressor for Arithmetic Application
 
Gsm Security and Attacks
Gsm Security and AttacksGsm Security and Attacks
Gsm Security and Attacks
 
Datastage real time scenario
Datastage real time scenarioDatastage real time scenario
Datastage real time scenario
 
E 2017 1
E 2017 1E 2017 1
E 2017 1
 
lect11-12_parallel.pdf,describing parallelism
lect11-12_parallel.pdf,describing parallelismlect11-12_parallel.pdf,describing parallelism
lect11-12_parallel.pdf,describing parallelism
 
Model-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical ConstraintsModel-counting Approaches For Nonlinear Numerical Constraints
Model-counting Approaches For Nonlinear Numerical Constraints
 
26_Fan.pdf
26_Fan.pdf26_Fan.pdf
26_Fan.pdf
 
B61301007 matlab documentation
B61301007 matlab documentationB61301007 matlab documentation
B61301007 matlab documentation
 
Programming Assignment Help
Programming Assignment HelpProgramming Assignment Help
Programming Assignment Help
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural Networks
 

Plus de ncct

Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological SignalsBiomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signalsncct
 
Digital Water Marking For Video Piracy Detection
Digital Water Marking For Video Piracy DetectionDigital Water Marking For Video Piracy Detection
Digital Water Marking For Video Piracy Detectionncct
 
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...ncct
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspectorncct
 
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...ncct
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detectorncct
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protectionncct
 
Bluetooth Jammer
Bluetooth  JammerBluetooth  Jammer
Bluetooth Jammerncct
 
Crypkit 1
Crypkit 1Crypkit 1
Crypkit 1ncct
 
I E E E 2009 Java Projects
I E E E 2009  Java  ProjectsI E E E 2009  Java  Projects
I E E E 2009 Java Projectsncct
 
B E Projects M C A Projects B
B E  Projects  M C A  Projects  BB E  Projects  M C A  Projects  B
B E Projects M C A Projects Bncct
 
J2 E E Projects, I E E E Projects 2009
J2 E E  Projects,  I E E E  Projects 2009J2 E E  Projects,  I E E E  Projects 2009
J2 E E Projects, I E E E Projects 2009ncct
 
J2 M E Projects, I E E E Projects 2009
J2 M E  Projects,  I E E E  Projects 2009J2 M E  Projects,  I E E E  Projects 2009
J2 M E Projects, I E E E Projects 2009ncct
 
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...ncct
 
B E M E Projects M C A Projects B
B E  M E  Projects  M C A  Projects  BB E  M E  Projects  M C A  Projects  B
B E M E Projects M C A Projects Bncct
 
I E E E 2009 Java Projects, I E E E 2009 A S P
I E E E 2009  Java  Projects,  I E E E 2009  A S PI E E E 2009  Java  Projects,  I E E E 2009  A S P
I E E E 2009 Java Projects, I E E E 2009 A S Pncct
 
Advantages Of Software Projects N C C T
Advantages Of  Software  Projects  N C C TAdvantages Of  Software  Projects  N C C T
Advantages Of Software Projects N C C Tncct
 
Engineering Projects
Engineering  ProjectsEngineering  Projects
Engineering Projectsncct
 
Software Projects Java Projects Mobile Computing
Software  Projects  Java  Projects  Mobile  ComputingSoftware  Projects  Java  Projects  Mobile  Computing
Software Projects Java Projects Mobile Computingncct
 

Plus de ncct (20)

Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological SignalsBiomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
 
Digital Water Marking For Video Piracy Detection
Digital Water Marking For Video Piracy DetectionDigital Water Marking For Video Piracy Detection
Digital Water Marking For Video Piracy Detection
 
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...Self Repairing Tree Topology Enabling  Content Based Routing In Local Area Ne...
Self Repairing Tree Topology Enabling Content Based Routing In Local Area Ne...
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
 
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...Botminer   Clustering Analysis Of Network Traffic For Protocol  And Structure...
Botminer Clustering Analysis Of Network Traffic For Protocol And Structure...
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
 
Bluetooth Jammer
Bluetooth  JammerBluetooth  Jammer
Bluetooth Jammer
 
Crypkit 1
Crypkit 1Crypkit 1
Crypkit 1
 
I E E E 2009 Java Projects
I E E E 2009  Java  ProjectsI E E E 2009  Java  Projects
I E E E 2009 Java Projects
 
B E Projects M C A Projects B
B E  Projects  M C A  Projects  BB E  Projects  M C A  Projects  B
B E Projects M C A Projects B
 
J2 E E Projects, I E E E Projects 2009
J2 E E  Projects,  I E E E  Projects 2009J2 E E  Projects,  I E E E  Projects 2009
J2 E E Projects, I E E E Projects 2009
 
J2 M E Projects, I E E E Projects 2009
J2 M E  Projects,  I E E E  Projects 2009J2 M E  Projects,  I E E E  Projects 2009
J2 M E Projects, I E E E Projects 2009
 
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...Engineering  College  Projects,  M C A  Projects,  B E  Projects,  B Tech  Pr...
Engineering College Projects, M C A Projects, B E Projects, B Tech Pr...
 
B E M E Projects M C A Projects B
B E  M E  Projects  M C A  Projects  BB E  M E  Projects  M C A  Projects  B
B E M E Projects M C A Projects B
 
I E E E 2009 Java Projects, I E E E 2009 A S P
I E E E 2009  Java  Projects,  I E E E 2009  A S PI E E E 2009  Java  Projects,  I E E E 2009  A S P
I E E E 2009 Java Projects, I E E E 2009 A S P
 
Advantages Of Software Projects N C C T
Advantages Of  Software  Projects  N C C TAdvantages Of  Software  Projects  N C C T
Advantages Of Software Projects N C C T
 
Engineering Projects
Engineering  ProjectsEngineering  Projects
Engineering Projects
 
Software Projects Java Projects Mobile Computing
Software  Projects  Java  Projects  Mobile  ComputingSoftware  Projects  Java  Projects  Mobile  Computing
Software Projects Java Projects Mobile Computing
 

Dernier

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Verifone1

  • 1. verifone1 VERIFONE INDIA PVT. LTD. QUESTION PAPER : This test consists of two parts : ------------------------------- 1.aptitude 20 qtns 15 min. 2.technical 45 qtns 30 min. /* * APTITUDE QUESTIONS */ Few aptitude questions out of 20(15min time). --------------------------------------- >>> All these are from GMAT'96 edition(galgotia publcations) : 1.if length of a rectangle is incr by 20% and width is decr by 20% the n area:(page 44) ANS:decreases by 4%. 2.the lead in pencil is 5inch long.after pieces of 1/8.1-3/4,1-1/12inches are broken how long is the lead left in the pencil:(page44) ANS:2-1/24inch. 3.how many two digit numbers satisfy the property:the last digit of th e sqr of the two digit number is 8:(page45). ANS:none. 4.city B is 8miles east of city A.city C is 6 miles north of city B. and so on.(page 45): ANS:30miles . 5.if 50 apprentices can finish a job in 4 hours and 30 journey men can finish the same job in 4-1/2 hrs and so on.(page 46). ANS:29/180. 6.there are 50 employees in the office of ABC company.and so on.(page 52.) ANS:10. 7. what is the max no of points of intersection of two circles of unequal Page 1
  • 2. verifone1 radii. (page 55). ANS:2. 8.if the area of sqare increases by 69% then side of the sqr incr by: ANS:13% 9.if x,y,z are chosen frm -3,1/2,2 what is the largest value of (x/y)*z*z (page 305.) ANS:36. 10.a club hs 8 male 8 female members.(page 307): ANS:3136. 11.sum of 5 consecutive numbers is 35. how many of the numers are prime: (page 368). ANS:2. 12.if the product of three consecutive int is 210,then sum of the two smaller ints is:(page 386). ANS:5+6=11. 13.there are 27 coins in which 0ne is heavier than rest(all equal weight). how many measurements are needed to isolate that odd one. ANS:3. /* * TECHNICAL TEST QUESTIONS */ there will be 45 qstns. >>>> 15(elec) + 5(netw) + 5(os) + 5(compilers and algos) + 5(database and misc.) + 5(datastructures) + 5(c progs). Section: ELECTRONICS: 1.A logic ckt is given and asked to identify the configuration. ANS: XOR. 2.multi vibrator with nor gates is given ANS: astable multi sqr wave opt. 3.4 stage ripple counter with delay(f/f) 10msec. How much time it take s for a state to change. Page 2
  • 3. verifone1 ANS:4*10=40. 4.impedence of a parallell resonant circiut at resonance: ANS:R. 5.serial to parellel conversion is done by : ANS:shift register. 5.if the address bus is 20bits.then the memory space is : ANS:1MB. 6.filtering can be done with: i)capacitor,ii)inductor,iii)both,iv)none. ANS:both. 7.two progs are given. one satrts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast. ANS:may be Max to 0.Think of it. 8.problem using three registers. ANS: register A is multiplied by 11. 9.the config that is worst effected by low CMMR ANS:Non inverting amplifier. ---- Another 6 questions are there. simple. Networks: -------- 1.which is not used for error correction : ANS :bit stuffing. 2.which of the following is not fctn of datalink layer: ANS : Encryption. 3.voltage levels of rs232c: ANS :+12,-12. 4.which of the following is not used for client/server. i)RPC,ii)TCP/IP,iii)MESSAGEQs,iv)None ANS: none. 5. Database: -------- 1. which of the following is true. Page 3
  • 4. verifone1 ANS:the primary key in DataBAse design is very important. 2. ANS : SQL is a Non procedural query langauge. 3. ANS : Time for insertion is more than time for modification. 4 5. Compiler/algo/ds: ---------------- 1.Data structure used to impliment a menu: ANS :doubly linked circular linked list. 2. some regular expression is given:WaW'. ANS : may be it is context free grammar. 3. 4. 5. OS: -- 1.the feature of real time os is: ANS:fast context swithing. 2.ANS:os impliments protection with the help of hardware(like virtual addressing in 386/286 etc). C programming: ------------- some small c progs are given asked to tell the function/errors etc. one of the qstn(last in the paper) is an invalid statement. finish of all these very fast and think about those others. they are simple only. 1.int a=2,b=3,c=4; printf("a=%d,b=%dn",a,b,c); ANS:2,3 2.for(i=1;i<10;++i,printf("%d",i));+- ANS:compiling error. 3.whole logic is given in func s but they are working properly. the main logic is : char *string; string=malloc(5*sizeof(char)); Page 4
  • 5. verifone1 strcpy(string,"hello"); printf("%s",string); /* func to print */ ANS:hello and some extra characters until uccerence of 0 . 4. in a system integer takes 3bytes and char takes 1byte ....... struct smthing{ int a; char b[4]; }; ANS:sizeof struct smthing is 7 bytes. 5. Interview: It depends on the member. 1.Mr.Deep asks archirect of 586/486/386/286 etc. otherwise DS,OS,C,TCP/IP. 2.Mr.Abhik asks about compiler design and TCP/IP. Suggestions in attempting : aptitude test: 1.attempt easy questions first. technical test : 1.Attempt C programs first. 2.Network,os,datastuctures,compilers etc. 3.Electronics and electrical. /----------------------------------ALL THE BEST--------------------------------/ Page 5