39 Topics

Member Avatar for
Member Avatar for Johannes C.

**Alexander De Ridder, AI visionary and CTO of SmythOS, discusses the transformative power of specialized AI systems and the future of human-AI collaboration.** ![header-agi-talks-adr.jpg](https://static.daniweb.com/attachments/4/cf1ab716c18354710010dabb4e9e2a9a.jpg) In the newest interview of our AGI Talks series, **Alexander De Ridder** shares his insights on the potential impacts of Artificial General Intelligence (AGI) on business, …

0
58
Member Avatar for estherschindler

The job you’re applying for says, “Redis experience required.” Are you ready for the questions a hiring manager is likely to ask? Here’s [how to prepare for the job interview](https://redis.com/blog/redis-interview-questions/)... as inspired by Lord of the Rings. Nominally the article is written for someone getting answers ready for Redis-specific questions, …

Member Avatar for rproffitt
2
57
Member Avatar for happygeek

Dani Horowitz remains as passionate about our online community today as she was back in February 2002 when, while pursuing a computer science degree on Long Island, NY, she founded DaniWeb. Fast forward to now, and an amazing half a billion visitors later, DaniWeb has become a vibrant community of …

Member Avatar for Marketerector
3
5K
Member Avatar for estherschindler

I’m thinking of writing a (hopefully both fun and useful) listicle with advice from “women who have been there” for spotting companies that really mean it when they say, “We want more geek women here.” There’s lots of articles about negative things that should scare you away. What are your …

Member Avatar for Agilemind
0
409
Member Avatar for jeffcogswell

[ATTACH=RIGHT]17428[/ATTACH]Almost every programmer knows his name. He's a living legend in computers. His name is Bjarne Stroustrup, and he created the world's most popular programming language, C++. I had a chance to ask him a few questions. The first three of the questions I came up with, and the remainder …

Member Avatar for Auroch
15
2K
Member Avatar for morfious90

I just have one month for preparation. 1-What to prepare most part in asp.net and php to cover in one month.I have basic knowledge of asp php and c#.sql server 2005/08.Quick way to prepare 2.What type of demo project should i make to show them. 3-How to show my 2 …

Member Avatar for morfious90
0
426
Member Avatar for Que336

C# Interview tomorrow Hello fellow programmers. I know this doesn't have anything to do with code but I really need some advice. I have a .NET(C#) interview tomorrow for a junior vacancy. The problem I have is that all my experience is based on PHP. I have a good understanding …

Member Avatar for deceptikon
-1
310
Member Avatar for khess

This week I'll be at InterOp Las Vegas looking for the latest and coolest Linux-based technologies that InterOp exhibitors have to offer. My favorites are certainly the "new innovators." New innovators are small companies who've developed their own products and are trying to get noticed in the high-tech space. These …

Member Avatar for Grant_3
0
374
Member Avatar for theguitarist

Hey, I hope it is okay to post this here. I'll be interviewed by a few companies in some time and I heard mock interviews are a great way to be prepare for it (the mental aspect :)). So I was wondering if anyone else is the situation and would …

Member Avatar for theguitarist
0
258
Member Avatar for venkates.99

1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________. B D M DM 2)Runtime Profiling is used by which category of users? Developers and System Administrators Configuration …

Member Avatar for deceptikon
-1
474
Member Avatar for nitin1

can we discuss the things like : what should we do , how should we behave , what not to do , what to do , how to feel comfortable in interview ? can we discuss these things ? what not to ask interviewers ?

Member Avatar for jwenting
0
350
Member Avatar for wondering_ed

Good day to everyone. I am new to Visual basic and I am having a hard time at school because they dont teach all the codes in visual basic 6.0 and they want us to have self study and all. What a bummer. For our midterm exams, our professor wanted …

Member Avatar for Reverend Jim
0
471
Member Avatar for andy91

Hi I have three job interviews coming up in the next week, all of them for PHP developer roles. I am an intermediate level php developer with just under two years experiance. However, I have mainly worked for web development agencies where getting the job done as fast as possible …

Member Avatar for andy91
0
271
Member Avatar for reuel3

What's wrong with the following code? public void fillByteArray(InputStream s, byte[] b, int offset, Integer numReads, int readAmount){ while (numReads > 0){ s.read(b, offset, readAmount); offset += readAmount; numReads--; } }

Member Avatar for bguild
-1
241
Member Avatar for Jackson24

Hello all, Can any one explain me,"How IP address is important for ranking?"This is a interview question. It was asked from me and I was really confused. Please explain me

Member Avatar for exploretalent
0
299
Member Avatar for happygeek

If you've ever played a shooter such as Call of Duty, Battlefield or Halo in online multiplayer mode, then you will appreciate how difficult it can be to stay alive when everyone else has better weapons and knows the game maps so much better than you. But now there is …

Member Avatar for jammerjoe
0
1K
Member Avatar for dennisme

I am conducting and interview for a Fundamentals of Management class in college. I want to interview people that are in my field to gain better business experience in management, but to also understand a little better about how management applies in my field of study. To keep the posts …

Member Avatar for dennisme
0
324
Member Avatar for baldwindc

I'm a computer science student at the University of Tennessee Knoxville and for my "Technical and Professional writing" course I have to interview someone in my field. Seeing as I know no computer scientist and my professors are too busy, would anybody in the wonderful Daniweb community be willing to …

0
179
Member Avatar for katmai539

Just want to say that I was baffled when I read this forum member, who ranked WAY up in little half a year, is (only) 14 years old, whilst providing [U]true[/U] support in the networking section of this forum. Cheers to you, friend. You've accomplished something I wouldn't even think …

Member Avatar for Netcode
3
296
Member Avatar for rohoni

hi i am trainer in php, in interview the first question is What is the difference between php4 and php5? Please tell me how can i answer for this question

Member Avatar for rajeevbu
0
483
Member Avatar for AspiringCoder

I am in a class at my high school currently that requires that I complete a project that interests me. I created a Wordpress theme. One of the requirements for this project is interviewing someone. As I don't know any web developers I was wondering if someone would be willing …

Member Avatar for sgt_toasty
0
295
Member Avatar for jigneshdesai

Hello freinds, Recently i was interviewes in accenture and i was asked what the difference between tostring and convertostring. I think tostring checks for spaces and convertostring does not

Member Avatar for Ramesh.KR
0
245
Member Avatar for jigneshdesai
Member Avatar for devfresher

c# interview questions are generic collection faster. I had a argument with the interviewer and my thought is they are not faster please help.

Member Avatar for khadakbist
0
195
Member Avatar for NewASPNETDev
Member Avatar for jigneshdesai
Member Avatar for khadakbist
0
464
Member Avatar for jigneshdesai
Member Avatar for katmai539

Hello, i'm working on a xml-style format protocol for question-and-answer applications. The concept is simple: there are just a few types answers possible (just like in real life): open answers which are entered as strings, numeric answers as integers, multiple choice answers and ratings (which are just numeric integers, really, …

0
220
Member Avatar for shallowood

I'm enrolled in a writing and research class and I'm currently writing a 20 page paper on Net Neutrality to present to my school. I am seeking an IT professional (who considers themself an expert on the topic of Net Neutrality) to interview. If anyone would be willing to do …

0
178
Member Avatar for jeffcogswell

[ATTACH=RIGHT]17677[/ATTACH]Here at DaniWeb, we've talked a lot about [URL="http://www.daniweb.com/reviews/review313227.html"]Intel Parallel Studio[/URL]. I recently had the chance to sit down with Intel's James Reinders, and find out more about his take on [URL="http://software.intel.com/en-us/intel-parallel-studio-home/"]Parallel Studio 2011[/URL]. Mr. Reinders (pronounced Rhine-ders) is a senior engineer at Intel and has been with the company …

7
768

The End.