₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,106 members, 8,420,363 topics. Date: Thursday, 04 June 2026 at 05:38 PM

Toggle theme

KeDv's Posts

Nairaland ForumKeDv's ProfileKeDv's Posts

1 2 3 (of 3 pages)

Jobs/VacanciesRe: Mobil Producing Nigeria Graduate Internship Interview by KeDv(op):
Raregideon:
Please what questions were asked during your interview? I've been invited for an interview and I want to know the questions to expect. Thanks in anticipation.
There were mainly behavioural interview questions, with a couple of questions relating to the department I was interviewed for.
Some that I can remember, not verbatim, are;

1. You are working in a team, and a colleague isn't carrying his or her duty needed to achieve the target goal. How would you handle the situation. Would you report to your supervisor

2. Tell us about a time your were working in zzz and encountered a challenge, what did you do differently

3. You studied xxxx and did yyy at zzz company, how would you apply this knowledge and experience in this role.

Expect the routine "tell us about yourself" interview question. Was also asked if I could use MS Excel and word programs, and there was a standby PC to do a demo.

Best wishes to you fam
Jobs/VacanciesRe: Graduate Engineer & Other Engineering Roles At ExxonMobil by KeDv: 3:20pm On Jan 25, 2019
jidex4life:
Just received mail now
Did they specify if the aptitude test would be taken alongside the skill test, the same day.
Jobs/VacanciesRe: Sahara Power Group Graduate Engineering Program 2018 Aptitude Test Invitation by KeDv: 10:21am On Dec 31, 2018
Li2Ghost:
No
Do they allow the use of the PC calcualtor?
Jobs/VacanciesRe: Sahara Power Group Graduate Engineering Program 2018 Aptitude Test Invitation by KeDv: 10:14am On Dec 31, 2018
HIlord:
Oh, What Sahara programme did you apply for?
Oh, I didn't apply. I wanted to get a general view on how Dragnet conduct its apptitude test.
Jobs/VacanciesRe: Sahara Power Group Graduate Engineering Program 2018 Aptitude Test Invitation by KeDv: 1:57pm On Dec 30, 2018
HIlord:
Any updates on the STEP?
What STEP, I don't understand
Jobs/VacanciesRe: Sahara Power Group Graduate Engineering Program 2018 Aptitude Test Invitation by KeDv: 12:58pm On Dec 29, 2018
Guys, does Dragnet allow the use of calculator??
Jobs/VacanciesRe: Mobil Producing Nigeria Graduate Internship Interview by KeDv(op): 8:34am On Apr 15, 2018
Ramsey247:
Were you invited for any interview?
Yes, I was
NYSCRe: 2017 Batch B Redeployment /relocation by KeDv: 5:40pm On Feb 05, 2018
kadreeG7:
pls, I av been checking my portal on NYSC website but still seeing ''still processing ''.
pls who av seen his/her own approved?
I checked for a friend earlier, by11am this morning, it displayed a congratulatory message along with a request to print the relocation letter for 1k.

But right now, the relocation page is just blank, not showing anything.
TV/MoviesRe: Ladies, Which Of The BBNaija Male Contestants Would You Hit On? (Photos) by KeDv: 9:02am On Jan 31, 2018
wink
Jobs/VacanciesRe: Mobil Producing Nigeria Graduate Internship Interview by KeDv(op): 4:32pm On Jan 13, 2018
Thanks bro.

Oduok:
I met some graduate interns when I was on my undergraduate internship. They are paid N100,000 monthly. The internship is for a year.
Jobs/VacanciesRe: Mobil Producing Nigeria Graduate Internship Interview by KeDv(op): 9:46pm On Jan 12, 2018
Thanks, I was really hoping to get an objective answer, I suppose there should be some disparity between undergraduate interns and graduate interns.

tempest01:
Graduate intern na say you just wan enter....read on safety. Use terms like all accidents are preventable, and nobody gets hurt.

I think you will be paid same as interns...30k. Maybe 5k will be retained each month till your last month. I think so, I'm not to sure.

Your connect should rather get you a contract position.
Jobs/VacanciesMobil Producing Nigeria Graduate Internship Interview by KeDv(op):
Hi,

