Jump to content

answer these please


kevinUsa

Recommended Posts

1.      Do you write code (in any language) daily?  Do you love it?

 

2.      What is the term for a function that calls itself?

 

3.      What kind of data does a pointer contain?

 

4.      How would you go about quickly finding a credit card number in a huge text file?

 

5.      What's the type of function that is called when you create a new instance of an object?

 

6.      What are the four major principles of Object-Oriented Programming

 

7.      What is the average time complexity of inserting into a hashtable?

 

 

 

8.      How many bits are in one byte?

 

9.      What's the binary encoding of the number Ten?

 

10.  How many prime numbers are there between 10 and 20?

 

11.  What are some really common data structures

 

12.  What is the unix command for a recursive directory listing?

 

13.  From a Unix command line, how would you delete a file that begins with a dash?  "-"

 

14.  What does "CICD" stand for

 

15.  What's the HTTP verb for changing data through a REST API?

 

Link to comment
Share on other sites

lite teesuko...a insight global gadu test petina interview call set up cheyadu..

nee references cross chesk chestadu and nee employment background kuda vadi links tho kanukodaniki try chestadu..

time waste..skip it man..

Link to comment
Share on other sites

2 minutes ago, kevinUsa said:

1.      Do you write code (in any language) daily?  Do you love it?

yes  , Java 

 

 

2.      What is the term for a function that calls itself?

recursion

 

 

3.      What kind of data does a pointer contain?

 

 Pointer data type is pointer ( which means its point to address location of ay data type variable) 

 

4.      How would you go about quickly finding a credit card number in a huge text file?

 

using regex -  like  ^4[0-9]{12}(?:[0-9]{3})?$ 

 

5.      What's the type of function that is called when you create a new instance of an object?

 

Constructor 

 

6.      What are the four major principles of Object-Oriented Programming

 

Polymorphisam , inhertence , Abstarction and encapuslation 

 

7.      What is the average time complexity of inserting into a hashtable?

O(1)

 

 

 

 

 

8.      How many bits are in one byte?

8

 

 

9.      What's the binary encoding of the number Ten?

 

1010

 

10.  How many prime numbers are there between 10 and 20?

 

love da lo question 

 

11.  What are some really common data structures

 

Set , List , arrays ,  maps , Stack , queues , Dictionary , Tree , 

 

12.  What is the unix command for a recursive directory listing?

 

use tree or find with -name option and pipe it to print  

 

13.  From a Unix command line, how would you delete a file that begins with a dash?  "-"

 

- is used for option in unix / linux so use find and pass -delete option to find command 

 

14.  What does "CICD" stand for

 

sava laksha untayi emani cheputham bro 

 

15.  What's the HTTP verb for changing data through a REST API?

PUT 

 

 

 

Link to comment
Share on other sites

2 minutes ago, Android_Halwa said:

lite teesuko...a insight global gadu test petina interview call set up cheyadu..

nee references cross chesk chestadu and nee employment background kuda vadi links tho kanukodaniki try chestadu..

time waste..skip it man..

 

cheppalemu 

na last job was with insight global so 

ma vadu vendor ku kicj bacs istadu baa

 

Link to comment
Share on other sites

1 minute ago, princeofheaven said:

hashtable insertion constant aa , worst case lo o(n) kada..

avarage annadu kadha bro ... if you use constants as keys , it always give you unique hashing , i.e it is O(1) for insertion 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...