← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Round 1: Online Assessment
Round 2: Data Structures and Algorithms
` package com.codility;
public class Solution { public static void main(String [] args) { // client code here String candidateString = "How is the weather today?"; workDescription = "Language Analysis"; result = AnalyzeCandidateString(candidateString, workDescription); }
public static ???? AnalyzeCandidateString(String candidateString, ???? workDescription) {
// your code here
}
public static String getFake_DetectLanguage(String candidateString) {
return Fake_DetectLanguage(candidateString);
}
public Boolean getFakeHTTPCall_IsComplement(String candidateString) {
return FakeHTTPCall_IsComplement(candidateString);
}
public Boolean getFakeHTTPCall_IsJoke(String candidateString) {
return FakeHTTPCall_IsJoke(candidateString);
}
}
// Fake_DetectLanguage // FakeHTTPCall_IsComplement // FakeHTTPCall_IsJoke `
Round 3: Low-Level Design