HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /var/www/grapossconnect/grapossconnect/product-selfanalyse.php
<?php include 'header.php'; ?>

<style>
    .HeaderSection {
        background: #eec9cb;
    }

    .TopHeaderSection .HeaderContact span {
        color: #1f1f1f;
    }

    .TopHeaderSection h2 a {
        color: #434343;
        border-right: 1px solid #5c5c5c;
    }
</style>

<!-- ALL PAGE HEADER SECTION -->

<section class="AllpageHeaderSection">
    <div class="AllpageHeaderBg" style="background-image: url(/grapossconnect/images/page-banner-1.jpg);"></div>
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <img class="wow fadeInUp" src="https://selfanalyse.com/wp-content/themes/psychometrics/images/shine-logo.png" alt="">
                <h2 class="wow fadeInUp">Self Analysis
                    <span><a href="">Home</a> Self Analysis</span>
                </h2>
            </div>
        </div>
    </div>
</section>

<section class="productself-header-section">
    <div class="productself-headerbg"></div>
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="productself-header-details-box">
                    <h2 class="wow fadeInUp">One-Stop Solution for All - Psychometric Tests designed for high school students for stream and course selection, college students for career guidance, job aspirants to upgrade their skills.</h2>
                    <div class="visit-Website-flex wow fadeInUp">
                        <a href="https://selfanalyse.com/" target="_blank" class="visitWebsite-btn">Click here to visit to Website</a>
                        <h6><i class="fab fa-chrome"></i> www.selfanalyse.com </h6>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<section class="selfanalyse-section-page">
    <div class="container">
        <div class="row">
            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="selfanalyse-details-box">
                    <div class="section-header wow fadeInUp">
                        <h2>Psychometric Tests</h2>
                    </div>
                    <p class="wow fadeInUp">Psychometric tests are designed to assess the cognitive abilities and personality traits of an individual. Knowing one’s own abilities, helps in knowing our own strengths and weaknesses which in turn help us in choosing the career/course most suited for us.</p>
                </div>
            </div>

            <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="psycometric-examlist-section row m-0">
                    <div class="col-md-4 col-sm-4 col-xs-12">
                        <a href="#">
                            <div class="psycometric-examlist-box wow fadeInLeft" style="background: #2e6db2;">
                                <h4>Aptitude Test</h4>
                                <p class="para-phy">Aptitude is an innate quality or strength that helps one perform a task with certain competency. Another word for aptitude is ability.</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-md-4 col-sm-4 col-xs-12">
                        <a href="#">
                            <div class="psycometric-examlist-box wow fadeInUp" style="background: #67aa51;">
                                <h4>Personality Test</h4>
                                <p class="para-phy">Personality is the combination of characteristics or qualities that form an individual's distinctive character.</p>
                            </div>
                        </a>
                    </div>
                    <div class="col-md-4 col-sm-4 col-xs-12">
                        <a href="#">
                            <div class="psycometric-examlist-box wow fadeInRight" style="background: #c02d2d;">
                                <h4>Interest Test</h4>
                                <p class="para-phy">Interest plays a major role in our career. As we all know, we are willing to work hard at a job that we find interesting.</p>
                            </div>
                        </a>
                    </div>

                </div>
            </div>
        </div>
    </div>
</section>

<section class="psycometric-video-section">
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="psycometric-video-box">
                    <iframe width="892" height="502" src="https://www.youtube.com/embed/eKOzP1AdAcE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
                    <!-- <i class="fab fa-youtube"></i> -->
                    <h4>What are Psychometric Tests?</h4>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="psycometric-video-box">
                    <iframe width="892" height="502" src="https://www.youtube.com/embed/BFpfh_IXWy8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
                    <!-- <i class="fab fa-youtube"></i> -->
                    <h4>Why take Psychometric Tests?</h4>
                </div>
            </div>
            <div class="col-md-4 col-sm-4 col-xs-12">
                <div class="psycometric-video-box">
                    <iframe width="892" height="502" src="https://www.youtube.com/embed/i9uBAmDyekU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
                    <!-- <i class="fab fa-youtube"></i> -->
                    <h4>Correlating reports of Psychometric Tests</h4>
                </div>
            </div>  
        </div>
    </div>
</section>

<?php include 'footer.php'; ?>