Skip to main content

Posts

HIRING IN TCS, IMPETUS, INFOBEANS, ETC MNC'S - 28 SEP

RECENT JOB VACANCY AND REQUIREMENTS OF COMPANY  I  am posting some job updates for you with my professional references, you can apply according to your skills. Email and mobile are mentioned on Job Post Picture.you can share this post more to apply other job seekers. If you are unable to get a job then it's not a company fault, it's your mistake means you are not prepared for industry demand. I am discussing the technical skills required to get the job below. Many students  are enjoying and waiting for complete unlock, But company is still working and hiring candidates, Is it  your another mistake?, You should be prepare, learn technical skills and apply for job. IT technologies are updating now, I am discussing some technical skills that can be helpful to you get Job. Skills for Java:-      Core, Spring MVC, Spring Boot, Hibernate, Database knowledge with (SQL, PL/SQL). Skill for .NET:-     C#,ASP.NET Core,ASP.NET MVC,Database with...

LATEST JOB VACANCY FOR EXPERIENCE AND FRESHERS.

LATEST   JOB VACANC Y FOR EXPERIENCE AND FRESHERS. Here's some requirement from the companies you can apply for a job to the  HR  email  mentioned below on each job or you can visit the  company website. If you wanna learn any languages and  placement then join our guaranteed placement program now and also you can learn any languages online and offline, if you have already know programming then join a project internship with us You can contact us at 7805063968 or visit at shivaconceptsolution.com

Today Job Alert In MNC's - 21 SEP

RECENT JOB VACANC Y FOR EXPERIENCE AND FRESHERS. Here's some requirement from the companies you can apply for a job to the  HR  email  mentioned below on each job or you can visit the  company website. If you wanna learn any languages and  placement then join our guaranteed placement program now and also you can learn any languages online and offline, if you have already know programming then join a project internship with us You can contact us at 7805063968 or visit at shivaconceptsolution.com                                    

How to send email in PHP with domain name and gmail account both

 Most common interview question of PHP, How to send email in PHP with the domain name and Gmail account both:- Send email is a very easy option in PHP, if you send an email from a domain name then google not authenticate and send it to spam. PHP provides the best option to send emails using Gmail that will always show into customer inbox, not in spam. I am discussing first to send email using self SMTP with Cpanel. 1)  Create email accounts using the Email option on Cpanel 2)    $to = $email;          $subject = "This is subject";                    $message = "<b>Mewssage.</b>";          $message .= "<h1>This is headline.</h1>";                    $header = "From:from@domain.com \r\n";          $header .= "Cc:xyz@gmail.com \r\n";          $h...

Skype Interview | Python ,Django Interview of freshers

  Skype  Interview |  Interview of freshers | Telephonic Interview | Skype round of interview:- In this article, I am explaining, how to prepare for a Skype technical interview session. I have also provided a Live Skype Interview Session below, you can see and get an idea of Skype round. Skype interviews are more common in today’s job market due to convenience, flexibility, and money-saving benefits for employers. This video is going to talk about how to face Skype interviews. Watch this video to know more tips during the and after the Skype interview. T his is a Skype round interview of java fresher's, I have posted a live interview to get an idea about the skype round of technical interviews for Java learners. He performs well because this was the first interview of him on skype, you can learn from this. you should also discover the weakness and positiveness during the interview. When we take an interview with fresher or experienced then they do some common mistakes, ...

Today Job Alert In Google And Big MNC's - 14 SEP

  RECENT JOB VACANCY IN GOOGLE, IMPETUS , ETC FOR EXPERIENCE AND FRESHERS BOTH. Here's some requirement from the companies  you can apply for a job by sharing your mail to the  HR  email  mentioned below or you can visit the  company website. If you wanna learn any languages and  placement then join our guaranteed placement program now and also you can learn any languages online and offline,i you have already know programming then join project internship with us You can contact us at 7805063968 or visit at shivaconceptsolution.com 

OOPS Interview Question in Java, TOP 20 Interview question of Java

 OOPS Interview Question in Java:- OOP's is the most important topic of the interview, especially for JAVA. I am providing some most important interview questions based on OOP'S. 1)   What is OOPS? 2)   Why we use OOP'S technique in programming? 3)  What is the full form of OOP'S? 4)  What is the definition of Object, Class depends on object or Object is depend on class? 5) What is the difference between Object and Instance(reference)? 6)  What is the Garbage collector in Java, how it works? 7)  What are the Access modifier(Access Control, Access Specifier) and non-access modifiers in Java? 8) What is an immutable object in Java? 9) What is Singleton class, Concreate class,  Inner class in Java? 10) What is the final class, the final method, and the final variable in Java? 11)  What is another way to protect class from an inheritance except for the final class? 12) What is init block, static block, and constructor, if all three pres...