Find Interview Questions for Top Companies
Psiog digital Interview Questions and Answers
Ques:- What you mean by pseudo classes in CSS?
Right Answer:
Pseudo-classes in CSS are special keywords added to selectors that specify a special state of an element. They allow you to style elements based on their state, such as `:hover` for when a user hovers over an element, or `:focus` for when an element is selected.
Ques:- What is the cash to GDP ratio of India?
Right Answer:
As of my last update, the cash to GDP ratio of India is approximately 12-13%. Please verify with the latest data for accuracy.
Ques:- Can you name the responsibilities of the user, the customer and the developer in the requirements process?
Right Answer:
**User Responsibilities:** Provide clear and detailed needs, feedback, and participate in discussions.

**Customer Responsibilities:** Define project goals, prioritize requirements, and ensure alignment with business objectives.

**Developer Responsibilities:** Analyze requirements, propose solutions, document specifications, and implement the agreed-upon features.
Ques:- What is CSS ?
Right Answer:
CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation and layout of a document written in HTML or XML. It controls the design aspects such as colors, fonts, spacing, and positioning of elements on a web page.
Ques:- About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript.
Comments
Admin May 17, 2020

using this u can access any html elements by its id.Here we
are going to access <input> textbox by its id("abc").when we
click on
submit button javascript execute and <tr> will not be displayed
<html>
<head>
<script type="text/javascript">
function change()
{
alert("success");
alert(document.getElementById("kishore").value);
}
</script>
</head>
<body>
<input type="text" id="kishore">
<input type="button" name="submit" value="submit"
onClick="change()"/>
</body>
</html>

Admin May 17, 2020

using this u can access any html elements by its id.Here we
are going to access <tr> by its id("abc").when we click on
submit button javascript execute and <tr> will not be displayed.
<html>
<head>
<title>xxx</title>
<script language="javascript" type="text/javascript">
function change()
{
document.getElementById("abc").style='none';
return true;
}
</script>
</head>
<body>
<table>
<tr id="abc">
<td>you are great</td>
<td><input type="submit" name="submit" value=""
onClick="return change();"/></td>
</tr>
</table>
</body>
</html>

Ques:- Is blog a must on wordpress?
Asked In :- psiog digital,
Right Answer:
No, a blog is not a must on WordPress; it can be used for various types of websites.
Ques:- Which licensing authority is responsible for wordpress?
Right Answer:
WordPress is licensed under the GNU General Public License (GPL).
Ques:- Is wordpress still the best cms?
Right Answer:
Yes, WordPress is still one of the best CMS options due to its flexibility, ease of use, and large community support.
Ques:- What is the use of mail server in wordpress writing setting?
Right Answer:
The mail server in WordPress writing settings is used to send emails from your WordPress site, such as notifications, password resets, and comments alerts.
Ques:- What is hform?
Right Answer:
HForm is a tool used in Tally for creating and managing customized forms for data entry and reporting, allowing users to tailor the input and output formats according to their specific requirements.
Ques:- Will demonetization have a positive or an adverse impact on the salaried-class?
Right Answer:
Demonetization can have both positive and adverse impacts on the salaried class. It may lead to increased transparency and formalization of income, but it can also cause short-term disruptions in cash flow and spending.
Ques:- What are role and responsibility of Team Leader ?
Right Answer:
The roles and responsibilities of a Team Leader include:

1. **Guiding the Team**: Providing direction and support to team members.
2. **Communication**: Facilitating clear communication within the team and with other departments.
3. **Performance Management**: Monitoring team performance and providing feedback.
4. **Conflict Resolution**: Addressing and resolving conflicts within the team.
5. **Training and Development**: Identifying training needs and facilitating skill development.
6. **Goal Setting**: Setting team goals and ensuring alignment with organizational objectives.
7. **Motivation**: Encouraging and motivating team members to achieve their best.
8. **Reporting**: Providing regular updates and reports to higher management.
Prepare for your Psiog Digital interview with our curated list of frequently asked Psiog interview questions and aptitude test questions. Explore real Psiog digital online test questions and sharpen your skills with sample problems. Download our Psiog aptitude questions PDF to practice offline. Our guide covers both Psiog digital aptitude questions and technical rounds. Boost your confidence and crack the Psiog hiring process with ease!
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users