Has anyone gone through the interview process? I'ld like to find out information about this (like posible question to expect) and also how much is paid to graduate interns.
Thanks.
ProgrammingRe: Checkout My New Utility Android App. by KeDv: 2:55am On Nov 30, 2017
Excellent idea, and very useful. Abstracts the need to always search for all those codes. Kudos!
ProgrammingRe: Sine Wave Inverter Using Arduino by KeDv: 11:04am On Nov 23, 2017
pakingzzzzz:
PROGRAM FOR 50Hz
void setup()
{
pinMode(7, OUTPUT); pinMode(8, OUTPUT);
}
void loop()
{
digitalWrite(7, HIGH);
delayMicroseconds(15);
digitalWrite(7, LOW);
delayMicroseconds(285);
digitalWrite(7, HIGH);
delayMicroseconds(30);
digitalWrite(7, LOW);
delayMicroseconds(270);
digitalWrite(7, HIGH);
delayMicroseconds(45);
digitalWrite(7, LOW);
delayMicroseconds(255);
digitalWrite(7, HIGH);
delayMicroseconds(60);
digitalWrite(7, LOW);
delayMicroseconds(240);
digitalWrite(7, HIGH);
delayMicroseconds(75);
digitalWrite(7, LOW);
delayMicroseconds(225);
digitalWrite(7, HIGH);
delayMicroseconds(90);
digitalWrite(7, LOW);
delayMicroseconds(210);
digitalWrite(7, HIGH);
delayMicroseconds(105);
digitalWrite(7, LOW);
delayMicroseconds(195);
digitalWrite(7, HIGH);
delayMicroseconds(120);
digitalWrite(7, LOW);
delayMicroseconds(180);
digitalWrite(7, HIGH);
delayMicroseconds(135);
digitalWrite(7, LOW);
delayMicroseconds(165);
digitalWrite(7, HIGH);
delayMicroseconds(150);
digitalWrite(7, LOW);
delayMicroseconds(150);
digitalWrite(7, HIGH);
delayMicroseconds(165);
digitalWrite(7, LOW);
delayMicroseconds(135);
digitalWrite(7, HIGH);
delayMicroseconds(195);
digitalWrite(7, LOW);
delayMicroseconds(105);
digitalWrite(7, HIGH);
delayMicroseconds(225);
digitalWrite(7, LOW);
delayMicroseconds(75);
digitalWrite(7, HIGH);
delayMicroseconds(255);
digitalWrite(7, LOW);
delayMicroseconds(45);
digitalWrite(7, HIGH);
delayMicroseconds(270);
digitalWrite(7, LOW);
delayMicroseconds(30);
digitalWrite(7, HIGH);
delayMicroseconds(285);
digitalWrite(7, LOW);
delayMicroseconds(15);
digitalWrite(7, HIGH);
delayMicroseconds(270);
digitalWrite(7, LOW);
delayMicroseconds(30);
digitalWrite(7, HIGH);
delayMicroseconds(255);
digitalWrite(7, LOW);
delayMicroseconds(45);
digitalWrite(7, HIGH);
delayMicroseconds(225);
digitalWrite(7, LOW);
delayMicroseconds(75);
digitalWrite(7, HIGH);
delayMicroseconds(195);
digitalWrite(7, LOW);
delayMicroseconds(105);
digitalWrite(7, HIGH);
delayMicroseconds(165);
digitalWrite(7, LOW);
delayMicroseconds(135);
digitalWrite(7, HIGH);
delayMicroseconds(150);
digitalWrite(7, LOW);
delayMicroseconds(150);
digitalWrite(7, HIGH);
delayMicroseconds(135);
digitalWrite(7, LOW);
delayMicroseconds(165);
digitalWrite(7, HIGH);
delayMicroseconds(120);
digitalWrite(7, LOW);
delayMicroseconds(180);
digitalWrite(7, HIGH);
delayMicroseconds(105);
digitalWrite(7, LOW);
delayMicroseconds(195);
digitalWrite(7, HIGH);
delayMicroseconds(90);
digitalWrite(7, LOW);
delayMicroseconds(210);
digitalWrite(7, HIGH);
delayMicroseconds(75);
digitalWrite(7, LOW);
delayMicroseconds(225);
digitalWrite(7, HIGH);
delayMicroseconds(60);
digitalWrite(7, LOW);
delayMicroseconds(240);
digitalWrite(7, HIGH);
delayMicroseconds(45);
digitalWrite(7, LOW);
delayMicroseconds(255);
digitalWrite(7, HIGH);
delayMicroseconds(30);
digitalWrite(7, LOW);
delayMicroseconds(270);
digitalWrite(7, HIGH);
delayMicroseconds(15);
digitalWrite(7, LOW);
delayMicroseconds(285);
digitalWrite(8, HIGH); //22
delayMicroseconds(15);
digitalWrite(8, LOW);
delayMicroseconds(285);
digitalWrite(8, HIGH);
delayMicroseconds(30);
digitalWrite(8, LOW);
delayMicroseconds(270);
digitalWrite(8, HIGH);
delayMicroseconds(45);
digitalWrite(8, LOW);
delayMicroseconds(255);
digitalWrite(8, HIGH);
delayMicroseconds(60);
digitalWrite(8, LOW);
delayMicroseconds(240);
digitalWrite(8, HIGH);
delayMicroseconds(75);
digitalWrite(8, LOW);
delayMicroseconds(225);
digitalWrite(8, HIGH);
delayMicroseconds(90);
digitalWrite(8, LOW);
delayMicroseconds(210);
digitalWrite(8, HIGH);
delayMicroseconds(105);
digitalWrite(8, LOW);
delayMicroseconds(195);
digitalWrite(8, HIGH);
delayMicroseconds(120);
digitalWrite(8, LOW);
delayMicroseconds(180);
digitalWrite(8, HIGH);
delayMicroseconds(135);
digitalWrite(8, LOW);
delayMicroseconds(165);
digitalWrite(8, HIGH);
delayMicroseconds(150);
digitalWrite(8, LOW);
delayMicroseconds(150);
digitalWrite(8, HIGH);
delayMicroseconds(165);
digitalWrite(8, LOW);
delayMicroseconds(135);
digitalWrite(8, HIGH);
delayMicroseconds(195);
digitalWrite(8, LOW);
delayMicroseconds(105);
digitalWrite(8, HIGH);
delayMicroseconds(225);
digitalWrite(8, LOW);
delayMicroseconds(75);
digitalWrite(8, HIGH);
delayMicroseconds(255);
digitalWrite(8, LOW);
delayMicroseconds(45);
digitalWrite(8, HIGH);
delayMicroseconds(270);
digitalWrite(8, LOW);
delayMicroseconds(30);
digitalWrite(8, HIGH);
delayMicroseconds(285);
digitalWrite(8, LOW);
delayMicroseconds(15);
digitalWrite(8, HIGH);
delayMicroseconds(270);
digitalWrite(8, LOW);
delayMicroseconds(30);
digitalWrite(8, HIGH);
delayMicroseconds(255);
digitalWrite(8, LOW);
delayMicroseconds(45 );
digitalWrite(8, HIGH);
delayMicroseconds(225);
digitalWrite(8, LOW);
delayMicroseconds(75);
digitalWrite(8, HIGH);
delayMicroseconds(195);
digitalWrite(8, LOW);
delayMicroseconds(105);
digitalWrite(8, HIGH);
delayMicroseconds(165);
digitalWrite(8, LOW);
delayMicroseconds(135);
digitalWrite(8, HIGH);
delayMicroseconds(150);
digitalWrite(8, LOW);
delayMicroseconds(150);
digitalWrite(8, HIGH);
delayMicroseconds(135);
digitalWrite(8, LOW);
delayMicroseconds(165);
digitalWrite(8, HIGH);
delayMicroseconds(120);
digitalWrite(8, LOW);
delayMicroseconds(180);
digitalWrite(8, HIGH);
delayMicroseconds(105);
digitalWrite(8, LOW);
delayMicroseconds(195);
digitalWrite(8, HIGH);
delayMicroseconds(90);
digitalWrite(8, LOW);
delayMicroseconds(210);
digitalWrite(8, HIGH);
delayMicroseconds(75);
digitalWrite(8, LOW);
delayMicroseconds(225);
digitalWrite(8, HIGH);
delayMicroseconds(60);
digitalWrite(8, LOW);
delayMicroseconds(240);
digitalWrite(8, HIGH);
delayMicroseconds(45);
digitalWrite(8, LOW);
delayMicroseconds(255);
digitalWrite(8, HIGH);
delayMicroseconds(30);
digitalWrite(8, LOW);
delayMicroseconds(270);
digitalWrite(8, HIGH);
delayMicroseconds(15);
digitalWrite(8, LOW);
delayMicroseconds(285);
}
Wtf
ProgrammingRe: Test-run My Math Algorithms Open Display Library Site by KeDv:
bot101:
That website, if it yours or not, has a shitty design. Who did that absolute nonsense, eewwww!!!
Easy to sit behind your keys and spew criticism. Op has put in an effort, tried to development something that may be of importance to someone, what have you even done to have the right call someone's hard-work shitty? have you even written a line of code beforehuh While the site isn't aesthetic, there are a many ways to convey that to him in an encouraging manner, rather than saying his site is "Who did that absolute nonsense".

