C Interview Questions
- 0of 0 votes
Answersdesign an ip blocking system
- nitinthakur5654 March 05, 2021 in India| Report Duplicate | Flag | PURGE
Amazon SDE-2 design - 0of 0 votes
AnswersCall Girls In Munirka 9205090610 Door Step Delivery We Offering You 100% Genuine Completed Body And Mind Relaxation With Happy Ending ServiCe Done By Most Attractive Charming Soft Spoken Bold Beautiful Full Cooperative Independent And Agency Escort Girls Available In All Star Hotel And Home ServiCe In All Over Delhi, Noida, Gurgaon, Faridabad, Ghaziabad,
- Delhi Call Girls March 04, 2021 in India for Delhi| Report Duplicate | Flag | PURGE
Call Girls In Munirka 9205090610 Escorts ServiCe In Delhi Ncr Call Girls In Munirka 9205090610 Escorts ServiCe In Delhi Ncr - 0of 0 votes
AnswersCall Girls In Vasant Kunj 9205090610 Door Step Delivery We Offering You 100% Genuine Completed Body And Mind Relaxation With Happy Ending ServiCe Done By Most Attractive Charming Soft Spoken Bold Beautiful Full Cooperative Independent And Agency Escort Girls Available In All Star Hotel And Home ServiCe In All Over Delhi, Noida, Gurgaon, Faridabad, Ghaziabad,
- Delhi Call Girls March 04, 2021 in India for Delhi| Report Duplicate | Flag | PURGE
Call Girls In Vasant Kunj 9205090610 Escorts ServiCe In Delhi Ncr Call Girls In Vasant Kunj 9205090610 Escorts ServiCe In Delhi Ncr - 0of 0 votes
AnswersRead Marifatul Quran Ala Kanzul Irfan – Jild 1. For your convenience, it is available in pdf. Recitation of the Holy Quran is an obligatory job for everyone. You can download it as well. For your understanding, it is accurately translated into multiple languages. It is now decided for you.
- seo3@dawateislami.net March 02, 2021| Report Duplicate | Flag | PURGE
- 0of 0 votes
AnswersCall Girls In Munirka Metro Delhi 9899550277 Female Escort .
- darsanbhai77 March 02, 2021 in India for new delhi| Report Duplicate | Flag | PURGE
Personnel - 0of 0 votes
AnswersCall Girls In Munirka Metro Delhi 9899550277 Female Escort ...
- darsanbhai77 March 02, 2021 in United States| Report Duplicate | Flag | PURGE
Consultant - 0of 0 votes
AnswersI am interested in the casino theme. Who reads casino reviews online jennycasino.com casino information top casino rating casino?
- casinoonline.promo March 01, 2021 in United States for Online casinos| Report Duplicate | Flag | PURGE
Jennycasino Jennycasino.com - 0of 0 votes
AnswersTop App Developers in Canada
- juliajohnson986 February 25, 2021 in CANADA| Report Duplicate | Flag | PURGE
iQlance Solutions Pvt. Ltd Android Engineer - 0of 0 votes
AnswersWhat does out of memory error mean in Java? (or what does the memory the error message refer to?)
- fz February 18, 2021 in United States| Report Duplicate | Flag | PURGE
Java - 0of 0 votes
AnswersDoes a Java class method pass by value or by reference?
- fz February 18, 2021 in United States| Report Duplicate | Flag | PURGE
Java - 0of 0 votes
AnswersAre you looking to buy the best bluetooth party speakers to have a next level party experience, and make it memorable for yourself and others? Or simply make movie nights more better and fun? Keep reading to find the best bluetooth party speakers one can buy in 2020.
- cndship February 18, 2021 in United States| Report Duplicate | Flag | PURGE
Shopify Random - 0of 0 votes
AnswersMultiple servers have access to a single variable (think of some sort of unique ID. Each access will increment the variable) How to design the system to ensure the iniquity of the variable?
- fz February 16, 2021 in United States| Report Duplicate | Flag | PURGE
System Design - 0of 0 votes
AnswersQuerying a user table that has fields of first name, last name, and so on. How to make a select statement fast on the first name, that is "where first_name = ?". And what data type shall be used? (I was totally lost on the second part of this question)
- fz February 08, 2021 in United States| Report Duplicate | Flag | PURGE
Database - 0of 0 votes
AnswersGiven an integer array, construct another integer array whose i-th element is the sum of i-th element and following i elements. For example,a given [3, 6, 2, 7, 9, 5, 4, 1], the output array is [3, 8 (6+2), 18 (2+7+9), 25 (7+9+5+4), 19 (9+5+4+1)]
- fz February 04, 2021 in United States| Report Duplicate | Flag | PURGE
Algorithm - 0of 0 votes
AnswersYou have an integer array. Starting from arr[startIndex], follow each element to the index it points to. You continue to do this until you find a cycle. Return the length of the cycle. If no cycle is found return -1
- rock January 26, 2021 in United States
forexample {1, 0}, 0) => 2
{1, 2, 0}, 0) => 3| Report Duplicate | Flag | PURGE
Goldman Sachs Senior Software Development Engineer Java - 0of 0 votes
AnswersAs we all know that poker cards have four suites: Spades, Hearts, Clubs and Diamonds with figures from 1 to 13.
- holmespanda2 December 28, 2020 in United States
Now you are given a set of poker cards, you can pick any one card as the first card. And except for the first card, you can only pick the card that has the same suit or figure with the previous one.
Return the max number of cards you can.
For example: [(H, 3), (H, 4), (S, 4), (D, 5), (D, 1)], it returns 3 as follows: (H,3)-->(H,4)-->(S,4)| Report Duplicate | Flag | PURGE
Amazon SDE-3 Algorithm - 0of 0 votes
AnswersHey anyone got the 90 minutes online assessment test from Amazon for MBA interns? I would like to know what type of questions they ask in the assessment. I need an example if any one of you attended it.
- falguni.mehrotra25 December 04, 2020 in United States| Report Duplicate | Flag | PURGE
Amazon Intern Online Test - 0of 0 votes
AnswersFind the first non-repeated character in a string of characters. For example, 'c' for "abcbae".
- fz November 26, 2020 in United States| Report Duplicate | Flag | PURGE
- 0of 0 votes
AnswersYour input is a double array, and you can use *, +, -, and () parenthesis anywhere to create and output the maximum possible value.
- _M_ November 26, 2020 in India
Ex:
input is {3,4,5,1} --> output: 72
input is {1,1,1,5} --> output: 15
Follow up, if there are numbers <0
Already posted question ( 3yrs back)
my doubt is can we solve this using multiplication only ( special case 0 and 1 we need to use addition for these alone
ie. if ar[i]==1
max(result*ar[i-1]+1,result*ar[i+1]+1)
)| Report Duplicate | Flag | PURGE
Google Senior Software Development Engineer - 0of 0 votes
AnswersAdding an integer to a container or removing an integer from it. Providing an algorithm/method to find the largest integer in the container. (thinking of a larger set of data) (I believe that this question misses a conduction to have a reasonable solution)
- fz November 25, 2020 in United States| Report Duplicate | Flag | PURGE
Senior Software Development Engineer - 0of 0 votes
AnswersNow given any number of balls, you have to tell how many times you have to weigh at minimum to find which ball is the heavier one?
- rehmanmaliik455 November 20, 2020 in United States| Report Duplicate | Flag | PURGE
- 0of 0 votes
AnswersWhat are the steps of the algorithm with order O(m log (mn)) for finding k-th smallest element (or median) of 2D array [1..M] [1..N] where each row of this matrix is sorted and independent from all other rows (ascending order, distinct elements)?
- Google Q November 20, 2020 in United States| Report Duplicate | Flag | PURGE
N/A IIT Exam Algorithm - 0of 0 votes
Answersthere are 3 tables :
- 11gupt November 11, 2020 in United States
Movie = {movie_id, .....}
Actor = {actor_id, gender, .....}
Movie_Actor = {movie_id, actor_id,....}
Find the pair of movie actor ( male) and actress ( female) who appeared in most movies together.| Report Duplicate | Flag | PURGE
SQL - 0of 0 votes
AnswersTablea Order = {order_id, order_timestamp, total_sale_amount, ....}
- 11gupt November 11, 2020 in United States
Note => Trimmed Mean = remove top and bottom 5 percentile data to remove outliers. Take the average of middle 90% of the data.
you can use function percentile(Col_name, 0.95)
output should look like => {Date, raw_average, trimmed_average}| Report Duplicate | Flag | PURGE
SQL - 0of 0 votes
AnswersPhone number for Malwarebytes premium support
- davidbeckam7675 October 20, 2020 in United States| Report Duplicate | Flag | PURGE
assistanceforall Malwarebytes customer service - 0of 0 votes
AnswerPower list has the following conditions
- coder October 16, 2020 in India
first element should b1
Next L2 element should be 2
Next L3 element should be 3
Next L4 element should be 4
Next L5 element should be 5
Next L6 element should be 6
Next L7 element should be 7
Next L6 element should be 6
...
Next L1 should be 1
e.g.,
1 2 3 4 5 6 6 7 6 5 4 3 2 1 -- power list
1 2 3 4 5 6 7 6 5 4 3 2 11 - not a power list since last two elements are 1 .
Wrte a code to find out whether arr [] represents a power list or not.| Report Duplicate | Flag | PURGE
Algorithm - 0of 0 votes
Answersin Cracking the coding interview book 6th edition page 42 says that O(5 * 2^n + 1000 * N^100) = O(2^n)... I tried a sample code and got n^100 is greater than 2^n...
- Surender.sharma08 October 12, 2020 in United States| Report Duplicate | Flag | PURGE
Alcatel Lucent Applications Developer Coding - 0of 0 votes
AnswersCan we write a Fixed LOD inside a Fixed LOD.
- 11gupt October 10, 2020 in United States| Report Duplicate | Flag | PURGE
Tableau None Data analysis - 0of 0 votes
AnswersThere is Tableu dashboard on Production server and you dont have access to it. You have this dashboard with staging data(not production data). This dashboard has performance issue. How will you fix this problem.
- 11gupt October 10, 2020 in United States| Report Duplicate | Flag | PURGE
Tableau None Data analysis - 0of 0 votes
AnswersEmployee Salary Department
- 11gupt October 10, 2020 in United States
A 1000 IT
B 2000 IT
C 3000 IT
D 4000 HR
E 2000 HR
F 1500 IT
G 7000 HR
Write a query to get results like below -
Employee Salary Next highest salary(in same department) Department
A 1000 2000 IT
B 2000 3000 IT
.
.
E 2000 4000 HR| Report Duplicate | Flag | PURGE
Data Engineer
Open Chat in New Window