Company: ICICI_IID_MCQ
Difficulty: medium
In Machine Learning, you are working on natural language processing. Which of the following will you use to analyze your corpus with the rules of formal grammar?
Which of the following companies has the highest average annual sales volume based on typical graph data trends (Pluto Water)?
In data science, if the value of the Pearson correlation coefficient for two data sets is computed as +.35, then what does it represent?
What will be the output of the Python code: lst = [2, 4, 1, 3]; new = lst; lst[0] = 9; print(new)?
In an intel 8257 DMA controller, If the address register A3 A2 A1 A0 = 0 1 0 0 respectively, And Clear First/last flip flop is = 0 , Then Which channel is selected?
Out of Class A (int amount, String str, final float rate) and Class B (final String name), identify the class which is an interface?
A Java program has classes: private class A, private class B (with static class C), and public class D. What should be the name of this Java file?
Which of the following class declarations can be used to represent aggregation in java?
Which of these lines in the code snippet (abstract class Student with private abstract void marks()) will throw a compilation error?
If log(4y - 3) = log(y + 1) + log3 , what is the value of y?
Which of the following statements is true regarding the return type of Dog's seekFood() function overriding Animal's seekFood()?