Op, don't mind this guy. keep on doing what you love doing and avoid naysayers like this.
Jobs/VacanciesRe: Nigerian Navy Direct Short Service Course Aspirants(dssc) 2015 by KeDv: 11:44am On Nov 09, 2017
It's fiddly to skim through some information on here, I'ld like to ask:

1. What's the entry level salary for Nigerian Navy DSSC?

2. What's the training difficulty like? Is it something an average guy could scale through?
ProgrammingRe: Kotlin For Android Developers By Antonio Leiva" Ebook(pdf). by KeDv:
Get it the real book OP requested Here

Kotlin For Android Developers By Antonio Leiva
ProgrammingRe: Kotlin For Android Developers By Antonio Leiva" Ebook(pdf). by KeDv: 11:30pm On Oct 04, 2017
Obviously, the book Op requested is different from the link provided
EventsRe: Happy Birthday To Me!!!+1 Today::(photos) by KeDv: 4:25pm On Oct 03, 2017
I'm not sure how to quote that pic, but you have probably the hottest leg I've seen in a while.
Happy birthday!!
NYSCRe: Your NYSC Questions Answered by KeDv: 2:00am On Sep 23, 2017
When's batch B stream 1 passing out? Would appreciate a factual date.
ProgrammingRe: What Can I Do With Fortran Programming by KeDv: 7:38pm On Aug 13, 2017
xpertbois:
what can i do with fortran. Is it a good language to learn?
You can lecture in Universities in Nigeria smiley
ProgrammingAPI To Get Nigeria's State And Cities by KeDv(op): 11:30am On Aug 13, 2017
I would be glad if someone provides a raw Json or an API where i could get Nigeria's State-LGA data. I found this: https://github.com/devcenter-square/states-cities, but the API is down.
Jobs/VacanciesRe: Nigerian Air Force DSSC Enlistment 2017 by KeDv: 6:19pm On May 14, 2017
buske:
Flying officer is not the lowest rank... Pilot officer is.

