15,997,462 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Foryinath (Top 2 by date)
Foryinath
14-Jul-15 9:05am
View
First, you mentioned that previously you worked in customer service field. I'm not sure if others would agree with me but I personally believe that the skills you got there will be useful in certain degree. What I mean is that if you've been working with the clients (end users) on a regular basics then I believe it's safe to presume that you have good communication skills, patience, maybe even troubleshooting skills (I'm not exactly sure what your role was).
Now regarding the tests, efficient thinking and problem solving skills are improved over time so the experience is the key here. However you can improve these skills by practising, just like you improve your general knowledge of programming.
For example I would suggest you to visit
this site with programming aptitude tests
. The site provides a service for testing out programming skills, but you'll find a lot of publicly available tests in their "Test library" and you could use those tests for practising.
Foryinath
14-Jul-15 8:45am
View
Were you looking for a big O or something else like me?
Your question is a bit ambiguous and I found it while I was searching for an answer to my problem.
You see I was looking for a way how I could calculate an approximate time that would be needed to solve some coding test for an interview based on the provided solution for that test.
For example if you check out
these C++ programming tests for interviews
you'll notice that writing a solution that detects if a word is an anagram should take less than 15 min and writing a solution that detects if a sentence is a palindrome should take less than 20 min.
In case anyone is looking for this as well I would like to mention that I found a very useful resources by searching for "evidence-based scheduling".