Detikcom Interview Questions Answers, HR Interview Questions, Detikcom Aptitude Test Questions, Detikcom Campus Placements Exam Questions

Find best Interview questions and answer for Detikcom Job. Some people added Detikcom interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best Detikcom Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Detikcom interview or job.

This page contains the most recently asked technical questions and answers in the Detikcom.

All of the questions listed below were collected by students recently placed at Detikcom.

Ques:- How can we insert Text check point and Bit map check point ? if provide example script, it is greatefull
Ques:- In a pressure cooker cooking is faster because the increase in vapour pressure
A. increases the boiling point
B. decreases the specific heat 
C. increases the specific heat
D. decreases the boiling point
Ques:- What happens to the bank rate during inflation ?(A)kept constant (B) Raised (C) Lowered (D) None of these
Ques:- c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
Recent Answer : Added by Admin On 2020-05-17 11:37:56:

#include
#include
#include
#include
#include
#include
#include
int main(int argc, char *argv[])
{
DIR *dip;
struct dirent *dit;
struct stat sb;
int i = 0;
if(argc < 2) { printf("Usage: %s n”, argv[0]);
return 0;
}
if((dip = opendir(argv[1])) == NULL)
{
perror(“opendir”);
return 0;
}
printf(“Directory stream is now openn”);
while ((dit = readdir(dip)) != NULL)
{
i++;
stat(dit->d_name,&sb);
printf(“%u t%sn”,sb.st_ino,dit->d_name);
}
printf(“No. of Files in directory are: %i n”, i);
if(closedir(dip)== -1)
{
perror(“closedir”);
return 0;
}
printf(“nDirectory stream is now closedn”);
return 1;
}

Ques:- What is naming convention for Primary key Constraint?
Ques:- three r two rooms. one room has 3 electric bulb and another room has 3electric switches. how can u identify the correct switches for the each bulb at a time.
Recent Answer : Added by Admin On 2020-05-17 11:45:13:

ON ONE SWITCH FOR 10 MIN. AFTER 10 MIN OFF IT N ON ANOTHER
SWITCH .AND THEN ENTER THE ROOM WHER BULBS ARE SITUATED.
tHE BULB WHICH IS ON IS OF THE THE SWITCH WHICH U HAVE ON
NOW. THE BULB WHICH IS HOT IS THE IS OF THE SWITCH U HAV ON
BEFORE. ONE BULB WHICH IS COLD IS OF ANOTHER SWITCH

Ques:- _____ is defined as the number of magnetic lines of force crossing a closed area.
A. Magnetic induction
B. Mutual induction
C. Magnetic flux
D. Self induction
Recent Answer : Added by Admin On 2022-11-12 18:35:10:

C. Magnetic flux

Ques:- Turgid
A. Detailed
B. Bright
C. Smooth
D. Clean
Ques:- How do I have links of different colors on the same page?
Ques:- What is access specifier?
Ques:- How do you read data from a file, xml or excel while automation testing?
Ques:- What is the difference between “invoke_application” and “web_browser_invoke” functions in winrunner
Ques:- What is the base class for all swing components?
Ques:- What are the advantages of yii2?
Ques:- Which of the following devices can be used to directly input printed text?
A. MICR
B. OMR
C. OCR
D. All of the above
Recent Answer : Added by Admin On 2022-09-24 15:26:11:

C. OCR

Ques:- What is the difference between new/delete and malloc/free?
Ques:- tell me aboutyour friends?
Recent Answer : Added by jeevi sireesha On 2022-11-29 17:07:02:

my best friend name is chandrakala. she is try to job.

Ques:- What are the uses of Servlets?
Ques:- The growth of an economy is indicated by an
A. Increase in investment
B. Increase in savings
C. Increase in national income
D. Increase in general prices
Ques:- If 5/2 artists make 5/2 paintings using 5/2 canvases in 5/2 days then how many artists r required to make 25 paintings using 25 canvases in 25 days?

Devendra Bhardwaj With a decade of experience as a Job Hiring Expert, I am a results-driven professional dedicated to elevating recruitment strategies. My expertise lies in navigating the dynamic landscape of talent acquisition, employing innovative approaches to attract, assess, and secure top-tier candidates. I excel in optimizing hiring processes, leveraging cutting-edge technologies, and fostering collaborative relationships with stakeholders. A keen understanding of industry trends allows me to stay ahead, ensuring a competitive edge in securing the best talent for your organization. I am passionate about connecting the right people with the right opportunities and thrive in creating impactful, streamlined recruitment solutions.

Top Interview Questions

Scroll to top