As a regular graduating from NDA, you're commissioned first as a pilot officer.. And then after six months, a flying officer.

Through DSSC, you're commissioned as a flying officer.

No more arguments on this!
.

Please what's the probable salary of a flying officer
Jobs/VacanciesRe: Nigerian Air Force DSSC Enlistment 2017 by KeDv:
Hi all, please I need information from anyone versed in the recruitment/training exercise.

1. How long is the NAF DSSC training program?

2. Where would the training take place?

3. Are all professional discipline going to take part in similar training exercise?

3. Which NAF rank would you be given after the program and what's the probable starting salary?

4. Is there any likelyhood, for discipline like engineering, that further training would be done abroad?
Jobs/VacanciesRe: Top 4 Job Sites To Apply For Jobs In Nigeria In 2017 by KeDv: 7:16pm On Apr 25, 2017
Nice information
Jobs/VacanciesRe: 3 Secret Ways To Get A Job In Nigeria by KeDv: 7:14pm On Apr 25, 2017
.
Jokes EtcRe: Types Of People You Find At A Fight Scene by KeDv: 7:17pm On Apr 19, 2017
The ones ever ready to take pics should come first!!
Nairaland GeneralRe: Goat Spotted In Kwara Trying To Steal From A Pot Of Cassava On Fire (Photo) by KeDv: 7:26pm On Mar 02, 2017
Lmao cheesy cheesy grin
The hunger is real!!!
ProgrammingRe: Who Can Edict An Android App? by KeDv: 11:24pm On Feb 03, 2017
Mjuliet:
Pls drop me ur WhatsApp number let's chat
Can't drop my number online, I'm sorry.
ProgrammingRe: Who Can Edict An Android App? by KeDv:
Yeah, I can help you with that.
Contact: victor46539@gmail dot com
ProgrammingRe: Best Material Design Music Player by KeDv(op): 11:18am On Oct 17, 2016
nollyj:
All the best
Thanks mate
ProgrammingRe: Best Material Design Music Player by KeDv(op): 7:35pm On Oct 16, 2016
nollyj:
Nice work. But I doubt if you are planning to make money with it. If you are then you have to rethink. Android business now is not just about building material design compatible app
Thanks nollyj for taking your time to try it. You're right, it isn't just about building material design compatible app.
However, I could place a couple of ads when you're launching the app, and start earning income via google admob depending on the number of active users and downloads, but i don't intend to fully monetize it yet. I just wanted to make an app that people will use. The idea of developing an app that people will use everyday is just exciting and self-fulfilling.

1 2 3 (of 3 pages)