PHP
- What Is a Persistent Cookie and how it is different from Temporary cookie?
- How To Get the Uploaded File Information in the Receiving Script?
- What is the difference between mysql_fetch_object and mysql_fetch_array?
- How can we encrypt the username and password using PHP?
- why we use ceil() and floor() function in PHP?
- what is otput of :
$formatted = ucwords(“PHP interview questions for experienced”);
print $formatted;
MySQL
- How many values can the SET function of MySQL take?
- What’s the difference between md5(), crc32() and sha1() crypto on PHP?
- How to get the 2nd highest salary of an employee, if two employees may have the same salary?
- What is the difference between mysql_fetch_object and mysql_fetch_array?
- What is the default port number of MySQL?
- What are the purposes of using ENUM data types?
- What is the difference between NOW() and CURRENT_DATE()?
Linux
- How many types of Shells are there in Linux?
- Why LVM is required?
- What is umask?
- How to set the mask permanently for a user?
- What is network bonding in Linux?
- How to check the default route and routing table?
- What are the default ports used for SMTP, DNS, FTP, DHCP, SSH, and squid?
- What is ps command in Linux?
- What is the env command in Linux?
- What is lsof command in Linux?
Java
- What is wrapper classes?
- difference between JDK and JVM?
- difference between path and classpath variables?
- what platform independence is?
- Can you explain serialization and deserialization?
- How does a local variable differ from an instance variable?
Git
- What is a git conflict?
- What is the functionality of git ls-tree?
- Tell me something about git stash?
- What does git stash apply command do?
- What does git annotate command do?
- How will you resolve conflict in Git?
- How to revert a bad commit which is already pushed?
- What are the functionalities of git reset –mixed and git merge –abort?
DevOps
- What is DevOps?
- What is the difference between Agile and DevOps?
- Which are the most popular DevOps tools?
- List the key components of DevOps.
- What is the DevOps toolchain?
- What is AWS DevOps?
Python
- What are the key differences between Python 2 and 3?
- How does Python’s garbage collection work?
- What is the difference between range and xrange? How has this changed over time?
- How do you enforce ordering for a dictionary-style object?
- What is PYTHON STARTUP and how is it used?
- What is the difference between list and tuples?
- Is Django better than Flask?
- Mention the differences between Django, Pyramid, and Flask.
- Explain what Flask is and its benefits?
- What is PEP 8 and why is it important?
JavaScript
- On a client machine, how you will detect the server using JavaScript?
- What according to you is the true difference between Java and JavaScript?
- If the argument is not a number, which function you will use in JavaScript?
- How many data types are there in JavaScript? Can you name them?
- Tell something about the undeclared and undefined variables?
- Are you familiar with the concept of negative infinity in JavaScript?
- What are timers in JavaScript? What do you know about them?
- What exactly is the difference between Session State and the View State in JavaScript?
- Is it possible in JavaScript to proceed with automatic type conversation?