[go: up one dir, main page]

0% found this document useful (0 votes)
11 views8 pages

25-Sep-2024 Coding

s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views8 pages

25-Sep-2024 Coding

s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

DEBUG WITH SHUBHAM

Accenture Technical Assessment Detailed Overview

25-sep-2024 Coding Interview Questions


https://www.youtube.com/@DebugWithShubham

https://www.linkedin.com/in/debugwithshubham/

https://www.instagram.com/debugwithshubham/

https://topmate.io/debugwithshubham

https://t.me/debugwithshubham
QUESTION-1

Question-1
input1: 5
input2: 3
input3: [5,10,15,20,25]
input4: [15,30,20,30,25]
Question-2

Count Character Occurrences in a String"

Input:
input1: “mercermettl:
input2: 11
input3: “t”

Output:
2

Explanation:
The string is "mercermettl" with a length of 11, and the
character ’t” occurs 2 times in the string.
Solution of the First Problem
Python
Java

C++
Solution of the Second Problem

Using Count method


Python
Solution of the Second Problem
Python
C++

Java

You might also like