Accenture
DEEPKAMAL Health Services Interview Questions and Answers
Q1. What is the use of the 'Static' keyword?
The 'Static' keyword is used to declare a variable or function that is shared by all instances of a class.
Static variables are initialized only once and retain their value throughout the program.
Static functions can be called without creating an instance of the class.
Static variables and functions are accessed using the class name instead of an object instance.
Static variables and functions are commonly used for counters, caches, and utility functions.
Q2. what technologies used?
Various technologies are used in ASE including diagnostic tools, repair equipment, computer software, and specialized machinery.
Diagnostic tools such as OBD scanners and multimeters are used to identify vehicle issues
Repair equipment like hydraulic lifts and impact wrenches are used for maintenance tasks
Computer software such as repair manuals and diagnostic programs aid in troubleshooting
Specialized machinery like wheel alignment systems and engine analyzers help in precise ...read more
Q3. How to create tables in HTML
Tables in HTML can be created using the
, , and tags.
|
Q4. REVERSE AN ARRAY WITHOUT STL FUNCTION
Reverse an array of strings without using STL function.
Iterate through the array from both ends and swap the elements until reaching the middle.
Use a temporary variable to store the element being swapped.
Ensure to handle odd and even length arrays differently.
Example: Input array ['apple', 'banana', 'cherry', 'date'], Output array ['date', 'cherry', 'banana', 'apple']
Q5. Example: What is SDLC?
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.
SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase of SDLC has specific goals and deliverables that must be completed before moving on to the next phase.
Examples of SDLC models include Waterfall, Agile, and DevOps.
SDLC helps ens...read more
Q6. REVERSE A LINKED LIST
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to be the previous node
Q7. FIND PALINDROME
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Examples of palindromes: 'radar', 'madam', 'level', '12321'
Palindromes can be found by comparing the characters from the start and end of the sequence
Ignore spaces, punctuation, and capitalization when checking for palindromes
More about working at Accenture
Top HR Questions asked in DEEPKAMAL Health Services
Interview Process at DEEPKAMAL Health Services
Reviews
Interviews
Salaries
Users/Month