Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Adobe Interview Questions
Questions Answers Views Company eMail

Tell us two differences between new () and malloc ()?

608

What is calloc()?

623

When should structures be passed by values or by references?

575

Write the syntax and purpose of a switch statement in C.

614

If you are given the name of the function at run time how will you invoke the function?

676

How would you describe your ideal job?

647

Are you a goal-oriented person?

701

Tell me about some of your recent goals and what you did to achieve them.

826

What major problem have you had to deal with recently?

691

will you relocate? In the future?

688

Post New Adobe Interview Questions




Un-Answered Questions

I need to learn who the major stakeholders are in each of the 7 stages of the SDLC. What is the best online resource?

659


Does safari have an rss reader?

446


How will you make changes to the default configuration files?

558


What is aws aurora postgres?

454


How do you separate a table?

311






Do the names of parameters have to agree in the prototype, definition, and call to the function?

597


How to verify tooltip text using selenium?

563


Can we perform backup restore operation on tempdb? : sql server database administration

582


Is it legal to edit linux kernel?

800


What are the different types of arithmetic operations that can be performed by the 8085 microprocessor? Explain with an example?

701


Why wait and notify methods are declared in object class?

599


What is cytoskeleton? What are its main constituents in animal cells?

472


Explain the method to keep noises low in a control system?

651


How to calculate Volume of Wet cement concrete for a specific grade?

1768


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1304